Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Bump husky from 8.0.3 to 9.0.7 (#193)
Browse files Browse the repository at this point in the history
* Bump husky from 8.0.3 to 9.0.7

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

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

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

* Migrate to husky@9.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Görtz <mail@marcgoertz.de>
  • Loading branch information
dependabot[bot] and mrcgrtz committed Feb 1, 2024
1 parent d650d8b commit f0e4061
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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 lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"type": "module",
"scripts": {
"prepare": "husky",
"test": "xo && c8 --all ava",
"test:coverage": "c8 report --reporter=lcov",
"test:watch": "ava --watch"
Expand All @@ -43,7 +44,7 @@
"c8": "^8.0.0",
"execa": "^8.0.1",
"get-bin-path": "^11.0.0",
"husky": "^8.0.2",
"husky": "^9.0.7",
"lint-staged": "^15.0.2",
"nock": "^13.2.9",
"xo": "^0.56.0"
Expand Down

0 comments on commit f0e4061

Please sign in to comment.