Skip to content

ui: bump @sveltejs/kit from 2.21.0 to 2.22.2 #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps @sveltejs/kit from 2.21.0 to 2.22.2.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.22.2

Patch Changes

  • fix: use fallback if untrack doesn't exist in svelte package (#13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#13905)

@​sveltejs/kit@​2.22.1

Patch Changes

  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#13915)

@​sveltejs/kit@​2.22.0

Minor Changes

  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)

@​sveltejs/kit@​2.21.5

Patch Changes

  • fix: correctly set the sequential focus navigation point when using hash routing (#13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)

@​sveltejs/kit@​2.21.4

Patch Changes

  • fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)

@​sveltejs/kit@​2.21.3

Patch Changes

  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#10856)

  • fix: suppress console spam for chrome devtools requests (#13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#13843)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.22.2

Patch Changes

  • fix: use fallback if untrack doesn't exist in svelte package (#13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#13905)

2.22.1

Patch Changes

  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#13915)

2.22.0

Minor Changes

  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)

2.21.5

Patch Changes

  • fix: correctly set the sequential focus navigation point when using hash routing (#13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)

2.21.4

Patch Changes

  • fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)

2.21.3

Patch Changes

  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#10856)

  • fix: suppress console spam for chrome devtools requests (#13830)

... (truncated)

Commits
  • 5e58ca0 Version Packages (#13934)
  • 1df63bb fix: warning for chrome devtools requests now suggests sv instead of vite plu...
  • e66f1d8 fix: use fallback if untrack doesn't exist in svelte package (#13933)
  • 42681d4 Version Packages (#13918)
  • 9a56c98 chore: fix changeset (#13925)
  • a95d5b8 chore: always use manualChunks for bundling single and inline apps (#13915)
  • 464ab2e fix: prevent infinite loop when calling pushState/replaceState in effect ...
  • abcb7c0 bye bye red lines (#13911)
  • cbe5c7a docs: mention support for vite 7 as well
  • f06f9e6 docs: mention that rolldown is experimental
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.21.0 to 2.22.2.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.22.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2025

Superseded by #918.

@dependabot dependabot bot closed this Jul 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sveltejs/kit-2.22.2 branch July 14, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants