Skip to content

Commit 08a1e3a

Browse files
renovate[bot]bluwy
andauthored
chore(deps): update dependency husky to v9 (#852)
* chore(deps): update dependency husky to v9 * chore: migrate husky --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <[email protected]>
1 parent bc9d429 commit 08a1e3a

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
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
pnpm lint-staged --concurrent false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "pnpm check:format --write",
1818
"fixup": "run-s lint format",
1919
"release": "pnpm changeset publish",
20-
"prepare": "husky install",
20+
"prepare": "husky",
2121
"playwright": "playwright-core",
2222
"generate:types": "pnpm --filter \"./packages/*\" --parallel generate:types"
2323
},
@@ -40,7 +40,7 @@
4040
"eslint-plugin-unicorn": "^50.0.1",
4141
"execa": "^8.0.1",
4242
"fs-extra": "^11.2.0",
43-
"husky": "^8.0.3",
43+
"husky": "^9.0.10",
4444
"lint-staged": "^15.2.0",
4545
"node-fetch": "^3.3.2",
4646
"npm-run-all": "^4.1.5",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)