Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.33.1 -> 2.47.2 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.47.2

Compare Source

Patch Changes
  • fix: streamed promise not resolving when another load function returns a fast resolving promise (#​14753)

  • chore: allow to run preflight validation only (#​14744)

  • fix: update overload to set invalid type to schema input (#​14748)

v2.47.1

Compare Source

Patch Changes
  • fix: allow read to be used at the top-level of remote function files (#​14672)

  • fix: more robust remote files generation (#​14682)

v2.47.0

Compare Source

Minor Changes
Patch Changes
  • fix: resolve remote module syntax errors with trailing expressions (#​14728)

v2.46.5

Compare Source

Patch Changes
  • fix: ensure form remote functions' fields.set triggers reactivity (#​14661)

v2.46.4

Compare Source

Patch Changes
  • fix: prevent access of Svelte 5-only untrack function (#​14658)

v2.46.3

Compare Source

Patch Changes
  • fix: merge field.set(...) calls (#​14651)

  • fix: don't automatically reset form after an enhanced submission (#​14626)

  • fix: normalize path strings when updating field values (#​14649)

v2.46.2

Compare Source

Patch Changes
  • fix: prevent code execution order issues around SvelteKit's env modules (#​14637)

v2.46.1

Compare Source

Patch Changes
  • fix: use $derived for form fields (#​14621)

  • docs: remove @example blocks to allow docs to deploy (#​14636)

  • fix: require a value with submit and hidden fields (#​14635)

  • fix: delete hydration cache on effect teardown (#​14611)

v2.46.0

Compare Source

Minor Changes
  • feat: imperative form validation (#​14624)
Patch Changes
  • fix: wait a tick before collecting form data for validation (#​14631)

  • fix: prevent code execution order issues around SvelteKit's env modules (#​14632)

v2.45.0

Compare Source

Minor Changes
  • feat: form.for(id) now implicitly sets id on form object (#​14623)
Patch Changes
  • fix: allow fetch in remote function without emitting a warning (#​14610)

v2.44.0

Compare Source

Minor Changes
  • feat: expose event.route and event.url to remote functions (#​14606)

  • breaking: update experimental form API (#​14481)

Patch Changes
  • fix: don't crawl error responses during prerendering (#​14596)

v2.43.8

Compare Source

Patch Changes
  • fix: HMR for query (#​14587)

  • fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#​14577)

  • fix: skip prebundling of .remote.js files (#​14583)

  • fix: more robust remote file pattern matching (#​14578)

v2.43.7

Compare Source

Patch Changes
  • fix: correctly type the result of form remote functions that do not accept data (#​14573)

  • fix: force remote module chunks to isolate themselves (#​14571)

v2.43.6

Compare Source

Patch Changes
  • fix: ensure cache key is consistent between client/server (#​14563)

  • fix: keep resolve relative to initial base during prerender (#​14533)

  • fix: avoid including HEAD twice when an unhandled HTTP method is used in a request to a +server handler that has both a GET handler and a HEAD handler (#​14564)

  • fix: smoothscroll to deep link (#​14569)

v2.43.5

Compare Source

Patch Changes
  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#​14532)

v2.43.4

Compare Source

Patch Changes
  • fix: Webcontainer AsyncLocalStorage workaround (#​14526)

v2.43.3

Compare Source

Patch Changes
  • fix: Webcontainer AsyncLocalStorage workaround (#​14521)

  • fix: include the value of form submitters on form remote functions (#​14475)

v2.43.2

Compare Source

Patch Changes
  • fix: ensure rendering starts off synchronously (#​14517)

  • fix: keep serialized remote data alive until navigation (#​14508)

v2.43.1

Compare Source

Patch Changes
  • fix: consistently use bare import for internals (#​14506)

v2.43.0

Compare Source

Minor Changes
Patch Changes
  • fix: ensure __SVELTEKIT_PAYLOAD__.data is accessed safely (#​14491)

  • fix: create separate cache entries for non-exported remote function queries (#​14499)

v2.42.2

Compare Source

Patch Changes
  • fix: prevent loops in postbuild analysis phase (#​14450)

  • fix: handle nested object fields in form data (#​14469)

  • fix: robustify form helper types (#​14463)

  • fix: avoid running the init hook during builds if there's nothing to prerender (#​14464)

  • fix: ensure SSR rendering gets request store context (#​14476)

v2.42.1

Compare Source

Patch Changes
  • fix: ensure environment setup is in its own chunk (#​14441)

v2.42.0

Compare Source

Minor Changes
  • feat: enhance remote form functions with schema support, input and issues properties (#​14383)

  • breaking: remote form functions get passed a parsed POJO instead of a FormData object now (#​14383)

v2.41.0

Compare Source

Minor Changes
  • feat: add %sveltekit.version% to app.html (#​12132)
Patch Changes
  • fix: allow remote functions to return custom types serialized with transport hooks (#​14435)

  • fix: fulfil beforeNavigate complete when redirected (#​12896)

v2.40.0

Compare Source

Minor Changes
  • feat: include event property on popstate/link/form navigation (#​14307)
Patch Changes
  • fix: respect replaceState/keepFocus/noScroll when a navigation results in a redirect (#​14424)

  • fix: invalidate preload cache when invalidateAll is true (#​14420)

v2.39.1

Compare Source

Patch Changes
  • fix: more robust remote function code transformation (#​14418)

v2.39.0

Compare Source

Minor Changes
  • feat: lazy discovery of remote functions (#​14293)
Patch Changes
  • fix: layout load data not serialized on error page (#​14395)

  • fix: fail prerendering when remote function fails (#​14365)

  • fix: treat handle hook redirect as part of remote function call as json redirect (#​14362)

v2.38.1

Compare Source

Patch Changes
  • fix: enable redirects from queries (#​14400)

  • fix: remove empty nodes from serialized server load data (#​14404)

  • fix: allow commands from within endpoints (#​14343)

v2.38.0

Compare Source

Minor Changes
  • feat: add new remote function query.batch (#​14272)

v2.37.1

Compare Source

Patch Changes
  • fix: serialize server load data before passing to universal load, to handle mutations and promises (#​14298)

  • fix: resolve_route prevent dropping a trailing slash of id (#​14294)

  • fix: assign correct status code to form submission error on the client (#​14345)

  • fix: un-proxy form.result (#​14346)

v2.37.0

Compare Source

Minor Changes
  • feat: automatically resolve query.refresh() promises on the server (#​14332)

  • feat: allow query.set() to be called on the server (#​14304)

Patch Changes
  • fix: disable CSRF checks in dev (#​14335)

  • fix: allow redirects to external URLs from within form functions (#​14329)

  • fix: add type definitions for query.set() method to override the value of a remote query function (#​14303)

  • fix: ensure uniqueness of form.for(...) across form functions (#​14327)

v2.36.3

Compare Source

Patch Changes
  • fix: bump devalue (#​14323)

  • chore: consolidate dev checks to use esm-env instead of a __SVELTEKIT_DEV__ global (#​14308)

  • fix: reset form inputs by default when using remote form functions (#​14322)

v2.36.2

Compare Source

Patch Changes
  • chore: make config deprecation warnings more visible (#​14281)

  • chore: remove redundant Not Found error message (#​14289)

  • chore: deprecate csrf.checkOrigin in favour of csrf.trustedOrigins: ['*'] (#​14281)

v2.36.1

Compare Source

Patch Changes
  • fix: ensure importing from $app/navigation works in test files (#​14195)

v2.36.0

Compare Source

Minor Changes
  • feat: add csrf.trustedOrigins configuration (#​14021)
Patch Changes
  • fix: correctly decode custom types streamed from a server load function (#​14261)

  • fix: add trailing slash pathname when generating typed routes (#​14065)

v2.35.0

Compare Source

Minor Changes
  • feat: better server-side error logging (#​13990)
Patch Changes
  • fix: ensure static error page is loaded correctly for custom user errors (#​13952)

v2.34.1

Compare Source

Patch Changes
  • fix: support multiple cookies with the same name across different paths and domains (b2c5d02)

  • fix: add link header when preloading font (#​14200)

  • fix: cookies.get(...) returns undefined for a just-deleted cookie (b2c5d02)

  • fix: load env before prerender (c5f7139)

v2.34.0

Compare Source

Minor Changes
  • feat: allow dynamic env access during prerender (#​14243)
Patch Changes
  • fix: clone fetch responses so that headers are mutable (#​13942)

  • fix: serialize server load data before passing to universal load, to handle mutations (#​14268)

  • fix: allow asset(...) to be used with imported assets (#​14270)


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.

Copy link

cloudflare-workers-and-pages bot commented Jul 9, 2025

Deploying sveltekit-theme-switch-example with  Cloudflare Pages  Cloudflare Pages

Latest commit: e5a549e
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.3 chore(deps): update dependency @sveltejs/kit to v2.22.4 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from dcfb63f to 917a829 Compare July 10, 2025 00:08
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.4 chore(deps): update dependency @sveltejs/kit to v2.22.5 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 64975bd to af6fd85 Compare July 14, 2025 19:40
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.5 chore(deps): update dependency @sveltejs/kit to v2.23.0 Jul 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.23.0 chore(deps): update dependency @sveltejs/kit to v2.24.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from f2510a1 to 1432f6f Compare July 17, 2025 14:29
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.24.0 chore(deps): update dependency @sveltejs/kit to v2.25.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 1432f6f to 85e5b52 Compare July 18, 2025 12:40
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.0 chore(deps): update dependency @sveltejs/kit to v2.25.1 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 85e5b52 to 4b7f1b9 Compare July 23, 2025 17:12
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.1 chore(deps): update dependency @sveltejs/kit to v2.25.2 Jul 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.25.2 chore(deps): update dependency @sveltejs/kit to v2.26.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 66b40a7 to c968157 Compare July 25, 2025 15:48
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.26.0 chore(deps): update dependency @sveltejs/kit to v2.26.1 Jul 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.26.1 chore(deps): update dependency @sveltejs/kit to v2.27.0 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 11d2ab0 to 5b270b2 Compare August 6, 2025 02:14
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.0 chore(deps): update dependency @sveltejs/kit to v2.27.1 Aug 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.1 chore(deps): update dependency @sveltejs/kit to v2.27.2 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from d98cbe7 to 7099681 Compare August 7, 2025 21:51
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.2 chore(deps): update dependency @sveltejs/kit to v2.27.3 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 00e684e to 63a0460 Compare August 12, 2025 02:37
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.27.3 chore(deps): update dependency @sveltejs/kit to v2.28.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 7555055 to f1ae982 Compare September 23, 2025 12:30
@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 f1ae982 to d6044ac Compare September 24, 2025 16:45
@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.4 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from d6044ac to f8740e4 Compare September 25, 2025 19:03
@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 from f8740e4 to a2a6bb4 Compare September 30, 2025 22:34
@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 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 a2a6bb4 to 8c78458 Compare October 1, 2025 21:35
@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 force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 04eafbb to 756929a Compare October 5, 2025 21:54
@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 from 756929a to 83cfbbb Compare October 7, 2025 05:14
@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 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 force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 83cfbbb to 4012ff7 Compare October 7, 2025 16:39
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.46.2 chore(deps): update dependency @sveltejs/kit to v2.46.4 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from fd308cf to 6a357c8 Compare October 13, 2025 08:49
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.46.4 chore(deps): update dependency @sveltejs/kit to v2.46.5 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 6a357c8 to 6f1e861 Compare October 15, 2025 21:33
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.46.5 chore(deps): update dependency @sveltejs/kit to v2.47.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 6f1e861 to 1022a83 Compare October 17, 2025 08:36
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.47.0 chore(deps): update dependency @sveltejs/kit to v2.47.1 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 1022a83 to 6979c31 Compare October 20, 2025 02:32
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.47.1 chore(deps): update dependency @sveltejs/kit to v2.47.2 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 6979c31 to e5a549e Compare October 21, 2025 10:08
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