Skip to content

Commit 3e8d8ea

Browse files
chore(deps): update dependency husky to v9 (#235)
* chore(deps): update dependency husky to v9 * fix: update husky to v9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeroen de Bruijn <vv9239@gmail.com>
1 parent db453c3 commit 3e8d8ea

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

.github/husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install commitlint --edit "${1}"

.github/husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged --config .github/lint-staged.js

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
3737
"lint": "npm run format:check && xo",
3838
"lint:fix": "npm run format && xo --fix",
39-
"prepare": "husky install .github/husky",
39+
"prepare": "husky .github/husky",
4040
"test": "c8 ava"
4141
},
4242
"xo": {
@@ -223,7 +223,7 @@
223223
"ava": "6.1.1",
224224
"c8": "9.1.0",
225225
"esbuild": "0.20.0",
226-
"husky": "8.0.3",
226+
"husky": "9.0.10",
227227
"lint-staged": "15.2.2",
228228
"prettier": "3.2.5",
229229
"semantic-release": "23.0.2",

0 commit comments

Comments
 (0)