svelte@5.45.9

sveltejs/sveltesvelte@5.45.9Dec 11, 2025by github-actions[bot]

AI Summary

A patch release fixing deferred effect scheduling and `!doctype` printing.

Key Highlights

  • Fix deferred effects rescheduling after async work
  • Fix `!doctype` printing during `print`

Full Release Notes

### Patch Changes

-   fix: correctly reschedule deferred effects when reviving a batch after async work ([#17332](https://github.com/sveltejs/svelte/pull/17332))

-   fix: correctly print `!doctype` during `print` ([#17341](https://github.com/sveltejs/svelte/pull/17341))