svelte@5.43.5

sveltejs/sveltesvelte@5.43.5Nov 8, 2025by github-actions[bot]

AI Summary

Fixes issues with awaiting dependencies for static props, bindings, and style directives to ensure proper async handling.

Key Highlights

  • Fix for async static props and attributes
  • Fix for async binding dependencies
  • Fix for style directive dependencies

Full Release Notes

### Patch Changes

-   fix: ensure async static props/attributes are awaited ([#17120](https://github.com/sveltejs/svelte/pull/17120))

-   fix: wait on dependencies of async bindings ([#17120](https://github.com/sveltejs/svelte/pull/17120))

-   fix: await dependencies of style directives ([#17120](https://github.com/sveltejs/svelte/pull/17120))