Version Packages#18255
Merged
Merged
Conversation
64d23f7 to
91ce9ca
Compare
a4b13ea to
7ffbbfc
Compare
Rich-Harris
previously requested changes
May 26, 2026
Rich-Harris
left a comment
Member
There was a problem hiding this comment.
blocking on #18295 (comment)
187dfb7 to
8fa82d8
Compare
Member
|
/ecosystem-ci run |
8fa82d8 to
6376a47
Compare
|
📝 Ran ecosystem CI on
✅ mdsvex, eslint-plugin-svelte, layerchart, language-tools, rollup-plugin-svelte, storybook, svelte-loader, prettier-plugin-svelte, svelte-eslint-parser, skeleton, shadcn-svelte, sv, svelte-preprocess |
6376a47 to
1374e60
Compare
Member
|
/ecosystem-ci run |
1374e60 to
c68ce34
Compare
|
📝 Ran ecosystem CI on
✅ mdsvex, rollup-plugin-svelte, language-tools, svelte-eslint-parser, eslint-plugin-svelte, storybook, sv, layerchart, skeleton, svelte-preprocess, prettier-plugin-svelte, shadcn-svelte, svelte-loader |
Rich-Harris
approved these changes
May 27, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
svelte@5.55.10
Patch Changes
fix: unlink errored and otherwise finished batch (#18264)
perf: walk composedPath() directly in delegated event propagation (#18268)
fix: transfer effects when merging batches (#18254)
fix: allow
$derived(await ...)in disconnected effect roots (#18273)fix: remove temporary raw-text hydration markers (#18269)
fix: propagate async
@constblockers through closure references so template expressions like{(() => host)()}correctly wait for the awaited value (#18309)fix: properly unlink batches (#18298)
fix: settle discarded batch (#18290)
fix: declare
let:directives before{@const}declarations on slotted elements (#18271)fix: resume outro-ed branches if they were kept around (#18291)
fix: avoid waterfall-warning when async resolves to same value (#18297)
fix: correctly coordinate component-level effects inside async blocks (#18260)
fix: make unnecessary commit work less likely (#18263)
chore: add tag name to
a11y_click_events_have_key_eventswarning (#18272)fix: catch rejected promises while merging/committing (#18266)