Skip to content

Commit 813dfa4

Browse files
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#617)
* 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 to v9 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <[email protected]>
1 parent a94899b commit 813dfa4

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run build
52
git add lib

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "ncc build src/main.ts --watch --out lib",
1010
"lint": "eslint --ext .ts src",
1111
"lint:fix": "eslint --ext .ts --fix src",
12-
"prepare": "husky install",
12+
"prepare": "husky",
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"dependencies": {
@@ -29,7 +29,7 @@
2929
"eslint": "^8.48.0",
3030
"eslint-config-prettier": "^9.1.0",
3131
"eslint-plugin-prettier": "^5.1.3",
32-
"husky": "^8.0.3",
32+
"husky": "^9.0.6",
3333
"prettier": "^3.2.4",
3434
"typescript": "^5.3.3"
3535
},

0 commit comments

Comments
 (0)