create-vue 3.22.1 → 3.22.3

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.
@@ -61,9 +61,6 @@
61
61
  "message": "Select experimental features to include in your project:",
62
62
  "hint": "(↑/↓ to navigate, space to select, a to toggle all, enter to confirm)"
63
63
  },
64
- "needsViteBeta": {
65
- "message": "Vite 8 (beta)"
66
- },
67
64
  "needsVueBeta": {
68
65
  "message": "Vue 3.6 (beta)"
69
66
  },
@@ -61,9 +61,6 @@
61
61
  "message": "Sélectionnez les fonctionnalités expérimentales à inclure\u00a0:",
62
62
  "hint": "(↑/↓ pour naviguer, espace pour sélectionner, a pour tout sélectionner, entrée pour confirmer)"
63
63
  },
64
- "needsViteBeta": {
65
- "message": "Vite 8 (beta)"
66
- },
67
64
  "needsVueBeta": {
68
65
  "message": "Vue 3.6 (beta)"
69
66
  },
@@ -61,9 +61,6 @@
61
61
  "message": "Dahil edilecek deneysel özellikleri seçin:",
62
62
  "hint": "(↑/↓ gezinmek için, boşluk seçmek için, a tümünü seçmek için, enter onaylamak için)"
63
63
  },
64
- "needsViteBeta": {
65
- "message": "Vite 8 (beta)"
66
- },
67
64
  "needsVueBeta": {
68
65
  "message": "Vue 3.6 (beta)"
69
66
  },
@@ -61,9 +61,6 @@
61
61
  "message": "选择要包含的试验特性:",
62
62
  "hint": "(↑/↓ 切换,空格选择,a 全选,回车确认)"
63
63
  },
64
- "needsViteBeta": {
65
- "message": "Vite 8(测试版)"
66
- },
67
64
  "needsVueBeta": {
68
65
  "message": "Vue 3.6(测试版)"
69
66
  },
@@ -61,9 +61,6 @@
61
61
  "message": "請選擇要包含的試驗特性:",
62
62
  "hint": "(↑/↓ 切換,空格選擇,a 全選,enter 確認)"
63
63
  },
64
- "needsViteBeta": {
65
- "message": "Vite 8(測試版)"
66
- },
67
64
  "needsVueBeta": {
68
65
  "message": "Vue 3.6(測試版)"
69
66
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "3.22.1",
3
+ "version": "3.22.3",
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,41 +28,30 @@
28
28
  "provenance": true
29
29
  },
30
30
  "devDependencies": {
31
- "@clack/prompts": "^1.1.0",
31
+ "@clack/prompts": "^1.2.0",
32
32
  "@tsconfig/node24": "^24.0.4",
33
- "@types/eslint": "^9.6.1",
34
- "@types/node": "^24.12.0",
35
- "@types/prompts": "^2.4.9",
36
- "@vue/tsconfig": "^0.9.0",
33
+ "@types/node": "^24.12.2",
34
+ "@vue/tsconfig": "^0.9.1",
37
35
  "ejs": "^3.1.10",
38
- "husky": "^9.1.7",
39
- "lint-staged": "^16.3.3",
40
- "oxfmt": "^0.37.0",
41
- "oxlint": "~1.51.0",
42
36
  "picocolors": "^1.1.1",
43
- "rolldown": "1.0.0-rc.8",
44
- "rollup-plugin-license": "^3.7.0",
45
- "vitest": "^4.0.18",
37
+ "rolldown": "1.0.0-rc.16",
38
+ "rollup-plugin-license": "^3.7.1",
39
+ "vite-plus": "latest",
40
+ "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
46
41
  "zx": "^8.8.5"
47
42
  },
48
- "lint-staged": {
49
- "*.{js,ts,vue,json}": [
50
- "oxfmt --no-error-on-unmatched-pattern",
51
- "oxlint --fix"
52
- ]
53
- },
54
43
  "engines": {
55
44
  "node": "^20.19.0 || >=22.12.0"
56
45
  },
57
46
  "scripts": {
58
- "format": "oxfmt",
59
- "format-check": "oxfmt --check",
60
- "lint": "oxlint . --fix --ignore-pattern playground",
47
+ "format": "vp fmt",
48
+ "format-check": "vp fmt --check",
49
+ "lint": "vp lint . --fix --ignore-pattern playground",
61
50
  "build": "rolldown -c rolldown.config.ts",
62
51
  "snapshot": "zx ./scripts/snapshot.mjs",
63
52
  "pretest": "pnpm run build && pnpm run snapshot",
64
53
  "test": "zx ./scripts/test.mjs",
65
- "test:unit": "vitest",
54
+ "test:unit": "vp test",
66
55
  "preversion": "git fetch && git status -uno | grep -q 'Your branch is up to date'",
67
56
  "postversion": "zx ./scripts/postversion.mjs"
68
57
  }
@@ -7,12 +7,12 @@
7
7
  "preview": "vite preview"
8
8
  },
9
9
  "dependencies": {
10
- "vue": "^3.5.30"
10
+ "vue": "^3.5.32"
11
11
  },
12
12
  "devDependencies": {
13
- "@vitejs/plugin-vue": "^6.0.4",
14
- "vite": "^7.3.1",
15
- "vite-plugin-vue-devtools": "^8.0.7"
13
+ "@vitejs/plugin-vue": "^6.0.6",
14
+ "vite": "^8.0.8",
15
+ "vite-plugin-vue-devtools": "^8.1.1"
16
16
  },
17
17
  "engines": {
18
18
  "node": "^20.19.0 || >=22.12.0"
@@ -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.11.0",
8
+ "cypress": "^15.14.0",
9
9
  "start-server-and-test": "^2.1.5"
10
10
  }
11
11
  }
@@ -4,9 +4,9 @@
4
4
  "test:unit:dev": "cypress open --component"
5
5
  },
6
6
  "dependencies": {
7
- "vue": "^3.5.30"
7
+ "vue": "^3.5.32"
8
8
  },
9
9
  "devDependencies": {
10
- "cypress": "^15.11.0"
10
+ "cypress": "^15.14.0"
11
11
  }
12
12
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "dependencies": {
3
- "vue": "^3.5.30"
3
+ "vue": "^3.5.32"
4
4
  },
5
5
  "devDependencies": {
6
- "@vitejs/plugin-vue-jsx": "^5.1.4",
7
- "vite": "^7.3.1"
6
+ "@vitejs/plugin-vue-jsx": "^5.1.5",
7
+ "vite": "^8.0.8"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "pinia": "^3.0.4",
4
- "vue": "^3.5.30"
4
+ "vue": "^3.5.32"
5
5
  }
6
6
  }
@@ -3,6 +3,6 @@
3
3
  "test:e2e": "playwright test"
4
4
  },
5
5
  "devDependencies": {
6
- "@playwright/test": "^1.58.2"
6
+ "@playwright/test": "^1.59.1"
7
7
  }
8
8
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "vue": "^3.5.30",
4
- "vue-router": "^5.0.3"
3
+ "vue": "^3.5.32",
4
+ "vue-router": "^5.0.4"
5
5
  }
6
6
  }
@@ -5,9 +5,9 @@
5
5
  "type-check": "vue-tsc --build"
6
6
  },
7
7
  "devDependencies": {
8
- "@types/node": "^24.12.0",
8
+ "@types/node": "^24.12.2",
9
9
  "npm-run-all2": "^8.0.4",
10
- "typescript": "~5.9.3",
11
- "vue-tsc": "^3.2.5"
10
+ "typescript": "~6.0.0",
11
+ "vue-tsc": "^3.2.6"
12
12
  }
13
13
  }
@@ -3,11 +3,11 @@
3
3
  "test:unit": "vitest"
4
4
  },
5
5
  "dependencies": {
6
- "vue": "^3.5.30"
6
+ "vue": "^3.5.32"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@vue/test-utils": "^2.4.6",
10
- "jsdom": "^28.1.0",
11
- "vitest": "^4.0.18"
10
+ "jsdom": "^29.0.2",
11
+ "vitest": "^4.1.4"
12
12
  }
13
13
  }
@@ -3,6 +3,6 @@
3
3
  "format": "oxfmt src/"
4
4
  },
5
5
  "devDependencies": {
6
- "oxfmt": "^0.37.0"
6
+ "oxfmt": "^0.45.0"
7
7
  }
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "format": "prettier --write --experimental-cli src/"
4
4
  },
5
5
  "devDependencies": {
6
- "prettier": "3.8.1"
6
+ "prettier": "3.8.3"
7
7
  }
8
8
  }
@@ -3,7 +3,7 @@
3
3
  "lint": "eslint . --fix --cache"
4
4
  },
5
5
  "devDependencies": {
6
- "eslint": "^10.0.3",
6
+ "eslint": "^10.2.1",
7
7
  "eslint-plugin-vue": "~10.8.0"
8
8
  }
9
9
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "devDependencies": {
3
3
  "@eslint/js": "^10.0.1",
4
- "eslint": "^10.0.3",
4
+ "eslint": "^10.2.1",
5
5
  "eslint-plugin-vue": "~10.8.0",
6
- "globals": "^17.4.0"
6
+ "globals": "^17.5.0"
7
7
  }
8
8
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "devDependencies": {
3
3
  "@vue/eslint-config-typescript": "^14.7.0",
4
- "eslint": "^10.0.3",
4
+ "eslint": "^10.2.1",
5
5
  "eslint-plugin-vue": "~10.8.0",
6
6
  "jiti": "^2.6.1",
7
- "typescript": "~5.9.3"
7
+ "typescript": "~6.0.0"
8
8
  }
9
9
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "eslint-plugin-cypress": "^6.1.0"
3
+ "eslint-plugin-cypress": "^6.3.1"
4
4
  }
5
5
  }
@@ -5,8 +5,8 @@
5
5
  "lint": "run-s lint:*"
6
6
  },
7
7
  "devDependencies": {
8
- "eslint-plugin-oxlint": "~1.51.0",
8
+ "eslint-plugin-oxlint": "~1.60.0",
9
9
  "npm-run-all2": "^8.0.4",
10
- "oxlint": "~1.51.0"
10
+ "oxlint": "~1.60.0"
11
11
  }
12
12
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "eslint-plugin-playwright": "^2.9.0"
3
+ "eslint-plugin-playwright": "^2.10.1"
4
4
  }
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@vitest/eslint-plugin": "^1.6.10"
3
+ "@vitest/eslint-plugin": "^1.6.16"
4
4
  }
5
5
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
3
  "@tsconfig/node24": "^24.0.4",
4
- "@vue/tsconfig": "^0.9.0"
4
+ "@vue/tsconfig": "^0.9.1"
5
5
  }
6
6
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@types/jsdom": "^28.0.0"
3
+ "@types/jsdom": "^28.0.1"
4
4
  }
5
5
  }