svelte@5.43.10
sveltejs/sveltesvelte@5.43.10Nov 18, 2025by github-actions[bot]
AI Summary
Fixes batching logic to prevent interference between queued root effects and other batches running concurrently.
Key Highlights
- Fix for batch processing logic
- Avoid other batches running
Full Release Notes
### Patch Changes - fix: avoid other batches running with queued root effects of main batch ([#17145](https://github.com/sveltejs/svelte/pull/17145))