chore(deps): update dependency svelte to v5.53.10 #138

Open
ticktock_depbot wants to merge 1 commit from renovate/svelte-5.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
svelte (source) devDependencies patch 5.53.2 -> 5.53.10

Release Notes

sveltejs/svelte (svelte)

v5.53.10

Compare Source

Patch Changes
  • fix: re-process batch if new root effects were scheduled (#​17895)

v5.53.9

Compare Source

Patch Changes
  • fix: better bind:this cleanup timing (#​17885)

v5.53.8

Compare Source

Patch Changes
  • fix: {@​html} no longer duplicates content inside contenteditable elements (#​17853)

  • fix: don't access inert block effects (#​17882)

  • fix: handle asnyc updates within pending boundary (#​17873)

  • perf: avoid re-traversing the effect tree after $: assignments (#​17848)

  • chore: simplify scheduling logic (#​17805)

v5.53.7

Compare Source

Patch Changes
  • fix: correctly add __svelte_meta after else-if chains (#​17830)

  • perf: cache element interactivity and source line splitting in compiler (#​17839)

  • chore: avoid rescheduling effects during branch commit (#​17837)

  • perf: optimize CSS selector pruning (#​17846)

  • fix: preserve original boundary errors when keyed each rows are removed during async updates (#​17843)

  • perf: avoid O(n²) name scanning in scope generate and unique (#​17844)

  • fix: preserve each items that are needed by pending batches (#​17819)

v5.53.6

Compare Source

Patch Changes
  • perf: optimize parser hot paths for faster compilation (#​17811)

  • fix: SvelteMap incorrectly handles keys with undefined values (#​17826)

  • fix: SvelteURL search setter now returns the normalized value, matching native URL behavior (#​17828)

  • fix: visit synthetic value node during ssr (#​17824)

  • fix: always case insensitive event handlers during ssr (#​17822)

  • chore: more efficient effect scheduling (#​17808)

  • perf: optimize compiler analysis phase (#​17823)

  • fix: skip redundant batch.apply (#​17816)

  • chore: null out current_batch before committing branches (#​17809)

v5.53.5

Compare Source

Patch Changes

v5.53.4

Compare Source

Patch Changes
  • fix: set server context after async transformError (#​17799)

  • fix: hydrate if blocks correctly (#​17784)

  • fix: handle default parameters scope leaks (#​17788)

  • fix: prevent flushed effects from running again (#​17787)

v5.53.3

Compare Source

Patch Changes
  • fix: render :catch of #await block with correct key (#​17769)

  • chore: pin aria-query@5.3.1 (#​17772)

  • fix: make string coercion consistent to toString (#​17774)


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 | patch | [`5.53.2` -> `5.53.10`](https://renovatebot.com/diffs/npm/svelte/5.53.2/5.53.10) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.53.10`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55310) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.9...svelte@5.53.10) ##### Patch Changes - fix: re-process batch if new root effects were scheduled ([#&#8203;17895](https://github.com/sveltejs/svelte/pull/17895)) ### [`v5.53.9`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5539) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.8...svelte@5.53.9) ##### Patch Changes - fix: better `bind:this` cleanup timing ([#&#8203;17885](https://github.com/sveltejs/svelte/pull/17885)) ### [`v5.53.8`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5538) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.7...svelte@5.53.8) ##### Patch Changes - fix: `{@&#8203;html}` no longer duplicates content inside `contenteditable` elements ([#&#8203;17853](https://github.com/sveltejs/svelte/pull/17853)) - fix: don't access inert block effects ([#&#8203;17882](https://github.com/sveltejs/svelte/pull/17882)) - fix: handle asnyc updates within pending boundary ([#&#8203;17873](https://github.com/sveltejs/svelte/pull/17873)) - perf: avoid re-traversing the effect tree after `$:` assignments ([#&#8203;17848](https://github.com/sveltejs/svelte/pull/17848)) - chore: simplify scheduling logic ([#&#8203;17805](https://github.com/sveltejs/svelte/pull/17805)) ### [`v5.53.7`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5537) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.6...svelte@5.53.7) ##### Patch Changes - fix: correctly add \__svelte_meta after else-if chains ([#&#8203;17830](https://github.com/sveltejs/svelte/pull/17830)) - perf: cache element interactivity and source line splitting in compiler ([#&#8203;17839](https://github.com/sveltejs/svelte/pull/17839)) - chore: avoid rescheduling effects during branch commit ([#&#8203;17837](https://github.com/sveltejs/svelte/pull/17837)) - perf: optimize CSS selector pruning ([#&#8203;17846](https://github.com/sveltejs/svelte/pull/17846)) - fix: preserve original boundary errors when keyed each rows are removed during async updates ([#&#8203;17843](https://github.com/sveltejs/svelte/pull/17843)) - perf: avoid O(n²) name scanning in scope `generate` and `unique` ([#&#8203;17844](https://github.com/sveltejs/svelte/pull/17844)) - fix: preserve each items that are needed by pending batches ([#&#8203;17819](https://github.com/sveltejs/svelte/pull/17819)) ### [`v5.53.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5536) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.5...svelte@5.53.6) ##### Patch Changes - perf: optimize parser hot paths for faster compilation ([#&#8203;17811](https://github.com/sveltejs/svelte/pull/17811)) - fix: `SvelteMap` incorrectly handles keys with `undefined` values ([#&#8203;17826](https://github.com/sveltejs/svelte/pull/17826)) - fix: SvelteURL `search` setter now returns the normalized value, matching native URL behavior ([#&#8203;17828](https://github.com/sveltejs/svelte/pull/17828)) - fix: visit synthetic value node during ssr ([#&#8203;17824](https://github.com/sveltejs/svelte/pull/17824)) - fix: always case insensitive event handlers during ssr ([#&#8203;17822](https://github.com/sveltejs/svelte/pull/17822)) - chore: more efficient effect scheduling ([#&#8203;17808](https://github.com/sveltejs/svelte/pull/17808)) - perf: optimize compiler analysis phase ([#&#8203;17823](https://github.com/sveltejs/svelte/pull/17823)) - fix: skip redundant batch.apply ([#&#8203;17816](https://github.com/sveltejs/svelte/pull/17816)) - chore: null out current_batch before committing branches ([#&#8203;17809](https://github.com/sveltejs/svelte/pull/17809)) ### [`v5.53.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5535) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.4...svelte@5.53.5) ##### Patch Changes - fix: escape `innerText` and `textContent` bindings of `contenteditable` ([`0df5abcae223058ceb95491470372065fb87951d`](https://github.com/sveltejs/svelte/commit/0df5abcae223058ceb95491470372065fb87951d)) - fix: sanitize `transformError` values prior to embedding in HTML comments ([`0298e979371bb583855c9810db79a70a551d22b9`](https://github.com/sveltejs/svelte/commit/0298e979371bb583855c9810db79a70a551d22b9)) ### [`v5.53.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5534) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.3...svelte@5.53.4) ##### Patch Changes - fix: set server context after async transformError ([#&#8203;17799](https://github.com/sveltejs/svelte/pull/17799)) - fix: hydrate if blocks correctly ([#&#8203;17784](https://github.com/sveltejs/svelte/pull/17784)) - fix: handle default parameters scope leaks ([#&#8203;17788](https://github.com/sveltejs/svelte/pull/17788)) - fix: prevent flushed effects from running again ([#&#8203;17787](https://github.com/sveltejs/svelte/pull/17787)) ### [`v5.53.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5533) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.2...svelte@5.53.3) ##### Patch Changes - fix: render `:catch` of `#await` block with correct key ([#&#8203;17769](https://github.com/sveltejs/svelte/pull/17769)) - chore: pin aria-query@5.3.1 ([#&#8203;17772](https://github.com/sveltejs/svelte/pull/17772)) - fix: make string coercion consistent to `toString` ([#&#8203;17774](https://github.com/sveltejs/svelte/pull/17774)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency svelte to v5.53.3
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 3m55s
1a75590658
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 1a75590658
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 3m55s
to 6cc5df51b0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 3m59s
2026-02-25 16:24:28 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.3 to chore(deps): update dependency svelte to v5.53.5 2026-02-25 16:24:29 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 6cc5df51b0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 3m59s
to 097bb3f27e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 20m40s
2026-02-27 23:36:42 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.5 to chore(deps): update dependency svelte to v5.53.6 2026-02-27 23:38:10 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 097bb3f27e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 20m40s
to 2bb8e7e831
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Successful in 5m15s
2026-03-03 16:34:24 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.6 to chore(deps): update dependency svelte to v5.53.7 2026-03-03 16:34:27 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 2bb8e7e831
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Successful in 5m15s
to 1c6d79ab5e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m55s
2026-03-09 15:39:26 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.7 to chore(deps): update dependency svelte to v5.53.8 2026-03-09 15:39:28 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 1c6d79ab5e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m55s
to 59770512ef
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m2s
/ build (pull_request) Successful in 3m50s
2026-03-10 00:29:25 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.8 to chore(deps): update dependency svelte to v5.53.9 2026-03-10 00:29:27 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 59770512ef
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m2s
/ build (pull_request) Successful in 3m50s
to 02d33eed40
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m9s
/ build (pull_request) Successful in 7m23s
2026-03-10 22:04:41 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.53.9 to chore(deps): update dependency svelte to v5.53.10 2026-03-10 22:04:48 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m9s
/ build (pull_request) Successful in 7m23s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/svelte-5.x-lockfile:renovate/svelte-5.x-lockfile
git switch renovate/svelte-5.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/svelte-5.x-lockfile
git switch renovate/svelte-5.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/svelte-5.x-lockfile
git switch renovate/svelte-5.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/svelte-5.x-lockfile
git switch main
git merge --squash renovate/svelte-5.x-lockfile
git switch main
git merge --ff-only renovate/svelte-5.x-lockfile
git switch main
git merge renovate/svelte-5.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
btclock/webui!138
No description provided.