svelte@5.45.8
sveltejs/sveltesvelte@5.45.8Dec 8, 2025by github-actions[bot]
AI Summary
A patch release fixing AST positioning and accessibility warnings.
Key Highlights
- Fix AST `root.start` and `root.end` positions
- Fix erroneous state warnings on prop fallbacks
Full Release Notes
### Patch Changes - fix: set AST `root.start` to `0` and `root.end` to `template.length` ([#17125](https://github.com/sveltejs/svelte/pull/17125)) - fix: prevent erroneous `state_referenced_locally` warnings on prop fallbacks ([#17329](https://github.com/sveltejs/svelte/pull/17329))