chore(deps): update dependency @sveltejs/kit to v2.49.0 #101

Open
ticktock_depbot wants to merge 1 commit from renovate/sveltejs-kit-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.47.3 -> 2.49.0

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.49.0

Compare Source

Minor Changes
  • feat: stream file uploads inside form remote functions allowing form data to be accessed before large files finish uploading (#​14775)

v2.48.8

Compare Source

Patch Changes
  • breaking: invalid now must be imported from @sveltejs/kit (#​14768)

  • breaking: remove submitter option from experimental form validate() method, always provide default submitter (#​14762)

v2.48.7

Compare Source

Patch Changes
  • fix: allow multiple server-timing headers (#​14700)

  • fix: allow access to root-level issues in schema-less forms (#​14893)

  • fix: allow hosting hash-based apps from non-index.html files (#​14825)

v2.48.6

Compare Source

Patch Changes
  • fix: clear issues upon passing validation (#​14683)

  • fix: don't use fork of unrelated route (#​14947)

  • fix: prevent type errors when optional @opentelemetry/api dependency isn't installed (#​14949)

  • fix: preserve this when invoking standard validator (#​14943)

  • fix: treat client/universal hooks as entrypoints for illegal server import detection (#​14876)

  • fix: correct query .set and .refresh behavior in commands (#​14877)

  • fix: improved the accuracy of the types of the output of field.as('...') (#​14908)

v2.48.5

Compare Source

Patch Changes
  • fix: wait an extra microtask in dev before calling $_init_$ (#​14799)

  • fix: discard preload fork before creating a new one (#​14865)

  • fix: delete RemoteFormAllIssue, add path to RemoteFormIssue (#​14864)

v2.48.4

Compare Source

Patch Changes
  • fix: adjust query's promise implementation to properly allow chaining (#​14859)

  • fix: make prerender cache work, including in development (#​14860)

v2.48.3

Compare Source

Patch Changes
  • fix: include hash when using resolve with hash routing enabled (#​14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#​14644)
    fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#​14784)

v2.48.2

Compare Source

Patch Changes
  • fix: update DOM before running navigate callbacks (#​14829)

v2.48.1

Compare Source

Patch Changes
  • fix: wait for commit promise instead of settled (#​14818)

v2.48.0

Compare Source

Minor Changes
  • feat: use experimental fork API when available (#​14793)
Patch Changes
  • fix: await for settled instead of tick in navigate (#​14800)

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 | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.47.3` -> `2.49.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.47.3/2.49.0) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.49.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2490) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.8...@sveltejs/kit@2.49.0) ##### Minor Changes - feat: stream file uploads inside `form` remote functions allowing form data to be accessed before large files finish uploading ([#&#8203;14775](https://github.com/sveltejs/kit/pull/14775)) ### [`v2.48.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2488) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.7...@sveltejs/kit@2.48.8) ##### Patch Changes - breaking: `invalid` now must be imported from `@sveltejs/kit` ([#&#8203;14768](https://github.com/sveltejs/kit/pull/14768)) - breaking: remove `submitter` option from experimental form `validate()` method, always provide default submitter ([#&#8203;14762](https://github.com/sveltejs/kit/pull/14762)) ### [`v2.48.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2487) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.6...@sveltejs/kit@2.48.7) ##### Patch Changes - fix: allow multiple `server-timing` headers ([#&#8203;14700](https://github.com/sveltejs/kit/pull/14700)) - fix: allow access to root-level issues in schema-less forms ([#&#8203;14893](https://github.com/sveltejs/kit/pull/14893)) - fix: allow hosting hash-based apps from non-index.html files ([#&#8203;14825](https://github.com/sveltejs/kit/pull/14825)) ### [`v2.48.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2486) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.5...@sveltejs/kit@2.48.6) ##### Patch Changes - fix: clear issues upon passing validation ([#&#8203;14683](https://github.com/sveltejs/kit/pull/14683)) - fix: don't use fork of unrelated route ([#&#8203;14947](https://github.com/sveltejs/kit/pull/14947)) - fix: prevent type errors when optional `@opentelemetry/api` dependency isn't installed ([#&#8203;14949](https://github.com/sveltejs/kit/pull/14949)) - fix: preserve `this` when invoking standard validator ([#&#8203;14943](https://github.com/sveltejs/kit/pull/14943)) - fix: treat client/universal hooks as entrypoints for illegal server import detection ([#&#8203;14876](https://github.com/sveltejs/kit/pull/14876)) - fix: correct query `.set` and `.refresh` behavior in commands ([#&#8203;14877](https://github.com/sveltejs/kit/pull/14877)) - fix: improved the accuracy of the types of the output of `field.as('...')` ([#&#8203;14908](https://github.com/sveltejs/kit/pull/14908)) ### [`v2.48.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2485) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.4...@sveltejs/kit@2.48.5) ##### Patch Changes - fix: wait an extra microtask in dev before calling `$_init_$` ([#&#8203;14799](https://github.com/sveltejs/kit/pull/14799)) - fix: discard preload fork before creating a new one ([#&#8203;14865](https://github.com/sveltejs/kit/pull/14865)) - fix: delete `RemoteFormAllIssue`, add `path` to `RemoteFormIssue` ([#&#8203;14864](https://github.com/sveltejs/kit/pull/14864)) ### [`v2.48.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2484) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.3...@sveltejs/kit@2.48.4) ##### Patch Changes - fix: adjust query's promise implementation to properly allow chaining ([#&#8203;14859](https://github.com/sveltejs/kit/pull/14859)) - fix: make prerender cache work, including in development ([#&#8203;14860](https://github.com/sveltejs/kit/pull/14860)) ### [`v2.48.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2483) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.2...@sveltejs/kit@2.48.3) ##### Patch Changes - fix: include hash when using `resolve` with hash routing enabled ([#&#8203;14786](https://github.com/sveltejs/kit/pull/14786)) - fix: `afterNavigate` callback not running after hydration when experimental async is enabled ([#&#8203;14644](https://github.com/sveltejs/kit/pull/14644)) fix: Snapshot `restore` method not called after reload when experimental async is enabled - fix: expose `issue.path` in `.allIssues()` ([#&#8203;14784](https://github.com/sveltejs/kit/pull/14784)) ### [`v2.48.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2482) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.1...@sveltejs/kit@2.48.2) ##### Patch Changes - fix: update DOM before running navigate callbacks ([#&#8203;14829](https://github.com/sveltejs/kit/pull/14829)) ### [`v2.48.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2481) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.48.0...@sveltejs/kit@2.48.1) ##### Patch Changes - fix: wait for commit promise instead of `settled` ([#&#8203;14818](https://github.com/sveltejs/kit/pull/14818)) ### [`v2.48.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2480) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.47.3...@sveltejs/kit@2.48.0) ##### Minor Changes - feat: use experimental `fork` API when available ([#&#8203;14793](https://github.com/sveltejs/kit/pull/14793)) ##### Patch Changes - fix: await for `settled` instead of `tick` in navigate ([#&#8203;14800](https://github.com/sveltejs/kit/pull/14800)) </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 @sveltejs/kit to v2.48.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m10s
/ build (pull_request) Successful in 4m7s
10d36e1eb1
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/sveltejs-kit-2.x-lockfile from 10d36e1eb1
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m10s
/ build (pull_request) Successful in 4m7s
to 7def7d63e0
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 46m45s
/ check-changes (pull_request) Successful in 6s
2025-10-28 02:00:02 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 7def7d63e0
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 46m45s
/ check-changes (pull_request) Successful in 6s
to ddec7ec780
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 50m5s
/ check-changes (pull_request) Successful in 6s
2025-10-28 03:46:05 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.0 to chore(deps): update dependency @sveltejs/kit to v2.48.1 2025-10-28 03:46:11 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from ddec7ec780
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 50m5s
/ check-changes (pull_request) Successful in 6s
to a074ec639a
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m50s
/ check-changes (pull_request) Successful in 26s
2025-10-28 07:45:11 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.1 to chore(deps): update dependency @sveltejs/kit to v2.48.2 2025-10-28 07:45:12 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from a074ec639a
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m50s
/ check-changes (pull_request) Successful in 26s
to 6f00ae686a
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m15s
/ check-changes (pull_request) Successful in 31s
2025-10-29 07:30:19 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.2 to chore(deps): update dependency @sveltejs/kit to v2.48.3 2025-10-29 07:30:24 +00:00
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.3 to chore(deps): update dependency @sveltejs/kit to v2.48.4 2025-10-30 21:35:10 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 6f00ae686a
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m15s
/ check-changes (pull_request) Successful in 31s
to 78ce83b3c9
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 26s
/ build (pull_request) Failing after 8m22s
2025-10-30 21:35:10 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 78ce83b3c9
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 26s
/ build (pull_request) Failing after 8m22s
to 3b8e202acc
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m4s
/ check-changes (pull_request) Successful in 9s
2025-11-05 18:10:23 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 3b8e202acc
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m4s
/ check-changes (pull_request) Successful in 9s
to f0944bddae
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 9s
/ build (pull_request) Successful in 3m18s
2025-11-05 18:18:24 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from f0944bddae
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 9s
/ build (pull_request) Successful in 3m18s
to b8ee25e74e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 36s
/ build (pull_request) Successful in 4m17s
2025-11-14 09:55:03 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.4 to chore(deps): update dependency @sveltejs/kit to v2.48.5 2025-11-14 09:55:05 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from b8ee25e74e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 36s
/ build (pull_request) Successful in 4m17s
to 98fa5e9d46
Some checks failed
/ check-changes (pull_request) Failing after 12m35s
/ build (pull_request) Has been cancelled
2025-11-18 12:41:42 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 98fa5e9d46
Some checks failed
/ check-changes (pull_request) Failing after 12m35s
/ build (pull_request) Has been cancelled
to 5e7b9deb52
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Failing after 1m11s
/ build (pull_request) Has been skipped
2025-11-18 15:01:09 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 5e7b9deb52
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Failing after 1m11s
/ build (pull_request) Has been skipped
to 8ac911d4bc
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 1h44m1s
/ check-changes (pull_request) Successful in 9s
2025-11-20 17:45:07 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.5 to chore(deps): update dependency @sveltejs/kit to v2.48.6 2025-11-20 17:51:50 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 8ac911d4bc
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 1h44m1s
/ check-changes (pull_request) Successful in 9s
to 19b871c75f
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 2h31m26s
/ check-changes (pull_request) Successful in 8s
2025-11-20 22:25:06 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.6 to chore(deps): update dependency @sveltejs/kit to v2.48.8 2025-11-20 22:33:43 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 19b871c75f
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 2h31m26s
/ check-changes (pull_request) Successful in 8s
to ecb8a1348a
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m7s
/ check-changes (pull_request) Successful in 8s
2025-11-21 03:33:30 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.48.8 to chore(deps): update dependency @sveltejs/kit to v2.49.0 2025-11-21 03:33:36 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m7s
/ check-changes (pull_request) Successful in 8s
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/sveltejs-kit-2.x-lockfile:renovate/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.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/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge --squash renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge renovate/sveltejs-kit-2.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!101
No description provided.