Skip to content

Commit

Permalink
⬆️ chore(deps): Update devDependency husky to v9 (#17)
Browse files Browse the repository at this point in the history
* ⬆️ chore(deps): Update devDependency husky to v9

* 🔧 chore: migrate to v9

* 🛂 chore: update CODEOWNERS

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Gostański <mateusz.gostanski@gmail.com>
  • Loading branch information
renovate[bot] and grixu authored Feb 6, 2024
1 parent e8a452a commit 59ecab6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @grixu
* @grixu @grzywaczek @Mat3uszkek @matdudek
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec commitlint --edit ${1}
1 change: 1 addition & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git checkout HEAD .github/CODEOWNERS
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"

pnpm exec lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"lint": "eslint --fix .",
"format": "prettier --write .",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"eslint",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@commitlint/cli": "18.6.0",
"commitlint-config-gitmoji": "2.3.1",
"gitmoji-cli": "9.1.0",
"husky": "8.0.3",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"typescript": "5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59ecab6

Please sign in to comment.