Version Packages#18315
Merged
Merged
Conversation
09e4288 to
133facc
Compare
8ece724 to
7ee05bf
Compare
dummdidumm
pushed a commit
that referenced
this pull request
May 29, 2026
vercel bot caught this in the release PR #18315 (review)
f1ab74b to
3026331
Compare
Member
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ skeleton, mdsvex, svelte-loader, rollup-plugin-svelte, language-tools, prettier-plugin-svelte, svelte-preprocess |
Member
Member
<script>
let type = 'wut';
</script>
{type} |
5608f8b to
ef13f18
Compare
Member
|
/ecosystem-ci run |
ef13f18 to
0783d04
Compare
|
📝 Ran ecosystem CI on
✅ mdsvex, shadcn-svelte, skeleton, layerchart, rollup-plugin-svelte, language-tools, prettier-plugin-svelte, svelte-loader, svelte-preprocess |
Member
|
The |
0783d04 to
4b4ef6b
Compare
Member
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ layerchart, prettier-plugin-svelte, eslint-plugin-svelte, skeleton, shadcn-svelte, language-tools, mdsvex, rollup-plugin-svelte, svelte-loader, svelte-preprocess |
Rich-Harris
approved these changes
May 29, 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.56.0
Minor Changes
Patch Changes
perf: use
createElementinstead ofcreateElementNSfor HTML elements (#18262)perf: store
current_sourcesas aSetfor O(1) membership checks (#18278)perf: deduplicate identical hoisted templates within a component (#18320)
perf: hoist
rest_propsexclude list as a module-scopeSet(#18252)