Skip to content

Commit

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

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

---
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 d57059c commit 34066c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 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.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"repository": "github:mrcgrtz/geld",
"funding": [
{
{
"type": "kofi",
"url": "https://ko-fi.com/mrcgrtz"
},
{
{
"type": "liberapay",
"url": "https://liberapay.com/mrcgrtz"
}
Expand All @@ -25,8 +25,9 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "xo && tsd && c8 ava",
"coverage": "c8 report --reporter=lcov"
"coverage": "c8 report --reporter=lcov",
"prepare": "husky",
"test": "xo && tsd && c8 ava"
},
"files": [
"index.js",
Expand All @@ -39,7 +40,7 @@
"devDependencies": {
"ava": "^6.0.1",
"c8": "^9.1.0",
"husky": "^8.0.1",
"husky": "^9.0.9",
"lint-staged": "^15.0.2",
"tsd": "^0.30.1",
"xo": "^0.56.0"
Expand Down

0 comments on commit 34066c0

Please sign in to comment.