chore(deps): update dependency @sveltejs/kit to v2.22.2 #77

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.20.8 -> 2.22.2

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.22.2

Compare Source

Patch Changes
  • fix: use fallback if untrack doesn't exist in svelte package (#​13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#​13905)

v2.22.1

Compare Source

Patch Changes
  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#​13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#​13915)

v2.22.0

Compare Source

Minor Changes

v2.21.5

Compare Source

Patch Changes
  • fix: correctly set the sequential focus navigation point when using hash routing (#​13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#​13884)

v2.21.4

Compare Source

Patch Changes
  • fix: correctly access transport decoders on the client when building for a single or inline output app (#​13871)

v2.21.3

Compare Source

Patch Changes
  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#​13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#​10856)

  • fix: suppress console spam for chrome devtools requests (#​13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#​13843)

  • fix: correctly run deserialize on the server (#​13686)

  • fix: handle non-semver-style dependency versions (#​13850)

  • fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#​13723)

v2.21.2

Compare Source

Patch Changes
  • fix: omit stack when logging 404 errors (#​13848)

v2.21.1

Compare Source

Patch Changes
  • chore: clarify which functions handleFetch affects (#​13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#​13790)

v2.21.0

Compare Source

Minor Changes
  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#​13684)
Patch Changes
  • chore: remove import-meta-resolve dependency (#​13629)

  • fix: remove component code from server nodes that are never used for SSR (#​13684)


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.20.8` -> `2.22.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.20.8/2.22.2) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.22.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2222) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.22.1...@sveltejs/kit@2.22.2) ##### Patch Changes - fix: use fallback if `untrack` doesn't exist in svelte package ([#&#8203;13933](https://github.com/sveltejs/kit/pull/13933)) - fix: warning for chrome devtools requests now suggests sv instead of vite plugin ([#&#8203;13905](https://github.com/sveltejs/kit/pull/13905)) ### [`v2.22.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2221) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.22.0...@sveltejs/kit@2.22.1) ##### Patch Changes - fix: prevent infinite loop when calling `pushState`/`replaceState` in `$effect` ([#&#8203;13914](https://github.com/sveltejs/kit/pull/13914)) - chore: use `manualChunks` to bundle single and inline apps with Rolldown ([#&#8203;13915](https://github.com/sveltejs/kit/pull/13915)) ### [`v2.22.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2220) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.5...@sveltejs/kit@2.22.0) ##### Minor Changes - feat: add support for Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try it. You will also need `vite-plugin-svelte@^6.0.0-next.0` and `vite@^7.0.0-beta.0`. ([#&#8203;13747](https://github.com/sveltejs/kit/pull/13747)) ### [`v2.21.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2215) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.4...@sveltejs/kit@2.21.5) ##### Patch Changes - fix: correctly set the sequential focus navigation point when using hash routing ([#&#8203;13884](https://github.com/sveltejs/kit/pull/13884)) - fix: regression when resetting focus and the URL hash contains selector combinators or separators ([#&#8203;13884](https://github.com/sveltejs/kit/pull/13884)) ### [`v2.21.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2214) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.3...@sveltejs/kit@2.21.4) ##### Patch Changes - fix: correctly access transport decoders on the client when building for a single or inline output app ([#&#8203;13871](https://github.com/sveltejs/kit/pull/13871)) ### [`v2.21.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2213) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.2...@sveltejs/kit@2.21.3) ##### Patch Changes - fix: correctly invalidate static analysis cache of child nodes when modifying a universal `+layout` file during dev ([#&#8203;13793](https://github.com/sveltejs/kit/pull/13793)) - fix: correctly set sequential focus navigation starting point after navigation ([#&#8203;10856](https://github.com/sveltejs/kit/pull/10856)) - fix: suppress console spam for chrome devtools requests ([#&#8203;13830](https://github.com/sveltejs/kit/pull/13830)) - fix: avoid externalising packages that depend on `@sveltejs/kit` so that libraries can also use `redirect` and `error` helpers ([#&#8203;13843](https://github.com/sveltejs/kit/pull/13843)) - fix: correctly run `deserialize` on the server ([#&#8203;13686](https://github.com/sveltejs/kit/pull/13686)) - fix: handle non-semver-style dependency versions ([#&#8203;13850](https://github.com/sveltejs/kit/pull/13850)) - fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold ([#&#8203;13723](https://github.com/sveltejs/kit/pull/13723)) ### [`v2.21.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2212) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.1...@sveltejs/kit@2.21.2) ##### Patch Changes - fix: omit stack when logging 404 errors ([#&#8203;13848](https://github.com/sveltejs/kit/pull/13848)) ### [`v2.21.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2211) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.0...@sveltejs/kit@2.21.1) ##### Patch Changes - chore: clarify which functions `handleFetch` affects ([#&#8203;13788](https://github.com/sveltejs/kit/pull/13788)) - fix: ensure `$env` and `$app/environment` are correctly set while analysing server nodes ([#&#8203;13790](https://github.com/sveltejs/kit/pull/13790)) ### [`v2.21.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2210) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.8...@sveltejs/kit@2.21.0) ##### Minor Changes - feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals ([#&#8203;13684](https://github.com/sveltejs/kit/pull/13684)) ##### Patch Changes - chore: remove `import-meta-resolve` dependency ([#&#8203;13629](https://github.com/sveltejs/kit/pull/13629)) - fix: remove component code from server nodes that are never used for SSR ([#&#8203;13684](https://github.com/sveltejs/kit/pull/13684)) </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-->
ticktock_depbot added 1 commit 2025-06-12 14:09:57 +00:00
chore(deps): update dependency @sveltejs/kit to v2.21.4
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Failing after 1m4s
e53dcb7768
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 e53dcb7768 to 7b2af1ed47 2025-06-13 03:24:35 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.21.4 to chore(deps): update dependency @sveltejs/kit to v2.21.5 2025-06-13 03:24:36 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 7b2af1ed47 to 105cf69882 2025-06-20 03:09:38 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.21.5 to chore(deps): update dependency @sveltejs/kit to v2.22.0 2025-06-20 03:09:38 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 105cf69882 to fd2c8023c3 2025-06-26 04:04:36 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.22.0 to chore(deps): update dependency @sveltejs/kit to v2.22.1 2025-06-26 04:04:37 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from fd2c8023c3 to e66431cb07 2025-06-26 07:34:36 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.22.1 to chore(deps): update dependency @sveltejs/kit to v2.22.2 2025-06-26 07:34:39 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 1m2s
/ check-changes (pull_request) Successful in 1m16s
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 checkout 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 checkout main
git merge --no-ff renovate/sveltejs-kit-2.x-lockfile
git checkout renovate/sveltejs-kit-2.x-lockfile
git rebase main
git checkout main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git checkout renovate/sveltejs-kit-2.x-lockfile
git rebase main
git checkout main
git merge --no-ff renovate/sveltejs-kit-2.x-lockfile
git checkout main
git merge --squash renovate/sveltejs-kit-2.x-lockfile
git checkout main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git checkout 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#77
No description provided.