Skip to content

Commit cdba8d6

Browse files
chore(deps): update dependency husky to v9 (#220)
* 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 <[email protected]>
1 parent ae3d000 commit cdba8d6

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
@@ -37,7 +37,7 @@
3737
"format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
3838
"lint": "npm run format:check && xo",
3939
"lint:fix": "npm run format && xo --fix",
40-
"prepare": "husky install .github/husky",
40+
"prepare": "husky .github/husky",
4141
"test": "c8 ava"
4242
},
4343
"xo": {
@@ -224,7 +224,7 @@
224224
"ava": "6.1.1",
225225
"c8": "9.1.0",
226226
"esbuild": "0.20.0",
227-
"husky": "8.0.3",
227+
"husky": "9.0.10",
228228
"lint-staged": "15.2.2",
229229
"prettier": "3.2.5",
230230
"semantic-release": "23.0.2",

0 commit comments

Comments
 (0)