Skip to content

Commit

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

* refactor: update husky

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tdeekens <[email protected]>
  • Loading branch information
renovate[bot] and tdeekens authored Jun 14, 2024
1 parent 769db68 commit 112c324
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

pnpm lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "8.56.0",
"eslint-formatter-pretty": "5.0.0",
"express": "4.19.2",
"husky": "8.0.3",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"jest-runner-eslint": "2.1.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

echo "Preparing development setup."
pnpm husky install
pnpm husky

0 comments on commit 112c324

Please sign in to comment.