Skip to content

chore(deps): update dependency @sveltejs/kit to v2.70.1 - #378

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sveltejs-kit-2.x-lockfile
Open

chore(deps): update dependency @sveltejs/kit to v2.70.1#378
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sveltejs-kit-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.61.02.70.1 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.70.1

Compare Source

Patch Changes
  • docs: update links to hooks documentation (#​16417)

v2.70.0

Compare Source

Minor Changes
  • feat: move defineEnvVars to @sveltejs/kit/env (#​16378)
Patch Changes
  • fix: enable CSRF protection in builds with a non-production NODE_ENV value (#​16313)

v2.69.3

Compare Source

Patch Changes
  • fix: detect destructured load and actions exports during type generation (#​16329)

  • fix: ensure CSS URL references are absolute when paths.relative is false (#​16315)

  • fix: align MAX_COOKIE_SIZE with RFC 6265bis (#​16322)

v2.69.2

Compare Source

Patch Changes
  • fix: set define values on globalThis when running Vitest (#​16246)

v2.69.1

Compare Source

Patch Changes
  • fix: prevent prototype pollution when deleting file inputs (#​16218)

  • fix: prevent unhandled promise rejection (#​16219)

v2.69.0

Compare Source

Minor Changes
  • feat: expose submitted property of remote forms (#​14811)
Patch Changes
  • fix: clear issues and touched states on form reset (#​16163)

  • fix: return undefined from fields.branch.issues() when only fields.branch.leaf has issues (#​16187)

v2.68.0

Compare Source

Minor Changes
  • feat: expose RemoteFormEnhanceInstance and RemoteFormEnhanceCallback types (#​15816)

  • feat: set value of submit fields when form is submitted (#​15979)

Patch Changes
  • fix: skip native_navigation when __data.json returns 404 on a static fallback page (#​16135)

  • fix: ignore third-party monkeypatches in pushState/replaceState warning detection (#​15267)

  • fix: snapshot form fields on read (#​16150)

  • fix: strip field prefix before erroring on duplicates (#​16151)

  • fix: call reset function via prototype (#​16138)

  • chore: fix navigation type hover info (#​16147)

v2.67.0

Compare Source

Minor Changes
  • feat: add prerender.handleInvalidUrl option for invalid URLs discovered while crawling (#​16088)
Patch Changes
  • fix: support exactOptionalPropertyTypes for optional form schema fields (#​15866)

  • fix: avoid unnecessarily overriding a user's Vite 8 codeSplitting setting (#​16118)

v2.66.0

Compare Source

Minor Changes
  • feat: precompress prerendered .md and .mdx files (#​15893)

  • feat: warn the user when they forget to make boolean inputs optional in their form schemas (#​15804)

Patch Changes
  • fix: blur active element before component update during navigation so that blur/focusout handlers fire while old component data is still valid (#​15452)

  • fix: ensure base is available from $service-worker during development (#​15882)

  • fix: use correct relative asset paths when rendering an error page for a missing __data.json request (#​15884)

  • fix: preserve active for await consumers across query.live reconnects (#​16022)

  • fix: settle query.live reconnect promise on all exit paths, preventing invalidateAll() from deadlocking when a live query is offline or interrupted (#​16022)

  • fix: preserve last value when a query.live stream completes without yielding on reconnect (#​16022)

  • fix: remove types: ['node'] from generated tsconfig to avoid errors when @types/node is not installed (#​15709)

  • fix: prefer pages over endpoints when prerendering (#​16076)

  • fix: restore snapshots after afterNavigate callbacks (#​16066)

  • fix: support ws:/wss: and trusted-types-eval for CSP sources (#​15938)

  • fix: omit empty file inputs from remote form data (#​15898)

  • fix: fail early if a route with +page and +server is marked as prerenderable (#​16075)

  • fix: wait a tick before resetting forms (#​15805)

  • fix: preflight schemas apply correctly when chained before for (#​15863)

  • fix: blank page in SPA mode when root layout load() throws (#​15798)

  • fix: pass all unknown options from the sveltekit Vite plugin through to vite-plugin-svelte (#​16010)

v2.65.2

Compare Source

Patch Changes
  • fix: throw an error when prerendering a root +server.js that returns a non-HTML response (#​15994)

  • fix: decode base64-serialized fetch bodies before caching them for client-side replay (#​16034)

  • fix: correctly access explicit dynamic public environment variables from prerendered pages and service workers (#​16024)

  • fix: allow preloadCode to be called during initial page load (#​16028)

  • fix: send cache-control: private, no-store on remote function responses so personalized query results can never be cached by shared caches (#​16020)

  • fix: preserve the HTTP status and error body when a remote function request fails in transport (e.g. a 401/403 from a handle hook), instead of reporting a generic 500 (#​16021)

  • fix: avoid loading universal nodes during build analysis when the app uses a hash router (#​16042)

  • fix: correctly serve client entry during development when using the pnpm global virtual store (#​16045)

  • fix: normalize path separators when comparing config (#​16037)

  • fix: ensure building resolves correctly to allow avoiding build-time explicit environment variable validation (#​16058)

  • fix: prevent unhandled promise rejections when remote function failures are consumed via current/error instead of await (#​16018)

v2.65.1

Compare Source

Patch Changes
  • fix: avoid importing the Vite development client code into builds with a non-standard NODE_ENV (#​16023)

  • fix: don't emit the unused bundle and stylesheet files when using bundleStrategy: 'inline' (#​16025)

  • fix: reset queries before navigating when invalidateAll is set (#​16014)

  • fix: regression in loading assets for absolute path apps (#​16026)

v2.65.0

Compare Source

Minor Changes
  • feat: allow queries to refresh other queries (#​16012)
Patch Changes
  • fix: dedupe remote data (#​15991)

  • fix: skip client build if all routes have CSR disabled (#​15936)

v2.64.0

Compare Source

Minor Changes
  • feat: allow commands to receive File objects (#​15978)
Patch Changes
  • fix: avoid server components from being bundled if SSR is turned off for a route (#​15982)

v2.63.1

Compare Source

Patch Changes
  • fix: use SSE for query.live (#​15957)

  • fix: use forward slashes in the generated env.d.ts import path on Windows (#​15977)

  • fix: allow $app/environment with a warning when explicitEnvironmentVariables is enabled (#​15980)

  • fix: avoid importing Vite while validating explicit environment variables (#​15953)

  • docs: adjust the release version of explicit env vars (#​15968)

  • fix: ensure version is defined when importing from $app/env with explicit environment variables (#​15971)

v2.63.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove check for svelte.config.js before running sync (#​15946)

  • fix: generate a placeholder tsconfig.json to squelch sync-time warnings (#​15948)

  • fix: allow use of $app/env/public in service workers (#​15950)

v2.62.0

Compare Source

Minor Changes
  • feat: support passing Svelte(Kit) config via Vite plugin (#​15944)
Patch Changes
  • fix: preserve multiple Set-Cookie headers on 304 responses (#​15902)

  • fix: preload for anchor elements that were just previously preloaded (#​15915)

  • fix: catch load function streaming errors on the client (#​15929)

  • fix: avoid generating the _app/env.js module if public dynamic environment variables are not used by the app (#​15940)

v2.61.1

Compare Source

Patch Changes
  • fix: regression where routes starting and ending with a route group are not matched correctly (#​15903)

Configuration

📅 Schedule: (UTC)

  • 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 17, 2025

Copy link
Copy Markdown

Deploying svead with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0099f99
Status:🚫  Build failed.

View logs

@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from fe3ff67 to 8545976 Compare September 19, 2025 01:06
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.42.1 chore(deps): update dependency @sveltejs/kit to v2.42.2 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 8545976 to aa1a12d Compare September 22, 2025 17:28
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.42.2 chore(deps): update dependency @sveltejs/kit to v2.43.0 Sep 22, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from aa1a12d to f833bf4 Compare September 22, 2025 21:08
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.0 chore(deps): update dependency @sveltejs/kit to v2.43.1 Sep 22, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from f833bf4 to f3137c7 Compare September 23, 2025 14:48
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.1 chore(deps): update dependency @sveltejs/kit to v2.43.2 Sep 23, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from f3137c7 to de65a68 Compare September 24, 2025 13:57
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.2 chore(deps): update dependency @sveltejs/kit to v2.43.3 Sep 24, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from de65a68 to 9987599 Compare September 24, 2025 17:57
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.3 chore(deps): update dependency @sveltejs/kit to v2.43.4 Sep 24, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from e1819f2 to 658593f Compare September 25, 2025 18:47
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.4 chore(deps): update dependency @sveltejs/kit to v2.43.5 Sep 25, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 3 times, most recently from 44070d3 to 982cde6 Compare September 30, 2025 23:31
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.5 chore(deps): update dependency @sveltejs/kit to v2.43.6 Sep 30, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 982cde6 to dc6b363 Compare October 1, 2025 20:57
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.6 chore(deps): update dependency @sveltejs/kit to v2.43.7 Oct 1, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from dc6b363 to 4b0ce13 Compare October 3, 2025 16:26
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.7 chore(deps): update dependency @sveltejs/kit to v2.43.8 Oct 3, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.43.8 chore(deps): update dependency @sveltejs/kit to v2.44.0 Oct 5, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 92dfdc1 to cbc3b30 Compare October 7, 2025 06:11
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.44.0 chore(deps): update dependency @sveltejs/kit to v2.45.0 Oct 7, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from cbc3b30 to 33f6b1b Compare October 7, 2025 14:54
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.45.0 chore(deps): update dependency @sveltejs/kit to v2.46.2 Oct 7, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.47.2 chore(deps): update dependency @sveltejs/kit to v2.47.3 Oct 22, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 0cdcea9 to 4891185 Compare October 26, 2025 21:27
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.47.3 chore(deps): update dependency @sveltejs/kit to v2.48.0 Oct 26, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 4891185 to b41e28f Compare October 28, 2025 08:12
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.0 chore(deps): update dependency @sveltejs/kit to v2.48.2 Oct 28, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from b41e28f to e167413 Compare October 29, 2025 08:32
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.2 chore(deps): update dependency @sveltejs/kit to v2.48.3 Oct 29, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from e167413 to 47f6d55 Compare October 31, 2025 00:06
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.3 chore(deps): update dependency @sveltejs/kit to v2.48.4 Oct 31, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 15cc65d to 0aa8006 Compare November 14, 2025 10:35
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.4 chore(deps): update dependency @sveltejs/kit to v2.48.5 Nov 14, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 3786fb3 to 89d427c Compare November 20, 2025 17:57
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.5 chore(deps): update dependency @sveltejs/kit to v2.48.6 Nov 20, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 89d427c to d532eae Compare November 20, 2025 21:45
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.6 chore(deps): update dependency @sveltejs/kit to v2.48.7 Nov 20, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from d532eae to 8d90288 Compare November 21, 2025 02:13
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.7 chore(deps): update dependency @sveltejs/kit to v2.49.0 Nov 21, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 8d90288 to 36f0f30 Compare December 2, 2025 21:29
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.49.0 chore(deps): update dependency @sveltejs/kit to v2.49.1 Dec 2, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 3 times, most recently from 74072b0 to 541b8dc Compare December 9, 2025 04:06
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.49.1 chore(deps): update dependency @sveltejs/kit to v2.49.2 Dec 9, 2025
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 0bf82ff to 83858bd Compare January 5, 2026 17:05
@renovate renovate Bot changed the title chore(deps): update dependency @sveltejs/kit to v2.49.2 chore(deps): update dependency @sveltejs/kit to v2.49.3 Jan 5, 2026
@renovate
renovate Bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 83858bd to f3420a9 Compare January 8, 2026 18:29
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