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
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^3.12.2",
"@shikijs/vitepress-twoslash": "^3.13.0",
"@types/express": "^5.0.3",
"feed": "^5.1.0",
"gsap": "^3.13.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ci-docs": "pnpm build && pnpm docs-build"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@eslint/js": "^9.36.0",
"@type-challenges/utils": "^0.1.1",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.10.0",
Expand All @@ -50,14 +50,14 @@
"@types/estree": "^1.0.8",
"@types/etag": "^1.8.4",
"@types/less": "^3.0.8",
"@types/node": "^22.18.3",
"@types/node": "^22.18.6",
"@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": "^9.36.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-n": "^17.22.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-regexp": "^2.10.0",
"execa": "^9.6.0",
"globals": "^16.4.0",
Expand All @@ -69,7 +69,7 @@
"simple-git-hooks": "^2.13.1",
"tsx": "^4.20.5",
"typescript": "~5.9.2",
"typescript-eslint": "^8.43.0",
"typescript-eslint": "^8.44.0",
"vite": "workspace:*",
"vitest": "^3.2.4"
},
Expand All @@ -90,7 +90,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@10.16.1",
"packageManager": "pnpm@10.17.0",
"stackblitz": {
"startCommand": "pnpm --filter='./packages/vite' run dev"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {

function setupReactSwc(root: string, isTs: boolean) {
// renovate: datasource=npm depName=@vitejs/plugin-react-swc
const reactSwcPluginVersion = '4.0.1'
const reactSwcPluginVersion = '4.1.0'

editFile(path.resolve(root, 'package.json'), (content) => {
return content.replace(
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 @@ -14,16 +14,16 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.43.0",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6"
}
}
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 @@ -14,11 +14,11 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tsconfig/svelte": "^5.0.5",
"svelte": "^5.38.10",
"svelte": "^5.39.4",
"svelte-check": "^4.3.1",
"typescript": "~5.8.3",
"vite": "^7.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"svelte": "^5.38.10",
"svelte": "^5.39.4",
"vite": "^7.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "^7.28.3",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"browserslist": "^4.26.0",
"browserslist": "^4.26.2",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.45.1",
"magic-string": "^0.30.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"@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.37",
"@rolldown/pluginutils": "^1.0.0-beta.38",
"@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.8.3",
"baseline-browser-mapping": "^2.8.6",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"connect": "^3.7.0",
Expand Down Expand Up @@ -141,8 +141,8 @@
"rolldown": "^1.0.0-beta.37",
"rolldown-plugin-dts": "^0.16.5",
"rollup-plugin-license": "^3.6.0",
"sass": "^1.92.1",
"sass-embedded": "^1.92.1",
"sass": "^1.93.0",
"sass-embedded": "^1.93.0",
"sirv": "^3.0.2",
"strip-literal": "^3.0.0",
"terser": "^5.44.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('running module runner inside a worker and using the ModuleRunnerTransp
return new Promise<any>((resolve, reject) => {
channel.onmessage = (event) => {
try {
resolve((event as MessageEvent).data)
resolve(event.data)
} catch (e) {
reject(e)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('running module runner inside a worker', () => {
return new Promise<void>((resolve, reject) => {
channel.onmessage = (event) => {
try {
expect((event as MessageEvent).data).toEqual({
expect(event.data).toEqual({
result: 'hello world',
})
} catch (e) {
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"sass": "^1.92.1",
"sass": "^1.93.0",
"tailwindcss": "^4.1.13",
"tinyglobby": "^0.2.15"
}
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 @@ -13,7 +13,7 @@
"less": "^4.4.1",
"lightningcss": "^1.30.1",
"magic-string": "^0.30.19",
"sass": "^1.92.1",
"sass": "^1.93.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"less": "^4.4.1",
"lightningcss": "^1.30.1",
"postcss-nested": "^7.0.2",
"sass": "^1.92.1",
"sass": "^1.93.0",
"stylus": "^0.64.0",
"sugarss": "^5.0.1",
"tinyglobby": "^0.2.15"
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.92.1"
"sass": "^1.93.0"
}
}
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.20250906.2",
"miniflare": "^4.20250917.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
Loading
Loading