create-vue 3.22.2 → 3.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +89 -0
- package/bundle.js +1545 -1663
- package/package.json +9 -10
- package/template/base/package.json +5 -5
- package/template/base/vite.config.js.ejs +1 -1
- package/template/config/cypress/package.json +2 -2
- package/template/config/cypress-ct/package.json +2 -2
- package/template/config/jsx/package.json +2 -2
- package/template/config/pinia/package.json +1 -1
- package/template/config/playwright/package.json +1 -1
- package/template/config/router/package.json +2 -2
- package/template/config/typescript/package.json +3 -3
- package/template/config/vitest/package.json +4 -4
- package/template/formatting/oxfmt/package.json +1 -1
- package/template/formatting/prettier/package.json +1 -1
- package/template/linting/base/package.json +3 -2
- package/template/linting/core/js/package.json +3 -3
- package/template/linting/core/ts/package.json +4 -4
- package/template/linting/cypress/package.json +1 -1
- package/template/linting/oxlint/package.json +4 -4
- package/template/linting/playwright/package.json +1 -1
- package/template/linting/vitest/package.json +1 -1
- package/template/tsconfig/cypress/cypress/tsconfig.json +1 -5
- package/template/tsconfig/vitest/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vue",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.4",
|
|
4
4
|
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/vuejs/create-vue#readme",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"provenance": true
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@clack/prompts": "^1.1
|
|
31
|
+
"@clack/prompts": "^1.5.1",
|
|
32
32
|
"@tsconfig/node24": "^24.0.4",
|
|
33
|
-
"@types/node": "^24.
|
|
33
|
+
"@types/node": "^24.13.2",
|
|
34
34
|
"@vue/tsconfig": "^0.9.1",
|
|
35
|
-
"ejs": "^
|
|
35
|
+
"ejs": "^5.0.2",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
|
-
"rolldown": "1.
|
|
38
|
-
"rollup-plugin-license": "^3.7.
|
|
37
|
+
"rolldown": "1.1.1",
|
|
38
|
+
"rollup-plugin-license": "^3.7.1",
|
|
39
39
|
"vite-plus": "latest",
|
|
40
40
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
|
|
41
41
|
"zx": "^8.8.5"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": "^
|
|
44
|
+
"node": "^22.18.0 || >=24.12.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"format": "vp fmt",
|
|
@@ -49,10 +49,9 @@
|
|
|
49
49
|
"lint": "vp lint . --fix --ignore-pattern playground",
|
|
50
50
|
"build": "rolldown -c rolldown.config.ts",
|
|
51
51
|
"snapshot": "zx ./scripts/snapshot.mjs",
|
|
52
|
+
"release": "zx ./scripts/release.mjs",
|
|
52
53
|
"pretest": "pnpm run build && pnpm run snapshot",
|
|
53
54
|
"test": "zx ./scripts/test.mjs",
|
|
54
|
-
"test:unit": "vp test"
|
|
55
|
-
"preversion": "git fetch && git status -uno | grep -q 'Your branch is up to date'",
|
|
56
|
-
"postversion": "zx ./scripts/postversion.mjs"
|
|
55
|
+
"test:unit": "vp test"
|
|
57
56
|
}
|
|
58
57
|
}
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"preview": "vite preview"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"vue": "^3.5.
|
|
10
|
+
"vue": "^3.5.38"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
14
|
-
"vite": "^8.0.
|
|
15
|
-
"vite-plugin-vue-devtools": "^8.1.
|
|
13
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
14
|
+
"vite": "^8.0.16",
|
|
15
|
+
"vite-plugin-vue-devtools": "^8.1.2"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": "^
|
|
18
|
+
"node": "^22.18.0 || >=24.12.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
|
|
6
6
|
},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"cypress": "^15.
|
|
9
|
-
"start-server-and-test": "^
|
|
8
|
+
"cypress": "^15.17.0",
|
|
9
|
+
"start-server-and-test": "^3.0.11"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"type-check": "vue-tsc --build"
|
|
6
6
|
},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@types/node": "^24.
|
|
9
|
-
"npm-run-all2": "^
|
|
8
|
+
"@types/node": "^24.13.2",
|
|
9
|
+
"npm-run-all2": "^9.0.2",
|
|
10
10
|
"typescript": "~6.0.0",
|
|
11
|
-
"vue-tsc": "^3.
|
|
11
|
+
"vue-tsc": "^3.3.5"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"test:unit": "vitest"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"vue": "^3.5.
|
|
6
|
+
"vue": "^3.5.38"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@vue/test-utils": "^2.4.
|
|
10
|
-
"jsdom": "^29.
|
|
11
|
-
"vitest": "^4.1.
|
|
9
|
+
"@vue/test-utils": "^2.4.11",
|
|
10
|
+
"jsdom": "^29.1.1",
|
|
11
|
+
"vitest": "^4.1.9"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"devDependencies": {
|
|
3
|
-
"@vue/eslint-config-typescript": "^14.
|
|
4
|
-
"eslint": "^10.
|
|
5
|
-
"eslint-plugin-vue": "~10.
|
|
6
|
-
"jiti": "^2.
|
|
3
|
+
"@vue/eslint-config-typescript": "^14.8.0",
|
|
4
|
+
"eslint": "^10.5.0",
|
|
5
|
+
"eslint-plugin-vue": "~10.9.2",
|
|
6
|
+
"jiti": "^2.7.0",
|
|
7
7
|
"typescript": "~6.0.0"
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"scripts": {
|
|
3
3
|
"lint:oxlint": "oxlint . --fix",
|
|
4
4
|
"lint:eslint": "eslint . --fix --cache",
|
|
5
|
-
"lint": "run-s lint
|
|
5
|
+
"lint": "run-s \"lint:*\""
|
|
6
6
|
},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"eslint-plugin-oxlint": "~1.
|
|
9
|
-
"npm-run-all2": "^
|
|
10
|
-
"oxlint": "~1.
|
|
8
|
+
"eslint-plugin-oxlint": "~1.69.0",
|
|
9
|
+
"npm-run-all2": "^9.0.2",
|
|
10
|
+
"oxlint": "~1.69.0"
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"exclude": ["./support/component.*"],
|
|
5
5
|
"compilerOptions": {
|
|
6
6
|
"isolatedModules": false,
|
|
7
|
-
"types": ["cypress"]
|
|
8
|
-
|
|
9
|
-
// FIXME: Remove this when Cypress officially supports TypeScript 6.0
|
|
10
|
-
// https://github.com/cypress-io/cypress/issues/33511
|
|
11
|
-
"ignoreDeprecations": "6.0"
|
|
7
|
+
"types": ["cypress"]
|
|
12
8
|
}
|
|
13
9
|
}
|