chore(deps): update dependency @sveltejs/kit to v2.21.4 #550

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

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.20.2 -> 2.21.4

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

sveltejs/kit (@​sveltejs/kit)

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)

v2.20.8

Compare Source

Patch Changes
  • fix: ensure that ssr and csr page options apply to error pages rendered as a result of a load function error on the server (#​13695)

v2.20.7

Compare Source

Patch Changes
  • fix: regression when serializing server data (#​13709)

v2.20.6

Compare Source

Patch Changes

v2.20.5

Compare Source

Patch Changes
  • allow HandleServerError hook to access getRequestEvent (#​13666)

  • fix: prevent Rollup warnings for undefined hooks (#​13687)

v2.20.4

Compare Source

Patch Changes
  • chore: remove internal class-replacement hack that isn't needed anymore (#​13664)

v2.20.3

Compare Source

Patch Changes
  • fix: only call afterNavigate once on app start when SSR is disabled (#​13593)

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.2` -> `2.21.4`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.20.2/2.21.4) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`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)) ### [`v2.20.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2208) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.7...@sveltejs/kit@2.20.8) ##### Patch Changes - fix: ensure that `ssr` and `csr` page options apply to error pages rendered as a result of a load function error on the server ([#&#8203;13695](https://github.com/sveltejs/kit/pull/13695)) ### [`v2.20.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2207) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.6...@sveltejs/kit@2.20.7) ##### Patch Changes - fix: regression when serializing server data ([#&#8203;13709](https://github.com/sveltejs/kit/pull/13709)) ### [`v2.20.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2206) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.5...@sveltejs/kit@2.20.6) ##### Patch Changes - fix: escape names of tracked search parameters ([`d3300c6a67908590266c363dba7b0835d9a194cf`](https://github.com/sveltejs/kit/commit/d3300c6a67908590266c363dba7b0835d9a194cf)) ### [`v2.20.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2205) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.4...@sveltejs/kit@2.20.5) ##### Patch Changes - allow `HandleServerError` hook to access `getRequestEvent` ([#&#8203;13666](https://github.com/sveltejs/kit/pull/13666)) - fix: prevent Rollup warnings for undefined hooks ([#&#8203;13687](https://github.com/sveltejs/kit/pull/13687)) ### [`v2.20.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2204) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.3...@sveltejs/kit@2.20.4) ##### Patch Changes - chore: remove internal class-replacement hack that isn't needed anymore ([#&#8203;13664](https://github.com/sveltejs/kit/pull/13664)) ### [`v2.20.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2203) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.2...@sveltejs/kit@2.20.3) ##### Patch Changes - fix: only call `afterNavigate` once on app start when SSR is disabled ([#&#8203;13593](https://github.com/sveltejs/kit/pull/13593)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjQwLjQ4LjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-04-02 05:20:21 +00:00
chore(deps): update dependency @sveltejs/kit to v2.20.3
All checks were successful
continuous-integration/drone/push Build is passing
4ae78f86d6
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 4ae78f86d6 to e68025f017 2025-04-04 20:37:28 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.3 to chore(deps): update dependency @sveltejs/kit to v2.20.4 2025-04-04 20:37:41 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from e68025f017 to af97e1317f 2025-04-07 10:20:14 +00:00 Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from af97e1317f to bea4ab3c12 2025-04-07 16:21:32 +00:00 Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from bea4ab3c12 to 0d571ff7f5 2025-04-11 11:54:10 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.4 to chore(deps): update dependency @sveltejs/kit to v2.20.5 2025-04-11 11:54:22 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0d571ff7f5 to 94d0d11a21 2025-04-15 06:35:00 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.5 to chore(deps): update dependency @sveltejs/kit to v2.20.7 2025-04-15 06:35:17 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 94d0d11a21 to ee1036020c 2025-04-30 22:22:28 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.7 to chore(deps): update dependency @sveltejs/kit to v2.20.8 2025-04-30 22:22:39 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from ee1036020c to 0448619cfd 2025-05-08 09:44:54 +00:00 Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0448619cfd to a1589dc483 2025-05-13 00:39:40 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.8 to chore(deps): update dependency @sveltejs/kit to v2.21.0 2025-05-13 00:39:50 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from a1589dc483 to a8b1d7d80d 2025-05-18 20:32:51 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.21.0 to chore(deps): update dependency @sveltejs/kit to v2.21.1 2025-05-18 20:33:02 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from a8b1d7d80d to baa8fe586f 2025-06-09 06:07:34 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.21.1 to chore(deps): update dependency @sveltejs/kit to v2.21.3 2025-06-09 06:07:56 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from baa8fe586f to b4dbb93739 2025-06-10 14:53:44 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.21.3 to chore(deps): update dependency @sveltejs/kit to v2.21.4 2025-06-10 14:53:56 +00:00
This repository is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: fic/server#550
No description provided.