chore(deps): update dependency svelte to ^5.17.3 [skip ci]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
svelte (source) | devDependencies | minor | ^5.16.4 -> ^5.17.3 |
Release Notes
sveltejs/svelte (svelte)
v5.17.3
Patch Changes
- fix: reset dependency read versions after reaction execution (#14964)
v5.17.2
Patch Changes
-
fix: account for parent scale when animating elements (#14957)
-
fix: apply
overflow: hidden
style when transitioning elements, where necessary (#14930) -
fix: properly add owners to function bindings (#14962)
v5.17.1
Patch Changes
-
fix: remove bindable prop validation (#14946)
-
chore: tweak "invalid assignment" compiler error message (#14955)
-
fix: silence false-positive stale value warning (#14958)
v5.17.0
Minor Changes
- feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)
Patch Changes
-
fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)
-
fix: account for min-width/height in
slide
transition (#14942) -
fix: prevent long delays causing erratic spring behaviour (#14940)
-
feat: warn on using
slide
transition with table elements (#14936) -
chore: improve signal performance by reducing duplicate deps (#14945)
v5.16.6
Patch Changes
-
fix: Make Tween duration 0 set current to target immediately (#14937)
-
fix: guard against
customElements
being unavailable in browser extension contexts (#14933) -
fix: treat
inert
as a boolean attribute (#14935) -
fix: remove leading newline from
<pre>
contents (#14922)
v5.16.5
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.