Skip to content

Commit

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

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | husky   | 8.0.3 | 9.0.7 |

* chore: migration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice committed Feb 8, 2024
1 parent 1639f1a commit 46847c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit "$1"
1 change: 0 additions & 1 deletion .husky/pre-commit
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,7 +28,7 @@
"lint-es:file:fix": "eslint --fix",
"lint-es:fix": "eslint --fix .",
"lint:fix": "run-s lint-es:fix prettier-fix",
"prepare": "husky install",
"prepare": "husky",
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
"release": "run-s clean build semantic-release",
Expand All @@ -54,7 +54,7 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"husky": "8.0.3",
"husky": "9.0.7",
"lint-staged": "15.2.1",
"npm-run-all2": "6.1.2",
"prettier": "2.8.8",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 46847c6

Please sign in to comment.