Skip to content

build(deps): Bump vercel from 53.2.0 to 54.0.0#3544

Merged
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.0.0
May 14, 2026
Merged

build(deps): Bump vercel from 53.2.0 to 54.0.0#3544
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vercel from 53.2.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 14, 2026
Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 53.2.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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.0.0 branch from 2e4863e to c3727d4 Compare May 14, 2026 22:06
@KATO-Hiro KATO-Hiro merged commit bf8f8d8 into staging May 14, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/vercel-54.0.0 branch May 14, 2026 22:09
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