Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.27.3 -> 2.49.2 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.49.2

Compare Source

Patch Changes
  • fix: Stop re-loading already-loaded CSS during server-side route resolution (#​15014)

  • fix: posixify the instrumentation file import on Windows (#​14993)

  • fix: Correctly handle shared memory when decoding binary form data (#​15028)

v2.49.1

Compare Source

Patch Changes
  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#​15013)

  • fix: TypeError when doing response.clone() in page load (#​15005)

v2.49.0

Compare Source

Minor Changes
  • feat: stream file uploads inside form remote functions allowing form data to be accessed before large files finish uploading (#​14775)

v2.48.8

Compare Source

Patch Changes
  • breaking: invalid now must be imported from @sveltejs/kit (#​14768)

  • breaking: remove submitter option from experimental form validate() method, always provide default submitter (#​14762)

v2.48.7

Compare Source

Patch Changes
  • fix: allow multiple server-timing headers (#​14700)

  • fix: allow access to root-level issues in schema-less forms (#​14893)

  • fix: allow hosting hash-based apps from non-index.html files (#​14825)

v2.48.6

Compare Source

Patch Changes
  • fix: clear issues upon passing validation (#​14683)

  • fix: don't use fork of unrelated route (#​14947)

  • fix: prevent type errors when optional @opentelemetry/api dependency isn't installed (#​14949)

  • fix: preserve this when invoking standard validator (#​14943)

  • fix: treat client/universal hooks as entrypoints for illegal server import detection (#​14876)

  • fix: correct query .set and .refresh behavior in commands (#​14877)

  • fix: improved the accuracy of the types of the output of field.as('...') (#​14908)

v2.48.5

Compare Source

Patch Changes
  • fix: wait an extra microtask in dev before calling $_init_$ (#​14799)

  • fix: discard preload fork before creating a new one (#​14865)

  • fix: delete RemoteFormAllIssue, add path to RemoteFormIssue (#​14864)

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)

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)


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.

@changeset-bot
Copy link

changeset-bot bot commented Apr 28, 2025

⚠️ No Changeset found

Latest commit: 2915ce9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.98%. Comparing base (e83ae56) to head (2915ce9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #340   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files           8        8           
  Lines         232      232           
  Branches       78       78           
=======================================
  Hits          225      225           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from af3e1e0 to 85c3534 Compare April 28, 2025 15:50
@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 85c3534 to fe398f8 Compare April 30, 2025 23:40
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from fe398f8 to 9d51e1e Compare May 13, 2025 01:46
@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 13, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 9d51e1e to 5dddeae Compare May 18, 2025 18:29
@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 5dddeae to b3e08f2 Compare May 19, 2025 20:35
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from b3e08f2 to e02f980 Compare May 28, 2025 10:09
@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 eb04745 to 745d619 Compare June 4, 2025 10:22
@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 2 times, most recently from b282311 to 2ba2b44 Compare June 10, 2025 18:49
@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 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 2ba2b44 to 5b2fdb6 Compare June 13, 2025 05:14
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 5b2fdb6 to 1eb5c1b Compare June 20, 2025 05:33
@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 force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 1eb5c1b to 9a5b310 Compare June 22, 2025 13:27
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.0 chore(deps): update dependency @sveltejs/kit to v2.22.1 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 29dbeb0 to a14bcd1 Compare June 26, 2025 12:37
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.22.1 chore(deps): update dependency @sveltejs/kit to v2.22.2 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from b893078 to 3dd0b7d Compare July 9, 2025 16:47
@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 31e0b4f to 98fd5df Compare October 20, 2025 01:53
@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 5b16fd4 to cc336a2 Compare October 22, 2025 19:06
@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 cc336a2 to 7e8d42d Compare October 26, 2025 21:07
@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 7e8d42d to ba253aa Compare October 28, 2025 07:41
@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.1 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from ba253aa to 9233153 Compare October 28, 2025 12:01
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.48.1 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 9233153 to e2bac0f Compare October 29, 2025 07:37
@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 e2bac0f to 825a384 Compare October 31, 2025 01:52
@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 49d8a16 to ac182da Compare November 14, 2025 11:08
@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 8f02bbd to ac96a22 Compare November 20, 2025 20:40
@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.7 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from ac96a22 to 9645d15 Compare November 21, 2025 01:08
@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 9645d15 to 9dab6b2 Compare December 2, 2025 22:03
@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 from 9dab6b2 to 4762c85 Compare December 3, 2025 19:06
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch from 4762c85 to 2915ce9 Compare December 8, 2025 23:32
@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 8, 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