Skip to content

Bump vercel from 52.0.0 to 54.0.0 - #28

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

Bump vercel from 52.0.0 to 54.0.0#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel-54.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vercel from 52.0.0 to 54.0.0.

Release notes

Sourced from vercel's releases.

vercel@54.0.0

Major Changes

  • db207b1: Require --follow for vercel logs to stream deployment logs. Passing a deployment argument or --deployment now uses historical deployment log filtering by default.

Minor Changes

  • d874af6: Add support for env vars injection that reference other services in services with an explicit env configuration.

Patch Changes

  • b3b5ed8: Preserve the source deployment or alias ID/URL when assigning aliases from the CLI.
  • 8324ac7: Rename "Connex client" to "Connex connector" in user-visible vc connex strings (help text, spinners, error/success messages) to match the dashboard rename. Flag names, command names, positional argument names, types, file paths, and API endpoints are unchanged.
  • b6b162c: Fix project token creation when project is not in the default team
  • Updated dependencies [bf42168]
  • Updated dependencies [94a214c]
  • Updated dependencies [d874af6]
  • Updated dependencies [9615277]
    • @​vercel/python@​6.41.0
    • @​vercel/build-utils@​13.24.0
    • @​vercel/backends@​0.6.0
    • @​vercel/elysia@​0.1.77
    • @​vercel/express@​0.1.87
    • @​vercel/fastify@​0.1.80
    • @​vercel/go@​3.6.0
    • @​vercel/h3@​0.1.86
    • @​vercel/hono@​0.2.80
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/koa@​0.1.60
    • @​vercel/nestjs@​0.2.81
    • @​vercel/next@​4.17.1
    • @​vercel/node@​5.8.1
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.1
    • @​vercel/ruby@​2.3.2
    • @​vercel/rust@​1.2.0
    • @​vercel/static-build@​2.9.26

vercel@53.4.0

Minor Changes

  • 88fb6c1: Add vercel connex attach <client> to attach a Vercel project to a Connex client for one or more environments. Defaults to the current linked project + all environments (production, preview, development). Pass -e/--environment (repeatable, comma-separated) to restrict, -p/--project <name_or_id> to target a different project, and --yes / --format=json for non-interactive use. When the project is already attached with the same environments, the command exits early as a no-op; when the environments differ, the prompt shows a current-vs-new diff before replacing.
  • 66a2105: vercel dev now exposes VERCEL_PROJECT_ID and VERCEL_ORG_ID from the linked .vercel/project.json to the dev process, mirroring how the platform sets them in prod and preview. Existing values in process.env or .env files take precedence and are not overridden.

Patch Changes

  • b4bb157: Fix vercel dev double-appending rootDirectory when run from inside a project subdirectory whose name already matches the project's rootDirectory setting (e.g. monorepo/project1monorepo/project1/project1).
  • 858c1dc: [cli] reliably kill experimentalServices child processes on vercel dev exit
  • 05fae25: Support full URLs and bare hosts in vc curl while resolving project auth from the target URL.
  • 657a3b1: Improve function size log message to show warning when limit is reached or almost reached, and always display function size with dependencies breakdown. Requires VERCEL_ANALYZE_BUILD_OUTPUT=1.

... (truncated)

Changelog

Sourced from vercel's changelog.

54.0.0

Major Changes

  • db207b1: Require --follow for vercel logs to stream deployment logs. Passing a deployment argument or --deployment now uses historical deployment log filtering by default.

Minor Changes

  • d874af6: Add support for env vars injection that reference other services in services with an explicit env configuration.

Patch Changes

  • b3b5ed8: Preserve the source deployment or alias ID/URL when assigning aliases from the CLI.
  • 8324ac7: Rename "Connex client" to "Connex connector" in user-visible vc connex strings (help text, spinners, error/success messages) to match the dashboard rename. Flag names, command names, positional argument names, types, file paths, and API endpoints are unchanged.
  • b6b162c: Fix project token creation when project is not in the default team
  • Updated dependencies [bf42168]
  • Updated dependencies [94a214c]
  • Updated dependencies [d874af6]
  • Updated dependencies [9615277]
    • @​vercel/python@​6.41.0
    • @​vercel/build-utils@​13.24.0
    • @​vercel/backends@​0.6.0
    • @​vercel/elysia@​0.1.77
    • @​vercel/express@​0.1.87
    • @​vercel/fastify@​0.1.80
    • @​vercel/go@​3.6.0
    • @​vercel/h3@​0.1.86
    • @​vercel/hono@​0.2.80
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/koa@​0.1.60
    • @​vercel/nestjs@​0.2.81
    • @​vercel/next@​4.17.1
    • @​vercel/node@​5.8.1
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.1
    • @​vercel/ruby@​2.3.2
    • @​vercel/rust@​1.2.0
    • @​vercel/static-build@​2.9.26

53.4.0

Minor Changes

  • 88fb6c1: Add vercel connex attach <client> to attach a Vercel project to a Connex client for one or more environments. Defaults to the current linked project + all environments (production, preview, development). Pass -e/--environment (repeatable, comma-separated) to restrict, -p/--project <name_or_id> to target a different project, and --yes / --format=json for non-interactive use. When the project is already attached with the same environments, the command exits early as a no-op; when the environments differ, the prompt shows a current-vs-new diff before replacing.
  • 66a2105: vercel dev now exposes VERCEL_PROJECT_ID and VERCEL_ORG_ID from the linked .vercel/project.json to the dev process, mirroring how the platform sets them in prod and preview. Existing values in process.env or .env files take precedence and are not overridden.

Patch Changes

  • b4bb157: Fix vercel dev double-appending rootDirectory when run from inside a project subdirectory whose name already matches the project's rootDirectory setting (e.g. monorepo/project1monorepo/project1/project1).
  • 858c1dc: [cli] reliably kill experimentalServices child processes on vercel dev exit

... (truncated)

Commits
  • 0f412cb Version Packages (#16319)
  • b3b5ed8 [vercel] Preserve alias source for vc alias set (#16221)
  • 8324ac7 [cli] Rename "Connex client" to "Connex connector" in user-visible strings (#...
  • b6b162c cli/project/token: Fix missing project (#16262)
  • db207b1 cli/logs: Require explicit follow for deployments (#16288)
  • d874af6 [services] add support for specifying required for a service env URLs (#16117)
  • 4e7b8b1 Version Packages (#16287)
  • 66a2105 [cli] expose VERCEL_PROJECT_ID and VERCEL_ORG_ID to vercel dev process (#16...
  • 88fb6c1 [cli] connex: Add attach subcommand to link a project to a client (#16268)
  • 858c1dc [cli] kill experimentalServices child processes on dev exit (#16280)
  • Additional commits viewable in compare view

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 54.0.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@54.0.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 54.0.0
  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 13, 2026
@vercel

vercel Bot commented May 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
epiweek Ready Ready Preview, Comment May 13, 2026 5:46pm

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