chore(deps): update dependency svelte to v5 #482

Open
renovate-bot wants to merge 1 commits from renovate/svelte-5.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
svelte (source) devDependencies major ^4.0.0 -> ^5.0.0

Release Notes

sveltejs/svelte (svelte)

v5.2.8

Compare Source

Patch Changes
  • fix: correctly prune each blocks (#​14403)

  • fix: provide temporary LegacyComponentType (#​14257)

  • fix: attach spread attribute events synchronously (#​14387)

  • fix: ensure last empty text node correctly hydrates (#​14425)

  • fix: correctly prune key blocks (#​14403)

v5.2.7

Compare Source

Patch Changes
  • fix: always use set for private identifiers (#​14378)

v5.2.6

Compare Source

Patch Changes
  • fix: remove template expression inlining (#​14374)

v5.2.5

Compare Source

Patch Changes
  • fix: correctly handle srcObject attribute on video elements (#​14369)

  • add contentvisibilityautostatechange event to element definitions (#​14373)

  • fix: tighten up export default validation (#​14368)

  • fix: include method definitions in class private fields (#​14365)

v5.2.4

Compare Source

Patch Changes
  • fix: ensure internal cloning can work circular values (#​14347)

  • fix: correctly update dynamic member expressions (#​14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#​14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#​14349)

v5.2.3

Compare Source

Patch Changes
  • fix: ensure dynamic call expressions correctly generate output (#​14345)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

v5.2.0

Compare Source

Minor Changes
  • feat: better inlining of static attributes (#​14269)

v5.1.17

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

v5.1.16

Compare Source

Patch Changes
  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#​14267)

  • fix: bail on named slots with that have reserved keywords during migration (#​14278)

v5.1.15

Compare Source

Patch Changes
  • fix: consider static attributes that are inlined in the template (#​14249)

v5.1.14

Compare Source

Patch Changes
  • fix: migration script messing with attributes (#​14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#​14236)

  • fix: account for mutations in script module in ownership check (#​14253)

  • fix: consider img with loading attribute not static (#​14237)

v5.1.13

Compare Source

Patch Changes
  • fix: add migration task when there's a variable named that would conflict with a rune (#​14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#​14227)

  • fix: handle sibling combinators within :has (#​14213)

  • fix: consider variables with synthetic store sub as state (#​14195)

  • fix: read index as a source in legacy keyed each block (#​14208)

  • fix: account for shadowing children slot during migration (#​14224)

  • fix: ensure explicit nesting selector is always applied (#​14193)

  • fix: add lang="ts" attribute during migration if needed (#​14222)

v5.1.12

Compare Source

Patch Changes
  • fix: ignore as type expressions on property definitions (#​14181)

  • fix: restore active reaction if then block throws (#​14191)

  • chore: adds legacy mode flag reducing bundle size in runes mode only apps (#​14180)

v5.1.11

Compare Source

Patch Changes
  • fix: error on TypeScript's readonly modifier (#​14153)

  • fix: remove scoping for :not selectors (#​14177)

v5.1.10

Compare Source

Patch Changes
  • fix: ensure non-matching elements are scoped for :not(...) selector (#​13999)

  • fix: ensure video elements autoplay in safari (#​14095)

  • fix: ensure trailing multiline comments on props produce correct code (#​14143#issuecomment-2455702689) (#​14143)

  • fix: correctly infer <a> tag namespace (#​14134)

  • fix: check options namespace for top level svelte:elements (#​14101)

  • fix: ensure migrate keeps inline/trailing comments in $props type definition (#​14143)

  • fix: update links in JSDoc (#​14165)

  • fix: ensure SvelteMap and SvelteSet work with generators in dev (#​14103)

  • fix: only output the key for each_key_duplicate (#​14147)

  • fix: prevent migrated snippet from shadow snippet prop (#​14127)

  • fix: pass along anchor in legacy class wrappers (#​14100)

  • fix: recognize all custom element prop definitions (#​14084)

  • fix: migrate multiple declarations with only some exported correctly (#​14126)

v5.1.9

Compare Source

Patch Changes
  • fix: ensure transitions are applied to nested elements (#​14080)

v5.1.8

Compare Source

Patch Changes
  • fix: ensure compiler statements are correctly included (#​14074)

v5.1.7

Compare Source

Patch Changes
  • fix: ensure each block inert items are disposed of if the each block is also inert (#​13930)

  • fix: allow warningFilter option for compileModule (#​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)

v5.1.6

Compare Source

Patch Changes
  • fix: ensure child effects are destroyed before their deriveds (#​14043)

v5.1.5

Compare Source

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)

v5.1.4

Compare Source

Patch Changes
  • fix: add empty stack to CompileDiagnostic to show error on build (#​13942)

  • fix: ensure effect_tracking correctly handles tracking reactions (#​14005)

  • fix: update broken links (#​13944)

  • fix: more exhaustive check during SvelteMap.set in deriveds (#​13951)

  • fix: trim whitespace while migrating blocks (#​13941)

  • fix: update links that previously pointed to preview site (#​14001)

  • fix: properly migrate imports types prefixed with $ (#​14007)

v5.1.3

Compare Source

Patch Changes
  • fix: rethrow errors from await block if no catch block exists (#​13819)

  • fix: ensure SVG element attributes have case preserved (#​13935)

  • fix: ensure bind:group works as intended with proxied state objects (#​13939)

  • fix: ensure value is correctly set to zero on the progress element (#​13924)

  • fix: skip comment nodes in snippet validation logic (#​13936)

  • fix: typo in Action types (#​13874)

  • fix: remove metadata from legacy AST (#​13927)

v5.1.2

Compare Source

Patch Changes
  • fix: improve consistency of transitions (#​13895)

  • fix: enable bound store props in runes mode components (#​13887)

  • fix: ensure each block references to imports are handled correctly (#​13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#​13877)

  • fix: ensure snippets after empty text correctly hydrate (#​13870)

  • fix: prevent migration script from adding props. to the export let identifier (#​13899)

  • fix: prevent var name clashing for delegated events without params (#​13896)

v5.1.1

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

v5.1.0

Compare Source

Minor Changes
  • feat: export mount() options as the MountOptions type (#​13674)

  • feat: allow usage of getContext() within $derived runes (#​13830)

Patch Changes
  • fix: properly migrate ts with inferred type comments (#​13761)

  • fix: correct property name conversion in custom transitions (#​13820)

  • fix: ensure $effect.tracking returns false inside transition functions (#​13775)

  • fix: migrate default slots to children snippet (#​13760)

  • fix: don't print errors on migration errors (#​13754)

  • fix: prevent spread attribute from overriding class directive (#​13763)

  • fix: ensure :has selectors followed by other selectors match (#​13824)

  • fix: ensure muted DOM property works correctly in FF (#​13751)

  • fix: show filename information in legacy_recursive_reactive_block (#​13764)

v5.0.5

Compare Source

Patch Changes
  • fix: mark :has selectors with multiple preceding selectors as used (#​13750)

  • fix: ensure event context is reset before invoking callback (#​13737)

  • fix: add more robust check for Element prototype (#​13744)

  • fix: do not comment out unused selectors that are inside an unused selector (#​13746)

  • fix: more accurately detect $derived migration opportunities (#​13740)

  • fix: @​debug does not work with proxied-state (#​13690)

  • fix: do not add jsdoc if no types found (#​13738)

v5.0.4

Compare Source

Patch Changes
  • fix: webview preload tag can be any string (#​13733)

  • fix: better children snippet / default slot interop (#​13734)

v5.0.3

Compare Source

Patch Changes
  • chore: ensure transition events are dispatched without current reaction (#​13719)

v5.0.2

Compare Source

Patch Changes
  • fix: don't blank css on migration error (#​13703)

v5.0.1

Compare Source

Patch Changes
  • fix: use typedef for JSDoc props and maintain comments (#​13698)

v5.0.0

Compare Source

A new major version of Svelte has been released! 🎉

The new version brings:

  • even better performance,
  • a more granular reactivity system with runes,
  • more expressive template syntax with snippets and event attributes,
  • native TypeScript support,
  • and backwards compatibility with the previous syntax!

For more details check out the Svelte docs and the migration guide.


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | devDependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/svelte/4.2.19/5.2.8) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.2.8`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#528) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.7...svelte@5.2.8) ##### Patch Changes - fix: correctly prune each blocks ([#&#8203;14403](https://github.com/sveltejs/svelte/pull/14403)) - fix: provide temporary `LegacyComponentType` ([#&#8203;14257](https://github.com/sveltejs/svelte/pull/14257)) - fix: attach spread attribute events synchronously ([#&#8203;14387](https://github.com/sveltejs/svelte/pull/14387)) - fix: ensure last empty text node correctly hydrates ([#&#8203;14425](https://github.com/sveltejs/svelte/pull/14425)) - fix: correctly prune key blocks ([#&#8203;14403](https://github.com/sveltejs/svelte/pull/14403)) ### [`v5.2.7`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#527) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.6...svelte@5.2.7) ##### Patch Changes - fix: always use set for private identifiers ([#&#8203;14378](https://github.com/sveltejs/svelte/pull/14378)) ### [`v5.2.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#526) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.5...svelte@5.2.6) ##### Patch Changes - fix: remove template expression inlining ([#&#8203;14374](https://github.com/sveltejs/svelte/pull/14374)) ### [`v5.2.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#525) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.4...svelte@5.2.5) ##### Patch Changes - fix: correctly handle srcObject attribute on video elements ([#&#8203;14369](https://github.com/sveltejs/svelte/pull/14369)) - add `contentvisibilityautostatechange` event to element definitions ([#&#8203;14373](https://github.com/sveltejs/svelte/pull/14373)) - fix: tighten up `export default` validation ([#&#8203;14368](https://github.com/sveltejs/svelte/pull/14368)) - fix: include method definitions in class private fields ([#&#8203;14365](https://github.com/sveltejs/svelte/pull/14365)) ### [`v5.2.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#524) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.3...svelte@5.2.4) ##### Patch Changes - fix: ensure internal cloning can work circular values ([#&#8203;14347](https://github.com/sveltejs/svelte/pull/14347)) - fix: correctly update dynamic member expressions ([#&#8203;14359](https://github.com/sveltejs/svelte/pull/14359)) - fix: ensure is_pure takes into account $effect.tracking() ([#&#8203;14333](https://github.com/sveltejs/svelte/pull/14333)) - fix: coerce value to number when hydrating range/number input with changed value ([#&#8203;14349](https://github.com/sveltejs/svelte/pull/14349)) ### [`v5.2.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#523) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.2...svelte@5.2.3) ##### Patch Changes - fix: ensure dynamic call expressions correctly generate output ([#&#8203;14345](https://github.com/sveltejs/svelte/pull/14345)) ### [`v5.2.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#522) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.1...svelte@5.2.2) ##### Patch Changes - fix: treat property accesses of literals as pure ([#&#8203;14325](https://github.com/sveltejs/svelte/pull/14325)) ### [`v5.2.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#521) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.0...svelte@5.2.1) ##### Patch Changes - fix: mark pseudo classes nested inside `:not` as used ([#&#8203;14303](https://github.com/sveltejs/svelte/pull/14303)) - fix: disallow invalid attributes for `<svelte:window>` and `<svelte:document>` ([#&#8203;14228](https://github.com/sveltejs/svelte/pull/14228)) - fix: ensure props passed to components via mount are updateable ([#&#8203;14210](https://github.com/sveltejs/svelte/pull/14210)) - fix: mark subtree dynamic for img with loading attribute ([#&#8203;14317](https://github.com/sveltejs/svelte/pull/14317)) - fix: avoid relying on Node specifics within compiler ([#&#8203;14314](https://github.com/sveltejs/svelte/pull/14314)) ### [`v5.2.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#520) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.17...svelte@5.2.0) ##### Minor Changes - feat: better inlining of static attributes ([#&#8203;14269](https://github.com/sveltejs/svelte/pull/14269)) ### [`v5.1.17`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5117) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.16...svelte@5.1.17) ##### Patch Changes - fix: account for `:has(...)` as part of `:root` ([#&#8203;14229](https://github.com/sveltejs/svelte/pull/14229)) - fix: prevent nested pseudo class from being marked as unused ([#&#8203;14229](https://github.com/sveltejs/svelte/pull/14229)) - fix: use strict equality for key block comparisons in runes mode ([#&#8203;14285](https://github.com/sveltejs/svelte/pull/14285)) - fix: bump `is-reference` dependency to fix `import.meta` bug ([#&#8203;14286](https://github.com/sveltejs/svelte/pull/14286)) ### [`v5.1.16`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5116) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.15...svelte@5.1.16) ##### Patch Changes - fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` during migration ([#&#8203;14267](https://github.com/sveltejs/svelte/pull/14267)) - fix: bail on named slots with that have reserved keywords during migration ([#&#8203;14278](https://github.com/sveltejs/svelte/pull/14278)) ### [`v5.1.15`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5115) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.14...svelte@5.1.15) ##### Patch Changes - fix: consider static attributes that are inlined in the template ([#&#8203;14249](https://github.com/sveltejs/svelte/pull/14249)) ### [`v5.1.14`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5114) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.13...svelte@5.1.14) ##### Patch Changes - fix: migration script messing with attributes ([#&#8203;14260](https://github.com/sveltejs/svelte/pull/14260)) - fix: do not treat reassigned synthetic binds as state in runes mode ([#&#8203;14236](https://github.com/sveltejs/svelte/pull/14236)) - fix: account for mutations in script module in ownership check ([#&#8203;14253](https://github.com/sveltejs/svelte/pull/14253)) - fix: consider img with loading attribute not static ([#&#8203;14237](https://github.com/sveltejs/svelte/pull/14237)) ### [`v5.1.13`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5113) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.12...svelte@5.1.13) ##### Patch Changes - fix: add migration task when there's a variable named that would conflict with a rune ([#&#8203;14216](https://github.com/sveltejs/svelte/pull/14216)) - fix: consider `valueOf` in the reactive methods of `SvelteDate` ([#&#8203;14227](https://github.com/sveltejs/svelte/pull/14227)) - fix: handle sibling combinators within `:has` ([#&#8203;14213](https://github.com/sveltejs/svelte/pull/14213)) - fix: consider variables with synthetic store sub as state ([#&#8203;14195](https://github.com/sveltejs/svelte/pull/14195)) - fix: read index as a source in legacy keyed each block ([#&#8203;14208](https://github.com/sveltejs/svelte/pull/14208)) - fix: account for shadowing children slot during migration ([#&#8203;14224](https://github.com/sveltejs/svelte/pull/14224)) - fix: ensure explicit nesting selector is always applied ([#&#8203;14193](https://github.com/sveltejs/svelte/pull/14193)) - fix: add `lang="ts"` attribute during migration if needed ([#&#8203;14222](https://github.com/sveltejs/svelte/pull/14222)) ### [`v5.1.12`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5112) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.11...svelte@5.1.12) ##### Patch Changes - fix: ignore `as` type expressions on property definitions ([#&#8203;14181](https://github.com/sveltejs/svelte/pull/14181)) - fix: restore active reaction if then block throws ([#&#8203;14191](https://github.com/sveltejs/svelte/pull/14191)) - chore: adds legacy mode flag reducing bundle size in runes mode only apps ([#&#8203;14180](https://github.com/sveltejs/svelte/pull/14180)) ### [`v5.1.11`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5111) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.10...svelte@5.1.11) ##### Patch Changes - fix: error on TypeScript's `readonly` modifier ([#&#8203;14153](https://github.com/sveltejs/svelte/pull/14153)) - fix: remove scoping for `:not` selectors ([#&#8203;14177](https://github.com/sveltejs/svelte/pull/14177)) ### [`v5.1.10`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5110) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.9...svelte@5.1.10) ##### Patch Changes - fix: ensure non-matching elements are scoped for `:not(...)` selector ([#&#8203;13999](https://github.com/sveltejs/svelte/pull/13999)) - fix: ensure video elements autoplay in safari ([#&#8203;14095](https://github.com/sveltejs/svelte/pull/14095)) - fix: ensure trailing multiline comments on props produce correct code ([#&#8203;14143](https://github.com/sveltejs/svelte/issues/14143)#issuecomment-2455702689) ([#&#8203;14143](https://github.com/sveltejs/svelte/pull/14143)) - fix: correctly infer `<a>` tag namespace ([#&#8203;14134](https://github.com/sveltejs/svelte/pull/14134)) - fix: check options namespace for top level `svelte:element`s ([#&#8203;14101](https://github.com/sveltejs/svelte/pull/14101)) - fix: ensure migrate keeps inline/trailing comments in $props type definition ([#&#8203;14143](https://github.com/sveltejs/svelte/pull/14143)) - fix: update links in JSDoc ([#&#8203;14165](https://github.com/sveltejs/svelte/pull/14165)) - fix: ensure SvelteMap and SvelteSet work with generators in dev ([#&#8203;14103](https://github.com/sveltejs/svelte/pull/14103)) - fix: only output the key for each_key_duplicate ([#&#8203;14147](https://github.com/sveltejs/svelte/pull/14147)) - fix: prevent migrated snippet from shadow snippet prop ([#&#8203;14127](https://github.com/sveltejs/svelte/pull/14127)) - fix: pass along `anchor` in legacy class wrappers ([#&#8203;14100](https://github.com/sveltejs/svelte/pull/14100)) - fix: recognize all custom element prop definitions ([#&#8203;14084](https://github.com/sveltejs/svelte/pull/14084)) - fix: migrate multiple declarations with only some exported correctly ([#&#8203;14126](https://github.com/sveltejs/svelte/pull/14126)) ### [`v5.1.9`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9) ##### Patch Changes - fix: ensure transitions are applied to nested elements ([#&#8203;14080](https://github.com/sveltejs/svelte/pull/14080)) ### [`v5.1.8`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8) ##### Patch Changes - fix: ensure compiler statements are correctly included ([#&#8203;14074](https://github.com/sveltejs/svelte/pull/14074)) ### [`v5.1.7`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517) [Compare Source](https://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 ([#&#8203;13930](https://github.com/sveltejs/svelte/pull/13930)) - fix: allow `warningFilter` option for `compileModule` ([#&#8203;14066](https://github.com/sveltejs/svelte/pull/14066)) - fix: ensure onMount correctly fires when new expressions are used ([#&#8203;14049](https://github.com/sveltejs/svelte/pull/14049)) - fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#&#8203;13850](https://github.com/sveltejs/svelte/pull/13850)) - fix: ensure custom element attribute/prop changes are in their own context ([#&#8203;14016](https://github.com/sveltejs/svelte/pull/14016)) ### [`v5.1.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#516) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.5...svelte@5.1.6) ##### Patch Changes - fix: ensure child effects are destroyed before their deriveds ([#&#8203;14043](https://github.com/sveltejs/svelte/pull/14043)) ### [`v5.1.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#515) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.4...svelte@5.1.5) ##### Patch Changes - fix: replace typo in compiler error messages ([#&#8203;14044](https://github.com/sveltejs/svelte/pull/14044)) - fix: preserve the separator between selectors when an unused selector is in between ([#&#8203;13954](https://github.com/sveltejs/svelte/pull/13954)) - fix: more robust re-subscribe detection for `fromStore` ([#&#8203;13995](https://github.com/sveltejs/svelte/pull/13995)) - fix: allow to pass in TS preference to migration ([#&#8203;13929](https://github.com/sveltejs/svelte/pull/13929)) - fix: extend derived/state validation error to indirect exports ([#&#8203;14039](https://github.com/sveltejs/svelte/pull/14039)) - fix: minify inject CSS in prod mode ([#&#8203;14006](https://github.com/sveltejs/svelte/pull/14006)) - fix: ensure toStore subscription correctly syncs latest value ([#&#8203;14015](https://github.com/sveltejs/svelte/pull/14015)) - fix: don't access `requestAnimationFrame` until needed to reduce need for mocks during testing ([#&#8203;14040](https://github.com/sveltejs/svelte/pull/14040)) - fix: ensure element effects are executed in the correct order ([#&#8203;14038](https://github.com/sveltejs/svelte/pull/14038)) - fix: make compiler error extend from `Error` ([#&#8203;14036](https://github.com/sveltejs/svelte/pull/14036)) ### [`v5.1.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#514) [Compare Source](https://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 ([#&#8203;13942](https://github.com/sveltejs/svelte/pull/13942)) - fix: ensure effect_tracking correctly handles tracking reactions ([#&#8203;14005](https://github.com/sveltejs/svelte/pull/14005)) - fix: update broken links ([#&#8203;13944](https://github.com/sveltejs/svelte/pull/13944)) - fix: more exhaustive check during `SvelteMap.set` in deriveds ([#&#8203;13951](https://github.com/sveltejs/svelte/pull/13951)) - fix: trim whitespace while migrating blocks ([#&#8203;13941](https://github.com/sveltejs/svelte/pull/13941)) - fix: update links that previously pointed to preview site ([#&#8203;14001](https://github.com/sveltejs/svelte/pull/14001)) - fix: properly migrate imports types prefixed with $ ([#&#8203;14007](https://github.com/sveltejs/svelte/pull/14007)) ### [`v5.1.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#513) [Compare Source](https://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 ([#&#8203;13819](https://github.com/sveltejs/svelte/pull/13819)) - fix: ensure SVG element attributes have case preserved ([#&#8203;13935](https://github.com/sveltejs/svelte/pull/13935)) - fix: ensure bind:group works as intended with proxied state objects ([#&#8203;13939](https://github.com/sveltejs/svelte/pull/13939)) - fix: ensure value is correctly set to zero on the progress element ([#&#8203;13924](https://github.com/sveltejs/svelte/pull/13924)) - fix: skip comment nodes in snippet validation logic ([#&#8203;13936](https://github.com/sveltejs/svelte/pull/13936)) - fix: typo in `Action` types ([#&#8203;13874](https://github.com/sveltejs/svelte/pull/13874)) - fix: remove metadata from legacy AST ([#&#8203;13927](https://github.com/sveltejs/svelte/pull/13927)) ### [`v5.1.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#512) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.1...svelte@5.1.2) ##### Patch Changes - fix: improve consistency of transitions ([#&#8203;13895](https://github.com/sveltejs/svelte/pull/13895)) - fix: enable bound store props in runes mode components ([#&#8203;13887](https://github.com/sveltejs/svelte/pull/13887)) - fix: ensure each block references to imports are handled correctly ([#&#8203;13892](https://github.com/sveltejs/svelte/pull/13892)) - fix: ensure SvelteMap reactivity persists through deriveds ([#&#8203;13877](https://github.com/sveltejs/svelte/pull/13877)) - fix: ensure snippets after empty text correctly hydrate ([#&#8203;13870](https://github.com/sveltejs/svelte/pull/13870)) - fix: prevent migration script from adding `props.` to the `export let` identifier ([#&#8203;13899](https://github.com/sveltejs/svelte/pull/13899)) - fix: prevent var name clashing for delegated events without params ([#&#8203;13896](https://github.com/sveltejs/svelte/pull/13896)) ### [`v5.1.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5117) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.1.0...svelte@5.1.1) ##### Patch Changes - fix: account for `:has(...)` as part of `:root` ([#&#8203;14229](https://github.com/sveltejs/svelte/pull/14229)) - fix: prevent nested pseudo class from being marked as unused ([#&#8203;14229](https://github.com/sveltejs/svelte/pull/14229)) - fix: use strict equality for key block comparisons in runes mode ([#&#8203;14285](https://github.com/sveltejs/svelte/pull/14285)) - fix: bump `is-reference` dependency to fix `import.meta` bug ([#&#8203;14286](https://github.com/sveltejs/svelte/pull/14286)) ### [`v5.1.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#510) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.0.5...svelte@5.1.0) ##### Minor Changes - feat: export mount() options as the MountOptions type ([#&#8203;13674](https://github.com/sveltejs/svelte/pull/13674)) - feat: allow usage of getContext() within $derived runes ([#&#8203;13830](https://github.com/sveltejs/svelte/pull/13830)) ##### Patch Changes - fix: properly migrate ts with inferred type comments ([#&#8203;13761](https://github.com/sveltejs/svelte/pull/13761)) - fix: correct property name conversion in custom transitions ([#&#8203;13820](https://github.com/sveltejs/svelte/pull/13820)) - fix: ensure $effect.tracking returns false inside transition functions ([#&#8203;13775](https://github.com/sveltejs/svelte/pull/13775)) - fix: migrate default slots to children snippet ([#&#8203;13760](https://github.com/sveltejs/svelte/pull/13760)) - fix: don't print errors on migration errors ([#&#8203;13754](https://github.com/sveltejs/svelte/pull/13754)) - fix: prevent spread attribute from overriding class directive ([#&#8203;13763](https://github.com/sveltejs/svelte/pull/13763)) - fix: ensure `:has` selectors followed by other selectors match ([#&#8203;13824](https://github.com/sveltejs/svelte/pull/13824)) - fix: ensure muted DOM property works correctly in FF ([#&#8203;13751](https://github.com/sveltejs/svelte/pull/13751)) - fix: show filename information in `legacy_recursive_reactive_block` ([#&#8203;13764](https://github.com/sveltejs/svelte/pull/13764)) ### [`v5.0.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#505) [Compare Source](https://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 ([#&#8203;13750](https://github.com/sveltejs/svelte/pull/13750)) - fix: ensure event context is reset before invoking callback ([#&#8203;13737](https://github.com/sveltejs/svelte/pull/13737)) - fix: add more robust check for `Element` prototype ([#&#8203;13744](https://github.com/sveltejs/svelte/pull/13744)) - fix: do not comment out unused selectors that are inside an unused selector ([#&#8203;13746](https://github.com/sveltejs/svelte/pull/13746)) - fix: more accurately detect `$derived` migration opportunities ([#&#8203;13740](https://github.com/sveltejs/svelte/pull/13740)) - fix: [@&#8203;debug](https://github.com/debug) does not work with proxied-state ([#&#8203;13690](https://github.com/sveltejs/svelte/pull/13690)) - fix: do not add jsdoc if no types found ([#&#8203;13738](https://github.com/sveltejs/svelte/pull/13738)) ### [`v5.0.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#504) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.0.3...svelte@5.0.4) ##### Patch Changes - fix: webview preload tag can be any string ([#&#8203;13733](https://github.com/sveltejs/svelte/pull/13733)) - fix: better children snippet / default slot interop ([#&#8203;13734](https://github.com/sveltejs/svelte/pull/13734)) ### [`v5.0.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#503) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.0.2...svelte@5.0.3) ##### Patch Changes - chore: ensure transition events are dispatched without current reaction ([#&#8203;13719](https://github.com/sveltejs/svelte/pull/13719)) ### [`v5.0.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#502) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.0.1...svelte@5.0.2) ##### Patch Changes - fix: don't blank css on migration error ([#&#8203;13703](https://github.com/sveltejs/svelte/pull/13703)) ### [`v5.0.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#501) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.0.0...svelte@5.0.1) ##### Patch Changes - fix: use typedef for JSDoc props and maintain comments ([#&#8203;13698](https://github.com/sveltejs/svelte/pull/13698)) ### [`v5.0.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@4.2.19...svelte@5.0.0) A new major version of Svelte has been released! 🎉 The new version brings: - even better performance, - a more granular reactivity system with runes, - more expressive template syntax with snippets and event attributes, - native TypeScript support, - and backwards compatibility with the previous syntax! For more details check out the [Svelte docs](https://svelte-omnisite.vercel.app/) and the [migration guide](https://svelte-omnisite.vercel.app/docs/svelte/v5-migration-guide). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4xIiwidXBkYXRlZEluVmVyIjoiMzkuMjguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-11-22 18:53:54 +00:00
chore(deps): update dependency svelte to v5
Some checks reported errors
continuous-integration/drone/push Build was killed
6803aa4bee
Some checks reported errors
continuous-integration/drone/push Build was killed
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/svelte-5.x:renovate/svelte-5.x
git checkout renovate/svelte-5.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fic/server#482
No description provided.