Skip to content

Commit

Permalink
Bump husky from 8.0.3 to 9.0.10 (#1419)
Browse files Browse the repository at this point in the history
* 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:development
  update-type: version-update:semver-major
...

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

* Update husky usage

In line with the upgrade from v8 to v9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Feb 2, 2024
1 parent 5513c33 commit 86436ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
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 @@ -79,7 +79,7 @@
"eslint-plugin-regexp": "2.2.0",
"eslint-plugin-yml": "1.12.2",
"fast-check": "3.15.0",
"husky": "8.0.3",
"husky": "9.0.10",
"is-ci": "3.0.1",
"knip": "4.2.1",
"licensee": "10.0.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"mutation": "npm run mutation:unit && npm run mutation:integration",
"mutation:integration": "npm run transpile && stryker run config/stryker/integration.js",
"mutation:unit": "stryker run config/stryker/unit.js",
"setup": "husky install script/hooks",
"setup": "husky script/hooks",
"test": "npm run test:unit && npm run test:integration && npm run test:e2e && npm run test:compat && npm run test:breakage",
"test:breakage": "ava test/breakage/**/*.test.js",
"test:compat": "node test/compat/runner.js",
Expand Down
1 change: 0 additions & 1 deletion script/hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: MIT-0

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# Pre
Expand Down
1 change: 0 additions & 1 deletion script/hooks/pre-push
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: MIT-0

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# Pre
Expand Down

0 comments on commit 86436ed

Please sign in to comment.