Skip to content

Commit 653d1a4

Browse files
authored
Merge pull request #2133 from db-ui/dependabot-npm_and_yarn-husky-9.0.2
chore(deps-dev): bump husky from 8.0.3 to 9.0.2
2 parents 5cdcee8 + ccc23cb commit 653d1a4

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.husky/commit-msg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx validate-branch-name
72
npm run scripts:check-commit-mail
83
npx --no -- lint-staged --config ./.lintstagedrc.js

package-lock.json

Lines changed: 9 additions & 9 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
@@ -93,7 +93,7 @@
9393
"fs-extra": "^11.2.0",
9494
"glob": "^10.3.10",
9595
"http-server": "14.1.1",
96-
"husky": "8.0.3",
96+
"husky": "9.0.2",
9797
"inquirer": "^9.2.12",
9898
"jscpd": "^3.5.10",
9999
"lint-staged": "^15.2.0",

0 commit comments

Comments
 (0)