deps(npm): bump svelte from 5.55.1 to 5.56.4 - #119
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps svelte from 5.55.1 to 5.56.4.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
eae50dfVersion Packages (#18435)36ae062fix: always unset reactivity context after restoring it (#18453)a6985bcfix: strip?from optional parameters in svelte lang ts (#18448)c4daa49fix: include wrapping parentheses in{@const}declarator end (#18436)0510174fix: makeSvelteURLSearchParamsnotifications accurate (#18425)8ea3ee8chore(deps-dev): bump esbuild from 0.25.11 to 0.28.1 (#18427)a9f4854Version Packages (#18389)71a6515fix: check boundary exists before calling error handler in async derived (#18...3d83c9afix: add bigint to Primitive type for $state.snapshot (#18388)51baf1cVersion Packages (#18357)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.
Greptile Summary
Routine dependabot patch upgrade of
sveltefrom 5.55.1 to 5.56.4, pulling in several bugfix releases (reactivity context fix,searchParamsnotification accuracy, optional-parameter stripping in TypeScript scripts, etc.).package.jsonupdated the svelte devDependency specifier;package-lock.jsonregenerated with updated transitive deps (@sveltejs/acorn-typescript1.0.10,devalue5.8.1,esrap2.2.12).esrapreclassified@typescript-eslint/typesfrom a regular dependency to an optional peer dependency, reducing the install footprint — this is safe since esrap is a dev-only Svelte compiler utility.package.jsonalready being at that version onmain.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
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"]%%{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"]Reviews (1): Last reviewed commit: "deps(npm): bump svelte from 5.55.1 to 5...." | Re-trigger Greptile