svelte@5.43.3

sveltejs/sveltesvelte@5.43.3Nov 4, 2025by github-actions[bot]

AI Summary

This patch release focuses on stability fixes related to fork handling, title updates, and derived rest property creation.

Key Highlights

  • Ensure fork always accesses correct values
  • Change title only after pending work has completed
  • Preserve symbols when creating derived rest properties

Full Release Notes

### Patch Changes

-   fix: ensure fork always accesses correct values ([#17098](https://github.com/sveltejs/svelte/pull/17098))

-   fix: change title only after any pending work has completed ([#17061](https://github.com/sveltejs/svelte/pull/17061))

-   fix: preserve symbols when creating derived rest properties ([#17096](https://github.com/sveltejs/svelte/pull/17096))