Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#31)
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.10 |

* chore: migration

* chore: migration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
renovate[bot] and viceice authored Feb 12, 2024
1 parent fb57605 commit e0f102e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh

# shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"lint:prettier": "prettier --cache --check --ignore-unknown .",
"prepare": "husky install",
"prepare": "husky",
"prettier:fix": "prettier --cache --write --ignore-unknown .",
"start": "node src/index.js"
},
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/conventional-changelog-core": "4.2.7",
"husky": "8.0.3",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.12.1",
"prettier": "3.2.5",
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 e0f102e

Please sign in to comment.