Skip to content

Commit 6f95b7a

Browse files
committed
build: bump deps and migrate husky to v9
1 parent 5771dbb commit 6f95b7a

File tree

5 files changed

+157
-163
lines changed

5 files changed

+157
-163
lines changed

.husky/commit-msg

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

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
pnpm lint-staged

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "prettier --write .",
1010
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
1111
"lint:fix": "eslint --fix --ext .cjs,.js,.ts,.vue . && prettier --write .",
12-
"prepare": "husky install",
12+
"prepare": "husky",
1313
"release": "pnpm release:check && pnpm release:e2e && pnpm release:version && pnpm release:publish",
1414
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1515
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm test",
@@ -26,8 +26,8 @@
2626
},
2727
"prettier": "prettier-config-vuepress",
2828
"devDependencies": {
29-
"@commitlint/cli": "^18.5.0",
30-
"@commitlint/config-conventional": "^18.5.0",
29+
"@commitlint/cli": "^18.6.0",
30+
"@commitlint/config-conventional": "^18.6.0",
3131
"@types/node": "^20.11.6",
3232
"@types/webpack-env": "^1.18.4",
3333
"@vitest/coverage-istanbul": "^1.2.1",
@@ -37,7 +37,7 @@
3737
"eslint-config-vuepress": "^4.10.0",
3838
"eslint-config-vuepress-typescript": "^4.10.0",
3939
"eslint-plugin-cypress": "^2.15.1",
40-
"husky": "^8.0.3",
40+
"husky": "^9.0.6",
4141
"lint-staged": "^15.2.0",
4242
"prettier": "^3.2.4",
4343
"prettier-config-vuepress": "^4.4.0",

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"vue": "^3.4.15",
5858
"vue-loader": "^17.4.2",
5959
"vue-router": "^4.2.5",
60-
"webpack": "^5.89.0",
60+
"webpack": "^5.90.0",
6161
"webpack-chain": "^6.5.1",
6262
"webpack-dev-server": "^4.15.1",
6363
"webpack-merge": "^5.10.0"

0 commit comments

Comments
 (0)