create-vue 3.15.0 → 3.16.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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "🛠️ The recommended way to start a Vite-powered Vue project",
5
5
  "type": "module",
6
6
  "bin": {
7
- "create-vue": "outfile.cjs"
7
+ "create-vue": "bundle.js"
8
8
  },
9
9
  "files": [
10
10
  "locales",
11
- "outfile.cjs",
11
+ "bundle.js",
12
12
  "template",
13
13
  "!template/**/node_modules/.bin/*"
14
14
  ],
@@ -28,21 +28,21 @@
28
28
  "homepage": "https://github.com/vuejs/create-vue#readme",
29
29
  "devDependencies": {
30
30
  "@clack/prompts": "^0.10.0",
31
- "@tsconfig/node22": "^22.0.0",
31
+ "@tsconfig/node22": "^22.0.1",
32
32
  "@types/eslint": "^9.6.1",
33
- "@types/node": "^22.13.9",
33
+ "@types/node": "^22.13.14",
34
34
  "@types/prompts": "^2.4.9",
35
- "@vue/create-eslint-config": "^0.9.1",
35
+ "@vue/create-eslint-config": "^0.10.1",
36
36
  "@vue/tsconfig": "^0.7.0",
37
37
  "ejs": "^3.1.10",
38
- "esbuild": "^0.25.0",
39
- "esbuild-plugin-license": "^1.2.3",
40
38
  "husky": "^9.1.7",
41
- "lint-staged": "^15.4.3",
39
+ "lint-staged": "^15.5.0",
42
40
  "picocolors": "^1.1.1",
43
41
  "prettier": "3.5.3",
44
- "vitest": "^3.0.8",
45
- "zx": "^8.4.0"
42
+ "rolldown": "1.0.0-beta.7",
43
+ "rollup-plugin-license": "^3.6.0",
44
+ "vitest": "^3.1.1",
45
+ "zx": "^8.4.1"
46
46
  },
47
47
  "lint-staged": {
48
48
  "*.{js,ts,vue,json}": [
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "scripts": {
57
57
  "format": "prettier --write .",
58
- "build": "zx ./scripts/build.mjs",
58
+ "build": "rolldown -c rolldown.config.ts",
59
59
  "snapshot": "zx ./scripts/snapshot.mjs",
60
60
  "pretest": "pnpm run build && pnpm run snapshot",
61
61
  "test": "zx ./scripts/test.mjs",
@@ -3,6 +3,6 @@
3
3
  "explorer.fileNesting.patterns": {
4
4
  "tsconfig.json": "tsconfig.*.json, env.d.ts",
5
5
  "vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
6
- "package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig"
6
+ "package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .prettier*, prettier*, .editorconfig"
7
7
  }
8
8
  }
@@ -10,8 +10,8 @@
10
10
  "vue": "^3.5.13"
11
11
  },
12
12
  "devDependencies": {
13
- "@vitejs/plugin-vue": "^5.2.1",
14
- "vite": "^6.2.1",
13
+ "@vitejs/plugin-vue": "^5.2.3",
14
+ "vite": "^6.2.4",
15
15
  "vite-plugin-vue-devtools": "^7.7.2"
16
16
  }
17
17
  }
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
32
32
  recommended IDE setup is
33
33
  <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
34
34
  +
35
- <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
35
+ <a href="https://github.com/vuejs/language-tools" target="_blank" rel="noopener">Vue - Official</a>. If
36
36
  you need to test your components and web pages, check out
37
37
  <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
32
32
  recommended IDE setup is
33
33
  <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
34
34
  +
35
- <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
35
+ <a href="https://github.com/vuejs/language-tools" target="_blank" rel="noopener">Vue - Official</a>. If
36
36
  you need to test your components and web pages, check out
37
37
  <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
32
32
  recommended IDE setup is
33
33
  <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
34
34
  +
35
- <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
35
+ <a href="https://github.com/vuejs/language-tools" target="_blank" rel="noopener">Vue - Official</a>. If
36
36
  you need to test your components and web pages, check out
37
37
  <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
32
32
  recommended IDE setup is
33
33
  <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
34
34
  +
35
- <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
35
+ <a href="https://github.com/vuejs/language-tools" target="_blank" rel="noopener">Vue - Official</a>. If
36
36
  you need to test your components and web pages, check out
37
37
  <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
@@ -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.1.0",
9
- "start-server-and-test": "^2.0.10"
8
+ "cypress": "^14.2.1",
9
+ "start-server-and-test": "^2.0.11"
10
10
  }
11
11
  }
@@ -7,6 +7,6 @@
7
7
  "vue": "^3.5.13"
8
8
  },
9
9
  "devDependencies": {
10
- "cypress": "^14.1.0"
10
+ "cypress": "^14.2.1"
11
11
  }
12
12
  }
@@ -3,7 +3,7 @@
3
3
  "vue": "^3.5.13"
4
4
  },
5
5
  "devDependencies": {
6
- "@vitejs/plugin-vue-jsx": "^4.1.1",
7
- "vite": "^6.2.1"
6
+ "@vitejs/plugin-vue-jsx": "^4.1.2",
7
+ "vite": "^6.2.4"
8
8
  }
9
9
  }
@@ -4,12 +4,12 @@
4
4
  },
5
5
  "devDependencies": {
6
6
  "@nightwatch/vue": "^3.1.2",
7
- "@vitejs/plugin-vue": "^5.2.1",
8
- "chromedriver": "^134.0.0",
7
+ "@vitejs/plugin-vue": "^5.2.3",
8
+ "chromedriver": "^134.0.5",
9
9
  "geckodriver": "^5.0.0",
10
- "nightwatch": "^3.12.0",
10
+ "nightwatch": "^3.12.1",
11
11
  "ts-node": "^10.9.2",
12
- "vite": "^6.2.1",
12
+ "vite": "^6.2.4",
13
13
  "vite-plugin-nightwatch": "^0.4.6"
14
14
  }
15
15
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "recommendations": ["oxc.oxc-vscode"]
3
+ }
@@ -3,6 +3,6 @@
3
3
  "test:e2e": "playwright test"
4
4
  },
5
5
  "devDependencies": {
6
- "@playwright/test": "^1.51.0"
6
+ "@playwright/test": "^1.51.1"
7
7
  }
8
8
  }
@@ -1,5 +1,7 @@
1
1
  {
2
- "format": "prettier --write src/",
2
+ "scripts": {
3
+ "format": "prettier --write src/"
4
+ },
3
5
  "devDependencies": {
4
6
  "prettier": "3.5.3"
5
7
  }
@@ -5,7 +5,7 @@
5
5
  "type-check": "vue-tsc --build"
6
6
  },
7
7
  "devDependencies": {
8
- "@types/node": "^22.13.9",
8
+ "@types/node": "^22.13.14",
9
9
  "npm-run-all2": "^7.0.2",
10
10
  "typescript": "~5.8.0",
11
11
  "vue-tsc": "^2.2.8"
@@ -8,6 +8,6 @@
8
8
  "devDependencies": {
9
9
  "@vue/test-utils": "^2.4.6",
10
10
  "jsdom": "^26.0.0",
11
- "vitest": "^3.0.8"
11
+ "vitest": "^3.1.1"
12
12
  }
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@vitest/eslint-plugin": "^1.1.36",
3
+ "@vitest/eslint-plugin": "^1.1.38",
4
4
  "eslint-plugin-cypress": "^4.2.0",
5
5
  "eslint-plugin-playwright": "^2.2.0"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@tsconfig/node22": "^22.0.0",
3
+ "@tsconfig/node22": "^22.0.1",
4
4
  "@vue/tsconfig": "^0.7.0"
5
5
  }
6
6
  }