|
143 | 143 | "build": "pnpm run build:core && pnpm run build:runtime",
|
144 | 144 | "build:core": "tsup",
|
145 | 145 | "build:runtime": "tsup --config tsup-runtime.config.ts",
|
146 |
| - "dev": "pnpm run test --ui", |
| 146 | + "dev": "vitest --typecheck --ui", |
147 | 147 | "docs": "vitepress dev docs",
|
148 | 148 | "docs:build": "vitepress build docs",
|
149 | 149 | "lint": "prettier -c '{src,test,e2e,examples,playground}/**/*.{ts,vue}'",
|
150 | 150 | "play": "npm -C playground run dev",
|
151 | 151 | "play:build": "npm -C playground run build",
|
152 | 152 | "release": "node scripts/release.mjs",
|
153 | 153 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
|
154 |
| - "test": "vitest --typecheck" |
| 154 | + "pretest": "pnpm run lint", |
| 155 | + "test": "pnpm run build && vitest --typecheck --coverage run && pnpm run docs:build" |
155 | 156 | },
|
156 | 157 | "gitHooks": {
|
157 | 158 | "pre-commit": "lint-staged",
|
|
168 | 169 | "dependencies": {
|
169 | 170 | "@babel/types": "^7.26.0",
|
170 | 171 | "@rollup/pluginutils": "^5.1.4",
|
171 |
| - "@vue-macros/common": "^1.15.0", |
| 172 | + "@vue-macros/common": "^1.16.1", |
172 | 173 | "ast-walker-scope": "^0.6.2",
|
173 | 174 | "chokidar": "^3.6.0",
|
174 | 175 | "fast-glob": "^3.3.2",
|
|
194 | 195 | "@posva/prompts": "^2.4.4",
|
195 | 196 | "@shikijs/vitepress-twoslash": "1.24.0",
|
196 | 197 | "@tanstack/vue-query": "^5.62.0",
|
197 |
| - "@types/node": "^22.10.1", |
198 |
| - "@vitest/coverage-v8": "^2.1.6", |
199 |
| - "@vitest/ui": "^2.1.6", |
| 198 | + "@types/node": "^22.10.7", |
| 199 | + "@vitest/coverage-v8": "^3.0.2", |
| 200 | + "@vitest/ui": "^3.0.2", |
200 | 201 | "@volar/vue-language-core": "^1.6.5",
|
201 | 202 | "@vue/test-utils": "^2.4.6",
|
202 | 203 | "chalk": "^5.3.0",
|
|
215 | 216 | "semver": "^7.6.3",
|
216 | 217 | "ts-expect": "^1.3.0",
|
217 | 218 | "tsup": "^8.3.5",
|
218 |
| - "typescript": "^5.6.3", |
| 219 | + "typescript": "^5.7.3", |
219 | 220 | "unplugin-auto-import": "^19.0.0",
|
220 | 221 | "unplugin-vue-markdown": "^28.1.0",
|
221 | 222 | "unplugin-vue-router": "workspace:*",
|
222 |
| - "vite": "^6.0.1", |
223 |
| - "vite-plugin-vue-devtools": "^7.6.7", |
| 223 | + "vite": "^6.0.10", |
| 224 | + "vite-plugin-vue-devtools": "^7.7.0", |
224 | 225 | "vitepress": "1.5.0",
|
225 |
| - "vitest": "^2.1.6", |
| 226 | + "vitest": "^3.0.2", |
226 | 227 | "vue": "^3.5.13",
|
227 | 228 | "vue-router": "^4.5.0",
|
228 | 229 | "vue-router-mock": "^1.1.0",
|
229 |
| - "vue-tsc": "^2.1.10", |
| 230 | + "vue-tsc": "^2.2.0", |
230 | 231 | "vuefire": "^3.2.0",
|
231 | 232 | "webpack": "^5.96.1",
|
232 | 233 | "yorkie": "^2.0.0"
|
|
0 commit comments