Version Packages#18158
Conversation
7fcabf5 to
f8e881e
Compare
b28269b to
ed975e9
Compare
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ eslint-plugin-svelte, language-tools, mdsvex, shadcn-svelte, prettier-plugin-svelte, skeleton, storybook, layerchart, rollup-plugin-svelte, svelte-preprocess, sv, svelte-loader, vite-plugin-svelte |
Rich-Harris
left a comment
There was a problem hiding this comment.
blocking until we understand why sveltekit ecosystem-ci is failing
|
📝 Ran ecosystem CI on
✅ language-tools, mdsvex, layerchart, eslint-plugin-svelte, rollup-plugin-svelte, skeleton, svelte-loader, sv, storybook, shadcn-svelte, prettier-plugin-svelte, vite-plugin-svelte, svelte-preprocess |
a65d608 to
b983421
Compare
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ shadcn-svelte, layerchart, svelte-preprocess, eslint-plugin-svelte, language-tools, svelte-eslint-parser, mdsvex, sv, prettier-plugin-svelte, svelte-loader, storybook, rollup-plugin-svelte, vite-plugin-svelte, skeleton |
319676a to
77fad1c
Compare
7ef86bf to
174777f
Compare
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ svelte-preprocess, skeleton, layerchart, rollup-plugin-svelte, eslint-plugin-svelte, mdsvex, svelte-loader, storybook, vite-plugin-svelte, shadcn-svelte, language-tools, prettier-plugin-svelte, svelte-eslint-parser |
174777f to
bcf1b1b
Compare
bcf1b1b to
a4abba0
Compare
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI on
✅ layerchart, skeleton, rollup-plugin-svelte, mdsvex, vite-plugin-svelte, svelte-eslint-parser, svelte-preprocess, prettier-plugin-svelte, shadcn-svelte, eslint-plugin-svelte, language-tools, svelte-loader, storybook |
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.6
Patch Changes
fix: leave stale promises to wait for a later resolution, instead of rejecting (#18180)
fix: keep dependencies of
$state.eager/pending(#18218)fix: reapply context after transforming error during SSR (#18099)
fix: don't rebase just-created batches (#18117)
chore: allow
nullforpendingin typings (#18201)fix: flush eager effects in production (#18107)
fix: rethrow error of failed iterable after calling
return()(#18169)fix: account for proxified instance when updating
bind:this(#18147)fix: ensure scheduled batch is flushed if not obsolete (#18131)
fix: resolve stale deriveds with latest value (#18167)
chore: remove unnecessary
increment_pendingcalls (#18183)fix: correctly compile component member expressions for SSR (#18192)
fix: reset
source.updatedstack traces afterflush(#18196)fix: replacing async 'blocking' strategy with 'merging' (#18205)
fix: allow
@debugtags to reference awaited variables (#18138)fix: re-run fallback props if dependencies update (#18146)
fix: abort running obsolete async branches (#18118)
fix: ignore comments when reading CSS values (#18153)
fix: wrap
Promise.allinsaveduring SSR (#18178)fix: ignore false-positive errors of
$inspectdependencies (#18106)