Skip to content
Closed
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 dev-packages/bundler-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rollup/plugin-node-resolve": "^16.0.3",
"@sentry/browser": "10.47.0",
"rollup": "^4.0.0",
"vite": "^5.0.0",
"vite": "^6.4.2",
"vitest": "^3.2.4",
"webpack": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"astro": "^3.5.0",
"vite": "^5.4.11"
"vite": "^6.4.2"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"nitro": "^3.0.260311-beta",
"nuxi": "^3.25.1",
"nuxt": "3.17.7",
"vite": "^5.4.11"
"vite": "^6.4.2"
},
"scripts": {
"build": "run-s build:types build:transpile",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@react-router/node": "^7.13.1",
"react": "^18.3.1",
"react-router": "^7.13.0",
"vite": "^6.1.0"
"vite": "^6.4.2"
},
"peerDependencies": {
"@react-router/node": "7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/express": "^4.17.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^6.0.0"
"vite": "^6.4.2"
},
"peerDependencies": {
"@remix-run/node": "2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/user-event": "^14.5.2",
"solid-js": "^1.9.11",
"vite": "^5.4.11",
"vite": "^6.4.2",
"vite-plugin-solid": "^2.11.6"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@testing-library/user-event": "^14.5.2",
"solid-js": "^1.9.11",
"vinxi": "^0.5.11",
"vite": "^5.4.11",
"vite": "^6.4.2",
"vite-plugin-solid": "^2.11.6"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@sveltejs/vite-plugin-svelte": "1.4.0",
"@testing-library/svelte": "^3.2.1",
"svelte": "3.59.2",
"vite": "^5.4.21"
"vite": "^6.4.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vite 6 incompatible with svelte plugin 1.4.0

High Severity

Bumping vite to ^6.4.2 without updating companion plugins breaks compatibility. @sveltejs/vite-plugin-svelte@1.4.0 (pinned in packages/svelte) requires vite ^3.0.0, and @sveltejs/vite-plugin-svelte@^3.0.0 (resolving to 3.1.2 in packages/sveltekit) requires vite ^5.0.0. Since packages/svelte/vite.config.ts directly imports and uses the svelte plugin, the test suite for @sentry/svelte will break. Similarly, packages/sveltekit tests are affected.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 982246b. Configure here.

},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@sveltejs/kit": "^2.53.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.2.8",
"vite": "^5.4.11"
"vite": "^6.4.2"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstackstart-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@sentry/vite-plugin": "^5.2.0"
},
"devDependencies": {
"vite": "^5.4.11"
"vite": "^6.4.2"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
168 changes: 7 additions & 161 deletions yarn.lock

Large diffs are not rendered by default.

Loading