mono - chore: upgrade hookified to 3.0.2 - #2033
Merged
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
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.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This was referenced Aug 2, 2026
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Chore — dependency upgrade. Runtime phase, standalone deps. Follows #2032.
Summary
Bumps
hookifieda patch (3.0.1 → 3.0.2) uniformly across every package that depends on it.hookifiedis the shared event/hooks base class, so all 12 consumers move together to keep the resolved version single.Changes
hookified3.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
Latestvalue frompnpm outdated, so the workspaceminimumReleaseAgegate (4 days) is respected.Verification
pnpm build— full workspace builds clean (40 targets)pnpm testfor the 4 packages that don't need Docker services — 686 tests passed, 4 todo (keyv333,@keyv/bigmap54,@keyv/sqlite149,@keyv/cloudflare-kv154).keyvandbigmapexercise hookified's hook/event machinery directly.Generated by Claude Code