Skip to content

chore(deps): update dependency vercel to v56.2.1#3857

Open
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/vercel-56.x
Open

chore(deps): update dependency vercel to v56.2.1#3857
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/vercel-56.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vercel (source) 56.1.056.2.1 age confidence

Release Notes

vercel/vercel (vercel)

v56.2.1

Compare Source

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]

v56.2.0

Compare Source

Minor Changes
  • 997d319: vercel env add now accepts a comma-separated list of environments to create a single Environment Variable entry spanning multiple targets, e.g. vercel env add API_URL production,preview,development. Invalid environment names fail locally with a clear error (invalid_environment in non-interactive mode), custom Environment slugs are resolved to ids, and a Git branch is rejected unless Preview is the only target. Non-interactive missing_environment, missing_requirements, and sensitivity-conflict payloads now suggest the multi-target command form.
Patch Changes
  • e6b11f0: Add finer-grained vc.doBuild spans (vc.readConfigInputs, vc.prepareFlagsDefinitions, vc.getFiles, vc.populateFilesMap, and vc.setMonorepoDefaultSettings) so build-container traces can attribute previously unaccounted CLI orchestration time.

  • 383c0a0: Fix native-trampoline test hardcoding 55.0.0 that broke after version bump to 56.1.0.

    The test now reads the version from packages/cli/package.json and strips
    NODE_PATH/VITEST env vars so require.resolve inside the temp install does
    not leak the repo's pnpm store. Also fixes VERCEL_VC_NATIVE leak on
    ENOENT/EACCES fallback (JS fallback was mislabeled as "(native)") and
    updates the stale Part-1 comment in src/vc.js.

  • 351a9b6: Exclude vercel.ts config file variants from static file serving


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency vercel to v56.2.0 chore(deps): update dependency vercel to v56.2.1 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/vercel-56.x branch from a3205d7 to fb8abf1 Compare July 16, 2026 01:39
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