Skip to content

root - chore: upgrade hashery (breaking) - #100

Merged
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz
Jul 8, 2026
Merged

root - chore: upgrade hashery (breaking)#100
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

Upgrade the hashery runtime dependency (major).

Versions

  • hashery 2.0.03.0.0

Tests

  • pnpm test:ci passes (612 tests, 100% statement/line coverage)
  • pnpm build passes

Breaking notes

hashery 3.0.0 is a toolchain-only major (pnpm 11, build/CI modernization) — its public API is unchanged: Hashery still extends Hookified, and new Hashery(), instanceof Hashery, and toHashSync() behave identically. The only breaking aspect is a raised minimum Node of 22.18, already satisfied by engines.node >=22.19.0 (#98). No source changes were required, and the large-key tests confirm the djb2 digest output is byte-identical (no cache-key drift).

🤖 Generated with Claude Code

https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd


Generated by Claude Code

- hashery ^2.0.0 → ^3.0.0

hashery 3.0.0 is a toolchain-only major (pnpm 11, build/CI); its public API is
unchanged (Hashery still extends Hookified; new Hashery(), instanceof, and
toHashSync() behave identically). The only breaking aspect is a raised minimum
Node of 22.18, already satisfied by engines.node >=22.19.0. No source changes
required; the large-key tests confirm the djb2 digest output is unchanged.

pnpm build and pnpm test:ci pass (612 tests, 100% statement/line coverage).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades the hashery dependency from version ^2.0.0 to ^3.0.0 in package.json and updates the lockfile (pnpm-lock.yaml) to reflect this change, which also cleans up the unused hookified@3.0.0 package. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b239ec0) to head (109dd19).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #100   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1399      1399           
  Branches       308       308           
=========================================
  Hits          1399      1399           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit 5bf3270 into main Jul 8, 2026
13 checks passed
@jaredwray
jaredwray deleted the claude/memcache-dependency-management-lua8zz branch July 8, 2026 20:32
@jaredwray jaredwray mentioned this pull request Jul 8, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant