Skip to content

Commit

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

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

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

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

* Follow husky v9

See https://github.com/typicode/husky/releases/tag/v9.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Jan 29, 2024
1 parent 382961f commit 3de4eba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env sh
[ -n "$CI" ] && exit 0

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

npx --no 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 @@ -64,7 +64,7 @@
"lint:js": "eslint . --cache --max-warnings=0 --ext .js,.mjs",
"lint:md": "remark . --quiet --frail",
"lint:types": "tsc",
"prepare": "husky install && patch-package && npm run build",
"prepare": "husky && patch-package && npm run build",
"release": "np --no-release-draft",
"pretest": "npm run lint",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down Expand Up @@ -224,7 +224,7 @@
"eslint-config-stylelint": "^20.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"husky": "^8.0.3",
"husky": "^9.0.6",
"jest": "^29.7.0",
"jest-preset-stylelint": "^7.0.0",
"jest-watch-typeahead": "^2.2.2",
Expand Down

0 comments on commit 3de4eba

Please sign in to comment.