Skip to content

chore(deps-dev): bump @sveltejs/adapter-vercel from 5.10.2 to 6.3.2#21357

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sveltejs/adapter-vercel-6.3.2
Open

chore(deps-dev): bump @sveltejs/adapter-vercel from 5.10.2 to 6.3.2#21357
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sveltejs/adapter-vercel-6.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps @sveltejs/adapter-vercel from 5.10.2 to 6.3.2.

Release notes

Sourced from @​sveltejs/adapter-vercel's releases.

@​sveltejs/adapter-vercel@​6.3.2

Patch Changes

@​sveltejs/adapter-vercel@​6.3.1

Patch Changes

  • feat: show remote function calls under the /_app/remote route in observability (#15098)

  • fix: prevent isr routes from handling remote function calls (#15098)

  • Updated dependencies [46c1ebd, 2dd74c8, 8871b54]:

    • @​sveltejs/kit@​2.50.1

@​sveltejs/adapter-vercel@​6.3.0

Minor Changes

  • chore: mark RequestContext as deprecated and refer to @vercel/functions (#14725)

Patch Changes

@​sveltejs/adapter-vercel@​6.2.0

Minor Changes

  • feat: Node 24 support (#14982)

@​sveltejs/adapter-vercel@​6.1.2

Patch Changes

  • chore(deps): upgrade to @vercel/nft version 1.0.0 to reduce dependencies (#14950)

  • Updated dependencies [0889a2a, 2ff3951, 5b30755]:

    • @​sveltejs/kit@​2.48.7

@​sveltejs/adapter-vercel@​6.1.1

Patch Changes

... (truncated)

Changelog

Sourced from @​sveltejs/adapter-vercel's changelog.

6.3.2

Patch Changes

6.3.1

Patch Changes

  • feat: show remote function calls under the /_app/remote route in observability (#15098)

  • fix: prevent isr routes from handling remote function calls (#15098)

  • Updated dependencies [46c1ebd, 2dd74c8, 8871b54]:

    • @​sveltejs/kit@​2.50.1

6.3.0

Minor Changes

  • chore: mark RequestContext as deprecated and refer to @vercel/functions (#14725)

Patch Changes

6.2.0

Minor Changes

  • feat: Node 24 support (#14982)

6.1.2

Patch Changes

  • chore(deps): upgrade to @vercel/nft version 1.0.0 to reduce dependencies (#14950)

  • Updated dependencies [0889a2a, 2ff3951, 5b30755]:

    • @​sveltejs/kit@​2.48.7

6.1.1

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/adapter-vercel since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@sveltejs/adapter-vercel](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-vercel) from 5.10.2 to 6.3.2.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-vercel/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-vercel@6.3.2/packages/adapter-vercel)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-vercel"
  dependency-version: 6.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 20, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d5166d589e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"devDependencies": {
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-vercel": "^5.10.2",
"@sveltejs/adapter-vercel": "^6.3.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid bumping adapter-vercel without Node 20 migration

Upgrading @sveltejs/adapter-vercel to ^6.3.2 raises the package engine requirement to Node 20 (engines: { node: '>=20.0' } in the updated lockfile), and packages/bridge-ui/.npmrc enforces engine-strict=true, so pnpm install will now fail in any Node 18 environment that previously worked with v5 (and still satisfies the existing SvelteKit engine floor). This effectively introduces a breaking runtime/toolchain requirement without documenting or codifying a Node version bump for bridge-ui.

Useful? React with 👍 / 👎.

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