sveltejs/svelte (svelte)
### [`v5.1.6`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#516)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.5...svelte@5.1.6)
##### Patch Changes
- fix: ensure child effects are destroyed before their deriveds ([#14043](https://redirect.github.com/sveltejs/svelte/pull/14043))
### [`v5.1.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#515)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.4...svelte@5.1.5)
##### Patch Changes
- fix: replace typo in compiler error messages ([#14044](https://redirect.github.com/sveltejs/svelte/pull/14044))
- fix: preserve the separator between selectors when an unused selector is in between ([#13954](https://redirect.github.com/sveltejs/svelte/pull/13954))
- fix: more robust re-subscribe detection for `fromStore` ([#13995](https://redirect.github.com/sveltejs/svelte/pull/13995))
- fix: allow to pass in TS preference to migration ([#13929](https://redirect.github.com/sveltejs/svelte/pull/13929))
- fix: extend derived/state validation error to indirect exports ([#14039](https://redirect.github.com/sveltejs/svelte/pull/14039))
- fix: minify inject CSS in prod mode ([#14006](https://redirect.github.com/sveltejs/svelte/pull/14006))
- fix: ensure toStore subscription correctly syncs latest value ([#14015](https://redirect.github.com/sveltejs/svelte/pull/14015))
- fix: don't access `requestAnimationFrame` until needed to reduce need for mocks during testing ([#14040](https://redirect.github.com/sveltejs/svelte/pull/14040))
- fix: ensure element effects are executed in the correct order ([#14038](https://redirect.github.com/sveltejs/svelte/pull/14038))
- fix: make compiler error extend from `Error` ([#14036](https://redirect.github.com/sveltejs/svelte/pull/14036))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.1.4
->5.1.6
Release Notes
sveltejs/svelte (svelte)
### [`v5.1.6`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#516) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.5...svelte@5.1.6) ##### Patch Changes - fix: ensure child effects are destroyed before their deriveds ([#14043](https://redirect.github.com/sveltejs/svelte/pull/14043)) ### [`v5.1.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#515) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.4...svelte@5.1.5) ##### Patch Changes - fix: replace typo in compiler error messages ([#14044](https://redirect.github.com/sveltejs/svelte/pull/14044)) - fix: preserve the separator between selectors when an unused selector is in between ([#13954](https://redirect.github.com/sveltejs/svelte/pull/13954)) - fix: more robust re-subscribe detection for `fromStore` ([#13995](https://redirect.github.com/sveltejs/svelte/pull/13995)) - fix: allow to pass in TS preference to migration ([#13929](https://redirect.github.com/sveltejs/svelte/pull/13929)) - fix: extend derived/state validation error to indirect exports ([#14039](https://redirect.github.com/sveltejs/svelte/pull/14039)) - fix: minify inject CSS in prod mode ([#14006](https://redirect.github.com/sveltejs/svelte/pull/14006)) - fix: ensure toStore subscription correctly syncs latest value ([#14015](https://redirect.github.com/sveltejs/svelte/pull/14015)) - fix: don't access `requestAnimationFrame` until needed to reduce need for mocks during testing ([#14040](https://redirect.github.com/sveltejs/svelte/pull/14040)) - fix: ensure element effects are executed in the correct order ([#14038](https://redirect.github.com/sveltejs/svelte/pull/14038)) - fix: make compiler error extend from `Error` ([#14036](https://redirect.github.com/sveltejs/svelte/pull/14036))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.