Skip to content

Commit d83c8dd

Browse files
build(deps-dev): bump husky from 8.0.3 to 9.0.2 (#467)
* build(deps-dev): bump husky from 8.0.3 to 9.0.2 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * refactor: upgraded to husky version 9 https://github.com/typicode/husky/releases/tag/v9.0.1#:~:text=Revamped%20docs.-,How%20to%20Migrate,-v9%20is%20backward * refactor: upgraded to husky version 9 https://github.com/typicode/husky/releases/tag/v9.0.1#:~:text=Revamped%20docs.-,How%20to%20Migrate,-v9%20is%20backward --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent b298600 commit d83c8dd

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.husky/commit-msg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
echo "### validate branch name ###"
72
npx validate-branch-name
83
echo "### lint staged files ###"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cpr": "3.0.1",
4747
"dotenv": "^16.4.1",
4848
"find-versions-cli": "^4.0.0",
49-
"husky": "8.0.3",
49+
"husky": "9.0.2",
5050
"lint-staged": "^15.2.0",
5151
"markdownlint-cli": "^0.38.0",
5252
"nodemon": "3.0.3",

0 commit comments

Comments
 (0)