Skip to content

chore(deps): update dependency @sveltejs/kit to v2.21.1 #432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 2.17.1 -> 2.21.1 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)

v2.20.2

Compare Source

Patch Changes
  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#​13616)

v2.20.1

Compare Source

Patch Changes
  • fix: avoid using top-level await (#​13607)

v2.20.0

Compare Source

Minor Changes
  • feat: add getRequestEvent to $app/server (#​13582)

v2.19.2

Compare Source

Patch Changes
  • fix: lazily load CSS for dynamically imported components (#​13564)

v2.19.1

Compare Source

Patch Changes
  • fix: allow reroute to point to prerendered route (#​13575)

v2.19.0

Compare Source

Minor Changes
Patch Changes

v2.18.0

Compare Source

Minor Changes
Patch Changes
  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#​13492)

  • fix: include universal load assets as server assets (#​13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#​13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#​13530)

v2.17.3

Compare Source

Patch Changes
  • fix: avoid simulated CORS errors with non-HTTP URLs (#​13493)

  • fix: correctly preload links on mousedown/touchstart (#​13486)

  • fix: load CSS when using server-side route resolution (#​13498)

  • fix: correctly find shared entry-point CSS files during inlining (#​13431)

v2.17.2

Compare Source

Patch Changes
  • fix: add promise return type to the enhance action callback (#​13420)

  • fix: change server-side route resolution endpoint (#​13461)


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 was generated by Mend Renovate. View the repository job log.

@coolify-spences10
Copy link

coolify-spences10 bot commented Feb 14, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-05-19 20:54:02 CET

@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 080c9d8 to 12a33a2 Compare February 19, 2025 15:27
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.17.2 chore(deps): update dependency @sveltejs/kit to v2.17.3 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 12a33a2 to 49ca979 Compare February 25, 2025 19:55
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 49ca979 to 39fa332 Compare April 6, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.17.3 chore(deps): update dependency @sveltejs/kit to v2.20.4 Apr 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.20.4 chore(deps): update dependency @sveltejs/kit to v2.20.5 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 39fa332 to 48e9fba Compare April 9, 2025 19:04
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.20.5 chore(deps): update dependency @sveltejs/kit to v2.20.6 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 48e9fba to 7de9bd7 Compare April 14, 2025 19:38
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.20.6 chore(deps): update dependency @sveltejs/kit to v2.20.7 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 7de9bd7 to f6536ef Compare April 15, 2025 02:23
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 1a2884e to 4e9f771 Compare April 30, 2025 22:46
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.20.7 chore(deps): update dependency @sveltejs/kit to v2.20.8 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 4e9f771 to d506cc2 Compare May 12, 2025 21:51
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.20.8 chore(deps): update dependency @sveltejs/kit to v2.21.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from d506cc2 to 4910a73 Compare May 18, 2025 18:47
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.0 chore(deps): update dependency @sveltejs/kit to v2.21.1 May 18, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 4910a73 to 0d9ed8a Compare May 19, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants