Skip to content

bigmap - chore: upgrade hashery (breaking) - #2000

Merged
jaredwray merged 1 commit into
mainfrom
claude/keyv-dependency-maintenance-77m3u1
Jul 2, 2026
Merged

bigmap - chore: upgrade hashery (breaking)#2000
jaredwray merged 1 commit into
mainfrom
claude/keyv-dependency-maintenance-77m3u1

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing and Code of Conduct guidelines.
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage. — N/A, dependency-only change; full test suite passes.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Chore — major upgrade of hashery (2 → 3) for @keyv/bigmap.

Versions

  • hashery 2.0.0 → 3.0.0 (@keyv/bigmap)

Breaking notes

hashery v3's breaking changes are runtime/toolchain only — no public API changes:

  • Minimum Node.js raised to ≥22.18. keyv already requires this (.nvmrc = 24, root engines.node = >= 22.18.0).
  • Internal hookified bumped to 3.x. keyv is already on hookified@3.0.1.

@keyv/bigmap only re-exports the Hashery class (export { Hashery } from "hashery"), and the class API is unchanged, so no code changes are required.

Tests

  • pnpm build passes for @keyv/bigmap
  • pnpm test:ci passes (biome + 54 tests)
  • Sanity-checked the re-exported API: new Hashery().toNumberSync(...) and new Hashery({ defaultAlgorithmSync: "fnv1" }) work as documented in the README

Runtime phase — breaking major (hashery).


Generated by Claude Code

- hashery 2.0.0 -> 3.0.0 (major)

hashery v3's breaking change raises the minimum Node.js to >=22.18 and
bumps its internal hookified to 3.x. keyv already satisfies both (.nvmrc
is 24, engines.node ">= 22.18.0", hookified already at 3.0.1). The
Hashery public API is unchanged, and @keyv/bigmap only re-exports the
Hashery class, so no code changes are required.

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

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

Copy link
Copy Markdown
Contributor

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 updates the dependency hashery from version ^2.0.0 to ^3.0.0 in core/bigmap/package.json and updates the lockfile pnpm-lock.yaml accordingly, including updating hashery's dependency hookified to version 3.0.1. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (159fe85) to head (df4e6d5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2000   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines         4887      4887           
  Branches       779       780    +1     
=========================================
  Hits          4887      4887           

☔ 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 c892a43 into main Jul 2, 2026
14 checks passed
@jaredwray
jaredwray deleted the claude/keyv-dependency-maintenance-77m3u1 branch July 2, 2026 23:51
This was referenced Aug 3, 2026
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.

2 participants