Version Packages (#18750)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## svelte@5.57.1

### Patch Changes

- fix: cancel deferred event listeners during cleanup
([#18749](https://github.com/sveltejs/svelte/pull/18749))

- fix: preserve global CSS in components without scopable elements
([#18793](https://github.com/sveltejs/svelte/pull/18793))

- fix: reduce SSR render result garbage collection
([#18798](https://github.com/sveltejs/svelte/pull/18798))

- fix: resolve the fallback of an each block in the enclosing scope
([#18803](https://github.com/sveltejs/svelte/pull/18803))

- perf: speed up parser interactions with Acorn or avoid them where
possible ([#18740](https://github.com/sveltejs/svelte/pull/18740))

- fix: prevent effect tree of batches from interfering with each other
([#18508](https://github.com/sveltejs/svelte/pull/18508))

- fix: serialize input default values during server rendering
([#18733](https://github.com/sveltejs/svelte/pull/18733))

- fix: remove `WAS_MARKED` flag in favor of `Set`
([#18127](https://github.com/sveltejs/svelte/pull/18127))

- fix: throw `set_context_after_init` when `setContext` is called after
an `await` during SSR
([#18739](https://github.com/sveltejs/svelte/pull/18739))

- fix: make Object.hasOwn reactive for state proxy ownership changes
([#18838](https://github.com/sveltejs/svelte/pull/18838))

- fix: keep `$state.eager` when used as a variable initializer
([#18809](https://github.com/sveltejs/svelte/pull/18809))

- perf: avoid regex matching in parser where possible
([#18736](https://github.com/sveltejs/svelte/pull/18736))

- fix: in non-async mode, only push variable to current_sources when
active_reaction is updating
([#18550](https://github.com/sveltejs/svelte/pull/18550))

- fix: recognise `aria-braillelabel` and `aria-brailleroledescription`
as known ARIA attributes
([#18765](https://github.com/sveltejs/svelte/pull/18765))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
snippet-param-duplicate svelte@5.57.1
github-actions[bot] 6 days ago committed by GitHub
parent 8030ff2a2c
commit 636eaaaa6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: cancel deferred event listeners during cleanup

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: preserve global CSS in components without scopable elements

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: reduce SSR render result garbage collection

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: resolve the fallback of an each block in the enclosing scope

@ -1,5 +0,0 @@
---
'svelte': patch
---
perf: speed up parser interactions with Acorn or avoid them where possible

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: prevent effect tree of batches from interfering with each other

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: serialize input default values during server rendering

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: remove `WAS_MARKED` flag in favor of `Set`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: throw `set_context_after_init` when `setContext` is called after an `await` during SSR

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: make Object.hasOwn reactive for state proxy ownership changes

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: keep `$state.eager` when used as a variable initializer

@ -1,5 +0,0 @@
---
'svelte': patch
---
perf: avoid regex matching in parser where possible

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: in non-async mode, only push variable to current_sources when active_reaction is updating

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes

@ -1,5 +1,37 @@
# svelte
## 5.57.1
### Patch Changes
- fix: cancel deferred event listeners during cleanup ([#18749](https://github.com/sveltejs/svelte/pull/18749))
- fix: preserve global CSS in components without scopable elements ([#18793](https://github.com/sveltejs/svelte/pull/18793))
- fix: reduce SSR render result garbage collection ([#18798](https://github.com/sveltejs/svelte/pull/18798))
- fix: resolve the fallback of an each block in the enclosing scope ([#18803](https://github.com/sveltejs/svelte/pull/18803))
- perf: speed up parser interactions with Acorn or avoid them where possible ([#18740](https://github.com/sveltejs/svelte/pull/18740))
- fix: prevent effect tree of batches from interfering with each other ([#18508](https://github.com/sveltejs/svelte/pull/18508))
- fix: serialize input default values during server rendering ([#18733](https://github.com/sveltejs/svelte/pull/18733))
- fix: remove `WAS_MARKED` flag in favor of `Set` ([#18127](https://github.com/sveltejs/svelte/pull/18127))
- fix: throw `set_context_after_init` when `setContext` is called after an `await` during SSR ([#18739](https://github.com/sveltejs/svelte/pull/18739))
- fix: make Object.hasOwn reactive for state proxy ownership changes ([#18838](https://github.com/sveltejs/svelte/pull/18838))
- fix: keep `$state.eager` when used as a variable initializer ([#18809](https://github.com/sveltejs/svelte/pull/18809))
- perf: avoid regex matching in parser where possible ([#18736](https://github.com/sveltejs/svelte/pull/18736))
- fix: in non-async mode, only push variable to current_sources when active_reaction is updating ([#18550](https://github.com/sveltejs/svelte/pull/18550))
- fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes ([#18765](https://github.com/sveltejs/svelte/pull/18765))
## 5.57.0
### Minor Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.57.0",
"version": "5.57.1",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.57.0';
export const VERSION = '5.57.1';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save