Skip to content

Commit 6a52dfb

Browse files
renovate[bot]renovate-botjdbruijn
authored
chore(deps): update dependency husky to v7 (#160)
* chore(deps): update dependency husky to v7 * ci: update Husky scripts for v7 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jeroen de Bruijn <[email protected]>
1 parent 172ea1c commit 6a52dfb

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.github/husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
23

34
npx --no-install commitlint --edit "${1}"

.github/husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
23

34
npx --no-install lint-staged

package-lock.json

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-plugin-jest": "24.4.0",
7575
"eslint-plugin-json": "3.0.0",
7676
"eslint-plugin-prettier": "3.4.0",
77-
"husky": "6.0.0",
77+
"husky": "7.0.1",
7878
"jest": "27.0.6",
7979
"lint-staged": "11.1.1",
8080
"npm-run-all": "4.1.5",

0 commit comments

Comments
 (0)