chore(deps-dev): bump svelte from 3.59.2 to 5.55.7#4604
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.59.2 to 5.55.7. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG-pre-5.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.7/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.55.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 512ad0b. Configure here.
| "@sveltejs/vite-plugin-svelte": "^2.0.3", | ||
| "@tsconfig/svelte": "^4.0.1", | ||
| "svelte": "^3.57.0", | ||
| "svelte": "^5.55.7", |
There was a problem hiding this comment.
Svelte 5 incompatible with vite-plugin-svelte v2 toolchain
High Severity
Bumping svelte from 3.x to 5.x without updating @sveltejs/vite-plugin-svelte (still at ^2.0.3) and svelte-check (still at ^3.4.6) will break the build. The vite plugin v2 uses the Svelte 3/4 compiler API internally, which was completely rewritten in Svelte 5. Svelte 5 requires @sveltejs/vite-plugin-svelte v4+ and svelte-check v4+. The emitCss option in vite.config.ts and Svelte 3-style export let prop declarations will also not work as expected with the new compiler.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 512ad0b. Configure here.
|
View your CI Pipeline Execution ↗ for commit 512ad0b
☁️ Nx Cloud last updated this comment at |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/svelte |
❌ Failed | 7m 46s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 9m 11s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 36s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 7m 2s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 6m 58s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 5m 57s | View ↗ |
nx test @e2e/react-sdk-next-14-app |
✅ Succeeded | 6m 34s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 6m 39s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-14 21:33:12 UTC



Bumps svelte from 3.59.2 to 5.55.7.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
4d8f99aVersion Packages (#18220)0552308chore: bump devalue (#18219)e1cbbd9Merge commit from forka16ebc6Merge commit from forkd2375e2Merge commit from fork547853eMerge commit from fork55f9c85Version Packages (#18158)a10e8e4fix: keep dependencies of$state.eager/pending(alternative approach) (#1...ef4b97dfix: duplicated "of" in events.js comment (#18217)5122936fix: treat batches as a linked list (#18205)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for svelte since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Upgrades the Svelte version used by the
@e2e/sveltetest app to a new major release, which can introduce breaking compiler/runtime changes that may affect e2e stability and build tooling.Overview
Updates the
@e2e/sveltee2e test project to usesvelte@^5.55.7instead of^3.57.0.Regenerates
yarn.lockaccordingly, pulling in Svelte 5’s updated dependency tree (new transitive packages and version bumps) for the monorepo install.Reviewed by Cursor Bugbot for commit 512ad0b. Bugbot is set up for automated code reviews on this repo. Configure here.