Skip to content

build(deps): Bump vercel from 50.32.5 to 50.35.0#3299

Merged
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-50.35.0
Mar 23, 2026
Merged

build(deps): Bump vercel from 50.32.5 to 50.35.0#3299
KATO-Hiro merged 1 commit into
stagingfrom
dependabot/npm_and_yarn/vercel-50.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps vercel from 50.32.5 to 50.35.0.

Release notes

Sourced from vercel's releases.

vercel@50.35.0

Minor Changes

  • Add CLI commands to create, delete, add to, and remove from microfrontends groups. (#15464)

Patch Changes

  • Adding in non-interactive mode for deploys (#15548)

  • Fix metrics output formatting for aggregation-transforming measures (percent, persecond, unique). The displayed unit and stat columns now reflect the effective aggregation rather than the raw measure unit — e.g. percent shows % instead of bytes, persecond appends /s, and unique hides the unit entirely. (#15655)

  • Adding in non-interactive for builds (#15547)

  • Fix SDK key detection for Vercel Flags to avoid false positives with third-party identifiers. Previously any vf_ prefix matched, now only vf_server_ and vf_client_ prefixes match. (#15675)

  • Updated dependencies [aa73ff858af822c4286c42299398015942ed1325, b9fe3dd0e9b27b40546dbd3b8951a65889245369]:

    • @​vercel/python@​6.26.0
    • @​vercel/build-utils@​13.8.2
    • @​vercel/next@​4.16.2
    • @​vercel/redwood@​2.4.11
    • @​vercel/rust@​1.0.5
    • @​vercel/static-build@​2.9.2

vercel@50.34.3

Patch Changes

  • Update CertMissing error message and type to be accurate (#15657)

  • Updated vercel metrics to align with the observability API schema/query contract. The CLI now uses API-fetched schema metadata for validation and output, resolves project scope to canonical project IDs before querying, and documents --project as accepting either a project name or ID. (#15619)

  • Fix telemetry, add better error handling (#15648)

  • Track project_id when possible inside cli (#15633)

  • Updated dependencies [7ae5de45a681b6b7297f38a4f8fa5a4fd394f2ea]:

vercel@50.34.2

Patch Changes

  • Removing non-interactive logic for login (#15643)

vercel@50.34.1

Patch Changes

... (truncated)

Changelog

Sourced from vercel's changelog.

50.35.0

Minor Changes

  • Add CLI commands to create, delete, add to, and remove from microfrontends groups. (#15464)

Patch Changes

  • Adding in non-interactive mode for deploys (#15548)

  • Fix metrics output formatting for aggregation-transforming measures (percent, persecond, unique). The displayed unit and stat columns now reflect the effective aggregation rather than the raw measure unit — e.g. percent shows % instead of bytes, persecond appends /s, and unique hides the unit entirely. (#15655)

  • Adding in non-interactive for builds (#15547)

  • Fix SDK key detection for Vercel Flags to avoid false positives with third-party identifiers. Previously any vf_ prefix matched, now only vf_server_ and vf_client_ prefixes match. (#15675)

  • Updated dependencies [aa73ff858af822c4286c42299398015942ed1325, b9fe3dd0e9b27b40546dbd3b8951a65889245369]:

    • @​vercel/python@​6.26.0
    • @​vercel/build-utils@​13.8.2
    • @​vercel/next@​4.16.2
    • @​vercel/redwood@​2.4.11
    • @​vercel/rust@​1.0.5
    • @​vercel/static-build@​2.9.2

50.34.3

Patch Changes

  • Update CertMissing error message and type to be accurate (#15657)

  • Updated vercel metrics to align with the observability API schema/query contract. The CLI now uses API-fetched schema metadata for validation and output, resolves project scope to canonical project IDs before querying, and documents --project as accepting either a project name or ID. (#15619)

  • Fix telemetry, add better error handling (#15648)

  • Track project_id when possible inside cli (#15633)

  • Updated dependencies [7ae5de45a681b6b7297f38a4f8fa5a4fd394f2ea]:

50.34.2

Patch Changes

  • Removing non-interactive logic for login (#15643)

50.34.1

Patch Changes

... (truncated)

Commits
  • d8aebaa Version Packages (#15662)
  • 2d842e6 [cli] narrow SDK key detection for Vercel Flags (#15675)
  • 414f423 [metrics] Fix metrics output formatting for aggregation-transforming measures...
  • 21ff476 [cli] Add commands for microfrontends creating, deleting, adding to, and remo...
  • 3eabfdf [CLI] feat: adding in non-interactive for deploy command (#15548)
  • 02aa585 [CLI] feat: adding in non-interactive for build command (#15547)
  • 59f1ca0 Version Packages (#15658)
  • f147ff2 Add ProjectID to Telemetry (#15633)
  • d24db79 Fix CertMissing error in cli (#15657)
  • 67a30ee Change promote -> Rollback, fix CertMissing error (#15648)
  • 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 50.32.5 to 50.35.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@50.35.0/packages/cli)

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

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 Mar 23, 2026
@KATO-Hiro KATO-Hiro merged commit 4d54091 into staging Mar 23, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/vercel-50.35.0 branch March 23, 2026 05:53
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