Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit

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

* chore: update to husky v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jens Simon <jens.simon80@googlemail.com>
  • Loading branch information
renovate[bot] and jenssimon authored Jan 28, 2024
1 parent 637c9df commit 0b6bfc2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 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"

npx --no -- 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 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsc",
"prepare": "npm-run-all build",
"commit": "cz",
"postinstall": "husky install",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"semantic-release": "semantic-release"
Expand All @@ -50,7 +50,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4923,12 +4923,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.0":
version: 9.0.6
resolution: "husky@npm:9.0.6"
bin:
husky: lib/bin.js
checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
husky: bin.js
checksum: 1ef034899dcdc35e5bf5436e1e02f8a7177dbb8a10dd91b77456d7fe110c204d8d4a7d53180e0651b87e35f39d7e0e95a53b4b7c334f68aefbc0d93bce4b54f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -8658,7 +8658,7 @@ __metadata:
commitizen: "npm:^4.3.0"
cz-conventional-changelog: "npm:^3.3.0"
eslint: "npm:^8.52.0"
husky: "npm:^8.0.3"
husky: "npm:^9.0.0"
lint-staged: "npm:^15.0.2"
npm-run-all: "npm:^4.1.5"
pinst: "npm:^3.0.0"
Expand Down

0 comments on commit 0b6bfc2

Please sign in to comment.