Skip to content

Commit

Permalink
build: bump deps and migrate husky to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 26, 2024
1 parent 5771dbb commit 6f95b7a
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 163 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
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 lint-staged
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write .",
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
"lint:fix": "eslint --fix --ext .cjs,.js,.ts,.vue . && prettier --write .",
"prepare": "husky install",
"prepare": "husky",
"release": "pnpm release:check && pnpm release:e2e && pnpm release:version && pnpm release:publish",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm test",
Expand All @@ -26,8 +26,8 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/node": "^20.11.6",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.2.1",
Expand All @@ -37,7 +37,7 @@
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-config-vuepress": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"vue": "^3.4.15",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
Expand Down
Loading

0 comments on commit 6f95b7a

Please sign in to comment.