Skip to content

chore(deps): update dependency @sveltejs/kit to v2.52.0#62

Merged
rajsinghtech merged 1 commit intomainfrom
renovate/sveltejs-kit-2.x-lockfile
Feb 16, 2026
Merged

chore(deps): update dependency @sveltejs/kit to v2.52.0#62
rajsinghtech merged 1 commit intomainfrom
renovate/sveltejs-kit-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2026

This PR contains the following updates:

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

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 7854495 to fc8b661 Compare February 12, 2026 17:47
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v2.50.2 Update dependency @sveltejs/kit to v2.51.0 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x-lockfile branch 2 times, most recently from 57bc7df to d137bd7 Compare February 15, 2026 05:37
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v2.51.0 Update dependency @sveltejs/kit to v2.52.0 Feb 15, 2026
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v2.52.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-lockfile branch from d137bd7 to 672aa44 Compare February 15, 2026 20:41
@rajsinghtech rajsinghtech merged commit fb065c2 into main Feb 16, 2026
3 checks passed
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