svelte@5.43.12
sveltejs/sveltesvelte@5.43.12Nov 18, 2025by github-actions[bot]
AI Summary
Fixes a bug in the effect tracking system to ensure the linked list of effects is maintained correctly during updates to each blocks.
Key Highlights
- Maintain correct linked list of effects
- Fix for each block updates
Full Release Notes
### Patch Changes - fix: maintain correct linked list of effects when updating each blocks ([#17191](https://github.com/sveltejs/svelte/pull/17191))