Build(deps-dev): Bump svelte from 5.11.1 to 5.16.0
Bumps svelte from 5.11.1 to 5.16.0.
Release notes
Sourced from svelte's releases.
svelte@5.16.0
Minor Changes
- feat: allow
class
attribute to be an object or array, usingclsx
(#14714)Patch Changes
- fix: don't include keyframes in global scope in the keyframes to rename (#14822)
svelte@5.15.0
Minor Changes
- feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)
svelte@5.14.6
Patch Changes
fix: treeshake
$inspect.trace
code if unused in modules (#14774)fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)
svelte@5.14.5
Patch Changes
fix: bump esrap dependency (#14765)
fix: ensure svg namespace for
<a>
elements is correct (#14756)fix: treeshake
$inspect.trace
code if unused (#14770)svelte@5.14.4
Patch Changes
fix: remove implements from class declarations (#14749)
fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)
svelte@5.14.3
Patch Changes
fix: bump esrap, prevent malformed AST (#14742)
fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)
svelte@5.14.2
Patch Changes
... (truncated)
Changelog
Sourced from svelte's changelog.
5.16.0
Minor Changes
- feat: allow
class
attribute to be an object or array, usingclsx
(#14714)Patch Changes
- fix: don't include keyframes in global scope in the keyframes to rename (#14822)
5.15.0
Minor Changes
- feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)
5.14.6
Patch Changes
fix: treeshake
$inspect.trace
code if unused in modules (#14774)fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)
5.14.5
Patch Changes
fix: bump esrap dependency (#14765)
fix: ensure svg namespace for
<a>
elements is correct (#14756)fix: treeshake
$inspect.trace
code if unused (#14770)5.14.4
Patch Changes
fix: remove implements from class declarations (#14749)
fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)
5.14.3
Patch Changes
... (truncated)
Commits
-
7f8acb8
Version Packages (#14824) -
97f3aa9
docs: fix links in some errors/warnings (#14825) -
015210a
feat: allow objects/arrays for class attribute (#14714) -
38a3ae3
fix: Allow to disable animation prefix (#14822) -
1d773ef
Version Packages (#14782) -
72b7bc7
feat: add "worker" exports condition (#14779) -
2086c19
Version Packages (#14776) -
999b92d
fix: intellisense DX for $props, $inspect, $bindable, and $host (#14777) -
5bc4033
fix: treeshake$inspect.trace
code if unused in modules (#14774) -
69d198e
Version Packages (#14764) - 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