Skip to content

Commit 3de4eba

Browse files
Bump husky from 8.0.3 to 9.0.6 (#7500)
* Bump husky from 8.0.3 to 9.0.6 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Follow husky v9 See https://github.com/typicode/husky/releases/tag/v9.0.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
1 parent 382961f commit 3de4eba

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.husky/pre-commit

100755100644
-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
[ -n "$CI" ] && exit 0
3-
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx --no lint-staged

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lint:js": "eslint . --cache --max-warnings=0 --ext .js,.mjs",
6565
"lint:md": "remark . --quiet --frail",
6666
"lint:types": "tsc",
67-
"prepare": "husky install && patch-package && npm run build",
67+
"prepare": "husky && patch-package && npm run build",
6868
"release": "np --no-release-draft",
6969
"pretest": "npm run lint",
7070
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
@@ -224,7 +224,7 @@
224224
"eslint-config-stylelint": "^20.0.0",
225225
"eslint-plugin-import": "^2.29.1",
226226
"eslint-plugin-jest": "^27.6.3",
227-
"husky": "^8.0.3",
227+
"husky": "^9.0.6",
228228
"jest": "^29.7.0",
229229
"jest-preset-stylelint": "^7.0.0",
230230
"jest-watch-typeahead": "^2.2.2",

0 commit comments

Comments
 (0)