Skip to content

Commit 541ea6e

Browse files
committed
chore: merge main
2 parents c4ed008 + 6f51997 commit 541ea6e

File tree

11 files changed

+261
-321
lines changed

11 files changed

+261
-321
lines changed

.npmrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ export default defineConfig({
462462
return pageData
463463
},
464464
markdown: {
465+
// languages used for twoslash and jsdocs in twoslash
466+
languages: ['ts', 'js', 'json'],
465467
codeTransformers: [transformerTwoslash()],
466468
config(md) {
467469
md.use(groupIconMdPlugin)

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Overview
88

9-
Vite (French word for "quick", pronounced `/vit/`<button style="border:none;padding:3px;border-radius:4px;vertical-align:bottom" id="play-vite-audio" onclick="document.getElementById('vite-audio').play();"><svg style="height:2em;width:2em"><use href="/voice.svg#voice" /></svg></button>, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
9+
Vite (French word for "quick", pronounced `/vit/`<button style="border:none;padding:3px;border-radius:4px;vertical-align:bottom" id="play-vite-audio" onclick="document.getElementById('vite-audio').play();"><svg style="height:2em;width:2em"><use href="/voice.svg?no-inline#voice" /></svg></button>, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
1010

1111
- A dev server that provides [rich feature enhancements](./features) over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), for example extremely fast [Hot Module Replacement (HMR)](./features#hot-module-replacement).
1212

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"docs-serve": "vitepress serve"
99
},
1010
"devDependencies": {
11-
"@shikijs/vitepress-twoslash": "^2.5.0",
11+
"@shikijs/vitepress-twoslash": "^3.7.0",
1212
"@types/express": "^5.0.3",
1313
"feed": "^5.1.0",
1414
"gsap": "^3.13.0",
15-
"vitepress": "^1.6.3",
15+
"vitepress": "^2.0.0-alpha.6",
1616
"vitepress-plugin-group-icons": "^1.6.0",
1717
"vitepress-plugin-llms": "^1.5.1",
1818
"vue": "^3.5.17"

package.json

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -92,54 +92,6 @@
9292
]
9393
},
9494
"packageManager": "[email protected]",
95-
"pnpm": {
96-
"overrides": {
97-
"vite": "workspace:rolldown-vite@*"
98-
},
99-
"patchedDependencies": {
100-
101-
102-
103-
104-
},
105-
"peerDependencyRules": {
106-
"allowedVersions": {
107-
"vite": "*"
108-
},
109-
"ignoreMissing": [
110-
"@algolia/client-search",
111-
"postcss",
112-
"search-insights"
113-
]
114-
},
115-
"packageExtensions": {
116-
"sass-embedded": {
117-
"peerDependencies": {
118-
"source-map-js": "*"
119-
},
120-
"peerDependenciesMeta": {
121-
"source-map-js": {
122-
"optional": true
123-
}
124-
}
125-
}
126-
},
127-
"ignoredBuiltDependencies": [
128-
"core-js",
129-
"es5-ext"
130-
],
131-
"onlyBuiltDependencies": [
132-
"@parcel/watcher",
133-
"@tailwindcss/oxide",
134-
"bcrypt",
135-
"esbuild",
136-
"playwright-chromium",
137-
"sharp",
138-
"simple-git-hooks",
139-
"unrs-resolver",
140-
"workerd"
141-
]
142-
},
14395
"stackblitz": {
14496
"startCommand": "pnpm --filter='./packages/vite' run dev"
14597
}

packages/create-vite/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 7.0.0 (2025-06-24)
2+
3+
* feat(create-vite): add `@hiogawa/vite-rsc` (#20209) ([7cf0aff](https://github.com/vitejs/vite/commit/7cf0aff0370ca106b0ec88a3741f505f3351a3f4)), closes [#20209](https://github.com/vitejs/vite/issues/20209)
4+
* feat(create-vite): update "react" and "react-ts" templates to use extends in eslint config (#19732) ([8679a43](https://github.com/vitejs/vite/commit/8679a43de710052c5c84bb6c253829ab999b040a)), closes [#19732](https://github.com/vitejs/vite/issues/19732)
5+
* feat(create-vite): update target to es2023 in `tsconfig.node.json` (#20078) ([8424af3](https://github.com/vitejs/vite/commit/8424af398159e58cf662f7175fca2bed90dbd671)), closes [#20078](https://github.com/vitejs/vite/issues/20078)
6+
* feat(create-vite): use more extends in eslint config (#20008) ([976103e](https://github.com/vitejs/vite/commit/976103ea7ccd831ee4ae334e5ee1e0f5edb5d5b1)), closes [#20008](https://github.com/vitejs/vite/issues/20008)
7+
* feat(create-vite): validate project name (#20257) ([17700b7](https://github.com/vitejs/vite/commit/17700b76a6535b90e27ebfa67e2f2f78bd4ea844)), closes [#20257](https://github.com/vitejs/vite/issues/20257)
8+
* feat(deps): update plugin-vue to 6.0.0 in create-vite templates for Vite 7 (#20281) ([ec06767](https://github.com/vitejs/vite/commit/ec067671d019023109f974310a9cd974a4091251)), closes [#20281](https://github.com/vitejs/vite/issues/20281)
9+
* chore: speed up typechecking (#20131) ([a357c19](https://github.com/vitejs/vite/commit/a357c1987f332519d7bacafebc5620c7ab534d8f)), closes [#20131](https://github.com/vitejs/vite/issues/20131)
10+
* chore: update deps in create-vite for 7.0-beta (#20148) ([c05c159](https://github.com/vitejs/vite/commit/c05c159b84c5e358c1a03991e50179952235910c)), closes [#20148](https://github.com/vitejs/vite/issues/20148)
11+
* chore: use tsdown (#20065) ([d488efd](https://github.com/vitejs/vite/commit/d488efda95ff40f63684194d51858f84c3d05379)), closes [#20065](https://github.com/vitejs/vite/issues/20065)
12+
* chore(deps): update rolldown-related dependencies (#20140) ([0387447](https://github.com/vitejs/vite/commit/03874471e3de14e7d2f474ecb354499e7f5eb418)), closes [#20140](https://github.com/vitejs/vite/issues/20140)
13+
* chore(deps): update rolldown-related dependencies (#20182) ([6172f41](https://github.com/vitejs/vite/commit/6172f410b44cbae8d052997bb1819a6197a4d397)), closes [#20182](https://github.com/vitejs/vite/issues/20182)
14+
* chore(deps): update rolldown-related dependencies (#20270) ([f7377c3](https://github.com/vitejs/vite/commit/f7377c3eae6323bd3237ff5de5ae55c879fe7325)), closes [#20270](https://github.com/vitejs/vite/issues/20270)
15+
* fix: error starting project with TanStack Router template (#20184) ([44bd3eb](https://github.com/vitejs/vite/commit/44bd3ebe51a861739ec1656d188246654149eab5)), closes [#20184](https://github.com/vitejs/vite/issues/20184)
16+
* fix: error starting solid project with Tanstack Router template (#20189) ([dad3962](https://github.com/vitejs/vite/commit/dad3962257fdf916caafefc45743898a56cbac0b)), closes [#20189](https://github.com/vitejs/vite/issues/20189)
17+
* fix(create-vite): targetDir is empty fallback defaultTargetDir (#20199) ([1aae595](https://github.com/vitejs/vite/commit/1aae59594dfc2138144874322e0f26f8fd2188bd)), closes [#20199](https://github.com/vitejs/vite/issues/20199)
18+
* fix(deps): update all non-major dependencies (#19953) ([ac8e1fb](https://github.com/vitejs/vite/commit/ac8e1fb289a06fc0671dab1f4ef68e508e34360e)), closes [#19953](https://github.com/vitejs/vite/issues/19953)
19+
* fix(deps): update all non-major dependencies (#20061) ([7b58856](https://github.com/vitejs/vite/commit/7b588563636a6f735a6e25832f33fc08572b25d9)), closes [#20061](https://github.com/vitejs/vite/issues/20061)
20+
* fix(deps): update all non-major dependencies (#20141) ([89ca65b](https://github.com/vitejs/vite/commit/89ca65ba1d849046dccdea52e9eca980f331be26)), closes [#20141](https://github.com/vitejs/vite/issues/20141)
21+
* fix(deps): update all non-major dependencies (#20181) ([d91d4f7](https://github.com/vitejs/vite/commit/d91d4f7ad55edbcb4a51fc23376cbff89f776d30)), closes [#20181](https://github.com/vitejs/vite/issues/20181)
22+
* fix(deps): update all non-major dependencies (#20212) ([a80339b](https://github.com/vitejs/vite/commit/a80339b1798607dd7389f42964272181cf9eb453)), closes [#20212](https://github.com/vitejs/vite/issues/20212)
23+
* fix(deps): update all non-major dependencies (#20271) ([6b64d63](https://github.com/vitejs/vite/commit/6b64d63d700154de2c00270300b671cef8863708)), closes [#20271](https://github.com/vitejs/vite/issues/20271)
24+
* docs: tiny typo (#20110) ([d20fc2c](https://github.com/vitejs/vite/commit/d20fc2cdc9700513425b18b625e01224f61e4eab)), closes [#20110](https://github.com/vitejs/vite/issues/20110)
25+
* chore!: remove node 18 support (#19972) ([00b8a98](https://github.com/vitejs/vite/commit/00b8a98f36376804437e1342265453915ae613de)), closes [#19972](https://github.com/vitejs/vite/issues/19972)
26+
* feat!: bump `build.target` and name it `baseline-widely-available` (#20007) ([4a8aa82](https://github.com/vitejs/vite/commit/4a8aa82556eb2b9e54673a6aac77873e0eb27fa9)), closes [#20007](https://github.com/vitejs/vite/issues/20007)
27+
* refactor!: bump required node version to 20.19+, 22.12+ and remove cjs build (#20032) ([2b80243](https://github.com/vitejs/vite/commit/2b80243fada75378e80475028fdcc78f4432bd6f)), closes [#20032](https://github.com/vitejs/vite/issues/20032)
28+
29+
30+
131
## 6.5.0 (2025-05-05)
232

333
* feat(create-vite): add Marko (#19257) ([171e856](https://github.com/vitejs/vite/commit/171e856e011512098591234d0557804c6175b625)), closes [#19257](https://github.com/vitejs/vite/issues/19257)

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": "6.5.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.5.17"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^6.0.0-beta.2",
15+
"@vitejs/plugin-vue": "^6.0.0",
1616
"@vue/tsconfig": "^0.7.0",
1717
"typescript": "~5.8.3",
1818
"vite": "npm:rolldown-vite@^7.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.5.17"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^6.0.0-beta.2",
15+
"@vitejs/plugin-vue": "^6.0.0",
1616
"vite": "npm:rolldown-vite@^7.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)