Skip to content

Commit 9ae5012

Browse files
chore(deps): update dependency husky to v9 (#5366)
* chore(deps): update dependency husky to v9 * Update for husky migration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent ac61c7c commit 9ae5012

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.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 lint-staged

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
@@ -65,7 +65,7 @@
6565
"lint:rust:nofix": "cd rust && cargo fmt --check && cargo clippy",
6666
"perf": "npm run build:cjs && node --expose-gc scripts/perf.js",
6767
"perf:init": "node scripts/perf-init.js",
68-
"prepare": "husky install && node scripts/check-release.js || npm run build:prepare",
68+
"prepare": "husky && node scripts/check-release.js || npm run build:prepare",
6969
"prepublishOnly": "node scripts/check-release.js && node scripts/prepublish.js",
7070
"postpublish": "node scripts/postpublish.js",
7171
"prepublish:napi": "napi prepublish --skip-gh-release",
@@ -158,7 +158,7 @@
158158
"flru": "^1.0.2",
159159
"fs-extra": "^11.2.0",
160160
"github-api": "^3.4.0",
161-
"husky": "^8.0.3",
161+
"husky": "^9.0.7",
162162
"inquirer": "^9.2.12",
163163
"is-reference": "^3.0.2",
164164
"lint-staged": "^15.2.0",

0 commit comments

Comments
 (0)