svelte@5.43.8

sveltejs/sveltesvelte@5.43.8Nov 16, 2025by github-actions[bot]

AI Summary

Fixes reactivity issues in `#each` blocks that occurred when items were removed while a promise was pending.

Key Highlights

  • Fix for each block reactivity
  • Items removed while promise pending

Full Release Notes

### Patch Changes

-   fix: each block losing reactivity when items removed while promise pending ([#17150](https://github.com/sveltejs/svelte/pull/17150))