root - chore: upgrade hookified (breaking)#138
Merged
Conversation
Upgrade hookified 2.1.1 -> 3.0.0 (major). The only breaking change in hookified v3 is dropping Node 20 and requiring Node >=22.18.0. This SDK already declares engines.node "^22.18.0 || >=24.0.0" and tests on Node 22/24/26, so the new floor is already satisfied and no public API changed. No consumer code changes were required; BaseService/Hyphen/Toggle still extend Hookified and use HookifiedOptions unchanged. Build and tests pass with 100% coverage (233 tests). https://claude.ai/code/session_01Px42UMbWbPmi3d5YeKHwKa
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #138 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 492 492
Branches 105 101 -4
=========================================
Hits 492 492 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
Upgrade
hookified2.1.1 → 3.0.0 (major).Versions
hookified2.1.1 → 3.0.0Tests
pnpm buildpassespnpm testpasses (233 tests, 100% coverage)Breaking notes
Major bump (hence
(breaking)), but no consumer code changes were required. hookified v3's only breaking change is dropping Node 20 and requiring Node >=22.18.0. This SDK already declaresengines.node: "^22.18.0 || >=24.0.0"and the CI matrix tests Node 22/24/26, so the new floor is already satisfied. No public API changed —BaseService,Hyphen, andTogglestillextend Hookifiedand use theHookifiedOptionstype unchanged.Generated by Claude Code