sveltejs/svelte (svelte)
### [`v5.1.9`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9)
##### Patch Changes
- fix: ensure transitions are applied to nested elements ([#14080](https://redirect.github.com/sveltejs/svelte/pull/14080))
### [`v5.1.8`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8)
##### Patch Changes
- fix: ensure compiler statements are correctly included ([#14074](https://redirect.github.com/sveltejs/svelte/pull/14074))
### [`v5.1.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.6...svelte@5.1.7)
##### Patch Changes
- fix: ensure each block inert items are disposed of if the each block is also inert ([#13930](https://redirect.github.com/sveltejs/svelte/pull/13930))
- fix: allow `warningFilter` option for `compileModule` ([#14066](https://redirect.github.com/sveltejs/svelte/pull/14066))
- fix: ensure onMount correctly fires when new expressions are used ([#14049](https://redirect.github.com/sveltejs/svelte/pull/14049))
- fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#13850](https://redirect.github.com/sveltejs/svelte/pull/13850))
- fix: ensure custom element attribute/prop changes are in their own context ([#14016](https://redirect.github.com/sveltejs/svelte/pull/14016))
### [`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))
### [`v5.1.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#514)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.3...svelte@5.1.4)
##### Patch Changes
- fix: add empty stack to `CompileDiagnostic` to show error on build ([#13942](https://redirect.github.com/sveltejs/svelte/pull/13942))
- fix: ensure effect_tracking correctly handles tracking reactions ([#14005](https://redirect.github.com/sveltejs/svelte/pull/14005))
- fix: update broken links ([#13944](https://redirect.github.com/sveltejs/svelte/pull/13944))
- fix: more exhaustive check during `SvelteMap.set` in deriveds ([#13951](https://redirect.github.com/sveltejs/svelte/pull/13951))
- fix: trim whitespace while migrating blocks ([#13941](https://redirect.github.com/sveltejs/svelte/pull/13941))
- fix: update links that previously pointed to preview site ([#14001](https://redirect.github.com/sveltejs/svelte/pull/14001))
- fix: properly migrate imports types prefixed with $ ([#14007](https://redirect.github.com/sveltejs/svelte/pull/14007))
### [`v5.1.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#513)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.2...svelte@5.1.3)
##### Patch Changes
- fix: rethrow errors from await block if no catch block exists ([#13819](https://redirect.github.com/sveltejs/svelte/pull/13819))
- fix: ensure SVG element attributes have case preserved ([#13935](https://redirect.github.com/sveltejs/svelte/pull/13935))
- fix: ensure bind:group works as intended with proxied state objects ([#13939](https://redirect.github.com/sveltejs/svelte/pull/13939))
- fix: ensure value is correctly set to zero on the progress element ([#13924](https://redirect.github.com/sveltejs/svelte/pull/13924))
- fix: skip comment nodes in snippet validation logic ([#13936](https://redirect.github.com/sveltejs/svelte/pull/13936))
- fix: typo in `Action` types ([#13874](https://redirect.github.com/sveltejs/svelte/pull/13874))
- fix: remove metadata from legacy AST ([#13927](https://redirect.github.com/sveltejs/svelte/pull/13927))
### [`v5.1.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#512)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.1...svelte@5.1.2)
##### Patch Changes
- fix: improve consistency of transitions ([#13895](https://redirect.github.com/sveltejs/svelte/pull/13895))
- fix: enable bound store props in runes mode components ([#13887](https://redirect.github.com/sveltejs/svelte/pull/13887))
- fix: ensure each block references to imports are handled correctly ([#13892](https://redirect.github.com/sveltejs/svelte/pull/13892))
- fix: ensure SvelteMap reactivity persists through deriveds ([#13877](https://redirect.github.com/sveltejs/svelte/pull/13877))
- fix: ensure snippets after empty text correctly hydrate ([#13870](https://redirect.github.com/sveltejs/svelte/pull/13870))
- fix: prevent migration script from adding `props.` to the `export let` identifier ([#13899](https://redirect.github.com/sveltejs/svelte/pull/13899))
- fix: prevent var name clashing for delegated events without params ([#13896](https://redirect.github.com/sveltejs/svelte/pull/13896))
### [`v5.1.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#511)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.0...svelte@5.1.1)
##### Patch Changes
- fix: internally wrap store subscribe in untrack ([#13858](https://redirect.github.com/sveltejs/svelte/pull/13858))
- fix: allow binding to const with spread in legacy mode ([#13849](https://redirect.github.com/sveltejs/svelte/pull/13849))
- fix: ensure props internally untracks current_value on sets ([#13859](https://redirect.github.com/sveltejs/svelte/pull/13859))
- fix: properly traverse children when checking matches for `:has` ([#13866](https://redirect.github.com/sveltejs/svelte/pull/13866))
### [`v5.1.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#510)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.5...svelte@5.1.0)
##### Minor Changes
- feat: export mount() options as the MountOptions type ([#13674](https://redirect.github.com/sveltejs/svelte/pull/13674))
- feat: allow usage of getContext() within $derived runes ([#13830](https://redirect.github.com/sveltejs/svelte/pull/13830))
##### Patch Changes
- fix: properly migrate ts with inferred type comments ([#13761](https://redirect.github.com/sveltejs/svelte/pull/13761))
- fix: correct property name conversion in custom transitions ([#13820](https://redirect.github.com/sveltejs/svelte/pull/13820))
- fix: ensure $effect.tracking returns false inside transition functions ([#13775](https://redirect.github.com/sveltejs/svelte/pull/13775))
- fix: migrate default slots to children snippet ([#13760](https://redirect.github.com/sveltejs/svelte/pull/13760))
- fix: don't print errors on migration errors ([#13754](https://redirect.github.com/sveltejs/svelte/pull/13754))
- fix: prevent spread attribute from overriding class directive ([#13763](https://redirect.github.com/sveltejs/svelte/pull/13763))
- fix: ensure `:has` selectors followed by other selectors match ([#13824](https://redirect.github.com/sveltejs/svelte/pull/13824))
- fix: ensure muted DOM property works correctly in FF ([#13751](https://redirect.github.com/sveltejs/svelte/pull/13751))
- fix: show filename information in `legacy_recursive_reactive_block` ([#13764](https://redirect.github.com/sveltejs/svelte/pull/13764))
### [`v5.0.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#505)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.4...svelte@5.0.5)
##### Patch Changes
- fix: mark `:has` selectors with multiple preceding selectors as used ([#13750](https://redirect.github.com/sveltejs/svelte/pull/13750))
- fix: ensure event context is reset before invoking callback ([#13737](https://redirect.github.com/sveltejs/svelte/pull/13737))
- fix: add more robust check for `Element` prototype ([#13744](https://redirect.github.com/sveltejs/svelte/pull/13744))
- fix: do not comment out unused selectors that are inside an unused selector ([#13746](https://redirect.github.com/sveltejs/svelte/pull/13746))
- fix: more accurately detect `$derived` migration opportunities ([#13740](https://redirect.github.com/sveltejs/svelte/pull/13740))
- fix: [@debug](https://redirect.github.com/debug) does not work with proxied-state ([#13690](https://redirect.github.com/sveltejs/svelte/pull/13690))
- fix: do not add jsdoc if no types found ([#13738](https://redirect.github.com/sveltejs/svelte/pull/13738))
### [`v5.0.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#504)
[Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.3...svelte@5.0.4)
##### Patch Changes
- fix: webview preload tag can be any string ([#13733](https://redirect.github.com/sveltejs/svelte/pull/13733))
- fix: better children snippet / default slot interop ([#13734](https://redirect.github.com/sveltejs/svelte/pull/13734))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.0.3
->5.1.9
Release Notes
sveltejs/svelte (svelte)
### [`v5.1.9`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9) ##### Patch Changes - fix: ensure transitions are applied to nested elements ([#14080](https://redirect.github.com/sveltejs/svelte/pull/14080)) ### [`v5.1.8`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8) ##### Patch Changes - fix: ensure compiler statements are correctly included ([#14074](https://redirect.github.com/sveltejs/svelte/pull/14074)) ### [`v5.1.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.6...svelte@5.1.7) ##### Patch Changes - fix: ensure each block inert items are disposed of if the each block is also inert ([#13930](https://redirect.github.com/sveltejs/svelte/pull/13930)) - fix: allow `warningFilter` option for `compileModule` ([#14066](https://redirect.github.com/sveltejs/svelte/pull/14066)) - fix: ensure onMount correctly fires when new expressions are used ([#14049](https://redirect.github.com/sveltejs/svelte/pull/14049)) - fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#13850](https://redirect.github.com/sveltejs/svelte/pull/13850)) - fix: ensure custom element attribute/prop changes are in their own context ([#14016](https://redirect.github.com/sveltejs/svelte/pull/14016)) ### [`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)) ### [`v5.1.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#514) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.3...svelte@5.1.4) ##### Patch Changes - fix: add empty stack to `CompileDiagnostic` to show error on build ([#13942](https://redirect.github.com/sveltejs/svelte/pull/13942)) - fix: ensure effect_tracking correctly handles tracking reactions ([#14005](https://redirect.github.com/sveltejs/svelte/pull/14005)) - fix: update broken links ([#13944](https://redirect.github.com/sveltejs/svelte/pull/13944)) - fix: more exhaustive check during `SvelteMap.set` in deriveds ([#13951](https://redirect.github.com/sveltejs/svelte/pull/13951)) - fix: trim whitespace while migrating blocks ([#13941](https://redirect.github.com/sveltejs/svelte/pull/13941)) - fix: update links that previously pointed to preview site ([#14001](https://redirect.github.com/sveltejs/svelte/pull/14001)) - fix: properly migrate imports types prefixed with $ ([#14007](https://redirect.github.com/sveltejs/svelte/pull/14007)) ### [`v5.1.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#513) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.2...svelte@5.1.3) ##### Patch Changes - fix: rethrow errors from await block if no catch block exists ([#13819](https://redirect.github.com/sveltejs/svelte/pull/13819)) - fix: ensure SVG element attributes have case preserved ([#13935](https://redirect.github.com/sveltejs/svelte/pull/13935)) - fix: ensure bind:group works as intended with proxied state objects ([#13939](https://redirect.github.com/sveltejs/svelte/pull/13939)) - fix: ensure value is correctly set to zero on the progress element ([#13924](https://redirect.github.com/sveltejs/svelte/pull/13924)) - fix: skip comment nodes in snippet validation logic ([#13936](https://redirect.github.com/sveltejs/svelte/pull/13936)) - fix: typo in `Action` types ([#13874](https://redirect.github.com/sveltejs/svelte/pull/13874)) - fix: remove metadata from legacy AST ([#13927](https://redirect.github.com/sveltejs/svelte/pull/13927)) ### [`v5.1.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#512) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.1...svelte@5.1.2) ##### Patch Changes - fix: improve consistency of transitions ([#13895](https://redirect.github.com/sveltejs/svelte/pull/13895)) - fix: enable bound store props in runes mode components ([#13887](https://redirect.github.com/sveltejs/svelte/pull/13887)) - fix: ensure each block references to imports are handled correctly ([#13892](https://redirect.github.com/sveltejs/svelte/pull/13892)) - fix: ensure SvelteMap reactivity persists through deriveds ([#13877](https://redirect.github.com/sveltejs/svelte/pull/13877)) - fix: ensure snippets after empty text correctly hydrate ([#13870](https://redirect.github.com/sveltejs/svelte/pull/13870)) - fix: prevent migration script from adding `props.` to the `export let` identifier ([#13899](https://redirect.github.com/sveltejs/svelte/pull/13899)) - fix: prevent var name clashing for delegated events without params ([#13896](https://redirect.github.com/sveltejs/svelte/pull/13896)) ### [`v5.1.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#511) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.0...svelte@5.1.1) ##### Patch Changes - fix: internally wrap store subscribe in untrack ([#13858](https://redirect.github.com/sveltejs/svelte/pull/13858)) - fix: allow binding to const with spread in legacy mode ([#13849](https://redirect.github.com/sveltejs/svelte/pull/13849)) - fix: ensure props internally untracks current_value on sets ([#13859](https://redirect.github.com/sveltejs/svelte/pull/13859)) - fix: properly traverse children when checking matches for `:has` ([#13866](https://redirect.github.com/sveltejs/svelte/pull/13866)) ### [`v5.1.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#510) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.5...svelte@5.1.0) ##### Minor Changes - feat: export mount() options as the MountOptions type ([#13674](https://redirect.github.com/sveltejs/svelte/pull/13674)) - feat: allow usage of getContext() within $derived runes ([#13830](https://redirect.github.com/sveltejs/svelte/pull/13830)) ##### Patch Changes - fix: properly migrate ts with inferred type comments ([#13761](https://redirect.github.com/sveltejs/svelte/pull/13761)) - fix: correct property name conversion in custom transitions ([#13820](https://redirect.github.com/sveltejs/svelte/pull/13820)) - fix: ensure $effect.tracking returns false inside transition functions ([#13775](https://redirect.github.com/sveltejs/svelte/pull/13775)) - fix: migrate default slots to children snippet ([#13760](https://redirect.github.com/sveltejs/svelte/pull/13760)) - fix: don't print errors on migration errors ([#13754](https://redirect.github.com/sveltejs/svelte/pull/13754)) - fix: prevent spread attribute from overriding class directive ([#13763](https://redirect.github.com/sveltejs/svelte/pull/13763)) - fix: ensure `:has` selectors followed by other selectors match ([#13824](https://redirect.github.com/sveltejs/svelte/pull/13824)) - fix: ensure muted DOM property works correctly in FF ([#13751](https://redirect.github.com/sveltejs/svelte/pull/13751)) - fix: show filename information in `legacy_recursive_reactive_block` ([#13764](https://redirect.github.com/sveltejs/svelte/pull/13764)) ### [`v5.0.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#505) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.4...svelte@5.0.5) ##### Patch Changes - fix: mark `:has` selectors with multiple preceding selectors as used ([#13750](https://redirect.github.com/sveltejs/svelte/pull/13750)) - fix: ensure event context is reset before invoking callback ([#13737](https://redirect.github.com/sveltejs/svelte/pull/13737)) - fix: add more robust check for `Element` prototype ([#13744](https://redirect.github.com/sveltejs/svelte/pull/13744)) - fix: do not comment out unused selectors that are inside an unused selector ([#13746](https://redirect.github.com/sveltejs/svelte/pull/13746)) - fix: more accurately detect `$derived` migration opportunities ([#13740](https://redirect.github.com/sveltejs/svelte/pull/13740)) - fix: [@debug](https://redirect.github.com/debug) does not work with proxied-state ([#13690](https://redirect.github.com/sveltejs/svelte/pull/13690)) - fix: do not add jsdoc if no types found ([#13738](https://redirect.github.com/sveltejs/svelte/pull/13738)) ### [`v5.0.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#504) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.3...svelte@5.0.4) ##### Patch Changes - fix: webview preload tag can be any string ([#13733](https://redirect.github.com/sveltejs/svelte/pull/13733)) - fix: better children snippet / default slot interop ([#13734](https://redirect.github.com/sveltejs/svelte/pull/13734))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.