svelte@5.56.3

sveltejs/sveltesvelte@5.56.3Jun 7, 2026by github-actions[bot]

AI Summary

This patch release handles errors in destroyed effects and fixes BigInt type handling in state snapshots.

Key Highlights

  • Fixed errors occurring in destroyed effects
  • Fixed BigInt type handling in `$state.snapshot` return values

Full Release Notes

### 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))