Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.25.2 -> 2.36.2 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Vienna, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Europe/Vienna.

🚦 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 Aug 11, 2025

Deploying svelte-tiny-virtual-list with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1a7cc16
Status: ✅  Deploy successful!
Preview URL: https://5799ee72.svelte-tiny-virtual-list.pages.dev
Branch Preview URL: https://renovate-sveltejs-kit-2-x.svelte-tiny-virtual-list.pages.dev

View logs

@renovate renovate bot requested a review from jonasgeiler August 11, 2025 01:40
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 86bd68b to c712657 Compare August 15, 2025 06:11
@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 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from dc09d6b to dfc90fd Compare August 16, 2025 16:31
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.28.0 chore(deps): update dependency @sveltejs/kit to v2.29.0 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from dfc90fd to 1383b52 Compare August 16, 2025 21:23
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.29.0 chore(deps): update dependency @sveltejs/kit to v2.29.1 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 1383b52 to 6a79d1c Compare August 17, 2025 18:29
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.29.1 chore(deps): update dependency @sveltejs/kit to v2.30.0 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 6a79d1c to fb54aec Compare August 17, 2025 20:48
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.30.0 chore(deps): update dependency @sveltejs/kit to v2.30.1 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from fb54aec to b6e7cda Compare August 18, 2025 18:19
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.30.1 chore(deps): update dependency @sveltejs/kit to v2.31.0 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from b6e7cda to eecae54 Compare August 19, 2025 14:28
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.31.0 chore(deps): update dependency @sveltejs/kit to v2.31.1 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from eecae54 to c36e10e Compare August 21, 2025 19:39
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.31.1 chore(deps): update dependency @sveltejs/kit to v2.32.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from c36e10e to 8277c12 Compare August 21, 2025 23:25
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.32.0 chore(deps): update dependency @sveltejs/kit to v2.33.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 8277c12 to e960b69 Compare August 22, 2025 16:45
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.33.0 chore(deps): update dependency @sveltejs/kit to v2.33.1 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from e960b69 to 2e8e873 Compare August 22, 2025 21:44
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.33.1 chore(deps): update dependency @sveltejs/kit to v2.34.0 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 2e8e873 to 04e9851 Compare August 23, 2025 13:43
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.34.0 chore(deps): update dependency @sveltejs/kit to v2.34.1 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 04e9851 to caedf17 Compare August 23, 2025 16:59
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.34.1 chore(deps): update dependency @sveltejs/kit to v2.35.0 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from caedf17 to 1cdff7f Compare August 24, 2025 01:12
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.35.0 chore(deps): update dependency @sveltejs/kit to v2.36.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 1cdff7f to 21c0e40 Compare August 24, 2025 04:27
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.36.0 chore(deps): update dependency @sveltejs/kit to v2.36.1 Aug 24, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 21c0e40 to 1a7cc16 Compare August 26, 2025 19:04
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.36.1 chore(deps): update dependency @sveltejs/kit to v2.36.2 Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants