Skip to content

Commit

Permalink
chore(deps): bump husky from 8.0.3 to 9.0.10 (#246)
Browse files Browse the repository at this point in the history
* chore(deps): bump husky from 8.0.3 to 9.0.10

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: prepare upgrade

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Drabodan <[email protected]>
  • Loading branch information
dependabot[bot] and drabodan authored Feb 6, 2024
1 parent 8a21820 commit 3c85ac4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:prettier": "prettier --list-different .",
"lint:js": "eslint --cache .",
"lint": "npm-run-all -l -p \"lint:**\"",
"prepare": "husky install",
"prepare": "husky",
"release": "standard-version --commit-all",
"security": "npm audit"
},
Expand All @@ -28,7 +28,7 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"husky": "9.0.10",
"jquery": "3.7.1",
"jquery-ui-bundle": "1.12.1-migrate",
"lint-staged": "15.2.0",
Expand Down

0 comments on commit 3c85ac4

Please sign in to comment.