Skip to content

Commit c9042d6

Browse files
renovate[bot]mrstorkkodiakhq[bot]
authored
chore(deps): update dependency husky to v9 (#6356)
* chore(deps): update dependency husky to v9 * chore: update husky syntax to v9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent a0e3af7 commit c9042d6

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
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 -- commitlint --edit

.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
@@ -6,7 +6,7 @@
66
"type": "module",
77
"author": "Netlify Inc.",
88
"scripts": {
9-
"prepare": "husky install",
9+
"prepare": "husky",
1010
"lint": "eslint --cache --report-unused-disable-directives --ignore-path .gitignore --max-warnings=0 . --fix",
1111
"lint:ci": "eslint --cache --report-unused-disable-directives --ignore-path .gitignore --max-warnings=0 .",
1212
"build": "lerna run build",
@@ -56,7 +56,7 @@
5656
"eslint-config-prettier": "^10.0.0",
5757
"eslint-plugin-ava": "^14.0.0",
5858
"eslint-plugin-import": "^2.26.0",
59-
"husky": "^8.0.0",
59+
"husky": "^9.0.0",
6060
"lerna": "^8.2.2",
6161
"lint-staged": "^16.0.0",
6262
"prettier": "^3.0.0"

0 commit comments

Comments
 (0)