Skip to content

Bump vercel from 50.44.0 to 53.0.1#72

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-53.0.1
Open

Bump vercel from 50.44.0 to 53.0.1#72
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-53.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vercel from 50.44.0 to 53.0.1.

Release notes

Sourced from vercel's releases.

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

vercel@52.0.0

Major Changes

  • fix!: exclude configuration files from static deployments (#16056)

Minor Changes

  • Add vercel connex token command to fetch tokens for Connex clients, with auto-authorize / auto-install recovery on actionable 422 errors. (#16072)

Patch Changes

  • Add vercel env run example to the env command help output (#16072)

  • vercel env update now applies the same Development guards as vercel env add: (#16072)

... (truncated)

Changelog

Sourced from vercel's changelog.

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.
  • 9cd5297: Scope vercel edge-config subcommands to the locally linked project's team by default, matching vercel env, vercel crons, etc. Falls back to the globally configured team when no project is linked.
  • 46a2646: Limit vc link --scope project lookup to the requested scope.
  • dc02702: Track resolved deploy target environment in CLI telemetry.
  • Updated dependencies [25e84c6]
  • Updated dependencies [c56f851]
    • @​vercel/python@​6.37.0
    • @​vercel/build-utils@​13.21.0
    • @​vercel/backends@​0.3.0
    • @​vercel/remix-builder@​5.8.0
    • @​vercel/next@​4.17.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vercel since your current version.


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 50.44.0 to 53.0.1.
- [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.0.1/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 53.0.1
  dependency-type: direct:development
  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 1, 2026
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