Skip to content

chore(deps): bump husky to v9#1497

Merged
orta merged 2 commits into
danger:mainfrom
yoshi-taka:husky9
Mar 12, 2026
Merged

chore(deps): bump husky to v9#1497
orta merged 2 commits into
danger:mainfrom
yoshi-taka:husky9

Conversation

@yoshi-taka
Copy link
Copy Markdown
Contributor

https://dev.to/typicode/what-s-new-in-husky-5-32g5

This PR upgrades Husky from v1 to v9, moving from the legacy JS-based hook runner to the modern core.hooksPath + shell-based architecture.

Why this change
• Husky v9 is significantly lighter and faster.
• The old v1 flow relied on JS runners and extra scaffolding, which increased overhead and required more maintenance.
• v9 reduces dependencies to zero and improves hook startup time.

What changed
• Updated Husky to v9 and regenerated the .husky/ directory.

Benefits
• Smaller install footprint.
• Faster pre-commit / pre-push execution.
• Simpler, more intuitive hooks.
• Modern and actively maintained architecture.

Copy link
Copy Markdown
Member

@orta orta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me

@orta orta merged commit 1565179 into danger:main Mar 12, 2026
1 check passed
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