Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#3610)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to v9
* chore(husky): migrate to v9 scripts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Germain Bergeron <[email protected]>
  • Loading branch information
renovate[bot] and GermainBergeron authored Jan 30, 2024
1 parent 0f0480c commit ae516b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 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"

./node_modules/.bin/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 precommit
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preinstall": "npx only-allow pnpm",
"lintfix": "pnpm --recursive --parallel lintfix",
"precommit": "lint-staged",
"prepare": "husky install",
"prepare": "husky",
"reconstruct": "pnpm dlx rimraf packages/*/node_modules packages/*/.turbo node_modules && npm run setup && echo done",
"setup": "pnpm install",
"start": "turbo run build --filter=!@coveord/plasma-website && pnpm --recursive --parallel start",
Expand Down Expand Up @@ -69,7 +69,7 @@
"eslint": "8.47.0",
"eslint-config-plasma": "workspace:*",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"husky": "9.0.7",
"lint-staged": "15.0.1",
"mime-types": "2.1.35",
"prettier": "3.0.2",
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 ae516b6

Please sign in to comment.