Skip to content

chore(deps-dev): bump @sveltejs/kit from 3.0.0-next.25 to 3.0.0-next.27 in the all-dependencies group across 1 directory - #517

Merged
kmendell merged 1 commit into
mainfrom
dependabot-npm_and_yarn-all-dependencies-9e2f813dad
Sep 17, 2026
Merged

kmendell merged 1 commit into
mainfrom
dependabot-npm_and_yarn-all-dependencies-9e2f813dad

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 1 update in the / directory: @sveltejs/kit.

Updates @sveltejs/kit from 3.0.0-next.25 to 3.0.0-next.27

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​3.0.0-next.27

Major Changes

  • major: error when a client-requested single-flight mutation isn't respected by the server, allow the server to explicitly ignore refreshes (#16892)

  • breaking: remove Server constructor and SSRManifest from public types (#16876)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Minor Changes

  • feat: allow adapters to receive the Svelte config as a function argument when adding Vite plugins (#16986)

  • feat: allow adapters to override getRequest and setResponse during vite dev and vite preview (#16753)

Patch Changes

  • fix: respect paths.relative during development for client files (#17053)

  • fix: clarify circular imports from src/env (#17014)

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • fix: record a history traversal before resolving its route (#16959)

  • fix: support coordinate objects from image inputs in remote forms (#16944)

  • fix: walk and copy directories without a stat per file (#16995)

  • fix: widen remote form fields for union schemas and string enums (#16937)

  • fix: respond to HEAD requests without a body (#17036)

  • chore: replace deprecated Vite dev server APIs (#16961)

  • fix: settle a query's pending request in place when its value arrives through set() (#16958)

  • fix: prevent await_reactivity_loss warning and state_unsafe_mutation error when the new version detector runs after an await (#16915)

  • chore: parse page options and remote modules with Vite's parseSync instead of acorn (#16947)

Changelog

Sourced from @​sveltejs/kit's changelog.

3.0.0-next.27

Major Changes

  • major: error when a client-requested single-flight mutation isn't respected by the server, allow the server to explicitly ignore refreshes (#16892)

  • breaking: remove Server constructor and SSRManifest from public types (#16876)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Minor Changes

  • feat: allow adapters to receive the Svelte config as a function argument when adding Vite plugins (#16986)

  • feat: allow adapters to override getRequest and setResponse during vite dev and vite preview (#16753)

Patch Changes

  • fix: respect paths.relative during development for client files (#17053)

  • fix: clarify circular imports from src/env (#17014)

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • fix: record a history traversal before resolving its route (#16959)

  • fix: support coordinate objects from image inputs in remote forms (#16944)

  • fix: walk and copy directories without a stat per file (#16995)

  • fix: widen remote form fields for union schemas and string enums (#16937)

  • fix: respond to HEAD requests without a body (#17036)

  • chore: replace deprecated Vite dev server APIs (#16961)

  • fix: settle a query's pending request in place when its value arrives through set() (#16958)

  • fix: prevent await_reactivity_loss warning and state_unsafe_mutation error when the new version detector runs after an await (#16915)

  • chore: parse page options and remote modules with Vite's parseSync instead of acorn (#16947)

3.0.0-next.26

Patch Changes

  • fix: only require the svelte-trusted-html trusted-types policy when client-side code is shipped, allowing builds where all pages have csr: false (#16928)

  • chore: stop externalizing cookie dependency during build (#16936)

... (truncated)

Commits
  • 090d77f Version Packages (next) (#16943)
  • 38c90bf chore: move scroll restoration and focus reset out of client.js (#16980)
  • 9a4b343 fix: make rendered client paths relative during development (#17053)
  • c3b2e8f test: reproduce relative dev proxy failure (#17051)
  • c9f54b5 fix: respond to HEAD requests without a body (#17036)
  • ee2f55b fix: identify circular imports from src/env (#17014)
  • d0cdd2c chore: walk the output once when replacing manifest placeholders (#16997)
  • 81835da chore: stop stat'ing assets whose sizes nothing reads (#16996)
  • 0876d63 fix: walk and copy directories without a stat per file (#16995)
  • b81c8ca chore: derive the fetch cache url in one place (#17001)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update in the / directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).


Updates `@sveltejs/kit` from 3.0.0-next.25 to 3.0.0-next.27
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/version-3/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@3.0.0-next.27/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 3.0.0-next.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 17, 2026
@arcane-github-automation

Copy link
Copy Markdown
Contributor

Preview deployed successfully!

Built from commit 413bf30

@kmendell
kmendell merged commit 18205f5 into main Sep 17, 2026
6 checks passed
@kmendell
kmendell deleted the dependabot-npm_and_yarn-all-dependencies-9e2f813dad branch September 17, 2026 03:49
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant