Build(deps-dev): Bump svelte from 5.2.10 to 5.4.0
Bumps svelte from 5.2.10 to 5.4.0.
Release notes
Sourced from svelte's releases.
svelte@5.4.0
Minor Changes
- feat: support
#each
withoutas
(#14396)svelte@5.3.2
Patch Changes
fix: correctly prune CSS for elements inside snippets (#14494)
fix: render attributes during SSR regardless of case (#14492)
svelte@5.3.1
Patch Changes
fix: treat spread elements the same as call expressions (#14488)
fix: correctly increment/decrement bigints (#14485)
svelte@5.3.0
Minor Changes
- feat: add error boundaries with
<svelte:boundary>
(#14211)svelte@5.2.12
Patch Changes
fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)
fix: prevent infinite loops when pruning CSS (#14474)
fix: generate correct code when encountering object expression statement (#14480)
svelte@5.2.11
Patch Changes
Changelog
Sourced from svelte's changelog.
5.4.0
Minor Changes
- feat: support
#each
withoutas
(#14396)5.3.2
Patch Changes
fix: correctly prune CSS for elements inside snippets (#14494)
fix: render attributes during SSR regardless of case (#14492)
5.3.1
Patch Changes
fix: treat spread elements the same as call expressions (#14488)
fix: correctly increment/decrement bigints (#14485)
5.3.0
Minor Changes
- feat: add error boundaries with
<svelte:boundary>
(#14211)5.2.12
Patch Changes
fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)
fix: prevent infinite loops when pruning CSS (#14474)
fix: generate correct code when encountering object expression statement (#14480)
5.2.11
Patch Changes
Commits
-
a091fb5
Version Packages (#14501) -
a283083
feat: each without as (#14396) -
a39605e
Version Packages (#14499) -
ef640c3
fix: render attributes during SSR regardless of case (#14492) -
83cec2f
chore: better SSR output for <svelte:element> (#14493) -
1f25bd4
fix: correctly prune CSS for elements inside snippets (#14494) -
99b4cfb
Version Packages (#14489) -
945b625
fix: Prevent$state
bigint
s incrementing and decrementing from throwing (... -
fe15ad4
fix: treat spread elements the same as call expressions (#14488) -
f75a9a5
Version Packages (#14486) - 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