Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#127)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and jdbruijn authored Feb 15, 2024
1 parent f055215 commit 2d6be6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "${1}"
3 changes: 0 additions & 3 deletions .github/husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged --config .github/lint-staged.js
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
"lint": "npm run format:check",
"lint:fix": "npm run format",
"prepare": "husky install .github/husky"
"prepare": "husky .github/husky"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -147,7 +147,7 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@vidavidorra/commitlint-config": "6.0.5",
"husky": "8.0.3",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"semantic-release": "23.0.2"
Expand Down

0 comments on commit 2d6be6f

Please sign in to comment.