Skip to content

build(deps): Bump vercel from 52.0.0 to 53.1.0#3472

Merged
KATO-Hiro merged 1 commit intostagingfrom
dependabot/npm_and_yarn/vercel-53.1.0
May 2, 2026
Merged

build(deps): Bump vercel from 52.0.0 to 53.1.0#3472
KATO-Hiro merged 1 commit intostagingfrom
dependabot/npm_and_yarn/vercel-53.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vercel from 52.0.0 to 53.1.0.

Release notes

Sourced from vercel's releases.

vercel@53.1.0

Minor Changes

  • 5cf1179: Use services orchestrator for single web services in local dev.

Patch Changes

  • 3aa821e: Allow adding Development Environment Variables on teams that enforce sensitive Environment Variables.

vercel@53.0.1

Patch Changes

  • Updated dependencies [f7b5377]
    • @​vercel/node@​5.7.15
    • @​vercel/elysia@​0.1.73
    • @​vercel/express@​0.1.83
    • @​vercel/fastify@​0.1.76
    • @​vercel/h3@​0.1.82
    • @​vercel/hono@​0.2.76
    • @​vercel/koa@​0.1.56
    • @​vercel/nestjs@​0.2.77

vercel@52.2.1

Patch Changes

  • bf07448: Revert "auth: Make it possible to store CLI credentials in OS keychain (#16083)"
  • a00740e: vc whoami now shows both the logged-in user and the active team, and surfaces when the active team is set by a local project link rather than the globally-selected team.
  • Updated dependencies [894e7d4]
    • @​vercel/python@​6.36.1
    • @​vercel/node@​5.7.13

vercel@52.2.0

Minor Changes

  • 24686d0: Add configurable auth token storage with keyring-backed persistence and file fallback support.

Patch Changes

  • Updated dependencies [24686d0]
  • Updated dependencies [d36ee35]
  • Updated dependencies [56c9f89]
    • @​vercel/cli-auth@​0.1.0
    • @​vercel/node@​5.7.13
Changelog

Sourced from vercel's changelog.

53.1.0

Minor Changes

  • 5cf1179: Use services orchestrator for single web services in local dev.

Patch Changes

  • 3aa821e: Allow adding Development Environment Variables on teams that enforce sensitive Environment Variables.

53.0.1

Patch Changes

  • Updated dependencies [f7b5377]
    • @​vercel/node@​5.7.15
    • @​vercel/elysia@​0.1.73
    • @​vercel/express@​0.1.83
    • @​vercel/fastify@​0.1.76
    • @​vercel/h3@​0.1.82
    • @​vercel/hono@​0.2.76
    • @​vercel/koa@​0.1.56
    • @​vercel/nestjs@​0.2.77

53.0.0

Major Changes

  • 56880dd: vercel edge-config tokens <id-or-slug> --format json no longer includes plaintext token values. Each row now contains id, label, partialToken, and createdAt.

    If your scripts read the token field to identify or remove a token, switch to id instead. For example, vercel edge-config tokens <id-or-slug> --remove <id> --yes.

    Plaintext tokens are still printed once at creation via --add <label>.

Minor Changes

  • 4ae5eca: Adds vercel connex open <clientIdOrUid> — opens a Connex client's detail page in the Vercel dashboard. Gated behind FF_CONNEX_ENABLED.

    • Accepts either an scl_ client ID or a UID (e.g. slack/my-bot); resolves UIDs to the canonical scl_ ID via GET /v1/connex/clients/:id before building the dashboard URL (the dashboard route is a single [clientId] segment).
    • Honors --format=json (emits { "url": "..." }) and stdout.isTTY (non-TTY writes the URL to stdout so it can be piped).
    • Mirrors vercel integration open: presence-checks the client first so a bad id/uid fails fast with a CLI error instead of a 404 in the browser.
  • d071a00: Add vercel connex remove command to delete a Connex client by id or uid. Refuses when projects are connected unless --disconnect-all is passed (mirrors vercel integration-resource remove); supports --yes and --format=json.

  • f0c17c0: Add masked token value column to vercel edge-config tokens table output.

  • bc302e4: vercel flags sdk-keys ls now surfaces the server-masked partialKeyValue preview (e.g. vf_server_abc********) in a new column of the default table output, between Label and Created. The --json output also includes partialKeyValue on each row.

  • c56f851: Upgrade to TypeScript 5.9

Patch Changes

  • 93a0a1a: Persist the team selection in vercel connex commands so users are not re-prompted on every invocation. Personal-scope selections are rejected since connex clients are team-owned.

... (truncated)

Commits

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 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 [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 52.0.0 to 53.1.0.
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@53.1.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 2, 2026
@KATO-Hiro KATO-Hiro merged commit fa8bd92 into staging May 2, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/vercel-53.1.0 branch May 2, 2026 22:24
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.

1 participant