FRONTEND
Svelte v5.56.1
RESUMEN
Patch Changes - fix: error at compile time on duplicate snippet/declaration tag definitions - fix: parse declaration tag contents more robustly - fix: correctly transform
Descripción Detallada
Patch Changes - fix: error at compile time on duplicate snippet/declaration tag definitions - fix: parse declaration tag contents more robustly - fix: correctly transform references to earlier declarators in a declaration tag (e.g. `{let a = $state(0), b = $derived(a * 2)}`) - fix: avoid spurious `statereferencedlocally` warnings for `$derived` declarations in declaration tags - fix: tolerate whitespace before `let`/`const` in declaration tags - fix: prevent infinite loop when a tag's expression ends with a trailing `/` at the end of the input - fix: more robust parsing of declaration tags with regards to `type` - fix: preserve newlines in spread input values when the `type` attribute is applied after `value` - fix: update `SvelteURLSearchParams` when setting duplicate keys to the same joined value - fix: check references for blockers on server, too
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Svelte v5.56.3
### Patch Changes - fix: ignore errors that occur in destroyed effects ([#18384](https://github.com/sveltejs/svelte/pull/18384)) - fix: type BigInts in `$state.snapshot(...)` return values ([#18388](https://github.com/sveltejs/svelte/pull/18388))
FRONTEND
Svelte v5.56.2
### Patch Changes - fix: properly track effect end node for async sibling component ([#18371](https://github.com/sveltejs/svelte/pull/18371)) - fix: prevent false-positive reactivity loss warning ([#18373](https://github.com/sveltejs/svelte/pull/18373)) - chore: bump esrap dependency ([#183