Skip to content

chore: upgrade husky from ^8 to ^9#54

Merged
tompahoward merged 1 commit intomainfrom
claude/install-deps-run-tests-POccP
Mar 14, 2026
Merged

chore: upgrade husky from ^8 to ^9#54
tompahoward merged 1 commit intomainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Contributor

Summary

  • Upgrades husky from ^8 to ^9
  • Migrates hook files to v9 format: removes #!/bin/sh shebang and . "$(dirname "$0")/_/husky.sh" sourcing
  • Updates prepare script from husky install to husky
  • Removes husky from dry-aged-deps exclusions

Risk: 2/5

Dev-only git hook tooling. The hook commands themselves are unchanged — only the wrapper boilerplate was removed. All three hooks (commit-msg, pre-commit, pre-push) verified working locally during the commit and push.

Test plan

  • npm run build passes
  • commit-msg hook runs successfully (cspell + commitlint)
  • pre-commit hook runs successfully (cspell on staged files)
  • pre-push hook runs successfully (test + eslint + dry-aged-deps)
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

Migrates hook files to husky v9 format (removes shebang and sourcing
lines). Updates prepare script from "husky install" to "husky".

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
@tompahoward tompahoward merged commit f6287a7 into main Mar 14, 2026
4 checks 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