Skip to content

Commit 576070d

Browse files
build(deps-dev): bump husky from 8.0.3 to 9.0.7 (tldr-pages#12175)
* build(deps-dev): bump husky from 8.0.3 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump husky from 8.0.3 to 9.0.7 Upgrade husky following the upgrade guide: https://github.com/typicode/husky/releases/tag/v9.0.1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <[email protected]>
1 parent 5a6837d commit 576070d

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

Diff for: .husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm test

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"tldr-lint": "^0.0.13"
1212
},
1313
"devDependencies": {
14-
"husky": "^8.0.3"
14+
"husky": "^9.0.7"
1515
},
1616
"scripts": {
1717
"lint-markdown": "markdownlint pages*/**/*.md",
1818
"lint-tldr-pages": "tldr-lint ./pages",
1919
"test": "bash scripts/test.sh",
2020
"build-index": "node ./scripts/build-index.js > index.json",
21-
"prepare": "husky install"
21+
"prepare": "husky"
2222
},
2323
"private": true
2424
}

0 commit comments

Comments
 (0)