Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency husky to v9 #15730

Merged
merged 4 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
npx --no-install commitlint --edit "$1"
5 changes: 1 addition & 4 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
npx --no-install lint-staged
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sync": "carbon-cli sync",
"test": "cross-env BABEL_ENV=test jest",
"test:e2e": "cross-env BABEL_ENV=test jest -c jest.e2e.config.js",
"postinstall": "husky install"
"postinstall": "husky"
},
"resolutions": {
"@types/react": "~18.2.33",
Expand Down Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-playwright": "^0.22.1",
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
"husky": "^8.0.0",
"husky": "^9.0.0",
"jest": "^28.1.0",
"jest-junit": "^16.0.0",
"lerna": "^8.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9940,7 +9940,7 @@ __metadata:
eslint-plugin-playwright: "npm:^0.22.1"
fs-extra: "npm:^11.0.0"
glob: "npm:^10.0.0"
husky: "npm:^8.0.0"
husky: "npm:^9.0.0"
jest: "npm:^28.1.0"
jest-junit: "npm:^16.0.0"
lerna: "npm:^8.0.0"
Expand Down Expand Up @@ -15778,12 +15778,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.0":
version: 8.0.0
resolution: "husky@npm:8.0.0"
"husky@npm:^9.0.0":
version: 9.0.10
resolution: "husky@npm:9.0.10"
bin:
husky: lib/bin.js
checksum: bd147a59a5a12b6fb45730fe60c46803a1a180f8b5bd54f6677bbcfd2e63193dfdcc7ced950ff18b30c3760e99428f9a93ccf2ad1360c8e2516a7bda7812ce88
husky: bin.mjs
checksum: c303f1862e2b63873605df55a2b08303155e35c799585d7dd677628f62d716e7304bd984fc7d00ec44e740caac07d51720d1a0abb0a23a70a38859d89eb8e72d
languageName: node
linkType: hard

Expand Down
Loading