Skip to content

mono - chore: upgrade hookified to 3.0.2 - #2033

Merged
jaredwray merged 1 commit into
mainfrom
chore/hookified
Aug 2, 2026
Merged

mono - chore: upgrade hookified to 3.0.2#2033
jaredwray merged 1 commit into
mainfrom
chore/hookified

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 bump with no source changes.

What kind of change does this PR introduce?

Chore — dependency upgrade. Runtime phase, standalone deps. Follows #2032.

Summary

Bumps hookified a patch (3.0.1 → 3.0.2) uniformly across every package that depends on it. hookified is the shared event/hooks base class, so all 12 consumers move together to keep the resolved version single.

Changes

  • hookified 3.0.1 → 3.0.2 — 12 packages: keyv, @keyv/bigmap, and the 10 storage adapters (cloudflare-kv, dynamo, etcd, memcache, mongo, mysql, postgres, redis, sqlite, valkey)

The exact Latest value from pnpm outdated, so the workspace minimumReleaseAge gate (4 days) is respected.

Verification

  • pnpm build — full workspace builds clean (40 targets)
  • pnpm test for the 4 packages that don't need Docker services — 686 tests passed, 4 todo (keyv 333, @keyv/bigmap 54, @keyv/sqlite 149, @keyv/cloudflare-kv 154). keyv and bigmap exercise hookified's hook/event machinery directly.
  • Docker-backed adapter suites (dynamo, etcd, memcache, mongo, mysql, postgres, redis, valkey) — not run locally; no Docker in this sandbox. CI runs these with services started.

Generated by Claude Code

Upgrade hookified from 3.0.1 to 3.0.2 across all 12 packages that
depend on it (core/keyv, core/bigmap, and the 10 storage adapters).

hookified is the shared event/hooks base class, so it is bumped
uniformly across every consumer to keep the resolved version single.

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

@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 hookified dependency from version ^3.0.1 to ^3.0.2 across several core and storage packages, including core/bigmap, core/keyv, and various storage adapters, along with the corresponding lockfile updates. There are no review comments, and I have no feedback to provide.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedhookified@​3.0.210010010092100

View full report

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4efde4b) to head (7c6a706).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2033   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines         5067      5067           
  Branches       826       820    -6     
=========================================
  Hits          5067      5067           

☔ 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 e479521 into main Aug 2, 2026
15 checks passed
@jaredwray
jaredwray deleted the chore/hookified branch August 2, 2026 23:34
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