chore(deps): update dependency @sveltejs/kit to v2.46.5 #90

Open
ticktock_depbot wants to merge 1 commit from renovate/sveltejs-kit-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.34.0 -> 2.46.5

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.34.0` -> `2.46.5`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.34.0/2.46.5) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.46.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2465) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.46.4...@sveltejs/kit@2.46.5) ##### Patch Changes - fix: ensure `form` remote functions' `fields.set` triggers reactivity ([#&#8203;14661](https://github.com/sveltejs/kit/pull/14661)) ### [`v2.46.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2464) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.46.3...@sveltejs/kit@2.46.4) ##### Patch Changes - fix: prevent access of Svelte 5-only `untrack` function ([#&#8203;14658](https://github.com/sveltejs/kit/pull/14658)) ### [`v2.46.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2463) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.46.2...@sveltejs/kit@2.46.3) ##### Patch Changes - fix: merge `field.set(...)` calls ([#&#8203;14651](https://github.com/sveltejs/kit/pull/14651)) - fix: don't automatically reset form after an enhanced submission ([#&#8203;14626](https://github.com/sveltejs/kit/pull/14626)) - fix: normalize path strings when updating field values ([#&#8203;14649](https://github.com/sveltejs/kit/pull/14649)) ### [`v2.46.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2462) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.46.1...@sveltejs/kit@2.46.2) ##### Patch Changes - fix: prevent code execution order issues around SvelteKit's `env` modules ([#&#8203;14637](https://github.com/sveltejs/kit/pull/14637)) ### [`v2.46.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2461) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.46.0...@sveltejs/kit@2.46.1) ##### Patch Changes - fix: use `$derived` for form fields ([#&#8203;14621](https://github.com/sveltejs/kit/pull/14621)) - docs: remove `@example` blocks to allow docs to deploy ([#&#8203;14636](https://github.com/sveltejs/kit/pull/14636)) - fix: require a value with `submit` and `hidden` fields ([#&#8203;14635](https://github.com/sveltejs/kit/pull/14635)) - fix: delete hydration cache on effect teardown ([#&#8203;14611](https://github.com/sveltejs/kit/pull/14611)) ### [`v2.46.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2460) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.45.0...@sveltejs/kit@2.46.0) ##### Minor Changes - feat: imperative form validation ([#&#8203;14624](https://github.com/sveltejs/kit/pull/14624)) ##### Patch Changes - fix: wait a tick before collecting form data for validation ([#&#8203;14631](https://github.com/sveltejs/kit/pull/14631)) - fix: prevent code execution order issues around SvelteKit's `env` modules ([#&#8203;14632](https://github.com/sveltejs/kit/pull/14632)) ### [`v2.45.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2450) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.44.0...@sveltejs/kit@2.45.0) ##### Minor Changes - feat: `form.for(id)` now implicitly sets id on form object ([#&#8203;14623](https://github.com/sveltejs/kit/pull/14623)) ##### Patch Changes - fix: allow `fetch` in remote function without emitting a warning ([#&#8203;14610](https://github.com/sveltejs/kit/pull/14610)) ### [`v2.44.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2440) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.8...@sveltejs/kit@2.44.0) ##### Minor Changes - feat: expose `event.route` and `event.url` to remote functions ([#&#8203;14606](https://github.com/sveltejs/kit/pull/14606)) - breaking: update experimental `form` API ([#&#8203;14481](https://github.com/sveltejs/kit/pull/14481)) ##### Patch Changes - fix: don't crawl error responses during prerendering ([#&#8203;14596](https://github.com/sveltejs/kit/pull/14596)) ### [`v2.43.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2438) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.7...@sveltejs/kit@2.43.8) ##### Patch Changes - fix: HMR for `query` ([#&#8203;14587](https://github.com/sveltejs/kit/pull/14587)) - fix: avoid client modules while traversing dependencies to prevent FOUC during dev ([#&#8203;14577](https://github.com/sveltejs/kit/pull/14577)) - fix: skip prebundling of .remote.js files ([#&#8203;14583](https://github.com/sveltejs/kit/pull/14583)) - fix: more robust remote file pattern matching ([#&#8203;14578](https://github.com/sveltejs/kit/pull/14578)) ### [`v2.43.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2437) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.6...@sveltejs/kit@2.43.7) ##### Patch Changes - fix: correctly type the `result` of `form` remote functions that do not accept data ([#&#8203;14573](https://github.com/sveltejs/kit/pull/14573)) - fix: force remote module chunks to isolate themselves ([#&#8203;14571](https://github.com/sveltejs/kit/pull/14571)) ### [`v2.43.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2436) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.5...@sveltejs/kit@2.43.6) ##### Patch Changes - fix: ensure cache key is consistent between client/server ([#&#8203;14563](https://github.com/sveltejs/kit/pull/14563)) - fix: keep resolve relative to initial base during prerender ([#&#8203;14533](https://github.com/sveltejs/kit/pull/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 ([#&#8203;14564](https://github.com/sveltejs/kit/pull/14564)) - fix: smoothscroll to deep link ([#&#8203;14569](https://github.com/sveltejs/kit/pull/14569)) ### [`v2.43.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2435) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.4...@sveltejs/kit@2.43.5) ##### Patch Changes - fix: fall back to non-relative resolution when calling `resolve(...)` outside an event context ([#&#8203;14532](https://github.com/sveltejs/kit/pull/14532)) ### [`v2.43.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2434) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.3...@sveltejs/kit@2.43.4) ##### Patch Changes - fix: Webcontainer AsyncLocalStorage workaround ([#&#8203;14526](https://github.com/sveltejs/kit/pull/14526)) ### [`v2.43.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2433) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.2...@sveltejs/kit@2.43.3) ##### Patch Changes - fix: Webcontainer AsyncLocalStorage workaround ([#&#8203;14521](https://github.com/sveltejs/kit/pull/14521)) - fix: include the value of form submitters on `form` remote functions ([#&#8203;14475](https://github.com/sveltejs/kit/pull/14475)) ### [`v2.43.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2432) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.1...@sveltejs/kit@2.43.2) ##### Patch Changes - fix: ensure rendering starts off synchronously ([#&#8203;14517](https://github.com/sveltejs/kit/pull/14517)) - fix: keep serialized remote data alive until navigation ([#&#8203;14508](https://github.com/sveltejs/kit/pull/14508)) ### [`v2.43.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2431) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.43.0...@sveltejs/kit@2.43.1) ##### Patch Changes - fix: consistently use bare import for internals ([#&#8203;14506](https://github.com/sveltejs/kit/pull/14506)) ### [`v2.43.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2430) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.42.2...@sveltejs/kit@2.43.0) ##### Minor Changes - feat: experimental async SSR ([#&#8203;14447](https://github.com/sveltejs/kit/pull/14447)) ##### Patch Changes - fix: ensure `__SVELTEKIT_PAYLOAD__.data` is accessed safely ([#&#8203;14491](https://github.com/sveltejs/kit/pull/14491)) - fix: create separate cache entries for non-exported remote function queries ([#&#8203;14499](https://github.com/sveltejs/kit/pull/14499)) ### [`v2.42.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2422) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.42.1...@sveltejs/kit@2.42.2) ##### Patch Changes - fix: prevent loops in postbuild analysis phase ([#&#8203;14450](https://github.com/sveltejs/kit/pull/14450)) - fix: handle nested object fields in form data ([#&#8203;14469](https://github.com/sveltejs/kit/pull/14469)) - fix: robustify form helper types ([#&#8203;14463](https://github.com/sveltejs/kit/pull/14463)) - fix: avoid running the `init` hook during builds if there's nothing to prerender ([#&#8203;14464](https://github.com/sveltejs/kit/pull/14464)) - fix: ensure SSR rendering gets request store context ([#&#8203;14476](https://github.com/sveltejs/kit/pull/14476)) ### [`v2.42.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2421) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.42.0...@sveltejs/kit@2.42.1) ##### Patch Changes - fix: ensure environment setup is in its own chunk ([#&#8203;14441](https://github.com/sveltejs/kit/pull/14441)) ### [`v2.42.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2420) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.41.0...@sveltejs/kit@2.42.0) ##### Minor Changes - feat: enhance remote form functions with schema support, `input` and `issues` properties ([#&#8203;14383](https://github.com/sveltejs/kit/pull/14383)) - breaking: remote form functions get passed a parsed POJO instead of a `FormData` object now ([#&#8203;14383](https://github.com/sveltejs/kit/pull/14383)) ### [`v2.41.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2410) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.40.0...@sveltejs/kit@2.41.0) ##### Minor Changes - feat: add `%sveltekit.version%` to `app.html` ([#&#8203;12132](https://github.com/sveltejs/kit/pull/12132)) ##### Patch Changes - fix: allow remote functions to return custom types serialized with `transport` hooks ([#&#8203;14435](https://github.com/sveltejs/kit/pull/14435)) - fix: fulfil `beforeNavigate` `complete` when redirected ([#&#8203;12896](https://github.com/sveltejs/kit/pull/12896)) ### [`v2.40.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2400) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.39.1...@sveltejs/kit@2.40.0) ##### Minor Changes - feat: include `event` property on popstate/link/form navigation ([#&#8203;14307](https://github.com/sveltejs/kit/pull/14307)) ##### Patch Changes - fix: respect `replaceState`/`keepFocus`/`noScroll` when a navigation results in a redirect ([#&#8203;14424](https://github.com/sveltejs/kit/pull/14424)) - fix: invalidate preload cache when invalidateAll is true ([#&#8203;14420](https://github.com/sveltejs/kit/pull/14420)) ### [`v2.39.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2391) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.39.0...@sveltejs/kit@2.39.1) ##### Patch Changes - fix: more robust remote function code transformation ([#&#8203;14418](https://github.com/sveltejs/kit/pull/14418)) ### [`v2.39.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2390) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.38.1...@sveltejs/kit@2.39.0) ##### Minor Changes - feat: lazy discovery of remote functions ([#&#8203;14293](https://github.com/sveltejs/kit/pull/14293)) ##### Patch Changes - fix: layout load data not serialized on error page ([#&#8203;14395](https://github.com/sveltejs/kit/pull/14395)) - fix: fail prerendering when remote function fails ([#&#8203;14365](https://github.com/sveltejs/kit/pull/14365)) - fix: treat handle hook redirect as part of remote function call as json redirect ([#&#8203;14362](https://github.com/sveltejs/kit/pull/14362)) ### [`v2.38.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2381) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.38.0...@sveltejs/kit@2.38.1) ##### Patch Changes - fix: enable redirects from queries ([#&#8203;14400](https://github.com/sveltejs/kit/pull/14400)) - fix: remove empty nodes from serialized server load data ([#&#8203;14404](https://github.com/sveltejs/kit/pull/14404)) - fix: allow commands from within endpoints ([#&#8203;14343](https://github.com/sveltejs/kit/pull/14343)) ### [`v2.38.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2380) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.37.1...@sveltejs/kit@2.38.0) ##### Minor Changes - feat: add new remote function `query.batch` ([#&#8203;14272](https://github.com/sveltejs/kit/pull/14272)) ### [`v2.37.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2371) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.37.0...@sveltejs/kit@2.37.1) ##### Patch Changes - fix: serialize server `load` data before passing to universal `load`, to handle mutations and promises ([#&#8203;14298](https://github.com/sveltejs/kit/pull/14298)) - fix: resolve_route prevent dropping a trailing slash of id ([#&#8203;14294](https://github.com/sveltejs/kit/pull/14294)) - fix: assign correct status code to form submission error on the client ([#&#8203;14345](https://github.com/sveltejs/kit/pull/14345)) - fix: un-proxy `form.result` ([#&#8203;14346](https://github.com/sveltejs/kit/pull/14346)) ### [`v2.37.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2370) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.36.3...@sveltejs/kit@2.37.0) ##### Minor Changes - feat: automatically resolve `query.refresh()` promises on the server ([#&#8203;14332](https://github.com/sveltejs/kit/pull/14332)) - feat: allow query.set() to be called on the server ([#&#8203;14304](https://github.com/sveltejs/kit/pull/14304)) ##### Patch Changes - fix: disable CSRF checks in dev ([#&#8203;14335](https://github.com/sveltejs/kit/pull/14335)) - fix: allow redirects to external URLs from within form functions ([#&#8203;14329](https://github.com/sveltejs/kit/pull/14329)) - fix: add type definitions for `query.set()` method to override the value of a remote query function ([#&#8203;14303](https://github.com/sveltejs/kit/pull/14303)) - fix: ensure uniqueness of `form.for(...)` across form functions ([#&#8203;14327](https://github.com/sveltejs/kit/pull/14327)) ### [`v2.36.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2363) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.36.2...@sveltejs/kit@2.36.3) ##### Patch Changes - fix: bump devalue ([#&#8203;14323](https://github.com/sveltejs/kit/pull/14323)) - chore: consolidate dev checks to use `esm-env` instead of a `__SVELTEKIT_DEV__` global ([#&#8203;14308](https://github.com/sveltejs/kit/pull/14308)) - fix: reset form inputs by default when using remote form functions ([#&#8203;14322](https://github.com/sveltejs/kit/pull/14322)) ### [`v2.36.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2362) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.36.1...@sveltejs/kit@2.36.2) ##### Patch Changes - chore: make config deprecation warnings more visible ([#&#8203;14281](https://github.com/sveltejs/kit/pull/14281)) - chore: remove redundant Not Found error message ([#&#8203;14289](https://github.com/sveltejs/kit/pull/14289)) - chore: deprecate `csrf.checkOrigin` in favour of `csrf.trustedOrigins: ['*']` ([#&#8203;14281](https://github.com/sveltejs/kit/pull/14281)) ### [`v2.36.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2361) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.36.0...@sveltejs/kit@2.36.1) ##### Patch Changes - fix: ensure importing from `$app/navigation` works in test files ([#&#8203;14195](https://github.com/sveltejs/kit/pull/14195)) ### [`v2.36.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2360) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.35.0...@sveltejs/kit@2.36.0) ##### Minor Changes - feat: add `csrf.trustedOrigins` configuration ([#&#8203;14021](https://github.com/sveltejs/kit/pull/14021)) ##### Patch Changes - fix: correctly decode custom types streamed from a server load function ([#&#8203;14261](https://github.com/sveltejs/kit/pull/14261)) - fix: add trailing slash pathname when generating typed routes ([#&#8203;14065](https://github.com/sveltejs/kit/pull/14065)) ### [`v2.35.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2350) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.34.1...@sveltejs/kit@2.35.0) ##### Minor Changes - feat: better server-side error logging ([#&#8203;13990](https://github.com/sveltejs/kit/pull/13990)) ##### Patch Changes - fix: ensure static error page is loaded correctly for custom user errors ([#&#8203;13952](https://github.com/sveltejs/kit/pull/13952)) ### [`v2.34.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2341) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.34.0...@sveltejs/kit@2.34.1) ##### Patch Changes - fix: support multiple cookies with the same name across different paths and domains ([`b2c5d02`](https://github.com/sveltejs/kit/commit/b2c5d02994a6d83275d6fb3645e6f9a2518c8d20)) - fix: add link header when preloading font ([#&#8203;14200](https://github.com/sveltejs/kit/pull/14200)) - fix: `cookies.get(...)` returns `undefined` for a just-deleted cookie ([`b2c5d02`](https://github.com/sveltejs/kit/commit/b2c5d02994a6d83275d6fb3645e6f9a2518c8d20)) - fix: load env before prerender ([`c5f7139`](https://github.com/sveltejs/kit/commit/c5f713951e41af2000f21929d42eb9d30c9d3a5c)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency @sveltejs/kit to v2.37.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 5m53s
3e551e1afe
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 3e551e1afe to e8511288e4 2025-09-06 10:10:16 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.37.0 to chore(deps): update dependency @sveltejs/kit to v2.37.1 2025-09-06 10:10:18 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from e8511288e4 to 8475e41151 2025-09-06 17:25:19 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 8475e41151 to a6a71ca126 2025-09-10 13:20:33 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.37.1 to chore(deps): update dependency @sveltejs/kit to v2.38.0 2025-09-10 13:20:41 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from a6a71ca126 to fed180dc26 2025-09-11 01:50:30 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.38.0 to chore(deps): update dependency @sveltejs/kit to v2.38.1 2025-09-11 01:50:35 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from fed180dc26 to 578d28f6b3 2025-09-12 09:49:07 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.38.1 to chore(deps): update dependency @sveltejs/kit to v2.39.0 2025-09-12 09:49:11 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 578d28f6b3 to 45e29eb6f2 2025-09-12 19:45:27 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.39.0 to chore(deps): update dependency @sveltejs/kit to v2.39.1 2025-09-12 19:45:30 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 45e29eb6f2 to aa1ef77771 2025-09-15 21:30:14 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.39.1 to chore(deps): update dependency @sveltejs/kit to v2.40.0 2025-09-15 21:30:16 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from aa1ef77771 to 5a5044227c 2025-09-16 00:55:33 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.40.0 to chore(deps): update dependency @sveltejs/kit to v2.41.0 2025-09-16 00:55:38 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 5a5044227c to b9fb4c7337 2025-09-16 21:11:11 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.41.0 to chore(deps): update dependency @sveltejs/kit to v2.42.0 2025-09-16 21:11:16 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from b9fb4c7337 to c1c5477fa9 2025-09-16 22:15:28 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.42.0 to chore(deps): update dependency @sveltejs/kit to v2.42.1 2025-09-16 22:15:32 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from c1c5477fa9 to 0075aea255 2025-09-18 23:05:48 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.42.1 to chore(deps): update dependency @sveltejs/kit to v2.42.2 2025-09-18 23:05:51 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0075aea255 to 9753956b4c 2025-09-22 16:55:24 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.42.2 to chore(deps): update dependency @sveltejs/kit to v2.43.0 2025-09-22 16:55:29 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 9753956b4c to d78b138f99 2025-09-22 18:25:27 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.0 to chore(deps): update dependency @sveltejs/kit to v2.43.1 2025-09-22 18:25:32 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from d78b138f99 to 7571020094 2025-09-23 11:20:16 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.1 to chore(deps): update dependency @sveltejs/kit to v2.43.2 2025-09-23 11:20:19 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 7571020094 to 5bacea90cb 2025-09-24 13:45:28 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.2 to chore(deps): update dependency @sveltejs/kit to v2.43.3 2025-09-24 13:45:32 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 5bacea90cb to db51116b84 2025-09-24 14:35:16 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.3 to chore(deps): update dependency @sveltejs/kit to v2.43.4 2025-09-24 14:35:19 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from db51116b84 to b77e30e42d 2025-09-24 22:30:33 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from b77e30e42d to e0bac52b23 2025-09-25 06:20:14 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from e0bac52b23 to f11bd53a56 2025-09-25 18:00:35 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.4 to chore(deps): update dependency @sveltejs/kit to v2.43.5 2025-09-25 18:00:42 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from f11bd53a56 to e4350400f4 2025-09-30 10:11:00 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from e4350400f4 to 0c0a0341c4 2025-09-30 22:15:54 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.5 to chore(deps): update dependency @sveltejs/kit to v2.43.6 2025-09-30 22:16:05 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0c0a0341c4 to 5f209d4892 2025-10-01 16:40:16 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.6 to chore(deps): update dependency @sveltejs/kit to v2.43.7 2025-10-01 16:40:18 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 5f209d4892 to 1f697a0c50 2025-10-03 06:05:14 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 1f697a0c50 to c82a162698 2025-10-03 13:05:14 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.7 to chore(deps): update dependency @sveltejs/kit to v2.43.8 2025-10-03 13:05:16 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from c82a162698 to 6278bd3f29 2025-10-04 02:00:16 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 6278bd3f29 to 9ae7f3549d 2025-10-05 19:30:39 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.43.8 to chore(deps): update dependency @sveltejs/kit to v2.44.0 2025-10-05 19:30:46 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 9ae7f3549d to f77e678f00 2025-10-06 19:50:48 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from f77e678f00 to cd5010517e 2025-10-07 02:00:15 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.44.0 to chore(deps): update dependency @sveltejs/kit to v2.45.0 2025-10-07 02:00:18 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from cd5010517e to a256e7c5c7 2025-10-07 11:40:38 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.45.0 to chore(deps): update dependency @sveltejs/kit to v2.46.0 2025-10-07 11:40:42 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from a256e7c5c7 to aeefe32bcc 2025-10-07 12:41:01 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.46.0 to chore(deps): update dependency @sveltejs/kit to v2.46.1 2025-10-07 12:41:07 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from aeefe32bcc to a355651a35 2025-10-07 14:50:17 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.46.1 to chore(deps): update dependency @sveltejs/kit to v2.46.2 2025-10-07 14:50:18 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from a355651a35 to 9065b00a33 2025-10-08 10:55:13 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.46.2 to chore(deps): update dependency @sveltejs/kit to v2.46.3 2025-10-08 10:55:16 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 9065b00a33 to 0d205176b9 2025-10-08 14:55:38 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.46.3 to chore(deps): update dependency @sveltejs/kit to v2.46.4 2025-10-08 14:55:44 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0d205176b9 to 3a8dbab61a 2025-10-13 08:25:16 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.46.4 to chore(deps): update dependency @sveltejs/kit to v2.46.5 2025-10-13 08:25:22 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Failing after 54s
/ check-changes (pull_request) Successful in 8s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltejs-kit-2.x-lockfile:renovate/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git switch renovate/sveltejs-kit-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge --squash renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge --ff-only renovate/sveltejs-kit-2.x-lockfile
git switch main
git merge renovate/sveltejs-kit-2.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: btclock/webui#90
No description provided.