Skip to content

Commit 94db2e6

Browse files
committed
release: create-vite@8.3.0
1 parent d93b183 commit 94db2e6

File tree

18 files changed

+44
-17
lines changed

18 files changed

+44
-17
lines changed

packages/create-vite/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [8.3.0](https://github.com/vitejs/vite/compare/create-vite@8.2.0...create-vite@8.3.0) (2026-02-09)
2+
### Features
3+
4+
* **create-vite:** add AI agent experience (AX) support ([#21116](https://github.com/vitejs/vite/issues/21116)) ([5458aeb](https://github.com/vitejs/vite/commit/5458aeb0b712ef101776bc5555dbba3c7b678ff9))
5+
* **create-vite:** add ember ([#20069](https://github.com/vitejs/vite/issues/20069)) ([5bf8960](https://github.com/vitejs/vite/commit/5bf89600c763b040e202911e0de69ff33ac74beb))
6+
* **create-vite:** show description for template variants ([#21403](https://github.com/vitejs/vite/issues/21403)) ([206cc63](https://github.com/vitejs/vite/commit/206cc639a596cbbfb3a73d675c7d424f3a77308d))
7+
* **create-vite:** use Vite 8 beta instead of rolldown-vite ([#21597](https://github.com/vitejs/vite/issues/21597)) ([d93b183](https://github.com/vitejs/vite/commit/d93b183887a9c4436c75c05d7d5bedbf69ff0c77))
8+
9+
### Bug Fixes
10+
11+
* **create-vite:** do not create empty directory for custom commands ([#21367](https://github.com/vitejs/vite/issues/21367)) ([068db29](https://github.com/vitejs/vite/commit/068db2930e118bc834e147b00c5c341139785216))
12+
* **create-vite:** skip irrelevant "immediate" prompt for external commands ([#21410](https://github.com/vitejs/vite/issues/21410)) ([efeb9d2](https://github.com/vitejs/vite/commit/efeb9d2a5cbb6a38b2adb6a64e3d6371576e4234))
13+
* **create-vite:** update deprecated tsrouter-app to `@tanstack/cli` ([#21527](https://github.com/vitejs/vite/issues/21527)) ([2d59533](https://github.com/vitejs/vite/commit/2d595339b64acb94ec5f446ba3446b48c01a924e))
14+
* **create-vite:** update QwikCity custom command to "empty" template ([#21279](https://github.com/vitejs/vite/issues/21279)) ([b354928](https://github.com/vitejs/vite/commit/b3549285fa4cc4e006eda75eb469e8cd629f5d1c))
15+
* **deps:** update `@clack/prompts` to 1.0.0-alpha.9 ([#21421](https://github.com/vitejs/vite/issues/21421)) ([385b588](https://github.com/vitejs/vite/commit/385b5886a746f15e11070fd9d444e2313ecdcc03))
16+
* **deps:** update all non-major dependencies ([#21146](https://github.com/vitejs/vite/issues/21146)) ([a3cd262](https://github.com/vitejs/vite/commit/a3cd262f37228967e455617e982b35fccc49ffe9))
17+
* **deps:** update all non-major dependencies ([#21175](https://github.com/vitejs/vite/issues/21175)) ([72e398a](https://github.com/vitejs/vite/commit/72e398a46d8d2f54fbcbeb9ff0dceab346aeb642))
18+
19+
### Documentation
20+
21+
* **degit:** switch to recommending tiged ([#21148](https://github.com/vitejs/vite/issues/21148)) ([44dd5be](https://github.com/vitejs/vite/commit/44dd5bef0f3ace084595652e8cdc972fda46a3cd))
22+
23+
### Miscellaneous Chores
24+
25+
* **deps:** update dependency tsdown to ^0.16.6 ([#21145](https://github.com/vitejs/vite/issues/21145)) ([d9ac204](https://github.com/vitejs/vite/commit/d9ac20406cca3b32fc37c32a1c081881bf1ee897))
26+
* **deps:** update rolldown-related dependencies ([#21174](https://github.com/vitejs/vite/issues/21174)) ([74559c9](https://github.com/vitejs/vite/commit/74559c947483a8ee24da052ac2d9568f7cb3546a))
27+
128
## [8.2.0](https://github.com/vitejs/vite/compare/create-vite@8.1.0...create-vite@8.2.0) (2025-11-20)
229
### Features
330

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

packages/create-vite/template-lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"typescript": "~5.9.3",
16-
"vite": "^7.2.4"
16+
"vite": "^7.3.1"
1717
}
1818
}

packages/create-vite/template-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"lit": "^3.3.1"
1313
},
1414
"devDependencies": {
15-
"vite": "^7.2.4"
15+
"vite": "^7.3.1"
1616
}
1717
}

packages/create-vite/template-preact-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@preact/preset-vite": "^2.10.2",
1616
"@types/node": "^24.10.1",
1717
"typescript": "~5.9.3",
18-
"vite": "^7.2.4"
18+
"vite": "^7.3.1"
1919
}
2020
}

packages/create-vite/template-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.10.2",
16-
"vite": "^7.2.4"
16+
"vite": "^7.3.1"
1717
}
1818
}

packages/create-vite/template-qwik-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^24.10.1",
1313
"serve": "^14.2.5",
1414
"typescript": "~5.9.3",
15-
"vite": "^7.2.4"
15+
"vite": "^7.3.1"
1616
},
1717
"dependencies": {
1818
"@builder.io/qwik": "^1.17.2"

packages/create-vite/template-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"serve": "^14.2.5",
13-
"vite": "^7.2.4"
13+
"vite": "^7.3.1"
1414
},
1515
"dependencies": {
1616
"@builder.io/qwik": "^1.17.2"

packages/create-vite/template-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"globals": "^16.5.0",
2626
"typescript": "~5.9.3",
2727
"typescript-eslint": "^8.48.0",
28-
"vite": "^7.2.4"
28+
"vite": "^7.3.1"
2929
}
3030
}

packages/create-vite/template-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"eslint-plugin-react-hooks": "^7.0.1",
2323
"eslint-plugin-react-refresh": "^0.4.24",
2424
"globals": "^16.5.0",
25-
"vite": "^7.2.4"
25+
"vite": "^7.3.1"
2626
}
2727
}

0 commit comments

Comments
 (0)