svelte@5.56.2
sveltejs/sveltesvelte@5.56.2Jun 4, 2026by github-actions[bot]
AI Summary
A patch release correcting async component tracking, false-positive reactivity warnings, and animation directive declaration tags.
Key Highlights
- Fixed tracking of effect end node for async sibling component
- Fixed false-positive reactivity loss warnings
- Fixed declaration tags for animation directive
Full Release Notes
### 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 ([#18372](https://github.com/sveltejs/svelte/pull/18372)) - fix: ignore declaration tags for animation directive ([#18366](https://github.com/sveltejs/svelte/pull/18366)) - fix: reject pending async deriveds on discard ([#18308](https://github.com/sveltejs/svelte/pull/18308))