FRONTEND
Svelte v5.55.6
RESUMEN
Patch Changes - fix: leave stale promises to wait for a later resolution, instead of rejecting - fix: keep dependencies of `$state.eager/pending` - fix: reapply context af
Descripción Detallada
Patch Changes - fix: leave stale promises to wait for a later resolution, instead of rejecting - fix: keep dependencies of `$state.eager/pending` - fix: reapply context after transforming error during SSR - fix: don't rebase just-created batches - chore: allow `null` for `pending` in typings - fix: flush eager effects in production - fix: rethrow error of failed iterable after calling `return()` - fix: account for proxified instance when updating `bind:this` - fix: ensure scheduled batch is flushed if not obsolete - fix: resolve stale deriveds with latest value - chore: remove unnecessary `increment_pending` calls - fix: correctly compile component member expressions for SSR - fix: reset `source.updated` stack traces after `flush` ((
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Svelte v5.55.7
### Patch Changes - fix: prevent XSS on `hydratable` from user contents ([`a16ebc67bbcf8f708360195687e1b2719463e1a4`](https://github.com/sveltejs/svelte/commit/a16ebc67bbcf8f708360195687e1b2719463e1a4)) - chore: bump devalue ([#18219](https://github.com/sveltejs/svelte/pull/18219)) - fix: d
FRONTEND
Svelte v5.55.5
### Patch Changes - fix: don't mark deriveds while an effect is updating ([#18124](https://github.com/sveltejs/svelte/pull/18124)) - fix: do not dispatch introstart event with animation of animate directive ([#18122](https://github.com/sveltejs/svelte/pull/18122))