-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps-dev): Bump svelte from 3.59.2 to 5.51.5 #19439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ | |
| "devDependencies": { | ||
| "@sveltejs/vite-plugin-svelte": "1.4.0", | ||
| "@testing-library/svelte": "^3.2.1", | ||
| "svelte": "3.59.2", | ||
| "svelte": "5.51.5", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Svelte 5 bump breaks incompatible vite plugin dependencyHigh Severity Bumping |
||
| "vite": "^5.4.21" | ||
| }, | ||
| "scripts": { | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: The
@sveltejs/vite-plugin-sveltedependency is pinned to version1.4.0, which is incompatible with Svelte 5 and will cause build and test failures.Severity: CRITICAL
Suggested Fix
Update the
@sveltejs/vite-plugin-sveltedependency inpackages/svelte/package.jsonfrom version1.4.0to a version compatible with Svelte 5, such as^3.0.0.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.