Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.1.6 (#5072)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump husky from 8.0.3 to 9.1.6

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.6)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update lockfile

* chore: use new pre-commit syntax

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and joshblack authored Oct 10, 2024
1 parent a8cc373 commit 788eb58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
7 changes: 1 addition & 6 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[ -z "$HUSKY_ENABLED" ] && exit 0

npx lint-staged
lint-staged
20 changes: 11 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-ssr-friendly": "1.3.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-testing-library": "6.0.2",
"husky": "8.0.3",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "15.2.2",
Expand Down

0 comments on commit 788eb58

Please sign in to comment.