Skip to content

Commit 20f3f6c

Browse files
committed
chore: merge main
2 parents 54cfc00 + 6fcb498 commit 20f3f6c

File tree

54 files changed

+1211
-891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1211
-891
lines changed

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write # for actions-cool/issues-helper to update PRs
1414
steps:
1515
- name: needs reproduction
16-
uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3
16+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
1717
with:
1818
actions: "close-issues"
1919
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: contribution welcome
1616
if: github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
17-
uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3
17+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
1818
with:
1919
actions: "remove-labels"
2020
token: ${{ secrets.GITHUB_TOKEN }}
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: remove pending
2525
if: (github.event.label.name == 'enhancement' || contains(github.event.label.description, '(priority)')) && contains(github.event.issue.labels.*.name, 'pending triage')
26-
uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3
26+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
2727
with:
2828
actions: "remove-labels"
2929
token: ${{ secrets.GITHUB_TOKEN }}
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: needs reproduction
3434
if: github.event.label.name == 'needs reproduction'
35-
uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3
35+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
3636
with:
3737
actions: "create-comment, remove-labels"
3838
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'vitejs/vite'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3
15+
- uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
1616
with:
1717
actions: "lock-issues"
1818
token: ${{ secrets.GITHUB_TOKEN }}

docs/.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ export default defineConfig({
8787
title: `Vite${additionalTitle}`,
8888
description: 'Next Generation Frontend Tooling',
8989
cleanUrls: true,
90-
90+
sitemap: {
91+
hostname: 'https://vite.dev',
92+
},
9193
head: [
9294
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
9395
[
@@ -150,6 +152,7 @@ export default defineConfig({
150152
searchParameters: {
151153
facetFilters: ['tags:en'],
152154
},
155+
insights: true,
153156
},
154157

155158
carbonAds: {

docs/config/build-options.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -212,27 +212,6 @@ If `fileName` is passed, it will be used as the license file name relative to th
212212
]
213213
```
214214

215-
::: tip
216-
If you'd like to reference the license file in the built code, you can use `build.rollupOptions.output.banner` to inject a comment at the top of the files. For example:
217-
218-
```js twoslash [vite.config.js]
219-
import { defineConfig } from 'vite'
220-
221-
export default defineConfig({
222-
build: {
223-
license: true,
224-
rollupOptions: {
225-
output: {
226-
banner:
227-
'/* See licenses of bundled dependencies at https://example.com/license.md */',
228-
},
229-
},
230-
},
231-
})
232-
```
233-
234-
:::
235-
236215
## build.manifest
237216

238217
- **Type:** `boolean | string`

docs/guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The rolldown-powered version of Vite is currently available as a separate packag
3636

3737
```json
3838
{
39-
"dependencies": {
39+
"devDependencies": {
4040
"vite": "^7.0.0" // [!code --]
4141
"vite": "npm:rolldown-vite@latest" // [!code ++]
4242
}

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"docs-serve": "vitepress serve"
1010
},
1111
"devDependencies": {
12-
"@shikijs/vitepress-twoslash": "^3.14.0",
13-
"@types/express": "^5.0.4",
12+
"@shikijs/vitepress-twoslash": "^3.15.0",
13+
"@types/express": "^5.0.5",
1414
"feed": "^5.1.0",
1515
"gsap": "^3.13.0",
1616
"markdown-it-image-size": "^15.0.1",
1717
"oxc-minify": "^0.97.0",
18-
"vitepress": "^2.0.0-alpha.12",
18+
"vitepress": "^2.0.0-alpha.13",
1919
"vitepress-plugin-group-icons": "^1.6.5",
20-
"vitepress-plugin-llms": "^1.8.1",
21-
"vue": "^3.5.22",
22-
"vue-tsc": "^3.1.2"
20+
"vitepress-plugin-llms": "^1.9.2",
21+
"vue": "^3.5.24",
22+
"vue-tsc": "^3.1.4"
2323
}
2424
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ci-docs": "pnpm build && pnpm docs-build"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.38.0",
43+
"@eslint/js": "^9.39.1",
4444
"@type-challenges/utils": "^0.1.1",
4545
"@types/babel__core": "^7.20.5",
4646
"@types/babel__preset-env": "^7.10.0",
@@ -50,17 +50,17 @@
5050
"@types/estree": "^1.0.8",
5151
"@types/etag": "^1.8.4",
5252
"@types/less": "^3.0.8",
53-
"@types/node": "^22.18.12",
53+
"@types/node": "^22.19.1",
5454
"@types/picomatch": "^4.0.2",
5555
"@types/stylus": "^0.48.43",
5656
"@types/ws": "^8.18.1",
5757
"@vitejs/release-scripts": "^1.6.0",
58-
"eslint": "^9.38.0",
58+
"eslint": "^9.39.1",
5959
"eslint-plugin-import-x": "^4.16.1",
6060
"eslint-plugin-n": "^17.23.1",
6161
"eslint-plugin-regexp": "^2.10.0",
6262
"execa": "^9.6.0",
63-
"globals": "^16.4.0",
63+
"globals": "^16.5.0",
6464
"lint-staged": "^16.2.6",
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.56.1",
@@ -70,9 +70,9 @@
7070
"simple-git-hooks": "^2.13.1",
7171
"tsx": "^4.20.6",
7272
"typescript": "~5.9.2",
73-
"typescript-eslint": "^8.46.2",
73+
"typescript-eslint": "^8.46.4",
7474
"vite": "workspace:*",
75-
"vitest": "^4.0.4"
75+
"vitest": "^4.0.9"
7676
},
7777
"simple-git-hooks": {
7878
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -91,7 +91,7 @@
9191
"eslint --cache --fix"
9292
]
9393
},
94-
"packageManager": "pnpm@10.19.0",
94+
"packageManager": "pnpm@10.22.0",
9595
"stackblitz": {
9696
"startCommand": "pnpm --filter='./packages/vite' run dev"
9797
}

packages/create-vite/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## [8.2.0](https://github.com/vitejs/vite/compare/create-vite@8.1.0...create-vite@8.2.0) (2025-11-20)
2+
### Features
3+
4+
* **create-vite:** add Vike ([#21132](https://github.com/vitejs/vite/issues/21132)) ([0a86262](https://github.com/vitejs/vite/commit/0a86262cb253a6a38bb02d72a39805fe552b944b))
5+
6+
### Bug Fixes
7+
8+
* **deps:** update all non-major dependencies ([#21128](https://github.com/vitejs/vite/issues/21128)) ([4f8171e](https://github.com/vitejs/vite/commit/4f8171eb3046bd70c83964689897dab4c6b58bc0))
9+
10+
### Miscellaneous Chores
11+
12+
* **deps:** update rolldown-related dependencies ([#21127](https://github.com/vitejs/vite/issues/21127)) ([5029720](https://github.com/vitejs/vite/commit/50297208452241061cb44d09a4bbdf77a11ac01e))
13+
14+
## [8.1.0](https://github.com/vitejs/vite/compare/create-vite@8.0.3...create-vite@8.1.0) (2025-11-12)
15+
### Features
16+
17+
* **create-vite:** update React Compiler dep to 1.0.0 ([#20911](https://github.com/vitejs/vite/issues/20911)) ([6cf3304](https://github.com/vitejs/vite/commit/6cf3304c83586cf547d0b706d2e58ae647b93218))
18+
* **create-vite:** updated eslint-plugin-react-hooks to v7 and updated the config ([#20914](https://github.com/vitejs/vite/issues/20914)) ([0ec8aeb](https://github.com/vitejs/vite/commit/0ec8aeba479bb42d37521cf8d256286abc06c129))
19+
20+
### Miscellaneous Chores
21+
22+
* **deps:** update rolldown-related dependencies ([#21095](https://github.com/vitejs/vite/issues/21095)) ([39a0a15](https://github.com/vitejs/vite/commit/39a0a15fd24ed37257c48b795097a3794e54d255))
23+
24+
## <small>[8.0.3](https://github.com/vitejs/vite/compare/create-vite@8.0.2...create-vite@8.0.3) (2025-11-10)</small>
25+
### Bug Fixes
26+
27+
* **create-vite:** use `create-rwsdk` for redwood template ([#21091](https://github.com/vitejs/vite/issues/21091)) ([9aefcb6](https://github.com/vitejs/vite/commit/9aefcb6b9138942068eee074afb4c9dec71c4735))
28+
* **deps:** update all non-major dependencies ([879de86](https://github.com/vitejs/vite/commit/879de86935a31b4e47ab907ddd859366518ce268))
29+
* **deps:** update all non-major dependencies ([#20894](https://github.com/vitejs/vite/issues/20894)) ([3213f90](https://github.com/vitejs/vite/commit/3213f90ff0d8f274bcec65f40aac6dfcff1ac244))
30+
* **deps:** update all non-major dependencies ([#21008](https://github.com/vitejs/vite/issues/21008)) ([185641e](https://github.com/vitejs/vite/commit/185641e3cdae29277c41eb8028f6eac542215f01))
31+
* **deps:** update all non-major dependencies ([#21096](https://github.com/vitejs/vite/issues/21096)) ([6a34ac3](https://github.com/vitejs/vite/commit/6a34ac3422686e7cf7cc9a25d299cb8e5a8d92a0))
32+
* revert "refactor: use fs.cpSync ([#21019](https://github.com/vitejs/vite/issues/21019))" ([#21081](https://github.com/vitejs/vite/issues/21081)) ([728c8ee](https://github.com/vitejs/vite/commit/728c8eeebc0ad7ba48e680f46bbdb55020b2e152))
33+
34+
### Miscellaneous Chores
35+
36+
* **deps:** update all non-major dependencies ([#20966](https://github.com/vitejs/vite/issues/20966)) ([6fb41a2](https://github.com/vitejs/vite/commit/6fb41a260bda443685e719ea4765d3faca3db944))
37+
* **deps:** update dependency tsdown to ^0.15.6 ([#20893](https://github.com/vitejs/vite/issues/20893)) ([3dfe8a1](https://github.com/vitejs/vite/commit/3dfe8a1572ae8ad247814c3d041f0421906eaaf7))
38+
* **deps:** update rolldown-related dependencies ([#20923](https://github.com/vitejs/vite/issues/20923)) ([a5e3b06](https://github.com/vitejs/vite/commit/a5e3b064fa7ca981cb6f15f8e88806b36a99b8bf))
39+
* **deps:** update rolldown-related dependencies ([#20965](https://github.com/vitejs/vite/issues/20965)) ([6ad5424](https://github.com/vitejs/vite/commit/6ad5424f0bcabd8943c34d341cf9ed2e64b3d53c))
40+
* **deps:** update rolldown-related dependencies ([#21009](https://github.com/vitejs/vite/issues/21009)) ([7cec1ad](https://github.com/vitejs/vite/commit/7cec1addc257eb5bd0856adbe1e4306f0bb83e22))
41+
* **deps:** update rolldown-related dependencies ([#21047](https://github.com/vitejs/vite/issues/21047)) ([e3a6a83](https://github.com/vitejs/vite/commit/e3a6a83406943bc59a9916cae3f25ab33c2b5802))
42+
43+
### Code Refactoring
44+
45+
* use `fs.cpSync` ([#21019](https://github.com/vitejs/vite/issues/21019)) ([a2df778](https://github.com/vitejs/vite/commit/a2df77812814b927880bc4d68aafa8c8fa47daf0))
46+
47+
### Build System
48+
49+
* normalize license repo url ([#21010](https://github.com/vitejs/vite/issues/21010)) ([bb65468](https://github.com/vitejs/vite/commit/bb65468f3c6213fdd870c085610ec575af66b03c))
50+
151
## <small>[8.0.2](https://github.com/vitejs/vite/compare/create-vite@8.0.1...create-vite@8.0.2) (2025-10-02)</small>
252
### Features
353

packages/create-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite",
3-
"version": "8.0.2",
3+
"version": "8.2.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",
@@ -37,6 +37,6 @@
3737
"cross-spawn": "^7.0.6",
3838
"mri": "^1.2.0",
3939
"picocolors": "^1.1.1",
40-
"tsdown": "^0.15.12"
40+
"tsdown": "^0.16.5"
4141
}
4242
}

0 commit comments

Comments
 (0)