Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 008115b

Browse files
committedNov 26, 2024··
build(deps): update husky to version 9.1.7
1 parent 799cc5a commit 008115b

File tree

5 files changed

+15
-324
lines changed

5 files changed

+15
-324
lines changed
 

‎.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm exec commitlint --edit ${1}

‎.husky/prepare-commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
if [ -t 0 ];
52
then
63
# running via terminal

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
1212
"gen:feed": "tsx ./src/cli/genFeed.ts",
1313
"build": "cross-env NODE_ENV=production vite-ssg build && pnpm run gen:feed",
14-
"prepare": "husky || true"
14+
"prepare": "husky"
1515
},
1616
"dependencies": {
1717
"@vueuse/core": "^11.0.0",
@@ -55,7 +55,7 @@
5555
"fp-ts": "^2.16.5",
5656
"gray-matter": "^4.0.3",
5757
"happy-dom": "^15.0.0",
58-
"husky": "^9.0.11",
58+
"husky": "^9.1.7",
5959
"inferred-types": "^0.51.0",
6060
"markdown-it": "^14.1.0",
6161
"markdown-it-anchor": "^9.0.0",

‎pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/auto-imports.d.ts

Lines changed: 12 additions & 315 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.