Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.22.5 -> 2.43.4 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)

v2.33.1

Compare Source

Patch Changes
  • fix: make paths in .css assets relative (#​14262)

  • fix: avoid copying SSR stylesheets to client assets (#​13069)

v2.33.0

Compare Source

Minor Changes
  • feat: configure error reporting when routes marked as prerendable were not prerendered (#​11702)
Patch Changes
  • fix: use correct flag for server tracing (#​14250)

  • fix: correct type names for new handleUnseenRoutes option (#​14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#​14250)

v2.32.0

Compare Source

Minor Changes
  • feat: inline load fetch response.body stream data as base64 in page (#​11473)
Patch Changes
  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#​14225)

v2.31.1

Compare Source

Patch Changes
  • fix: pass options to resolve in resolveId hook (#​14223)

v2.31.0

Compare Source

Minor Changes
  • feat: OpenTelemetry tracing for handle, sequence, form actions, remote functions, and load functions running on the server (#​13899)

  • feat: add instrumentation.server.ts for tracing and observability setup (#​13899)

v2.30.1

Compare Source

Patch Changes
  • chore: generate $app/types in a more Typescript-friendly way (#​14207)

v2.30.0

Compare Source

Minor Changes
  • feat: allow to specify options for the service worker in svelte.config.js (#​13578)
Patch Changes
  • fix: ensure buttonProps.enhance works on buttons with nested text (#​14199)

  • fix: pass validation issues specifically to avoid non-enumerable spreading error (#​14197)

v2.29.1

Compare Source

Patch Changes
  • chore: allow remote functions in all of the src directory (#​14198)

v2.29.0

Compare Source

Minor Changes
  • feat: add a kit.files.src option (#​14152)
Patch Changes
  • fix: don't treat $lib/server.ts or $lib/server_whatever.ts as server-only modules, only $lib/server/** (#​14191)

  • fix: make illegal server-only import errors actually useful (#​14155)

  • chore: deprecate config.kit.files options (#​14152)

  • fix: avoid warning if page options in a Svelte file belongs to a comment (#​14180)

v2.28.0

Compare Source

Minor Changes
  • feat: add RouteId and RouteParams to NavigationTarget interface (#​14167)

  • feat: add pending property to forms and commands (#​14137)

Patch Changes
  • fix: fetch imported assets during prerender (#​12201)

  • chore: refactor redundant base64 encoding/decoding functions (#​14160)

  • fix: use correct cache result when fetching same url multiple times (#​12355)

  • fix: don't refresh queries automatically when running commands (#​14170)

  • fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#​14161)

v2.27.3

Compare Source

Patch Changes
  • chore: add .git to the end of package.json repository url (#​14134)

v2.27.2

Compare Source

Patch Changes
  • fix: ensure form() remote functions work when the app is configured to a single output (#​14127)

  • fix: use the configured base path when calling remote functions from the client (#​14106)

v2.27.1

Compare Source

Patch Changes
  • fix: correctly type remote function input parameters from a schema (#​14098)

  • fix: match URL-encoded newlines in rest route params (#​14102)

  • fix: correctly spell server-side in error messages (#​14101)

v2.27.0

Compare Source

Minor Changes

v2.26.1

Compare Source

Patch Changes
  • fix: posixify internal app server path (#​14049)

  • fix: ignore route groups when generating typed routes (#​14050)

v2.26.0

Compare Source

Minor Changes
  • feat: better type-safety for page.route.id, page.params, page.url.pathname and various other places (#​13864)

  • feat: resolve(...) and asset(...) helpers for resolving paths (#​13864)

  • feat: Add $app/types module with Asset, RouteId, Pathname, ResolvedPathname RouteParams<T> and LayoutParams<T> (#​13864)

v2.25.2

Compare Source

Patch Changes
  • fix: correctly set URL when navigating during an ongoing navigation (#​14004)

v2.25.1

Compare Source

Patch Changes
  • fix: add missing params property (#​14012)

v2.25.0

Compare Source

Minor Changes
  • feat: support asynchronous read implementations from adapters (#​13859)
Patch Changes
  • fix: log when no Svelte config file has been found to avoid confusion (#​14001)

v2.24.0

Compare Source

Minor Changes
  • feat: typed params prop for page/layout components (#​13999)
Patch Changes
  • fix: treeshake internal storage.get helper (#​13998)

v2.23.0

Compare Source

Minor Changes
  • feat: support svelte.config.ts (#​13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work.
    In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes
  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#​13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#​13941)


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 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
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 0d9ed8a to 6d1d695 Compare May 28, 2025 15:37
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.1 chore(deps): update dependency @sveltejs/kit to v2.21.2 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from f074a6c to f7dac1e Compare June 9, 2025 06:35
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.2 chore(deps): update dependency @sveltejs/kit to v2.21.3 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from f7dac1e to 32a8e3c Compare June 10, 2025 17:11
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.3 chore(deps): update dependency @sveltejs/kit to v2.21.4 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 32a8e3c to e27c02b Compare June 13, 2025 07:11
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.4 chore(deps): update dependency @sveltejs/kit to v2.21.5 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from e27c02b to ac35eb1 Compare June 20, 2025 07:06
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.21.5 chore(deps): update dependency @sveltejs/kit to v2.22.0 Jun 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.36.2 chore(deps): update dependency @sveltejs/kit to v2.36.3 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from a608f96 to ebcb100 Compare August 31, 2025 09:21
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.36.3 chore(deps): update dependency @sveltejs/kit to v2.37.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 4736058 to a6b83bb Compare September 6, 2025 13:24
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.37.0 chore(deps): update dependency @sveltejs/kit to v2.37.1 Sep 6, 2025
@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 2 times, most recently from 4f901a5 to a6aab95 Compare September 11, 2025 02:28
@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 changed the title chore(deps): update dependency @sveltejs/kit to v2.38.1 chore(deps): update dependency @sveltejs/kit to v2.39.0 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 6a6b083 to d330ec9 Compare September 13, 2025 23:33
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.39.0 chore(deps): update dependency @sveltejs/kit to v2.39.1 Sep 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.39.1 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 2 times, most recently from f720731 to b805232 Compare September 17, 2025 00:57
@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 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from b805232 to 74ceed2 Compare September 19, 2025 01:48
@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 74ceed2 to 8e9321a Compare September 22, 2025 17:39
@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 8e9321a to 70c871f Compare September 22, 2025 21:01
@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 70c871f to 56d7c9e Compare September 23, 2025 14:41
@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 56d7c9e to 18d2e1d Compare September 24, 2025 15:30
@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
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