Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#27114)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice committed Feb 7, 2024
1 parent 13cdf80 commit b5d1f03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,8 +1,5 @@
#!/bin/sh

# shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"

pnpm ls-lint

BRANCH_NAME=$(git branch --show-current)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"markdown-lint": "markdownlint-cli2",
"markdown-lint-fix": "markdownlint-cli2 --fix",
"prepare": "run-s 'prepare:*'",
"prepare:husky": "husky install",
"prepare:husky": "husky",
"prepare:generate": "run-s 'generate:*'",
"prepare:re2": "node tools/check-re2.mjs",
"prestart": "run-s 'generate:*'",
Expand Down Expand Up @@ -328,7 +328,7 @@
"expect": "29.7.0",
"expect-more-jest": "5.5.0",
"graphql": "16.8.1",
"husky": "8.0.3",
"husky": "9.0.7",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"jest-mock": "29.7.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5d1f03

Please sign in to comment.