chore(deps): update dependency @sveltejs/kit to v2.54.0 #132

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.50.0 -> 2.54.0

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.54.0

Compare Source

Minor Changes
  • feat: allow error boundaries to catch errors on the server (#​15308)
Patch Changes
  • chore: upgrade devalue (#​15535)

  • fix: don't wait for remote functions that are not awaited in the template (#​15280)

  • feat: allow resolve() to accept pathnames with a search string and/or hash (#​15458)

  • chore: remove deprecation warnings for config.kit.files.* options when validating the Svelte config file (#​15482)

  • fix: handles form target attribute in remote form redirects (#​15457)

v2.53.4

Compare Source

Patch Changes
  • fix: avoid Vite warning about unknown codeSplitting option (#​15451)

v2.53.3

Compare Source

Patch Changes
  • fix: prevent overlapping file metadata in remote functions form (faba869)

v2.53.2

Compare Source

Patch Changes
  • fix: server-render nested form value sets (#​15378)

  • fix: use deep partial types for form remote functions .value() and .set(...) (#​14837)

  • fix: provide correct url info to remote functions (#​15418)

  • fix: allow optional types for remote query/command/prerender functions (#​15293)

  • fix: allow commands in more places (#​15288)

v2.53.1

Compare Source

Patch Changes
  • fix: address warning about inlineDynamicImports when using Vite 8 (#​15403)

v2.53.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove event listeners on form attachment cleanup (#​15286)

  • fix: apply queries refreshed in a form remote function when a redirect is thrown (#​15362)

v2.52.2

Compare Source

Patch Changes
  • fix: validate form file information to prevent amplification attacks (3e607b3)

  • chore: upgrade devalue and svelte (#​15339)

  • fix: parse file offset table more strictly (f47c01b)

v2.52.0

Compare Source

Minor Changes
  • feat: match function to map a path back to a route id and params (#​14997)
Patch Changes
  • fix: respect scroll-margin when navigating to a url-supplied anchor (#​15246)

  • fix: resolve will narrow types to follow trailing slash page settings (#​15027)

v2.51.0

Compare Source

Minor Changes
  • feat: add scroll property to NavigationTarget in navigation callbacks (#​15248)

    Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets:

    • from.scroll: The scroll position at the moment navigation was triggered
    • to.scroll: In beforeNavigate and onNavigate, this is populated for popstate navigations (back/forward) with the scroll position that will be restored, and null for other navigation types. In afterNavigate, this is always the final scroll position after navigation completed.

    This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.

  • feat: hydratable's injected script now works with CSP (#​15048)

Patch Changes
  • fix: put preloads before styles (#​15232)

  • fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#​15269)

  • fix: fetch not working when URL is same host but different than paths.base (#​15291)

  • fix: navigate to hash link when base element is present (#​15236)

  • fix: avoid triggering handleError when redirecting in a remote function (#​15222)

  • fix: include test directory in generated tsconfig.json alongside existing tests entry (#​15254)

  • fix: generate tsconfig.json using the value of kit.files.src (#​15253)

v2.50.2

Compare Source

Patch Changes
  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#​15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#​15221)

  • fix: re-export browser/dev from esm-env (#​15206)

  • fix: use validated args in batch resolver in both csr and ssr (#​15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#​15153)

  • fix: only match rest params with matchers when the matcher matches (#​15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#​15231)

v2.50.1

Compare Source

Patch Changes
  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#​15178)

  • fix: improves fields type for generic components (#​14974)

  • fix: preload links if href changes (#​15191)


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.50.0` -> `2.54.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.50.0/2.54.0) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.54.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2540) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.53.4...@sveltejs/kit@2.54.0) ##### Minor Changes - feat: allow error boundaries to catch errors on the server ([#&#8203;15308](https://github.com/sveltejs/kit/pull/15308)) ##### Patch Changes - chore: upgrade `devalue` ([#&#8203;15535](https://github.com/sveltejs/kit/pull/15535)) - fix: don't wait for remote functions that are not awaited in the template ([#&#8203;15280](https://github.com/sveltejs/kit/pull/15280)) - feat: allow `resolve()` to accept pathnames with a search string and/or hash ([#&#8203;15458](https://github.com/sveltejs/kit/pull/15458)) - chore: remove deprecation warnings for `config.kit.files.*` options when validating the Svelte config file ([#&#8203;15482](https://github.com/sveltejs/kit/pull/15482)) - fix: handles form target attribute in remote form redirects ([#&#8203;15457](https://github.com/sveltejs/kit/pull/15457)) ### [`v2.53.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2534) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.53.3...@sveltejs/kit@2.53.4) ##### Patch Changes - fix: avoid Vite warning about unknown `codeSplitting` option ([#&#8203;15451](https://github.com/sveltejs/kit/pull/15451)) ### [`v2.53.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2533) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.53.2...@sveltejs/kit@2.53.3) ##### Patch Changes - fix: prevent overlapping file metadata in remote functions `form` ([`faba869`](https://github.com/sveltejs/kit/commit/faba869db3644077169bf5d7c6e41fd5f3d6c65e)) ### [`v2.53.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2532) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.53.1...@sveltejs/kit@2.53.2) ##### Patch Changes - fix: server-render nested form value sets ([#&#8203;15378](https://github.com/sveltejs/kit/pull/15378)) - fix: use deep partial types for form remote functions `.value()` and `.set(...)` ([#&#8203;14837](https://github.com/sveltejs/kit/pull/14837)) - fix: provide correct url info to remote functions ([#&#8203;15418](https://github.com/sveltejs/kit/pull/15418)) - fix: allow optional types for remote query/command/prerender functions ([#&#8203;15293](https://github.com/sveltejs/kit/pull/15293)) - fix: allow commands in more places ([#&#8203;15288](https://github.com/sveltejs/kit/pull/15288)) ### [`v2.53.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2531) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.53.0...@sveltejs/kit@2.53.1) ##### Patch Changes - fix: address warning about `inlineDynamicImports` when using Vite 8 ([#&#8203;15403](https://github.com/sveltejs/kit/pull/15403)) ### [`v2.53.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2530) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.52.2...@sveltejs/kit@2.53.0) ##### Minor Changes - feat: support Vite 8 ([#&#8203;15024](https://github.com/sveltejs/kit/pull/15024)) ##### Patch Changes - fix: remove event listeners on form attachment cleanup ([#&#8203;15286](https://github.com/sveltejs/kit/pull/15286)) - fix: apply queries refreshed in a form remote function when a redirect is thrown ([#&#8203;15362](https://github.com/sveltejs/kit/pull/15362)) ### [`v2.52.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2522) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.52.0...@sveltejs/kit@2.52.2) ##### Patch Changes - fix: validate `form` file information to prevent amplification attacks ([`3e607b3`](https://github.com/sveltejs/kit/commit/3e607b314aec9e5f278d32847945b8b6323e1cb8)) - chore: upgrade `devalue` and `svelte` ([#&#8203;15339](https://github.com/sveltejs/kit/pull/15339)) - fix: parse file offset table more strictly ([`f47c01b`](https://github.com/sveltejs/kit/commit/f47c01bd8100328c24fdb8522fe35913b0735f35)) ### [`v2.52.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2520) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.51.0...@sveltejs/kit@2.52.0) ##### Minor Changes - feat: `match` function to map a path back to a route id and params ([#&#8203;14997](https://github.com/sveltejs/kit/pull/14997)) ##### Patch Changes - fix: respect scroll-margin when navigating to a url-supplied anchor ([#&#8203;15246](https://github.com/sveltejs/kit/pull/15246)) - fix: `resolve` will narrow types to follow trailing slash page settings ([#&#8203;15027](https://github.com/sveltejs/kit/pull/15027)) ### [`v2.51.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2510) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.50.2...@sveltejs/kit@2.51.0) ##### Minor Changes - feat: add `scroll` property to `NavigationTarget` in navigation callbacks ([#&#8203;15248](https://github.com/sveltejs/kit/pull/15248)) Navigation callbacks (`beforeNavigate`, `onNavigate`, and `afterNavigate`) now include scroll position information via the `scroll` property on `from` and `to` targets: - `from.scroll`: The scroll position at the moment navigation was triggered - `to.scroll`: In `beforeNavigate` and `onNavigate`, this is populated for `popstate` navigations (back/forward) with the scroll position that will be restored, and `null` for other navigation types. In `afterNavigate`, this is always the final scroll position after navigation completed. This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation. - feat: `hydratable`'s injected script now works with CSP ([#&#8203;15048](https://github.com/sveltejs/kit/pull/15048)) ##### Patch Changes - fix: put preloads before styles ([#&#8203;15232](https://github.com/sveltejs/kit/pull/15232)) - fix: suppress false-positive inner content warning when children prop is forwarded to a child component ([#&#8203;15269](https://github.com/sveltejs/kit/pull/15269)) - fix: `fetch` not working when URL is same host but different than `paths.base` ([#&#8203;15291](https://github.com/sveltejs/kit/pull/15291)) - fix: navigate to hash link when base element is present ([#&#8203;15236](https://github.com/sveltejs/kit/pull/15236)) - fix: avoid triggering `handleError` when redirecting in a remote function ([#&#8203;15222](https://github.com/sveltejs/kit/pull/15222)) - fix: include `test` directory in generated `tsconfig.json` alongside existing `tests` entry ([#&#8203;15254](https://github.com/sveltejs/kit/pull/15254)) - fix: generate `tsconfig.json` using the value of `kit.files.src` ([#&#8203;15253](https://github.com/sveltejs/kit/pull/15253)) ### [`v2.50.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2502) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.50.1...@sveltejs/kit@2.50.2) ##### Patch Changes - fix: ensure inlined CSS follows `paths.assets` and `paths.relative` settings ([#&#8203;15153](https://github.com/sveltejs/kit/pull/15153)) - fix: emit script CSP nonces when `unsafe-inline` is present if `strict-dynamic` is also present ([#&#8203;15221](https://github.com/sveltejs/kit/pull/15221)) - fix: re-export browser/dev from esm-env ([#&#8203;15206](https://github.com/sveltejs/kit/pull/15206)) - fix: use validated args in batch resolver in both csr and ssr ([#&#8203;15215](https://github.com/sveltejs/kit/pull/15215)) - fix: ensure CSS inlining includes components that are conditionally rendered ([#&#8203;15153](https://github.com/sveltejs/kit/pull/15153)) - fix: only match rest params with matchers when the matcher matches ([#&#8203;15216](https://github.com/sveltejs/kit/pull/15216)) - fix: properly handle percent-encoded anchors (e.g. `<a href="#sparkles-%E2%9C%A8">`) during prerendering. ([#&#8203;15231](https://github.com/sveltejs/kit/pull/15231)) ### [`v2.50.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2501) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.50.0...@sveltejs/kit@2.50.1) ##### Patch Changes - fix: include `hooks.server` and `hooks.universal` as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered ([#&#8203;15178](https://github.com/sveltejs/kit/pull/15178)) - fix: improves fields type for generic components ([#&#8203;14974](https://github.com/sveltejs/kit/pull/14974)) - fix: preload links if href changes ([#&#8203;15191](https://github.com/sveltejs/kit/pull/15191)) </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.50.1
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m44s
/ check-changes (pull_request) Successful in 12s
05db7f8eae
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 05db7f8eae
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m44s
/ check-changes (pull_request) Successful in 12s
to 2dcc91b714
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m28s
/ build (pull_request) Failing after 8m0s
2026-01-28 23:42:37 +00:00
Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 2dcc91b714
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m28s
/ build (pull_request) Failing after 8m0s
to cd7af1ca1b
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m12s
/ build (pull_request) Successful in 5m17s
2026-02-02 23:59:09 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.50.1 to chore(deps): update dependency @sveltejs/kit to v2.50.2 2026-02-02 23:59:12 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from cd7af1ca1b
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m12s
/ build (pull_request) Successful in 5m17s
to 701429b711
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 15s
/ build (pull_request) Successful in 4m5s
2026-02-12 22:34:34 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.50.2 to chore(deps): update dependency @sveltejs/kit to v2.51.0 2026-02-12 22:34:34 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 701429b711
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 15s
/ build (pull_request) Successful in 4m5s
to 158668b19b
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m54s
/ check-changes (pull_request) Successful in 15s
2026-02-15 03:49:33 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.51.0 to chore(deps): update dependency @sveltejs/kit to v2.52.0 2026-02-15 03:49:34 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 158668b19b
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m54s
/ check-changes (pull_request) Successful in 15s
to 0d19a23060
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m56s
/ check-changes (pull_request) Successful in 17s
2026-02-18 21:46:09 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.52.0 to chore(deps): update dependency @sveltejs/kit to v2.52.2 2026-02-18 21:46:15 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0d19a23060
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m56s
/ check-changes (pull_request) Successful in 17s
to 498890d4be
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 1m54s
/ check-changes (pull_request) Successful in 1m15s
2026-02-20 17:39:36 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.52.2 to chore(deps): update dependency @sveltejs/kit to v2.53.0 2026-02-20 17:39:40 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 498890d4be
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 1m54s
/ check-changes (pull_request) Successful in 1m15s
to c84a77d7a1
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m5s
/ build (pull_request) Failing after 2m12s
2026-02-24 23:54:39 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.53.0 to chore(deps): update dependency @sveltejs/kit to v2.53.1 2026-02-24 23:54:44 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from c84a77d7a1
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m5s
/ build (pull_request) Failing after 2m12s
to f2aeb17074
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Failing after 57s
2026-02-25 16:59:28 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.53.1 to chore(deps): update dependency @sveltejs/kit to v2.53.2 2026-02-25 16:59:30 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from f2aeb17074
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Failing after 57s
to 4a664a5321
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Failing after 55s
2026-02-26 23:14:31 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.53.2 to chore(deps): update dependency @sveltejs/kit to v2.53.3 2026-02-26 23:14:33 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 4a664a5321
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Failing after 55s
to 698cc8c10e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m0s
/ build (pull_request) Failing after 55s
2026-02-28 00:49:29 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.53.3 to chore(deps): update dependency @sveltejs/kit to v2.53.4 2026-02-28 00:49:31 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 698cc8c10e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m0s
/ build (pull_request) Failing after 55s
to 261433e3ae
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m3s
/ build (pull_request) Failing after 1m54s
2026-03-11 17:04:29 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.53.4 to chore(deps): update dependency @sveltejs/kit to v2.54.0 2026-03-11 17:04:31 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m3s
/ build (pull_request) Failing after 1m54s
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!132
No description provided.