chore(deps-dev): bump svelte from 4.2.18 to 5.51.5 in /examples/svelte/sveltekit#4283
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.18 to 5.51.5. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.51.5/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.51.5 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.
| "@sveltejs/kit": "^2.0.0", | ||
| "@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
| "svelte": "^4.2.7", | ||
| "svelte": "^5.51.5", |
There was a problem hiding this comment.
Svelte 5 incompatible with sdk-svelte peer dependency
High Severity
Bumping svelte to ^5.51.5 breaks compatibility with the production dependency @builder.io/sdk-svelte@1.0.31, which declares a peer dependency of "svelte": "^4.1.2". The SDK is not built for Svelte 5 and is likely to malfunction at runtime, since Svelte 5 has significant internal breaking changes (new component API, runes system, etc.). This will cause npm peer dependency warnings or errors during install and potential runtime failures.
Additional Locations (1)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 3m 43s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 6m 52s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 24s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 28s | View ↗ |
nx test @e2e/react-sdk-next-14-app |
✅ Succeeded | 4m 59s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 5m 7s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 4m 49s | View ↗ |
nx test @e2e/react-native-74 |
✅ Succeeded | 3m 28s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-02-23 09:47:55 UTC
|
Superseded by #4325. |



Bumps svelte from 4.2.18 to 5.51.5.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
8ea33bfVersion Packages (#17740)f855a0bfix: misc option escaping and backwards compatibility (#17741)781052echore: upgradedevalue(#17739)f7c80daMerge commit from forka0c7f28Merge commit from fork73098bbMerge commit from forkf89c7ddMerge commit from forkb8f2b86Version Packages (#17733)c83aa06chore: proactively defer effects in pending boundary (#17734)2287ad0fix: detect and error on non-idempotent each block keys in dev mode (#17732)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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
Major-version framework upgrade in the example app may introduce build/runtime and Node-version compatibility issues despite being isolated to
examples/svelte/sveltekit.Overview
Updates the SvelteKit example app to Svelte v5 by bumping
sveltefrom4.2.xto5.51.5inexamples/svelte/sveltekit/package.jsonand regeneratingpackage-lock.jsonaccordingly.The lockfile reflects the new Svelte 5 dependency graph (adds/removes/transitively upgrades packages like
@sveltejs/acorn-typescript,@jridgewell/remapping,clsx,zimmerframe, etc.) and updates Svelte’s Node engine requirement to>=18.Written by Cursor Bugbot for commit 555ab75. This will update automatically on new commits. Configure here.