Build(deps-dev): Bump svelte from 5.1.15 to 5.2.4
Bumps svelte from 5.1.15 to 5.2.4.
Release notes
Sourced from svelte's releases.
svelte@5.2.4
Patch Changes
fix: ensure internal cloning can work circular values (#14347)
fix: correctly update dynamic member expressions (#14359)
fix: ensure is_pure takes into account $effect.tracking() (#14333)
fix: coerce value to number when hydrating range/number input with changed value (#14349)
svelte@5.2.3
Patch Changes
- fix: ensure dynamic call expressions correctly generate output (#14345)
svelte@5.2.2
Patch Changes
- fix: treat property accesses of literals as pure (#14325)
svelte@5.2.1
Patch Changes
fix: mark pseudo classes nested inside
:not
as used (#14303)fix: disallow invalid attributes for
<svelte:window>
and<svelte:document>
(#14228)fix: ensure props passed to components via mount are updateable (#14210)
fix: mark subtree dynamic for img with loading attribute (#14317)
fix: avoid relying on Node specifics within compiler (#14314)
svelte@5.2.0
Minor Changes
- feat: better inlining of static attributes (#14269)
svelte@5.1.17
Patch Changes
... (truncated)
Changelog
Sourced from svelte's changelog.
5.2.4
Patch Changes
fix: ensure internal cloning can work circular values (#14347)
fix: correctly update dynamic member expressions (#14359)
fix: ensure is_pure takes into account $effect.tracking() (#14333)
fix: coerce value to number when hydrating range/number input with changed value (#14349)
5.2.3
Patch Changes
- fix: ensure dynamic call expressions correctly generate output (#14345)
5.2.2
Patch Changes
- fix: treat property accesses of literals as pure (#14325)
5.2.1
Patch Changes
fix: mark pseudo classes nested inside
:not
as used (#14303)fix: disallow invalid attributes for
<svelte:window>
and<svelte:document>
(#14228)fix: ensure props passed to components via mount are updateable (#14210)
fix: mark subtree dynamic for img with loading attribute (#14317)
fix: avoid relying on Node specifics within compiler (#14314)
5.2.0
Minor Changes
- feat: better inlining of static attributes (#14269)
5.1.17
Patch Changes
- fix: account for
:has(...)
as part of:root
(#14229)
... (truncated)
Commits
-
53cc600
Version Packages (#14362) -
747d408
fix: ensure is_pure takes into account runes (#14333) -
7411068
fix: ensure internal cloning can work circular values (#14347) -
6e8267f
fix: correctly update dynamic member expressions (#14359) -
012166e
fix: convert input value to number on hydration (#14349) -
b145035
Version Packages (#14348) -
1c454c2
fix: ensure dynamic call expressions correctly generate output (#14345) -
396ea2e
Version Packages (#14328) -
3a69b4c
fix: ensure inline object literals are correctly serialised (#14325) -
95ab85f
Version Packages (#14304) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts