Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#321)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to v9

* chore(deps): migrate dependency husky to v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hezekiah Hendry <[email protected]>
  • Loading branch information
renovate[bot] and RealShadowNova authored Apr 29, 2024
1 parent 05d8450 commit adf50b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

yarn lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run",
"update": "yarn upgrade-interactive",
"postinstall": "husky install",
"postinstall": "husky",
"prepack": "yarn build && pinst --disable",
"postpack": "pinst --enable"
},
Expand All @@ -55,7 +55,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.1.3"
husky: "npm:^8.0.3"
husky: "npm:^9.0.11"
lint-staged: "npm:^15.2.2"
pinst: "npm:^3.0.0"
prettier: "npm:^3.2.5"
Expand Down Expand Up @@ -3280,12 +3280,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.3":
version: 8.0.3
resolution: "husky@npm:8.0.3"
"husky@npm:^9.0.11":
version: 9.0.11
resolution: "husky@npm:9.0.11"
bin:
husky: lib/bin.js
checksum: 10/b754cf70fdc97c3b60fec5b80056b9c11436464953b1691bf2b5dcf0081fb6685d2c5f47abb8b2b1c49f504aabea5321fdd6496f8b755d9f6e7525a493406abb
husky: bin.mjs
checksum: 10/8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1
languageName: node
linkType: hard

Expand Down

0 comments on commit adf50b8

Please sign in to comment.