Build(deps-dev): Bump svelte from 5.1.4 to 5.1.6
Bumps svelte from 5.1.4 to 5.1.6.
Release notes
Sourced from svelte's releases.
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.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)
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)
Commits
-
e78ea1d
Version Packages (#14047) -
bce1c48
fix: ensure child effects are destroyed before their deriveds (#14043) -
f519b3d
Version Packages (#14031) -
4157db9
fix: correct typo in compiler error messages (#14044) -
224fcde
fix: preserve the separator between selectors when an unused selector is in b... -
253d01e
fix: ensure element effects are executed in the correct order (#14038) -
217e409
chore: add changeset and comment (#14040) -
8a2c97a
fix: extend derived/state validation error to indirect exports (#14039) -
1434f48
fix: make compiler error extend fromError
(#14036) -
f52a303
fix: ensure comma is also pruned if necessary (#14032) - 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