Skip to content

Commit

Permalink
build(deps-dev): bump husky from 8.0.3 to 9.0.2 (#467)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and mfranzke authored Jan 25, 2024
1 parent b298600 commit d83c8dd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env sh
# shellcheck disable=SC1091
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env sh
# shellcheck disable=SC1091
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

echo "### validate branch name ###"
npx validate-branch-name
echo "### lint staged files ###"
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cpr": "3.0.1",
"dotenv": "^16.4.1",
"find-versions-cli": "^4.0.0",
"husky": "8.0.3",
"husky": "9.0.2",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"nodemon": "3.0.3",
Expand Down

0 comments on commit d83c8dd

Please sign in to comment.