Skip to content
Closed
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 packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "1.4.0",
"@testing-library/svelte": "^3.2.1",
"svelte": "3.59.2",
"svelte": "5.55.7",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Major Svelte version bump breaks incompatible companion dependencies

High Severity

Bumping svelte from 3.59.2 to 5.55.7 without updating companion devDependencies creates an incompatible dependency set. @sveltejs/vite-plugin-svelte 1.4.0 only supports Svelte 3 (needs v5+ for Svelte 5), and @testing-library/svelte ^3.2.1 doesn't support Svelte 5 (needs v5+). This will break the test infrastructure entirely — vitest won't be able to compile Svelte components, and component rendering/interaction tests using $set() will fail.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3fa8d38. Configure here.

"vite": "^5.4.21"
},
"scripts": {
Expand Down
Loading