Skip to content

chore(deps): bump vercel from 50.44.0 to 56.2.1#154

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel-54.18.7
Open

chore(deps): bump vercel from 50.44.0 to 56.2.1#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel-54.18.7

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps vercel from 50.44.0 to 56.2.1.

Release notes

Sourced from vercel's releases.

vercel@56.2.1

Patch Changes

  • ce094f1: Show a specific error message when purchasing v0 credits without a paid v0 plan, instead of the generic unexpected-error fallback.

  • 3e0e6a8: Refactor linked project resolution to use named options.

  • 877c1ba: Allow vercel env ls to target a project explicitly without linking the current directory.

  • 81360cf: Use /v5/certs instead of legacy /v5/now/certs when listing custom certs for a domain.

  • a6af051: Add vercel flags versions <flag> and vercel flags versions diff <flag> --revision <number> to inspect feature flag version history and changes.

    Examples:

    vercel flags versions my-flag
    vercel flags versions my-flag --environment production
    vercel flags versions diff my-flag --revision 4
  • 51c7c32: vercel logs --follow now resolves a deployment automatically instead of erroring. When no deployment is specified it follows, in order: the latest deployment on the current git branch (using the provider-agnostic branch filter, which also matches deployments from unrecognized git remotes), your latest deployment, then the latest production deployment. --environment production streams the latest production deployment directly, and --environment preview restricts resolution to preview deployments.

  • 51c7c32: vercel logs now defaults to --expand output when stderr is not a TTY (agents, pipes, CI), printing every log message in full instead of truncating messages to a fixed-width table column.

  • def07fc: Migrate @vercel/client and @vercel/build-utils from node-fetch to native fetch. This removes the last url.parse() usage from the CLI bundle, which triggered a DEP0169 DeprecationWarning on Node 24 (visible in the standalone binary during vercel deploy).

    BREAKING CHANGE (@vercel/client): the agent?: http.Agent option was replaced with dispatcher?: FetchDispatcher (an undici dispatcher, e.g. undici.ProxyAgent), since native fetch does not support Node.js HTTP agents. The CLI now threads its proxy-aware dispatcher through automatically, so HTTP_PROXY/HTTPS_PROXY behavior is unchanged for CLI users.

  • 75342cb: Resolve an explicit scope before looking up a project for local builds.

  • b16a9a2: Standardize explicit project resolution across existing project-aware commands.

  • 075dc0c: Respect explicit project and scope selection when resolving project context.

  • Updated dependencies [def07fc]

    • @​vercel/build-utils@​13.33.1
    • @​vercel/backends@​0.8.24
    • @​vercel/container@​0.0.5
    • @​vercel/elysia@​0.1.101
    • @​vercel/express@​0.1.115
    • @​vercel/fastify@​0.1.104
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.110
    • @​vercel/hono@​0.2.104
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.84
    • @​vercel/nestjs@​0.2.105
    • @​vercel/next@​4.20.4
    • @​vercel/node@​5.8.25
    • @​vercel/python@​6.50.0
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.1
    • @​vercel/ruby@​2.5.1
    • @​vercel/rust@​1.4.0
    • @​vercel/static-build@​2.11.7

vercel@56.2.0

Minor Changes

... (truncated)

Changelog

Sourced from vercel's changelog.

56.2.1

Patch Changes

  • ce094f1: Show a specific error message when purchasing v0 credits without a paid v0 plan, instead of the generic unexpected-error fallback.

  • 3e0e6a8: Refactor linked project resolution to use named options.

  • 877c1ba: Allow vercel env ls to target a project explicitly without linking the current directory.

  • 81360cf: Use /v5/certs instead of legacy /v5/now/certs when listing custom certs for a domain.

  • a6af051: Add vercel flags versions <flag> and vercel flags versions diff <flag> --revision <number> to inspect feature flag version history and changes.

    Examples:

    vercel flags versions my-flag
    vercel flags versions my-flag --environment production
    vercel flags versions diff my-flag --revision 4
  • 51c7c32: vercel logs --follow now resolves a deployment automatically instead of erroring. When no deployment is specified it follows, in order: the latest deployment on the current git branch (using the provider-agnostic branch filter, which also matches deployments from unrecognized git remotes), your latest deployment, then the latest production deployment. --environment production streams the latest production deployment directly, and --environment preview restricts resolution to preview deployments.

  • 51c7c32: vercel logs now defaults to --expand output when stderr is not a TTY (agents, pipes, CI), printing every log message in full instead of truncating messages to a fixed-width table column.

  • def07fc: Migrate @vercel/client and @vercel/build-utils from node-fetch to native fetch. This removes the last url.parse() usage from the CLI bundle, which triggered a DEP0169 DeprecationWarning on Node 24 (visible in the standalone binary during vercel deploy).

    BREAKING CHANGE (@vercel/client): the agent?: http.Agent option was replaced with dispatcher?: FetchDispatcher (an undici dispatcher, e.g. undici.ProxyAgent), since native fetch does not support Node.js HTTP agents. The CLI now threads its proxy-aware dispatcher through automatically, so HTTP_PROXY/HTTPS_PROXY behavior is unchanged for CLI users.

  • 75342cb: Resolve an explicit scope before looking up a project for local builds.

  • b16a9a2: Standardize explicit project resolution across existing project-aware commands.

  • 075dc0c: Respect explicit project and scope selection when resolving project context.

  • Updated dependencies [def07fc]

    • @​vercel/build-utils@​13.33.1
    • @​vercel/backends@​0.8.24
    • @​vercel/container@​0.0.5
    • @​vercel/elysia@​0.1.101
    • @​vercel/express@​0.1.115
    • @​vercel/fastify@​0.1.104
    • @​vercel/go@​3.10.2
    • @​vercel/h3@​0.1.110
    • @​vercel/hono@​0.2.104
    • @​vercel/hydrogen@​1.4.0
    • @​vercel/koa@​0.1.84
    • @​vercel/nestjs@​0.2.105
    • @​vercel/next@​4.20.4
    • @​vercel/node@​5.8.25
    • @​vercel/python@​6.50.0
    • @​vercel/redwood@​2.5.0
    • @​vercel/remix-builder@​5.9.1
    • @​vercel/ruby@​2.5.1
    • @​vercel/rust@​1.4.0
    • @​vercel/static-build@​2.11.7

56.2.0

... (truncated)

Commits
  • f55baae Version Packages (#17105)
  • ce094f1 [cli] Surface specific error when buying v0 credits without a paid v0 plan (#...
  • 51c7c32 [CLI] fixing vc logs (#17093)
  • a6af051 [cli] Add feature flag version history commands (#16995)
  • def07fc [CL] removing node-fetch from npm calls (#17066)
  • 75342cb fix(cli): resolve explicit scope for build project lookup (#17084)
  • b16a9a2 refactor(cli): standardize explicit project resolution (#17083)
  • 877c1ba fix(cli): allow env ls --project outside linked directories (#17082)
  • 075dc0c fix(cli): respect explicit project resolution (#17081)
  • 3e0e6a8 refactor(cli): use options for linked project resolution (#17080)
  • Additional commits viewable in compare view
Maintainer changes

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


@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
supercli Ready Ready Preview, Comment Jul 16, 2026 1:21pm
supercli-client Ready Ready Preview, Comment Jul 16, 2026 1:21pm
supercli-docs Ready Ready Preview, Comment Jul 16, 2026 1:21pm

@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.18.7 chore(deps): bump vercel from 50.44.0 to 54.20.1 Jul 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from c13e238 to d2a0fd1 Compare July 5, 2026 05:37
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.20.1 chore(deps): bump vercel from 50.44.0 to 54.21.1 Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from d2a0fd1 to 5eeeaee Compare July 8, 2026 11:06
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 54.21.1 chore(deps): bump vercel from 50.44.0 to 55.0.0 Jul 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 5eeeaee to d4ec58a Compare July 10, 2026 12:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from d4ec58a to 69f1a58 Compare July 12, 2026 09:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.18.7 branch from 69f1a58 to 9dc8aac Compare July 13, 2026 12:59
Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 50.44.0 to 56.2.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@56.2.1/packages/cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump vercel from 50.44.0 to 55.0.0 chore(deps): bump vercel from 50.44.0 to 56.2.1 Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants