Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#297)
Browse files Browse the repository at this point in the history
* chore(deps-dev): 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] <[email protected]>

* chore: migrate Husky scripts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owen Voke <[email protected]>
  • Loading branch information
dependabot[bot] and owenvoke authored Jan 29, 2024
1 parent dd6bc0d commit b5c5a7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
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"

npm run lint
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"jison": "jison tldr.yy tldr.l -o lib/tldr-parser.js",
"lint": "eslint lib specs",
"prepare": "husky install",
"prepare": "husky",
"test": "jest specs",
"watch": "concurrently 'npm run watch:jison' 'npm run watch:specs'",
"watch:jison": "onchange '*.l' '*.yy' -- npm run jison",
Expand Down Expand Up @@ -41,7 +41,7 @@
"concurrently": "^8.0.1",
"eslint": "^8.0.0",
"eslint-plugin-jest": "^27.0.4",
"husky": "^8.0.2",
"husky": "^9.0.6",
"jest": "^29.1.2",
"jison": "^0.4.18",
"onchange": "^7.1.0"
Expand Down

0 comments on commit b5c5a7f

Please sign in to comment.