Skip to content

Commit 2663419

Browse files
Update dependency husky to v9 (#1795)
* Update dependency husky to v9 * Migrate config to v9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
1 parent ede922a commit 2663419

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.husky/pre-push

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
yarn format:ci && yarn eslint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"build_sicp_package": "yarn build && node ./scripts/build_sicp_package.mjs",
5959
"publish_sicp_package": "./scripts/publish_sicp_package.sh",
6060
"benchmark": "node ./scripts/run_jest.mjs --runInBand --testPathPattern='.*benchmark.*' --testPathIgnorePatterns='/dist/'",
61-
"prepare": "husky install"
61+
"prepare": "husky"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "^7.26.10",
@@ -74,7 +74,7 @@
7474
"eslint": "^9.0.0",
7575
"eslint-plugin-import": "^2.29.1",
7676
"globals": "^15.11.0",
77-
"husky": "^8.0.1",
77+
"husky": "^9.0.0",
7878
"jest": "^29.0.0",
7979
"jest-environment-jsdom": "^29.0.0",
8080
"jest-html-reporter": "^3.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4297,12 +4297,12 @@ __metadata:
42974297
languageName: node
42984298
linkType: hard
42994299

4300-
"husky@npm:^8.0.1":
4301-
version: 8.0.3
4302-
resolution: "husky@npm:8.0.3"
4300+
"husky@npm:^9.0.0":
4301+
version: 9.1.7
4302+
resolution: "husky@npm:9.1.7"
43034303
bin:
4304-
husky: lib/bin.js
4305-
checksum: 10c0/6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
4304+
husky: bin.js
4305+
checksum: 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
43064306
languageName: node
43074307
linkType: hard
43084308

@@ -5302,7 +5302,7 @@ __metadata:
53025302
eslint: "npm:^9.0.0"
53035303
eslint-plugin-import: "npm:^2.29.1"
53045304
globals: "npm:^15.11.0"
5305-
husky: "npm:^8.0.1"
5305+
husky: "npm:^9.0.0"
53065306
jest: "npm:^29.0.0"
53075307
jest-environment-jsdom: "npm:^29.0.0"
53085308
jest-html-reporter: "npm:^3.2.0"

0 commit comments

Comments
 (0)