Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"markdown-it-image-size": "^14.8.0",
"vitepress": "^2.0.0-alpha.12",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-llms": "^1.7.4",
"vitepress-plugin-llms": "^1.7.5",
"vue": "^3.5.21",
"vue-tsc": "^3.0.6"
"vue-tsc": "^3.0.7"
}
}
17 changes: 17 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,23 @@ export default tseslint.config(
],
},
},
{
name: 'configs',
files: [
'packages/create-vite/tsdown.config.ts',
'packages/plugin-legacy/tsdown.config.ts',
],
rules: {
'n/no-unsupported-features/node-builtins': [
'error',
{
// ideally we would like to allow all experimental features
// https://github.com/eslint-community/eslint-plugin-n/issues/199
ignores: ['fetch', 'import.meta.dirname'],
},
],
},
},

{
name: 'disables/vite/client',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@types/estree": "^1.0.8",
"@types/etag": "^1.8.4",
"@types/less": "^3.0.8",
"@types/node": "^22.18.1",
"@types/node": "^22.18.3",
"@types/picomatch": "^4.0.2",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.18.1",
"@vitejs/release-scripts": "^1.6.0",
"eslint": "^9.35.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-n": "^17.21.3",
"eslint-plugin-n": "^17.22.0",
"eslint-plugin-regexp": "^2.10.0",
"execa": "^9.6.0",
"globals": "^16.3.0",
"globals": "^16.4.0",
"lint-staged": "^16.1.6",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.55.0",
Expand All @@ -69,7 +69,7 @@
"simple-git-hooks": "^2.13.1",
"tsx": "^4.20.5",
"typescript": "~5.9.2",
"typescript-eslint": "^8.42.0",
"typescript-eslint": "^8.43.0",
"vite": "workspace:*",
"vitest": "^3.2.4"
},
Expand All @@ -90,7 +90,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@10.15.1",
"packageManager": "pnpm@10.16.1",
"stackblitz": {
"startCommand": "pnpm --filter='./packages/vite' run dev"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"lit": "^3.3.1"
},
"devDependencies": {
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.27.1"
"preact": "^10.27.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"typescript": "~5.8.3",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.27.1"
"preact": "^10.27.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"serve": "^14.2.5",
"typescript": "~5.8.3",
"vite": "^7.1.4"
"vite": "^7.1.5"
},
"dependencies": {
"@builder.io/qwik": "^1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"serve": "^14.2.5",
"vite": "^7.1.4"
"vite": "^7.1.5"
},
"dependencies": {
"@builder.io/qwik": "^1.16.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4"
"typescript-eslint": "^8.43.0",
"vite": "^7.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.1.4"
"globals": "^16.4.0",
"vite": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.1.4",
"vite": "^7.1.5",
"vite-plugin-solid": "^2.11.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"solid-js": "^1.9.9"
},
"devDependencies": {
"vite": "^7.1.4",
"vite": "^7.1.5",
"vite-plugin-solid": "^2.11.8"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.4",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tsconfig/svelte": "^5.0.5",
"svelte": "^5.38.7",
"svelte": "^5.38.10",
"svelte-check": "^4.3.1",
"typescript": "~5.8.3",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.4",
"svelte": "^5.38.7",
"vite": "^7.1.4"
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"svelte": "^5.38.10",
"vite": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.8.3",
"vite": "^7.1.4",
"vue-tsc": "^3.0.6"
"vite": "^7.1.5",
"vue-tsc": "^3.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.1.4"
"vite": "^7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@babel/preset-env": "^7.28.3",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"browserslist": "^4.25.4",
"browserslist": "^4.26.0",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.45.1",
"magic-string": "^0.30.18",
"magic-string": "^0.30.19",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
},
Expand Down
33 changes: 2 additions & 31 deletions packages/vite/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The published Vite artifact additionally contains code with the following licens
BSD-2-Clause, CC0-1.0, ISC, MIT

# Bundled dependencies:
## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/trace-mapping
## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
License: MIT
By: Justin Ridgewell
Repositories: git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git
Repositories: git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git, git+https://github.com/jridgewell/sourcemaps.git

> Copyright 2024 Justin Ridgewell <[email protected]>
>
Expand Down Expand Up @@ -82,35 +82,6 @@ Repository: https://github.com/jridgewell/resolve-uri

---------------------------------------

## @jridgewell/sourcemap-codec
License: MIT
By: Rich Harris
Repository: git+https://github.com/jridgewell/sourcemap-codec.git

> The MIT License
>
> Copyright (c) 2015 Rich Harris
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.

---------------------------------------

## @polka/compression
License: MIT
Repository: lukeed/polka
Expand Down
10 changes: 5 additions & 5 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,25 +94,25 @@
"devDependencies": {
"@babel/parser": "^7.28.4",
"@jridgewell/remapping": "^2.3.5",
"@jridgewell/trace-mapping": "^0.3.30",
"@jridgewell/trace-mapping": "^0.3.31",
"@oxc-project/types": "0.87.0",
"@polka/compression": "^1.0.0-next.25",
"@rolldown/pluginutils": "^1.0.0-beta.36",
"@rolldown/pluginutils": "^1.0.0-beta.37",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-dynamic-import-vars": "2.1.4",
"@rollup/pluginutils": "^5.3.0",
"@types/escape-html": "^1.0.4",
"@types/pnpapi": "^0.0.5",
"artichokie": "^0.4.0",
"baseline-browser-mapping": "^2.7.4",
"baseline-browser-mapping": "^2.8.3",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"connect": "^3.7.0",
"convert-source-map": "^2.0.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.6",
"debug": "^4.4.1",
"debug": "^4.4.3",
"dep-types": "link:./src/types",
"dotenv": "^17.2.2",
"dotenv-expand": "^12.0.3",
Expand All @@ -124,7 +124,7 @@
"http-proxy-3": "^1.21.0",
"launch-editor-middleware": "^2.11.1",
"lightningcss": "^1.30.1",
"magic-string": "^0.30.18",
"magic-string": "^0.30.19",
"mlly": "^1.8.0",
"mrmime": "^2.0.1",
"nanoid": "^5.1.5",
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.4.1",
"lightningcss": "^1.30.1",
"magic-string": "^0.30.18",
"magic-string": "^0.30.19",
"sass": "^1.92.1",
"stylus": "^0.64.0",
"sugarss": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/environment-react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"react": "^19.1.1",
"react-fake-client": "npm:react@^19.1.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/js-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@vitejs/test-importee-pkg": "file:importee-pkg",
"magic-string": "^0.30.18"
"magic-string": "^0.30.19"
}
}
2 changes: 1 addition & 1 deletion playground/optimize-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.11.0",
"axios": "^1.12.2",
"clipboard": "^2.0.11",
"@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": "file:./longfilename",
"@vitejs/test-dep-alias-using-absolute-path": "file:./dep-alias-using-absolute-path",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^4.20250902.0",
"miniflare": "^4.20250906.2",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
Loading
Loading