Skip to content

Commit b5d1f03

Browse files
chore(deps): update dependency husky to v9 (#27114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <[email protected]>
1 parent 13cdf80 commit b5d1f03

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/sh
22

3-
# shellcheck source=/dev/null
4-
. "$(dirname "$0")/_/husky.sh"
5-
63
pnpm ls-lint
74

85
BRANCH_NAME=$(git branch --show-current)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"markdown-lint": "markdownlint-cli2",
3838
"markdown-lint-fix": "markdownlint-cli2 --fix",
3939
"prepare": "run-s 'prepare:*'",
40-
"prepare:husky": "husky install",
40+
"prepare:husky": "husky",
4141
"prepare:generate": "run-s 'generate:*'",
4242
"prepare:re2": "node tools/check-re2.mjs",
4343
"prestart": "run-s 'generate:*'",
@@ -328,7 +328,7 @@
328328
"expect": "29.7.0",
329329
"expect-more-jest": "5.5.0",
330330
"graphql": "16.8.1",
331-
"husky": "8.0.3",
331+
"husky": "9.0.7",
332332
"jest": "29.7.0",
333333
"jest-extended": "4.0.2",
334334
"jest-mock": "29.7.0",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)