Skip to content

Commit 857432d

Browse files
renovate[bot]grixu
andauthored
⬆️ chore(deps): Update devDependency husky to v9 (#13)
* ⬆️ chore(deps): Update devDependency husky to v9 * 🔧 chore: migrate to v9 * 🛂 chore: add CODEOWNERS --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Gostański <mateusz.gostanski@gmail.com>
1 parent cb1d3dc commit 857432d

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @grixu @grzywaczek @Mat3uszkek @matdudek

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm exec commitlint --config commitlint.config.cjs --edit ${1}

.husky/post-merge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git checkout HEAD .github/CODEOWNERS

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"format": "prettier --write .",
99
"release": "changeset publish",
1010
"version": "changeset version --snapshot",
11-
"prepare": "husky install"
11+
"prepare": "husky"
1212
},
1313
"keywords": [
1414
"prettier",
@@ -39,6 +39,6 @@
3939
"@commitlint/cli": "18.6.0",
4040
"commitlint-config-gitmoji": "2.3.1",
4141
"gitmoji-cli": "9.1.0",
42-
"husky": "8.0.3"
42+
"husky": "9.0.10"
4343
}
4444
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)