Update dependency svelte to v5.36.6 #90

Merged
ngn merged 1 commits from renovate/svelte-5.x-lockfile into main 2025-07-17 18:42:37 +03:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.35.6 -> 5.36.6 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sveltejs/svelte (svelte)

v5.36.6

Patch Changes
  • fix: delegate functions with shadowed variables if declared locally (#​16417)

  • fix: handle error in correct boundary after reset (#​16171)

  • fix: make <svelte:boundary> reset function a noop after the first call (#​16171)

v5.36.5

Patch Changes
  • fix: silence $inspect errors when the effect is about to be destroyed (#​16391)

  • fix: more informative error when effects run in an infinite loop (#​16405)

v5.36.4

Patch Changes
  • fix: avoid microtask in flushSync (#​16394)

  • fix: ensure compiler state is reset before compilation (#​16396)

v5.36.3

Patch Changes
  • fix: don't log await_reactivity_loss warning when signal is read in untrack (#​16385)

  • fix: better handle $inspect on array mutations (#​16389)

  • fix: leave proxied array length untouched when deleting properties (#​16389)

  • fix: update $effect.pending() immediately after a batch is removed (#​16382)

v5.36.2

Patch Changes
  • fix: add $effect.pending() to types (#​16376)

  • fix: add pending snippet to <svelte:boundary> types (#​16379)

v5.36.1

Patch Changes
  • fix: only skip updating bound <input> if the input was the source of the change (#​16373)

v5.36.0

Minor Changes
  • feat: support await in components when using the experimental.async compiler option (#​15844)
Patch Changes
  • fix: silence a11y warning for inert elements (#​16339)

  • chore: clean up a11y analysis code (#​16345)

v5.35.7

Patch Changes
  • fix: silence autofocus a11y warning inside <dialog> (#​16341)

  • fix: don't show adjusted error messages in boundaries (#​16360)

  • chore: replace inline regex with variable (#​16340)


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 | Change | Age | Confidence | |---|---|---|---| | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.35.6` -> `5.36.6`](https://renovatebot.com/diffs/npm/svelte/5.35.6/5.36.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.36.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.35.6/5.36.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.36.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5366) ##### Patch Changes - fix: delegate functions with shadowed variables if declared locally ([#&#8203;16417](https://github.com/sveltejs/svelte/pull/16417)) - fix: handle error in correct boundary after reset ([#&#8203;16171](https://github.com/sveltejs/svelte/pull/16171)) - fix: make `<svelte:boundary>` reset function a noop after the first call ([#&#8203;16171](https://github.com/sveltejs/svelte/pull/16171)) ### [`v5.36.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5365) ##### Patch Changes - fix: silence `$inspect` errors when the effect is about to be destroyed ([#&#8203;16391](https://github.com/sveltejs/svelte/pull/16391)) - fix: more informative error when effects run in an infinite loop ([#&#8203;16405](https://github.com/sveltejs/svelte/pull/16405)) ### [`v5.36.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5364) ##### Patch Changes - fix: avoid microtask in flushSync ([#&#8203;16394](https://github.com/sveltejs/svelte/pull/16394)) - fix: ensure compiler state is reset before compilation ([#&#8203;16396](https://github.com/sveltejs/svelte/pull/16396)) ### [`v5.36.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5363) ##### Patch Changes - fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` ([#&#8203;16385](https://github.com/sveltejs/svelte/pull/16385)) - fix: better handle $inspect on array mutations ([#&#8203;16389](https://github.com/sveltejs/svelte/pull/16389)) - fix: leave proxied array `length` untouched when deleting properties ([#&#8203;16389](https://github.com/sveltejs/svelte/pull/16389)) - fix: update `$effect.pending()` immediately after a batch is removed ([#&#8203;16382](https://github.com/sveltejs/svelte/pull/16382)) ### [`v5.36.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5362) ##### Patch Changes - fix: add `$effect.pending()` to types ([#&#8203;16376](https://github.com/sveltejs/svelte/pull/16376)) - fix: add `pending` snippet to `<svelte:boundary>` types ([#&#8203;16379](https://github.com/sveltejs/svelte/pull/16379)) ### [`v5.36.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5361) ##### Patch Changes - fix: only skip updating bound `<input>` if the input was the source of the change ([#&#8203;16373](https://github.com/sveltejs/svelte/pull/16373)) ### [`v5.36.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5360) ##### Minor Changes - feat: support `await` in components when using the `experimental.async` compiler option ([#&#8203;15844](https://github.com/sveltejs/svelte/pull/15844)) ##### Patch Changes - fix: silence a11y warning for inert elements ([#&#8203;16339](https://github.com/sveltejs/svelte/pull/16339)) - chore: clean up a11y analysis code ([#&#8203;16345](https://github.com/sveltejs/svelte/pull/16345)) ### [`v5.35.7`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5357) ##### Patch Changes - fix: silence autofocus a11y warning inside `<dialog>` ([#&#8203;16341](https://github.com/sveltejs/svelte/pull/16341)) - fix: don't show adjusted error messages in boundaries ([#&#8203;16360](https://github.com/sveltejs/svelte/pull/16360)) - chore: replace inline regex with variable ([#&#8203;16340](https://github.com/sveltejs/svelte/pull/16340)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMi4zIiwidXBkYXRlZEluVmVyIjoiNDEuMzcuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-07-14 20:05:33 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from ec34ee8e92 to 9927bf3d27 2025-07-15 00:00:53 +03:00 Compare
renovate changed title from Update dependency svelte to v5.35.7 to Update dependency svelte to v5.36.0 2025-07-15 00:00:54 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from 9927bf3d27 to 97725f201c 2025-07-15 20:04:30 +03:00 Compare
renovate changed title from Update dependency svelte to v5.36.0 to Update dependency svelte to v5.36.1 2025-07-15 20:04:32 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from 97725f201c to 4b2508ba46 2025-07-16 05:05:53 +03:00 Compare
renovate changed title from Update dependency svelte to v5.36.1 to Update dependency svelte to v5.36.2 2025-07-16 05:05:55 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from 4b2508ba46 to 44d521a57d 2025-07-16 20:05:02 +03:00 Compare
renovate changed title from Update dependency svelte to v5.36.2 to Update dependency svelte to v5.36.4 2025-07-16 20:05:02 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from 44d521a57d to 2e133a9041 2025-07-17 05:02:20 +03:00 Compare
renovate changed title from Update dependency svelte to v5.36.4 to Update dependency svelte to v5.36.5 2025-07-17 05:02:21 +03:00
renovate force-pushed renovate/svelte-5.x-lockfile from 2e133a9041 to 065df723a9 2025-07-17 15:05:49 +03:00 Compare
renovate changed title from Update dependency svelte to v5.36.5 to Update dependency svelte to v5.36.6 2025-07-17 15:05:51 +03:00
ngn merged commit 704430b91a into main 2025-07-17 18:42:37 +03:00
ngn deleted branch renovate/svelte-5.x-lockfile 2025-07-17 18:42:37 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ngn/website#90
No description provided.