Skip to content

Commit

Permalink
Bump husky from 8.0.3 to 9.0.6 (#329)
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>

* Making Husky work with new config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ollie Curtis <8831547+olliecurtis@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and olliecurtis authored Jan 31, 2024
1 parent e6454a0 commit 4b5a090
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix",
"pretest": "npx ensure-node-env@2.0.0",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"lint-staged": {
"!(LICENSE)*.md": [
Expand All @@ -50,7 +47,7 @@
"stylelint-scss": "^5.3.2"
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "^9.0.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.0"
}
Expand Down

0 comments on commit 4b5a090

Please sign in to comment.