Build(deps-dev): Bump svelte from 5.1.4 to 5.1.9
Bumps svelte from 5.1.4 to 5.1.9.
Release notes
Sourced from svelte's releases.
svelte@5.1.9
Patch Changes
- fix: ensure transitions are applied to nested elements (#14080)
svelte@5.1.8
Patch Changes
- fix: ensure compiler statements are correctly included (#14074)
svelte@5.1.7
Patch Changes
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
fix: allow
warningFilter
option forcompileModule
(#14066)fix: ensure onMount correctly fires when new expressions are used (#14049)
fix: wrap
:id
,:where``:not
and:has
with:global
during migration (#13850)fix: ensure custom element attribute/prop changes are in their own context (#14016)
svelte@5.1.6
Patch Changes
- fix: ensure child effects are destroyed before their deriveds (#14043)
svelte@5.1.5
Patch Changes
fix: replace typo in compiler error messages (#14044)
fix: preserve the separator between selectors when an unused selector is in between (#13954)
fix: more robust re-subscribe detection for
fromStore
(#13995)fix: allow to pass in TS preference to migration (#13929)
fix: extend derived/state validation error to indirect exports (#14039)
fix: minify inject CSS in prod mode (#14006)
fix: ensure toStore subscription correctly syncs latest value (#14015)
fix: don't access
requestAnimationFrame
until needed to reduce need for mocks during testing (#14040)fix: ensure element effects are executed in the correct order (#14038)
fix: make compiler error extend from
Error
(#14036)
Changelog
Sourced from svelte's changelog.
5.1.9
Patch Changes
- fix: ensure transitions are applied to nested elements (#14080)
5.1.8
Patch Changes
- fix: ensure compiler statements are correctly included (#14074)
5.1.7
Patch Changes
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
fix: allow
warningFilter
option forcompileModule
(#14066)fix: ensure onMount correctly fires when new expressions are used (#14049)
fix: wrap
:id
,:where``:not
and:has
with:global
during migration (#13850)fix: ensure custom element attribute/prop changes are in their own context (#14016)
5.1.6
Patch Changes
- fix: ensure child effects are destroyed before their deriveds (#14043)
5.1.5
Patch Changes
fix: replace typo in compiler error messages (#14044)
fix: preserve the separator between selectors when an unused selector is in between (#13954)
fix: more robust re-subscribe detection for
fromStore
(#13995)fix: allow to pass in TS preference to migration (#13929)
fix: extend derived/state validation error to indirect exports (#14039)
fix: minify inject CSS in prod mode (#14006)
fix: ensure toStore subscription correctly syncs latest value (#14015)
... (truncated)
Commits
-
cf25930
Version Packages (#14081) -
58b1540
fix: ensure transitions are applied to nested elements (#14080) -
b0d255a
Version Packages (#14075) -
2bdc3d4
fix: ensure compiler statements are correctly included (#14074) -
3b38bc2
Version Packages (#14052) -
37049b4
Revert "feat: migrateComponent
toComponentExports\<typeof Component>
in ... -
2784fb1
Revert "feat: addComponentExports
utility type (#13441)" (#14069) -
4f80ab6
fix: allowwarningFilter
option forcompileModule
(#14066) -
4715dfa
feat: migrateComponent
toComponentExports\<typeof Component>
in TS (#13656) -
d93ad3b
feat: addComponentExports
utility type (#13441) - 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