Build(deps-dev): Bump svelte from 5.19.7 to 5.20.0
Bumps svelte from 5.19.7 to 5.20.0.
Release notes
Sourced from svelte's releases.
svelte@5.20.0
Minor Changes
- feat: SSR-safe ID generation with
$props.id()
(#15185)Patch Changes
fix: take private and public into account for
constant_assignment
of derived state (#15276)fix: value/checked not correctly set using spread (#15239)
chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)
fix: use
importNode
to clone templates for Firefox (#15272)fix: recurse into
$derived
for ownership validation (#15166)svelte@5.19.10
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
fix: allow mutation of private derived state (#15228)
svelte@5.19.9
Patch Changes
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)
fix: hydrate
href
that is part of spread attributes (#15226)svelte@5.19.8
Patch Changes
Changelog
Sourced from svelte's changelog.
5.20.0
Minor Changes
- feat: SSR-safe ID generation with
$props.id()
(#15185)Patch Changes
fix: take private and public into account for
constant_assignment
of derived state (#15276)fix: value/checked not correctly set using spread (#15239)
chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)
fix: use
importNode
to clone templates for Firefox (#15272)fix: recurse into
$derived
for ownership validation (#15166)5.19.10
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
fix: allow mutation of private derived state (#15228)
5.19.9
Patch Changes
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)
fix: hydrate
href
that is part of spread attributes (#15226)5.19.8
Patch Changes
Commits
-
23ecc36
Version Packages (#15271) -
f747c41
chore: tweak effect self invalidation logic (#15275) -
5e52825
fix: take private and public into account forconstant_assignment
of derive... -
1848138
fix: useimportNode
to clone templates for Firefox (#15272) -
a3e49b6
fix: recurse into$derived
for ownership validation (#15166) -
afae274
fix: value/checked not correctly set using spread (#15239) -
85f83ec
feat: $props.id(), a SSR-safe ID generation (#15185) -
73220b8
chore: simplify process_effects (#15270) -
280d8c7
Version Packages (#15263) -
b602c59
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255) - 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