Skip to content

build(deps): Bump vercel from 54.1.0 to 54.2.0#3565

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

build(deps): Bump vercel from 54.1.0 to 54.2.0#3565
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-54.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vercel from 54.1.0 to 54.2.0.

Release notes

Sourced from vercel's releases.

vercel@54.2.0

Minor Changes

  • 39850ef: Add vercel connect update <id> subcommand to change connector branding. Accepts --icon (PNG or JPEG path, uploaded to Vercel and sent as SHA-1), --background-color, and --accent-color (both #RRGGBB). Gated behind the existing FF_CONNEX_ENABLED flag.
  • 63a66d4: Add --icon, --background-color, and --accent-color flags to vercel connect create. The icon is uploaded to Vercel before the connector is created. When the API requires a browser registration step, branding is appended to the dashboard URL so the create form can prefill itself; the CLI also applies a follow-up PATCH after the browser flow as a safety net for the dashboard rollout. Gated behind the existing FF_CONNEX_ENABLED flag.
  • 137e5d1: Allow builder V2 to expose startDevServer.
  • b1aa926: [vc dev] handle process errors in dev server

Patch Changes

  • a3a1a5a: Added CLI eval support for comparable agent/model experiment runs and restored transcript artifact uploads via chunked result ingestion.

  • 18e9fd6: fix(cli): point vc connect open and registration error URLs at the renamed /connect dashboard route

  • 4118600: Fix standalone CLI binary latest-version worker startup.

  • 80e8e06: Track Vercel plugin active-session markers in CLI telemetry.

  • bb61428: Include framework slug in output/config.json

  • f45e466: Add opt-in automatic CLI updates via vercel upgrade --enable-auto and prompt users to enable them after a successful manual upgrade.

  • a3a1a5a: Add offline-friendly local modes for CLI eval discovery and dashboard fixture generation, and expand Vercel CLI eval coverage for project, list, inspect, logs, and pull commands.

  • a3a1a5a: Relaxed the CLI env/add eval grader to accept equivalent JSON format syntax and shell-variable env names when outputs prove the variable was added.

  • a3a1a5a: Simplified the implicit curl eval grader to only require that the agent ran vercel curl or vc curl.

  • 8fb4dc8: Add vercel flags split to configure weighted Vercel Flags splits from the CLI.

    Configure a split interactively by letting the CLI prompt for the environment, bucketing attribute, weights, fallback variant, and revision message. vercel flags split welcome-message

    Configure a boolean flag split in production with 95/5 traffic. vercel flags split redesigned-checkout --environment production --by user.userId --weight off=95 --weight on=5

    Configure a string flag split with an explicit fallback variant. vercel flags split welcome-message -e production --by user.userId --default-variant control --weight control=90 --weight treatment=10

    Exclude a variant from receiving traffic by setting its weight to 0. vercel flags split checkout-copy -e preview --by user.userId --default-variant control --weight control=50 --weight treatment=50 --weight legacy=0

  • Updated dependencies [bb61428]

  • Updated dependencies [137e5d1]

  • Updated dependencies [f45e466]

  • Updated dependencies [744e96c]

... (truncated)

Changelog

Sourced from vercel's changelog.

54.2.0

Minor Changes

  • 39850ef: Add vercel connect update <id> subcommand to change connector branding. Accepts --icon (PNG or JPEG path, uploaded to Vercel and sent as SHA-1), --background-color, and --accent-color (both #RRGGBB). Gated behind the existing FF_CONNEX_ENABLED flag.
  • 63a66d4: Add --icon, --background-color, and --accent-color flags to vercel connect create. The icon is uploaded to Vercel before the connector is created. When the API requires a browser registration step, branding is appended to the dashboard URL so the create form can prefill itself; the CLI also applies a follow-up PATCH after the browser flow as a safety net for the dashboard rollout. Gated behind the existing FF_CONNEX_ENABLED flag.
  • 137e5d1: Allow builder V2 to expose startDevServer.
  • b1aa926: [vc dev] handle process errors in dev server

Patch Changes

  • a3a1a5a: Added CLI eval support for comparable agent/model experiment runs and restored transcript artifact uploads via chunked result ingestion.

  • 18e9fd6: fix(cli): point vc connect open and registration error URLs at the renamed /connect dashboard route

  • 4118600: Fix standalone CLI binary latest-version worker startup.

  • 80e8e06: Track Vercel plugin active-session markers in CLI telemetry.

  • bb61428: Include framework slug in output/config.json

  • f45e466: Add opt-in automatic CLI updates via vercel upgrade --enable-auto and prompt users to enable them after a successful manual upgrade.

  • a3a1a5a: Add offline-friendly local modes for CLI eval discovery and dashboard fixture generation, and expand Vercel CLI eval coverage for project, list, inspect, logs, and pull commands.

  • a3a1a5a: Relaxed the CLI env/add eval grader to accept equivalent JSON format syntax and shell-variable env names when outputs prove the variable was added.

  • a3a1a5a: Simplified the implicit curl eval grader to only require that the agent ran vercel curl or vc curl.

  • 8fb4dc8: Add vercel flags split to configure weighted Vercel Flags splits from the CLI.

    Configure a split interactively by letting the CLI prompt for the environment, bucketing attribute, weights, fallback variant, and revision message. vercel flags split welcome-message

    Configure a boolean flag split in production with 95/5 traffic. vercel flags split redesigned-checkout --environment production --by user.userId --weight off=95 --weight on=5

    Configure a string flag split with an explicit fallback variant. vercel flags split welcome-message -e production --by user.userId --default-variant control --weight control=90 --weight treatment=10

    Exclude a variant from receiving traffic by setting its weight to 0. vercel flags split checkout-copy -e preview --by user.userId --default-variant control --weight control=50 --weight treatment=50 --weight legacy=0

  • Updated dependencies [bb61428]

  • Updated dependencies [137e5d1]

  • Updated dependencies [f45e466]

  • Updated dependencies [744e96c]

  • Updated dependencies [7923d34]

    • @​vercel/build-utils@​13.26.0
    • @​vercel/next@​4.17.2
    • @​vercel/cli-config@​0.1.2
    • @​vercel/remix-builder@​5.8.2
    • @​vercel/static-build@​2.9.28
    • @​vercel/backends@​0.7.1
    • @​vercel/elysia@​0.1.79
    • @​vercel/express@​0.1.89
    • @​vercel/fastify@​0.1.82
    • @​vercel/go@​3.7.0
    • @​vercel/h3@​0.1.88

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.2.0 branch from fe0e185 to fb4efb9 Compare May 20, 2026 22:23
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.2.0 branch from fb4efb9 to f53748d Compare May 20, 2026 23:56
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 54.1.0 to 54.2.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.2.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 54.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-54.2.0 branch from f53748d to df5993d Compare May 21, 2026 06:51
@KATO-Hiro KATO-Hiro merged commit 07f3d53 into staging May 21, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/vercel-54.2.0 branch May 21, 2026 13:29
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