Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.37.0 -> 2.48.4 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.48.4

Compare Source

Patch Changes
  • fix: adjust query's promise implementation to properly allow chaining (#​14859)

  • fix: make prerender cache work, including in development (#​14860)

v2.48.3

Compare Source

Patch Changes
  • fix: include hash when using resolve with hash routing enabled (#​14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#​14644)
    fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#​14784)

v2.48.2

Compare Source

Patch Changes
  • fix: update DOM before running navigate callbacks (#​14829)

v2.48.1

Compare Source

Patch Changes
  • fix: wait for commit promise instead of settled (#​14818)

v2.48.0

Compare Source

Minor Changes
  • feat: use experimental fork API when available (#​14793)
Patch Changes
  • fix: await for settled instead of tick in navigate (#​14800)

v2.47.3

Compare Source

Patch Changes
  • fix: avoid hanging when error() is used while streaming promises from a server load function (#​14722)

  • chore: treeshake load function code if we know it's unused (#​14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#​14734)

  • fix: rework internal representation of form value to be $state (#​14771)

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)


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.

@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.37.1 chore(deps): update dependency @sveltejs/kit to v2.38.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 99f0763 to 384d1c4 Compare September 10, 2025 17:41
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.38.0 chore(deps): update dependency @sveltejs/kit to v2.38.1 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 384d1c4 to 8c3341b Compare September 11, 2025 04:40
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.38.1 chore(deps): update dependency @sveltejs/kit to v2.39.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 58ee22d to f7b7f72 Compare September 15, 2025 21:43
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.39.1 chore(deps): update dependency @sveltejs/kit to v2.40.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from f7b7f72 to ac1d75e Compare September 16, 2025 14:32
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.40.0 chore(deps): update dependency @sveltejs/kit to v2.41.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from ac1d75e to 0dc2587 Compare September 16, 2025 22:44
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.41.0 chore(deps): update dependency @sveltejs/kit to v2.42.1 Sep 16, 2025
@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 2 times, most recently from 059c805 to 0524472 Compare September 22, 2025 17:13
@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 0524472 to 04659ac Compare September 22, 2025 20:45
@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 04659ac to 5fdbcf8 Compare September 23, 2025 13:05
@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 5fdbcf8 to 6f7fd9d Compare September 24, 2025 13:40
@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 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 from 6f7fd9d to 5b70974 Compare September 24, 2025 18:13
@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 2 times, most recently from 2725968 to 1711fb8 Compare October 1, 2025 01:46
@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 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 1711fb8 to e274b9f Compare October 1, 2025 21:24
@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 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 e7a7bfe to 8e0c046 Compare October 7, 2025 06:01
@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 8e0c046 to d8f4099 Compare October 7, 2025 11:35
@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.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from d8f4099 to 21ce741 Compare October 7, 2025 15:56
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.46.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 21ce741 to 7a30a76 Compare October 8, 2025 15:37
@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 from 7a30a76 to a7232d5 Compare October 13, 2025 10:44
@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 a7232d5 to df60c10 Compare October 15, 2025 17:11
@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 df60c10 to c70813d Compare October 17, 2025 08:42
@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 c70813d to 5b28eae Compare October 20, 2025 04:46
@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 2 times, most recently from 063df09 to af28283 Compare October 22, 2025 15:54
@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 af28283 to 81a9674 Compare October 26, 2025 22:43
@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 81a9674 to 3b7600a Compare October 28, 2025 09:13
@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 3b7600a to 4cc1934 Compare October 29, 2025 13:49
@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 4cc1934 to 61b94a1 Compare October 31, 2025 00:58
@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
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.

1 participant