Commit bf2b97e
committed
chore(deps): bump husky to ^9.1.7 and drop migration plan file
- Remove `.claude/plans/migrate-to-yarn-4.md` -- the plan was useful
during the migration but doesn't need to live in the repo.
- Bump husky 6.0.0 -> 9.1.7. The v9 hooks layout sets core.hooksPath
to `.husky/_/` (not `.husky/`), with auto-generated stubs in that
directory routing each hook to the user-authored counterpart at
`.husky/<hook>`. The user hook files no longer need the
`#!/bin/sh` + `. "$(dirname "$0")/_/husky.sh"` boilerplate; in v9
that boilerplate emits a deprecation warning and is slated to
break in v10. Trimmed those two lines from `.husky/pre-commit` and
`.husky/commit-msg`, and deduped the accidental double commitlint
invocation in `.husky/commit-msg` while there.
- Update the core SDK workspace's postinstall to invoke the v9
binary path (`node_modules/husky/bin.js` -- the `install` subcommand
is gone in v9; running the binary with no args performs the same
setup).1 parent fea39e6 commit bf2b97e
6 files changed
Lines changed: 8 additions & 271 deletions
File tree
- .claude/plans
- .husky
- package
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14727 | 14727 | | |
14728 | 14728 | | |
14729 | 14729 | | |
14730 | | - | |
14731 | | - | |
14732 | | - | |
| 14730 | + | |
| 14731 | + | |
| 14732 | + | |
14733 | 14733 | | |
14734 | | - | |
14735 | | - | |
| 14734 | + | |
| 14735 | + | |
14736 | 14736 | | |
14737 | 14737 | | |
14738 | 14738 | | |
| |||
21921 | 21921 | | |
21922 | 21922 | | |
21923 | 21923 | | |
21924 | | - | |
| 21924 | + | |
21925 | 21925 | | |
21926 | 21926 | | |
21927 | 21927 | | |
| |||
0 commit comments