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 1164edb commit 216b950
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 520 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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vitest",
"format": "prettier --write .",
"lint": "eslint --ext .cjs,.ts . && prettier --check .",
"prepare": "husky install",
"prepare": "husky",
"release": "pnpm release:check && lerna publish",
"release:check": "pnpm clean && pnpm build && pnpm lint && pnpm test",
"test": "vitest run"
Expand All @@ -19,23 +19,23 @@
},
"prettier": "@meteorlxy/prettier-config",
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@lerna-lite/cli": "^3.2.0",
"@lerna-lite/publish": "^3.2.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@meteorlxy/eslint-config-prettier": "^2.27.3",
"@meteorlxy/eslint-config-prettier-typescript": "^2.28.1",
"@meteorlxy/prettier-config": "^2.11.0",
"@meteorlxy/tsconfig": "^2.29.0",
"@vitest/coverage-istanbul": "1.0.2",
"@vitest/coverage-istanbul": "^1.2.1",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"sort-package-json": "^2.6.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "1.0.2"
"vitest": "^1.2.1"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion packages/plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"markdown-it": "^14.0.0"
},
"devDependencies": {
"@vue/shared": "^3.4.6"
"@vue/shared": "^3.4.15"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 216b950

Please sign in to comment.