Skip to content

deps(npm): bump svelte from 5.55.1 to 5.56.4 - #119

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-5.56.4
Open

deps(npm): bump svelte from 5.55.1 to 5.56.4#119
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-5.56.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps svelte from 5.55.1 to 5.56.4.

Release notes

Sourced from svelte's releases.

svelte@5.56.4

Patch Changes

  • fix: include wrapping parentheses in {@const} declarator end position (#18436)

  • fix: always unset reactivity context after restoring it (#18453)

  • fix: don't notify searchParams subscribers when the URL changes without affecting the search string (#18425)

  • fix: strip ? from optional parameters in <script lang="ts"> so generated JavaScript is valid (#18448)

svelte@5.56.3

Patch Changes

  • fix: ignore errors that occur in destroyed effects (#18384)

  • fix: type BigInts in $state.snapshot(...) return values (#18388)

svelte@5.56.2

Patch Changes

  • fix: properly track effect end node for async sibling component (#18371)

  • fix: prevent false-positive reactivity loss warning (#18373)

  • chore: bump esrap dependency (#18372)

  • fix: ignore declaration tags for animation directive (#18366)

  • fix: reject pending async deriveds on discard (#18308)

svelte@5.56.1

Patch Changes

  • fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)

  • fix: parse declaration tag contents more robustly (#18353)

  • fix: correctly transform references to earlier declarators in a declaration tag (e.g. {let a = $state(0), b = $derived(a * 2)}) (#18348)

  • fix: avoid spurious state_referenced_locally warnings for $derived declarations in declaration tags (#18348)

  • fix: tolerate whitespace before let/const in declaration tags (#18348)

  • fix: prevent infinite loop when a tag's expression ends with a trailing / at the end of the input (#18350)

  • fix: more robust parsing of declaration tags with regards to type (#18330)

  • fix: preserve newlines in spread input values when the type attribute is applied after value (#18345)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.56.4

Patch Changes

  • fix: include wrapping parentheses in {@const} declarator end position (#18436)

  • fix: always unset reactivity context after restoring it (#18453)

  • fix: don't notify searchParams subscribers when the URL changes without affecting the search string (#18425)

  • fix: strip ? from optional parameters in <script lang="ts"> so generated JavaScript is valid (#18448)

5.56.3

Patch Changes

  • fix: ignore errors that occur in destroyed effects (#18384)

  • fix: type BigInts in $state.snapshot(...) return values (#18388)

5.56.2

Patch Changes

  • fix: properly track effect end node for async sibling component (#18371)

  • fix: prevent false-positive reactivity loss warning (#18373)

  • chore: bump esrap dependency (#18372)

  • fix: ignore declaration tags for animation directive (#18366)

  • fix: reject pending async deriveds on discard (#18308)

5.56.1

Patch Changes

  • fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)

  • fix: parse declaration tag contents more robustly (#18353)

  • fix: correctly transform references to earlier declarators in a declaration tag (e.g. {let a = $state(0), b = $derived(a * 2)}) (#18348)

  • fix: avoid spurious state_referenced_locally warnings for $derived declarations in declaration tags (#18348)

  • fix: tolerate whitespace before let/const in declaration tags (#18348)

  • fix: prevent infinite loop when a tag's expression ends with a trailing / at the end of the input (#18350)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Greptile Summary

Routine dependabot patch upgrade of svelte from 5.55.1 to 5.56.4, pulling in several bugfix releases (reactivity context fix, searchParams notification accuracy, optional-parameter stripping in TypeScript scripts, etc.).

  • package.json updated the svelte devDependency specifier; package-lock.json regenerated with updated transitive deps (@sveltejs/acorn-typescript 1.0.10, devalue 5.8.1, esrap 2.2.12).
  • esrap reclassified @typescript-eslint/types from a regular dependency to an optional peer dependency, reducing the install footprint — this is safe since esrap is a dev-only Svelte compiler utility.
  • The lock file also reflects the project version as 0.14.10 (up from 0.14.9 in the previous lock), consistent with the package.json already being at that version on main.

Confidence Score: 5/5

Safe to merge — only patch-level Svelte bugfixes and their transitive dep updates, no API or behavioral changes relevant to this app.

All changes are confined to devDependencies (Svelte is compile-time only in this Tauri app). The 5.55.1 → 5.56.4 range covers four patch releases that exclusively fix bugs in the compiler/reactivity system. No breaking changes were introduced; the Dependabot compatibility badge shows a high compatibility score. The esrap peer-dep restructuring reduces install overhead without affecting runtime behavior.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps svelte devDependency from ^5.55.1 to ^5.56.4; all other fields unchanged.
package-lock.json Lock file regenerated: svelte 5.56.4, acorn-typescript 1.0.10, devalue 5.8.1, esrap 2.2.12 (with @typescript-eslint/types moved from hard dep to optional peer dep); project version reflected as 0.14.10.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\nsvelte 5.55.1 to 5.56.4"] --> B["package-lock.json regenerated"]
    B --> C["svelte 5.56.4"]
    B --> D["acorn-typescript 1.0.10"]
    B --> E["devalue 5.8.1"]
    B --> F["esrap 2.2.12"]
    F --> G["typescript-eslint/types moved to optional peer dep"]
    C --> H["Bug fixes: reactivity context, searchParams,\nTS optional params, const declarator positions"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["package.json\nsvelte 5.55.1 to 5.56.4"] --> B["package-lock.json regenerated"]
    B --> C["svelte 5.56.4"]
    B --> D["acorn-typescript 1.0.10"]
    B --> E["devalue 5.8.1"]
    B --> F["esrap 2.2.12"]
    F --> G["typescript-eslint/types moved to optional peer dep"]
    C --> H["Bug fixes: reactivity context, searchParams,\nTS optional params, const declarator positions"]
Loading

Reviews (1): Last reviewed commit: "deps(npm): bump svelte from 5.55.1 to 5...." | Re-trigger Greptile

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.55.1 to 5.56.4.
- [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.4/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.56.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants