|
1 | 1 | { |
2 | 2 | "private": true, |
3 | | - "version": "3.5.0-beta.3", |
4 | | - "packageManager": "pnpm@9.7.1", |
| 3 | + "version": "3.5.6", |
| 4 | + "packageManager": "pnpm@9.10.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "node scripts/dev.js", |
8 | 8 | "build": "node scripts/build.js", |
9 | | - "build-dts": "tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json && rollup -c rollup.dts.config.js", |
10 | | - "clean": "rimraf packages/*/dist temp .eslintcache", |
11 | | - "size": "run-s \"size-*\" && tsx scripts/usage-size.ts", |
| 9 | + "build-dts": "tsc -p tsconfig.build.json --noCheck && rollup -c rollup.dts.config.js", |
| 10 | + "clean": "rimraf --glob packages/*/dist temp .eslintcache", |
| 11 | + "size": "run-s \"size-*\" && node scripts/usage-size.js", |
12 | 12 | "size-global": "node scripts/build.js vue runtime-dom -f global -p --size", |
13 | 13 | "size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime", |
14 | 14 | "size-esm": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler", |
|
17 | 17 | "format": "prettier --write --cache .", |
18 | 18 | "format-check": "prettier --check --cache .", |
19 | 19 | "test": "vitest", |
20 | | - "test-unit": "vitest -c vitest.unit.config.ts", |
21 | | - "test-e2e": "node scripts/build.js vue -f global -d && vitest -c vitest.e2e.config.ts", |
| 20 | + "test-unit": "vitest --project unit", |
| 21 | + "test-e2e": "node scripts/build.js vue -f global -d && vitest --project e2e", |
22 | 22 | "test-dts": "run-s build-dts test-dts-only", |
23 | 23 | "test-dts-only": "tsc -p packages-private/dts-built-test/tsconfig.json && tsc -p ./packages-private/dts-test/tsconfig.test.json", |
24 | | - "test-coverage": "vitest -c vitest.unit.config.ts --coverage", |
| 24 | + "test-coverage": "vitest run --project unit --coverage", |
25 | 25 | "test-bench": "vitest bench", |
26 | 26 | "release": "node scripts/release.js", |
27 | 27 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
|
32 | 32 | "dev-sfc-serve": "vite packages-private/sfc-playground --host", |
33 | 33 | "dev-sfc-run": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime\" \"dev vue -ipf esm-browser-runtime\" \"dev server-renderer -if esm-bundler\" dev-sfc-serve", |
34 | 34 | "serve": "serve", |
35 | | - "open": "open http://localhost:3000/packages/template-explorer/local.html", |
| 35 | + "open": "open http://localhost:3000/packages-private/template-explorer/local.html", |
36 | 36 | "build-sfc-playground": "run-s build-all-cjs build-runtime-esm build-browser-esm build-ssr-esm build-sfc-playground-self", |
37 | 37 | "build-all-cjs": "node scripts/build.js vue runtime compiler reactivity shared -af cjs", |
38 | 38 | "build-runtime-esm": "node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime", |
|
66 | 66 | "@rollup/plugin-json": "^6.1.0", |
67 | 67 | "@rollup/plugin-node-resolve": "^15.2.3", |
68 | 68 | "@rollup/plugin-replace": "5.0.4", |
69 | | - "@swc/core": "^1.7.11", |
| 69 | + "@swc/core": "^1.7.26", |
70 | 70 | "@types/hash-sum": "^1.0.2", |
71 | | - "@types/node": "^20.16.0", |
| 71 | + "@types/node": "^20.16.5", |
72 | 72 | "@types/semver": "^7.5.8", |
73 | 73 | "@types/serve-handler": "^6.1.4", |
74 | | - "@vitest/coverage-istanbul": "^2.0.5", |
| 74 | + "@vitest/coverage-v8": "^2.1.1", |
75 | 75 | "@vue/consolidate": "1.0.0", |
76 | 76 | "conventional-changelog-cli": "^5.0.0", |
77 | 77 | "enquirer": "^2.4.1", |
78 | 78 | "esbuild": "^0.23.1", |
79 | 79 | "esbuild-plugin-polyfill-node": "^0.3.0", |
80 | | - "eslint": "^9.9.0", |
81 | | - "eslint-plugin-import-x": "^3.1.0", |
| 80 | + "eslint": "^9.10.0", |
| 81 | + "eslint-plugin-import-x": "^4.2.1", |
82 | 82 | "eslint-plugin-vitest": "^0.5.4", |
83 | 83 | "estree-walker": "catalog:", |
84 | | - "jsdom": "^24.1.1", |
85 | | - "lint-staged": "^15.2.9", |
| 84 | + "jsdom": "^25.0.0", |
| 85 | + "lint-staged": "^15.2.10", |
86 | 86 | "lodash": "^4.17.21", |
87 | 87 | "magic-string": "^0.30.11", |
88 | 88 | "markdown-table": "^3.0.3", |
89 | 89 | "marked": "13.0.3", |
90 | | - "npm-run-all2": "^6.2.2", |
91 | | - "picocolors": "^1.0.1", |
| 90 | + "npm-run-all2": "^6.2.3", |
| 91 | + "picocolors": "^1.1.0", |
92 | 92 | "prettier": "^3.3.3", |
93 | 93 | "pretty-bytes": "^6.1.1", |
94 | 94 | "pug": "^3.0.3", |
95 | | - "puppeteer": "~23.0.2", |
| 95 | + "puppeteer": "~23.3.0", |
96 | 96 | "rimraf": "^6.0.1", |
97 | | - "rollup": "^4.21.0", |
| 97 | + "rollup": "^4.21.3", |
98 | 98 | "rollup-plugin-dts": "^6.1.1", |
99 | 99 | "rollup-plugin-esbuild": "^6.1.1", |
100 | 100 | "rollup-plugin-polyfill-node": "^0.13.0", |
|
103 | 103 | "serve-handler": "^6.1.5", |
104 | 104 | "simple-git-hooks": "^2.11.1", |
105 | 105 | "todomvc-app-css": "^2.4.3", |
106 | | - "tslib": "^2.6.3", |
107 | | - "tsx": "^4.17.0", |
108 | | - "typescript": "~5.5.4", |
109 | | - "typescript-eslint": "^8.1.0", |
| 106 | + "tslib": "^2.7.0", |
| 107 | + "typescript": "~5.6.2", |
| 108 | + "typescript-eslint": "^8.5.0", |
110 | 109 | "vite": "catalog:", |
111 | | - "vitest": "^2.0.5" |
| 110 | + "vitest": "^2.1.1" |
112 | 111 | }, |
113 | 112 | "pnpm": { |
114 | 113 | "peerDependencyRules": { |
|
0 commit comments