build(deps-dev): bump svelte from 5.48.0 to 5.55.7 in /frontend#47
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump svelte from 5.48.0 to 5.55.7 in /frontend#47dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.48.0 to 5.55.7. - [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/[email protected]/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.55.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Author
|
Superseded by #50. |
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.48.0 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)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
This is an automated Dependabot PR upgrading
sveltefrom 5.48.0 to 5.55.7 in the frontend. The update includes a notable XSS security fix for thehydratableSSR path, along with adevaluebump and several async-reactivity bug fixes.hydratable) and hardens an internal regex; picking up this version is the primary motivation for merging promptly.devalue(5.6.2→5.8.1),esrap(2.2.2→2.2.8), and new@types/trusted-typesdependency are pulled in;aria-queryis now pinned to an exact version (5.3.1) inside svelte's own lockfile subtree.Confidence Score: 5/5
Safe to merge — changes are limited to bumping a dev-only Svelte dependency that carries a security fix and runtime bug fixes with no breaking changes in the 5.48→5.55 range.
Only package.json and package-lock.json are touched. Svelte is a dev dependency used at build time, so the risk surface is narrow. The update closes an XSS issue in SSR hydration and ships numerous async-reactivity fixes that improve correctness. No application source files are changed.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[svelte 5.48.0] -->|bump| B[svelte 5.55.7] B --> C[devalue 5.8.1] B --> D[esrap 2.2.8] B --> E[types-trusted-types 2.0.7] B --> F[aria-query 5.3.1 pinned] B --> G[XSS fix: hydratable SSR path] B --> H[Async reactivity bug fixes]Reviews (1): Last reviewed commit: "build(deps-dev): bump svelte from 5.48.0..." | Re-trigger Greptile