Skip to content

Bump @sveltejs/kit from 2.55.0 to 2.63.0#20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sveltejs/kit-2.60.1
Open

Bump @sveltejs/kit from 2.55.0 to 2.63.0#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sveltejs/kit-2.60.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @sveltejs/kit from 2.55.0 to 2.63.0.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.63.0

Minor Changes

  • feat: explicit env vars (#15934)

Patch Changes

  • fix: remove check for svelte.config.js before running sync (#15946)

  • fix: generate a placeholder tsconfig.json to squelch sync-time warnings (#15948)

  • fix: allow use of $app/env/public in service workers (#15950)

@​sveltejs/kit@​2.62.0

Minor Changes

  • feat: support passing Svelte(Kit) config via Vite plugin (#15944)

Patch Changes

  • fix: preserve multiple Set-Cookie headers on 304 responses (#15902)

  • fix: preload for anchor elements that were just previously preloaded (#15915)

  • fix: catch load function streaming errors on the client (#15929)

  • fix: avoid generating the _app/env.js module if public dynamic environment variables are not used by the app (#15940)

@​sveltejs/kit@​2.61.1

Patch Changes

  • fix: regression where routes starting and ending with a route group are not matched correctly (#15903)

@​sveltejs/kit@​2.61.0

Minor Changes

  • breaking: the .run() method has been removed from remote queries on both the client and the server. Use await query() directly instead — it now works everywhere (#15779)

  • feat: remote queries can now be awaited in any context (event handlers, module scope, async callbacks), not just inside reactive contexts. The cache is shared across reactive and non-reactive subscribers, so awaiting a query in an event handler will dedupe with components that have already subscribed to the same query. (#15779)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.63.0

Minor Changes

  • feat: explicit env vars (#15934)

Patch Changes

  • fix: remove check for svelte.config.js before running sync (#15946)

  • fix: generate a placeholder tsconfig.json to squelch sync-time warnings (#15948)

  • fix: allow use of $app/env/public in service workers (#15950)

2.62.0

Minor Changes

  • feat: support passing Svelte(Kit) config via Vite plugin (#15944)

Patch Changes

  • fix: preserve multiple Set-Cookie headers on 304 responses (#15902)

  • fix: preload for anchor elements that were just previously preloaded (#15915)

  • fix: catch load function streaming errors on the client (#15929)

  • fix: avoid generating the _app/env.js module if public dynamic environment variables are not used by the app (#15940)

2.61.1

Patch Changes

  • fix: regression where routes starting and ending with a route group are not matched correctly (#15903)

2.61.0

Minor Changes

  • breaking: the .run() method has been removed from remote queries on both the client and the server. Use await query() directly instead — it now works everywhere (#15779)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 21, 2026
@azeem-io azeem-io force-pushed the dependabot/npm_and_yarn/sveltejs/kit-2.60.1 branch from fce68e3 to 4896435 Compare June 4, 2026 03:15
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.55.0 to 2.63.0.
- [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/kit@2.63.0/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.60.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump @sveltejs/kit from 2.55.0 to 2.60.1 Bump @sveltejs/kit from 2.55.0 to 2.63.0 Jun 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of @​sveltejs/kit exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sveltejs/kit-2.60.1 branch from 4896435 to 892ce20 Compare June 4, 2026 03:17
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