Skip to content

Commit

Permalink
Merge pull request #200 from ext/renovate/husky-9.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency husky to v9
  • Loading branch information
ext committed Feb 10, 2024
2 parents be9b9f6 + 48bc2a5 commit 2ab7f16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec npm exec commitlint -- --edit "$1"
npm exec commitlint -- --edit "$1"
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec npx --no-install lint-staged
npm exec lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint:fix": "eslint --cache --fix .",
"prepack": "release-prepack package.json --bundle",
"postpack": "release-postpack package.json",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "release-prepublish package.json --bundle",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/tmp": "0.2.6",
"esbuild": "0.20.0",
"glob": "10.3.10",
"husky": "8.0.3",
"husky": "9.0.10",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"ts-jest": "29.1.2",
Expand Down

0 comments on commit 2ab7f16

Please sign in to comment.