svelte@5.43.1

sveltejs/sveltesvelte@5.43.1Oct 30, 2025by github-actions[bot]

AI Summary

This release fixes a compilation issue where `$bindable` directives were not being correctly handled within `await` blocks.

Key Highlights

  • Transform `$bindable` after `await` expressions

Full Release Notes

### Patch Changes

-   fix: transform `$bindable` after `await` expressions ([#17066](https://github.com/sveltejs/svelte/pull/17066))