Skip to content

chore(deps): update dependency @sveltejs/kit to v2.53.4#1187

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sveltejs-kit-2.x
Open

chore(deps): update dependency @sveltejs/kit to v2.53.4#1187
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sveltejs-kit-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2026

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.49.02.53.4 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.53.4

Compare Source

Patch Changes
  • fix: avoid Vite warning about unknown codeSplitting option (#​15451)

v2.53.3

Compare Source

Patch Changes
  • fix: prevent overlapping file metadata in remote functions form (faba869)

v2.53.2

Compare Source

Patch Changes
  • fix: server-render nested form value sets (#​15378)

  • fix: use deep partial types for form remote functions .value() and .set(...) (#​14837)

  • fix: provide correct url info to remote functions (#​15418)

  • fix: allow optional types for remote query/command/prerender functions (#​15293)

  • fix: allow commands in more places (#​15288)

v2.53.1

Compare Source

Patch Changes
  • fix: address warning about inlineDynamicImports when using Vite 8 (#​15403)

v2.53.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove event listeners on form attachment cleanup (#​15286)

  • fix: apply queries refreshed in a form remote function when a redirect is thrown (#​15362)

v2.52.2

Compare Source

Patch Changes
  • fix: validate form file information to prevent amplification attacks (3e607b3)

  • chore: upgrade devalue and svelte (#​15339)

  • fix: parse file offset table more strictly (f47c01b)

v2.52.0

Compare Source

Minor Changes
  • feat: match function to map a path back to a route id and params (#​14997)
Patch Changes
  • fix: respect scroll-margin when navigating to a url-supplied anchor (#​15246)

  • fix: resolve will narrow types to follow trailing slash page settings (#​15027)

v2.51.0

Compare Source

Minor Changes
  • feat: add scroll property to NavigationTarget in navigation callbacks (#​15248)

    Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets:

    • from.scroll: The scroll position at the moment navigation was triggered
    • to.scroll: In beforeNavigate and onNavigate, this is populated for popstate navigations (back/forward) with the scroll position that will be restored, and null for other navigation types. In afterNavigate, this is always the final scroll position after navigation completed.

    This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.

  • feat: hydratable's injected script now works with CSP (#​15048)

Patch Changes
  • fix: put preloads before styles (#​15232)

  • fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#​15269)

  • fix: fetch not working when URL is same host but different than paths.base (#​15291)

  • fix: navigate to hash link when base element is present (#​15236)

  • fix: avoid triggering handleError when redirecting in a remote function (#​15222)

  • fix: include test directory in generated tsconfig.json alongside existing tests entry (#​15254)

  • fix: generate tsconfig.json using the value of kit.files.src (#​15253)

v2.50.2

Compare Source

Patch Changes
  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#​15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#​15221)

  • fix: re-export browser/dev from esm-env (#​15206)

  • fix: use validated args in batch resolver in both csr and ssr (#​15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#​15153)

  • fix: only match rest params with matchers when the matcher matches (#​15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#​15231)

v2.50.1

Compare Source

Patch Changes
  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#​15178)

  • fix: improves fields type for generic components (#​14974)

  • fix: preload links if href changes (#​15191)

v2.50.0

Compare Source

Minor Changes
  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#​15144)

v2.49.5

Compare Source

Patch Changes
  • fix: avoid overriding Vite default base when running Vitest 4 (#​14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

v2.49.4

Compare Source

Patch Changes
  • fix: support instrumentation for vite preview (#​15105)

  • fix: support for URLSearchParams.has(name, value) overload (#​15076)

  • fix: put forking behind experimental.forkPreloads (#​15135)

v2.49.3

Compare Source

Patch Changes
  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#​15121)

  • fix: add typescript as an optional peer dependency (#​15074)

  • fix: use hasOwn check when deep-setting object properties (#​15127)

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)


Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Paris, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 18, 2026

⚠️ Duplicate Dependencies (found: 1, threshold: 3)

📦 Package 📋 Versions
globals
4 versions
globals@11.12.0
globals@14.0.0
globals@15.15.0
globals@16.5.0

💡 To find out what depends on a specific package, run: pnpm -r why example-package

@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 847f3b8 to 0766c23 Compare January 23, 2026 01:42
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.50.0 chore(deps): update dependency @sveltejs/kit to v2.50.1 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 0766c23 to f76d888 Compare January 24, 2026 12:04
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from d3422e0 to 72eaf28 Compare February 3, 2026 01:32
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.50.1 chore(deps): update dependency @sveltejs/kit to v2.50.2 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 72eaf28 to b275b5a Compare February 12, 2026 15:41
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.50.2 chore(deps): update dependency @sveltejs/kit to v2.51.0 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 0cf14d6 to 947a88a Compare February 15, 2026 05:04
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.51.0 chore(deps): update dependency @sveltejs/kit to v2.52.0 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from c029f92 to 640c99f Compare February 18, 2026 20:57
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.52.0 chore(deps): update dependency @sveltejs/kit to v2.52.2 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 640c99f to a5a5856 Compare February 20, 2026 21:50
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.52.2 chore(deps): update dependency @sveltejs/kit to v2.53.0 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from a5a5856 to 6d482c9 Compare February 25, 2026 01:10
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.53.0 chore(deps): update dependency @sveltejs/kit to v2.53.1 Feb 25, 2026
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.53.1 chore(deps): update dependency @sveltejs/kit to v2.53.2 Feb 25, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 7989e0b to 4e57385 Compare February 27, 2026 00:49
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.53.2 chore(deps): update dependency @sveltejs/kit to v2.53.3 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 4e57385 to d2e3e94 Compare February 28, 2026 01:35
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.53.3 chore(deps): update dependency @sveltejs/kit to v2.53.4 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from d2e3e94 to 1b2acda Compare March 5, 2026 16:10
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