chore(deps): update dependency svelte to v5.48.2 #130

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 minor 5.47.1 -> 5.48.2

Release Notes

sveltejs/svelte (svelte)

v5.48.2

Compare Source

Patch Changes
  • fix: export wait function from internal client index (#​17530)

v5.48.1

Compare Source

Patch Changes
  • fix: hoist snippets above const in same block (#​17516)

  • fix: properly hydrate await in {@​html} (#​17528)

  • fix: batch resolution of async work (#​17511)

  • fix: account for empty statements when visiting in transform async (#​17524)

  • fix: avoid async overhead for already settled promises (#​17461)

  • fix: better code generation for const tags with async dependencies (#​17518)

v5.48.0

Compare Source

Minor Changes
  • feat: export parseCss from svelte/compiler (#​17496)
Patch Changes
  • fix: handle non-string values in svelte:element this attribute (#​17499)

  • fix: faster deduplication of dependencies (#​17503)


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 | minor | [`5.47.1` -> `5.48.2`](https://renovatebot.com/diffs/npm/svelte/5.47.1/5.48.2) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.48.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5482) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.48.1...svelte@5.48.2) ##### Patch Changes - fix: export `wait` function from internal client index ([#&#8203;17530](https://github.com/sveltejs/svelte/pull/17530)) ### [`v5.48.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5481) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.48.0...svelte@5.48.1) ##### Patch Changes - fix: hoist snippets above const in same block ([#&#8203;17516](https://github.com/sveltejs/svelte/pull/17516)) - fix: properly hydrate await in `{@&#8203;html}` ([#&#8203;17528](https://github.com/sveltejs/svelte/pull/17528)) - fix: batch resolution of async work ([#&#8203;17511](https://github.com/sveltejs/svelte/pull/17511)) - fix: account for empty statements when visiting in transform async ([#&#8203;17524](https://github.com/sveltejs/svelte/pull/17524)) - fix: avoid async overhead for already settled promises ([#&#8203;17461](https://github.com/sveltejs/svelte/pull/17461)) - fix: better code generation for const tags with async dependencies ([#&#8203;17518](https://github.com/sveltejs/svelte/pull/17518)) ### [`v5.48.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5480) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.47.1...svelte@5.48.0) ##### Minor Changes - feat: export `parseCss` from `svelte/compiler` ([#&#8203;17496](https://github.com/sveltejs/svelte/pull/17496)) ##### Patch Changes - fix: handle non-string values in `svelte:element` `this` attribute ([#&#8203;17499](https://github.com/sveltejs/svelte/pull/17499)) - fix: faster deduplication of dependencies ([#&#8203;17503](https://github.com/sveltejs/svelte/pull/17503)) </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.48.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 13s
/ build (pull_request) Successful in 3m55s
998c91654c
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 998c91654c
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 13s
/ build (pull_request) Successful in 3m55s
to d13bb420f7
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 14s
/ build (pull_request) Successful in 4m17s
2026-01-24 05:09:40 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.48.0 to chore(deps): update dependency svelte to v5.48.1 2026-01-24 05:09:41 +00:00
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from d13bb420f7
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 14s
/ build (pull_request) Successful in 4m17s
to 0076658090
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 13s
/ build (pull_request) Successful in 3m20s
2026-01-24 09:09:40 +00:00
Compare
ticktock_depbot force-pushed renovate/svelte-5.x-lockfile from 0076658090
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 13s
/ build (pull_request) Successful in 3m20s
to 4ce137c53c
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m17s
/ build (pull_request) Successful in 5m40s
2026-01-24 14:59:40 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte to v5.48.1 to chore(deps): update dependency svelte to v5.48.2 2026-01-24 14:59:43 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m17s
/ build (pull_request) Successful in 5m40s
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!130
No description provided.