Skip to content

Commit 36cfbc3

Browse files
authored
Merge pull request #430 from scratchfoundation/renovate/husky-9.x
chore(deps): update dependency husky to v9
2 parents 0d0b5ef + cf0585e commit 36cfbc3

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.husky/commit-msg

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

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
@@ -16,7 +16,7 @@
1616
"build": "rimraf dist && webpack --mode=production",
1717
"commitmsg": "commitlint -e $GIT_PARAMS",
1818
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
19-
"prepare": "husky install",
19+
"prepare": "husky",
2020
"semantic-release": "semantic-release",
2121
"test": "npm run test:lint && jest \"test[\\\\/](unit|integration)\"",
2222
"test:clearCache": "jest --clearCache",
@@ -52,7 +52,7 @@
5252
"eslint": "9.39.1",
5353
"eslint-config-scratch": "12.0.31",
5454
"file-loader": "6.2.0",
55-
"husky": "8.0.3",
55+
"husky": "9.1.7",
5656
"jest": "29.7.0",
5757
"json": "10.0.0",
5858
"rimraf": "6.1.0",

0 commit comments

Comments
 (0)