Skip to content

Version Packages#18315

Merged
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main
May 29, 2026
Merged

Version Packages#18315
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

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

  • feat: allow declarations in the template (#18282)

Patch Changes

  • perf: use createElement instead of createElementNS for HTML elements (#18262)

  • perf: store current_sources as a Set for O(1) membership checks (#18278)

  • perf: deduplicate identical hoisted templates within a component (#18320)

  • perf: hoist rest_props exclude list as a module-scope Set (#18252)

@svite-ecosystem-ci svite-ecosystem-ci Bot added the needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging. label May 28, 2026
@svelte-docs-bot

Copy link
Copy Markdown

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 09e4288 to 133facc Compare May 28, 2026 18:22

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

CI check for browser-support documentation verifies the wrong file, checking a static template file instead of the generated content.

Fix on Vercel

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 8ece724 to 7ee05bf Compare May 29, 2026 11:53
dummdidumm pushed a commit that referenced this pull request May 29, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from f1ab74b to 3026331 Compare May 29, 2026 13:31
@Rich-Harris

Copy link
Copy Markdown
Member

/ecosystem-ci run

@svelte-ecoystem-ci

Copy link
Copy Markdown

📝 Ran ecosystem CI on 9653efc: Open

suite result latest scheduled
bits-ui ⏹️ cancelled ⏹️ cancelled
layerchart failure success
vite-plugin-svelte success ⏹️ cancelled
sv ⏹️ cancelled ⏹️ cancelled
eslint-plugin-svelte failure success
shadcn-svelte failure success
sveltekit failure ⏹️ cancelled
svelte-eslint-parser failure success
storybook ⏹️ cancelled ⏹️ cancelled
melt-ui ⏹️ cancelled ⏹️ cancelled

skeleton, mdsvex, svelte-loader, rollup-plugin-svelte, language-tools, prettier-plugin-svelte, svelte-preprocess

@Rich-Harris

Copy link
Copy Markdown
Member

failures look legit...

image

@Rich-Harris

Copy link
Copy Markdown
Member

minimal repro

<script>
	let type = 'wut';
</script>

{type}

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 5608f8b to ef13f18 Compare May 29, 2026 20:01
@Rich-Harris

Copy link
Copy Markdown
Member

/ecosystem-ci run

@github-actions github-actions Bot force-pushed the changeset-release/main branch from ef13f18 to 0783d04 Compare May 29, 2026 20:25
@svelte-ecoystem-ci

Copy link
Copy Markdown

📝 Ran ecosystem CI on 9653efc: Open

suite result latest scheduled
bits-ui ⏹️ cancelled ⏹️ cancelled
svelte-eslint-parser failure success
storybook ⏹️ cancelled ⏹️ cancelled
vite-plugin-svelte success ⏹️ cancelled
melt-ui ⏹️ cancelled ⏹️ cancelled
eslint-plugin-svelte failure success
sv ⏹️ cancelled ⏹️ cancelled
sveltekit success ⏹️ cancelled

mdsvex, shadcn-svelte, skeleton, layerchart, rollup-plugin-svelte, language-tools, prettier-plugin-svelte, svelte-loader, svelte-preprocess

@Rich-Harris

Copy link
Copy Markdown
Member

The svelte-eslint-parser failure is expected — depends on sveltejs/svelte-eslint-parser#891

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0783d04 to 4b4ef6b Compare May 29, 2026 21:08
@Rich-Harris

Copy link
Copy Markdown
Member

/ecosystem-ci run

@svelte-ecoystem-ci

Copy link
Copy Markdown

📝 Ran ecosystem CI on 9653efc: Open

suite result latest scheduled
svelte-eslint-parser failure success
bits-ui ⏹️ cancelled ⏹️ cancelled
melt-ui ⏹️ cancelled ⏹️ cancelled
sv ⏹️ cancelled ⏹️ cancelled
storybook ⏹️ cancelled ⏹️ cancelled
sveltekit success ⏹️ cancelled
vite-plugin-svelte success ⏹️ cancelled

layerchart, prettier-plugin-svelte, eslint-plugin-svelte, skeleton, shadcn-svelte, language-tools, mdsvex, rollup-plugin-svelte, svelte-loader, svelte-preprocess

@Rich-Harris Rich-Harris merged commit 70afafe into main May 29, 2026
6 checks passed
@Rich-Harris Rich-Harris deleted the changeset-release/main branch May 29, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant