Skip to content

chore: complete husky 9 hook migration#60

Merged
alphacrack merged 1 commit into
mainfrom
chore/husky-9-hooks
Jul 21, 2026
Merged

chore: complete husky 9 hook migration#60
alphacrack merged 1 commit into
mainfrom
chore/husky-9-hooks

Conversation

@alphacrack

Copy link
Copy Markdown
Owner

Removes the deprecated v8 hook format now that husky 9 is in (via #10): drops the .husky/_/husky.sh shim sourcing from pre-commit and commit-msg, and changes the prepare script from husky install to husky.

Verified: both hooks fired correctly in the new format on this PR's own commit (pre-commit ran lint-staged + jsii build + tests; commit-msg validated the message).

Closes #36

🤖 Generated with Claude Code

husky 9 deprecated the v8 hook format. This removes the
'.husky/_/husky.sh' shim sourcing from both hooks and switches the
prepare script from 'husky install' to 'husky', eliminating the
deprecation warnings on install and commit.

Closes #36

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the dependencies Dependency updates label Jul 21, 2026
@alphacrack
alphacrack merged commit 7e67dc3 into main Jul 21, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade husky 8 to 9 (hook format migration; unblocks PR #10)

1 participant