Skip to content

Commit

Permalink
Merge pull request #208 from capralifecycle/renovate/husky-9.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency husky to v9
  • Loading branch information
joakimen authored Dec 13, 2024
2 parents fb4e21b + d548541 commit 68f2163
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .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"
13 changes: 7 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 @@ -5,7 +5,7 @@
"type": "module",
"license": "Apache-2.0",
"scripts": {
"prepare": "tsx scripts/create-definition-schema.ts && husky install",
"prepare": "tsx scripts/create-definition-schema.ts && husky",
"build": "rollup -c",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage src",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch src",
Expand Down Expand Up @@ -73,7 +73,7 @@
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "8.0.3",
"husky": "9.1.7",
"jest": "^29.6.1",
"lodash": "4.17.21",
"prettier": "3.4.1",
Expand Down

0 comments on commit 68f2163

Please sign in to comment.