Skip to content

Commit 7965bf0

Browse files
chore(deps): update dependency husky to v9 (#1642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joël Galeran <[email protected]>
1 parent 070e90e commit 7965bf0

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

.husky/pre-commit

-3
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

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-prettier": "5.1.3",
2525
"execa": "5.1.1",
26-
"husky": "8.0.3",
26+
"husky": "9.0.1",
2727
"is-ci": "3.0.1",
2828
"jest": "29.7.0",
2929
"lerna": "6.6.2",
@@ -45,7 +45,7 @@
4545
"test:e2e": "sh scripts/e2eTestsOnVsix/test.sh",
4646
"testScripts": "jest __tests__",
4747
"test:bump": "sh scripts/e2eTestsOnVsix/bump_version.sh",
48-
"prepare": "is-ci || husky install"
48+
"prepare": "is-ci || husky"
4949
},
5050
"publishConfig": {
5151
"access": "public"
@@ -55,4 +55,4 @@
5555
"prettier --write"
5656
]
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)