Skip to content

Commit

Permalink
chore(devdeps): update dependency husky to v9 (#3439)
Browse files Browse the repository at this point in the history
* chore(devdeps): update dependency husky to v9

* fix: update changes from v9

* fix: test

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthias <[email protected]>
  • Loading branch information
renovate[bot] and matthprost authored Feb 15, 2024
1 parent efe9130 commit e941002
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
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"

pnpm lint-staged
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:unit:watch": "pnpm run test:unit --watch",
"test:unit:update": "pnpm run test:unit --updateSnapshot",
"test:a11y": "LC_ALL=en_US.UTF-8 jest --config .jest/a11y.config.ts",
"prepare": "husky install",
"prepare": "husky",
"size": "pnpm run build && size-limit",
"tokens:update": "node ./scripts/figma-synchronise-tokens.mjs && pnpm prettier --write packages/themes/src/themes/console",
"chromatic": "chromatic --exit-zero-on-changes",
Expand Down Expand Up @@ -163,7 +163,7 @@
"eslint-plugin-testing-library": "6.2.0",
"expect": "29.7.0",
"file-loader": "6.2.0",
"husky": "8.0.3",
"husky": "9.0.7",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-axe": "8.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit e941002

Please sign in to comment.