create-vue 3.16.4 → 3.17.0
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 +2 -2
- package/bundle.js +732 -687
- package/locales/en-US.json +11 -1
- package/locales/fr-FR.json +11 -1
- package/locales/tr-TR.json +11 -1
- package/locales/zh-Hans.json +11 -1
- package/locales/zh-Hant.json +11 -1
- package/package.json +10 -10
- package/template/base/package.json +4 -4
- package/template/config/cypress/package.json +2 -2
- package/template/config/cypress-ct/package.json +2 -2
- package/template/config/jsx/package.json +3 -3
- package/template/config/nightwatch/package.json +4 -4
- package/template/config/nightwatch-ct/package.json +1 -1
- package/template/config/pinia/package.json +2 -2
- 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 +3 -3
- package/template/eslint/package.json +2 -2
- package/template/tsconfig/base/package.json +1 -1
package/locales/en-US.json
CHANGED
|
@@ -60,7 +60,17 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"needsOxlint": {
|
|
63
|
-
"message": "
|
|
63
|
+
"message": "Oxlint (experimental)"
|
|
64
|
+
},
|
|
65
|
+
"needsExperimental": {
|
|
66
|
+
"message": "Enable experimental features"
|
|
67
|
+
},
|
|
68
|
+
"needsExperimentalFeatures": {
|
|
69
|
+
"message": "Select experimental features to include in your project:",
|
|
70
|
+
"hint": "(↑/↓ to navigate, space to select, a to toggle all, enter to confirm)"
|
|
71
|
+
},
|
|
72
|
+
"needsRolldownVite": {
|
|
73
|
+
"message": "rolldown-vite (experimental)"
|
|
64
74
|
},
|
|
65
75
|
"errors": {
|
|
66
76
|
"operationCancelled": "Operation cancelled"
|
package/locales/fr-FR.json
CHANGED
|
@@ -60,7 +60,17 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"needsOxlint": {
|
|
63
|
-
"message": "
|
|
63
|
+
"message": "Oxlint (expérimental)"
|
|
64
|
+
},
|
|
65
|
+
"needsExperimental": {
|
|
66
|
+
"message": "Activer les fonctionnalités expérimentales"
|
|
67
|
+
},
|
|
68
|
+
"needsExperimentalFeatures": {
|
|
69
|
+
"message": "Sélectionnez les fonctionnalités expérimentales à inclure\u00a0:",
|
|
70
|
+
"hint": "(↑/↓ pour naviguer, espace pour sélectionner, a pour tout sélectionner, entrée pour confirmer)"
|
|
71
|
+
},
|
|
72
|
+
"needsRolldownVite": {
|
|
73
|
+
"message": "rolldown-vite (expérimental)"
|
|
64
74
|
},
|
|
65
75
|
"errors": {
|
|
66
76
|
"operationCancelled": "Operation annulée"
|
package/locales/tr-TR.json
CHANGED
|
@@ -60,7 +60,17 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"needsOxlint": {
|
|
63
|
-
"message": "
|
|
63
|
+
"message": "Oxlint (deneysel)"
|
|
64
|
+
},
|
|
65
|
+
"needsExperimental": {
|
|
66
|
+
"message": "Deneysel özellikleri etkinleştir"
|
|
67
|
+
},
|
|
68
|
+
"needsExperimentalFeatures": {
|
|
69
|
+
"message": "Dahil edilecek deneysel özellikleri seçin:",
|
|
70
|
+
"hint": "(↑/↓ gezinmek için, boşluk seçmek için, a tümünü seçmek için, enter onaylamak için)"
|
|
71
|
+
},
|
|
72
|
+
"needsRolldownVite": {
|
|
73
|
+
"message": "rolldown-vite (deneysel)"
|
|
64
74
|
},
|
|
65
75
|
"errors": {
|
|
66
76
|
"operationCancelled": "İşlem iptal edildi"
|
package/locales/zh-Hans.json
CHANGED
|
@@ -60,7 +60,17 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"needsOxlint": {
|
|
63
|
-
"message": "
|
|
63
|
+
"message": "Oxlint(试验阶段)"
|
|
64
|
+
},
|
|
65
|
+
"needsExperimental": {
|
|
66
|
+
"message": "启用试验特性"
|
|
67
|
+
},
|
|
68
|
+
"needsExperimentalFeatures": {
|
|
69
|
+
"message": "选择要包含的试验特性:",
|
|
70
|
+
"hint": "(↑/↓ 切换,空格选择,a 全选,回车确认)"
|
|
71
|
+
},
|
|
72
|
+
"needsRolldownVite": {
|
|
73
|
+
"message": "rolldown-vite(试验阶段)"
|
|
64
74
|
},
|
|
65
75
|
"errors": {
|
|
66
76
|
"operationCancelled": "操作取消"
|
package/locales/zh-Hant.json
CHANGED
|
@@ -60,7 +60,17 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"needsOxlint": {
|
|
63
|
-
"message": "
|
|
63
|
+
"message": "Oxlint(試驗性功能)"
|
|
64
|
+
},
|
|
65
|
+
"needsExperimental": {
|
|
66
|
+
"message": "启用試驗性功能"
|
|
67
|
+
},
|
|
68
|
+
"needsExperimentalFeatures": {
|
|
69
|
+
"message": "請選擇要包含的試驗特性:",
|
|
70
|
+
"hint": "(↑/↓ 切換,空格選擇,a 全選,enter 確認)"
|
|
71
|
+
},
|
|
72
|
+
"needsRolldownVite": {
|
|
73
|
+
"message": "rolldown-vite(試驗性功能)"
|
|
64
74
|
},
|
|
65
75
|
"errors": {
|
|
66
76
|
"operationCancelled": "操作取消"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"!template/**/node_modules/.bin/*"
|
|
14
14
|
],
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": ">=
|
|
16
|
+
"node": ">=v20.0.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -27,22 +27,22 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/vuejs/create-vue#readme",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@clack/prompts": "^0.
|
|
31
|
-
"@tsconfig/node22": "^22.0.
|
|
30
|
+
"@clack/prompts": "^0.11.0",
|
|
31
|
+
"@tsconfig/node22": "^22.0.2",
|
|
32
32
|
"@types/eslint": "^9.6.1",
|
|
33
|
-
"@types/node": "^22.
|
|
33
|
+
"@types/node": "^22.15.32",
|
|
34
34
|
"@types/prompts": "^2.4.9",
|
|
35
|
-
"@vue/create-eslint-config": "^0.
|
|
35
|
+
"@vue/create-eslint-config": "^0.11.1",
|
|
36
36
|
"@vue/tsconfig": "^0.7.0",
|
|
37
37
|
"ejs": "^3.1.10",
|
|
38
38
|
"husky": "^9.1.7",
|
|
39
|
-
"lint-staged": "^
|
|
39
|
+
"lint-staged": "^16.1.2",
|
|
40
40
|
"picocolors": "^1.1.1",
|
|
41
41
|
"prettier": "3.5.3",
|
|
42
|
-
"rolldown": "1.0.0-beta.
|
|
42
|
+
"rolldown": "1.0.0-beta.19",
|
|
43
43
|
"rollup-plugin-license": "^3.6.0",
|
|
44
|
-
"vitest": "^3.
|
|
45
|
-
"zx": "^8.5.
|
|
44
|
+
"vitest": "^3.2.4",
|
|
45
|
+
"zx": "^8.5.5"
|
|
46
46
|
},
|
|
47
47
|
"lint-staged": {
|
|
48
48
|
"*.{js,ts,vue,json}": [
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"preview": "vite preview"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"vue": "^3.5.
|
|
10
|
+
"vue": "^3.5.17"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@vitejs/plugin-vue": "^
|
|
14
|
-
"vite": "^
|
|
15
|
-
"vite-plugin-vue-devtools": "^7.7.
|
|
13
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
14
|
+
"vite": "^7.0.0",
|
|
15
|
+
"vite-plugin-vue-devtools": "^7.7.7"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -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": "^14.
|
|
9
|
-
"start-server-and-test": "^2.0.
|
|
8
|
+
"cypress": "^14.5.0",
|
|
9
|
+
"start-server-and-test": "^2.0.12"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
},
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@nightwatch/vue": "^3.1.2",
|
|
7
|
-
"@vitejs/plugin-vue": "^
|
|
8
|
-
"chromedriver": "^
|
|
7
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
8
|
+
"chromedriver": "^137.0.4",
|
|
9
9
|
"geckodriver": "^5.0.0",
|
|
10
|
-
"nightwatch": "^3.12.
|
|
10
|
+
"nightwatch": "^3.12.2",
|
|
11
11
|
"ts-node": "^10.9.2",
|
|
12
|
-
"vite": "^
|
|
12
|
+
"vite": "^7.0.0",
|
|
13
13
|
"vite-plugin-nightwatch": "^0.4.6"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"type-check": "vue-tsc --build"
|
|
6
6
|
},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@types/node": "^22.
|
|
9
|
-
"npm-run-all2": "^
|
|
8
|
+
"@types/node": "^22.15.32",
|
|
9
|
+
"npm-run-all2": "^8.0.4",
|
|
10
10
|
"typescript": "~5.8.0",
|
|
11
|
-
"vue-tsc": "^2.2.
|
|
11
|
+
"vue-tsc": "^2.2.10"
|
|
12
12
|
}
|
|
13
13
|
}
|