chore(deps-dev): bump svelte and @sveltejs/vite-plugin-svelte in /services/frontend#1
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte). These dependencies needed to be updated together. Updates `svelte` from 4.2.20 to 5.56.6 - [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.56.6/packages/svelte) Updates `@sveltejs/vite-plugin-svelte` from 3.1.2 to 7.2.0 - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.2.0/packages/vite-plugin-svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.56.6 dependency-type: direct:development - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Automated PR reviewBumps Findings
Recommendation: ❌ Request changes. Close both #1 and #3 and land a single combined bump ( |
jmservera
left a comment
There was a problem hiding this comment.
🤖 Automated line-anchored review — see the summary comment for the full findings table.
| "@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
| "svelte": "^4.2.19", | ||
| "@sveltejs/vite-plugin-svelte": "^7.2.0", | ||
| "svelte": "^5.56.6", |
There was a problem hiding this comment.
🔴 Critical — Svelte 5 breaks the app + unsatisfiable vite peer. Bumping svelte to 5 (with @sveltejs/vite-plugin-svelte@7, which requires vite@^8) while vite stays at 5 fails npm install with ERESOLVE. Worse, src/main.js mounts via new App({ target }), removed in Svelte 5 (component_api_invalid_new) with no compatibility.componentApi: 4 set — the app fails to mount. This is the svelte-5 half; #3 is the vite-8 half — combine them into a single PR (svelte 5 + plugin 7 + vite 8) together with the main.js mount(App, { target }) change, then verify npm ci + npm run build + the Playwright suite.
Bumps svelte and @sveltejs/vite-plugin-svelte. These dependencies needed to be updated together.
Updates
sveltefrom 4.2.20 to 5.56.6Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
4a6a85bVersion Packages (#18552)d0dbe1aperf: skip quadratic blocker analysis when no top-level await (#18548)22e0adbfix: rerun derived that had an abort controller on reconnection (#18551)602a873Version Packages (#18497)a4fd67efix: $state.eager() is sometimes incorrect in SSR (#18530)199ffebfix: clear previous_task reference after abort in Tween (#18541)edeef1fchore: add some failing tests (#18528)a91b068fix: abort deriveds own AbortSignal when it disconnects (#18400)b4d1583fix: transform computed keys in keyed each block destructuring patterns (#18521)08a9e9efix: prevent derived connection leak in untracked contexts (#18517)Updates
@sveltejs/vite-plugin-sveltefrom 3.1.2 to 7.2.0Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
... (truncated)
Commits
02981fdVersion Packages (#1371)4158aa2feat: context menu with component stack (#1370)c867a3aVersion Packages (#1368)dbdb255fix: inspector rtl host styles (#1324)694bc95chore(deps): update dependency typescript to v6 (#1315)9281816chore(deps): update all non-major dependencies (#1365)02d370dVersion Packages (#1361)3b581deRevert "feat: support.svelte.mjsand.svelte.mtsfiles" (#1366)5545e1afeat: support.svelte.mjsand.svelte.mtsfiles (#1293)2cb977efix(inspector): activate under Vite+ by matching its client module path (#1355)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.