Skip to content

Bump vercel from 50.23.2 to 50.25.4#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-50.25.4
Open

Bump vercel from 50.23.2 to 50.25.4#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-50.25.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps vercel from 50.23.2 to 50.25.4.

Release notes

Sourced from vercel's releases.

vercel@50.25.4

Patch Changes

  • feat(cli): add optional search query to vercel integration discover (#15320)

  • [python] setup logging in vc_init_dev to route records with level <= WARNING to stdout and with level >= ERROR to stderr. (#15328)

  • Enable service route-prefix auto stripping for explicitly configured (#15327) multi-service vercel.json setups across runtimes, matching generated-prefix behavior during build and dev orchestration.

  • [services] fix multiple route-owning builders writing to build output API (#15323)

    Fix vc build services route merging when multiple builders return buildOutputPath. Instead of reusing a single merged .vercel/output/config.json for the first matching build, vc build now reads each builder's own config.json, scopes those routes to service ownership, and merges routes/overrides per builder. This prevents sibling service routes from being dropped and restores expected app-level 404 behavior.

  • Updated dependencies [b5483654e4c8a6c1128d2afd0eca2e081ff70403]:

    • @​vercel/python@​6.19.0

vercel@50.25.3

Patch Changes

vercel@50.25.2

Patch Changes

  • cli(metrics): align schema with query engine and rename incomingRequest to edgeRequest (#15301)

    • Remove tokens unit type (now count), drop unique aggregation, add p50
    • Remove unsupported events: analyticsEvent, analyticsPageview, blobStoreState, dataCacheState
    • Update dimensions, measures, and filterOnly flags across all events
    • Rename incomingRequest to edgeRequest with query engine aliasing for agent understanding
  • Adding in skills matrix for evals (#15280)

  • Ellipsize long group values in metrics text output to prevent excessively wide tables. Values exceeding 60 characters are truncated by keeping equal start/end portions with in the middle. (#15279)

  • fix(cli): stop showing region as required in help since server handles region selection (#15194)

  • Remove --order-by flag from metrics query command; ordering is handled server-side. (#15281)

  • fix: dev server OOM issues for large functions (#15260)

... (truncated)

Changelog

Sourced from vercel's changelog.

50.25.4

Patch Changes

  • feat(cli): add optional search query to vercel integration discover (#15320)

  • [python] setup logging in vc_init_dev to route records with level <= WARNING to stdout and with level >= ERROR to stderr. (#15328)

  • Enable service route-prefix auto stripping for explicitly configured (#15327) multi-service vercel.json setups across runtimes, matching generated-prefix behavior during build and dev orchestration.

  • [services] fix multiple route-owning builders writing to build output API (#15323)

    Fix vc build services route merging when multiple builders return buildOutputPath. Instead of reusing a single merged .vercel/output/config.json for the first matching build, vc build now reads each builder's own config.json, scopes those routes to service ownership, and merges routes/overrides per builder. This prevents sibling service routes from being dropped and restores expected app-level 404 behavior.

  • Updated dependencies [b5483654e4c8a6c1128d2afd0eca2e081ff70403]:

    • @​vercel/python@​6.19.0

50.25.3

Patch Changes

50.25.2

Patch Changes

  • cli(metrics): align schema with query engine and rename incomingRequest to edgeRequest (#15301)

    • Remove tokens unit type (now count), drop unique aggregation, add p50
    • Remove unsupported events: analyticsEvent, analyticsPageview, blobStoreState, dataCacheState
    • Update dimensions, measures, and filterOnly flags across all events
    • Rename incomingRequest to edgeRequest with query engine aliasing for agent understanding
  • Adding in skills matrix for evals (#15280)

  • Ellipsize long group values in metrics text output to prevent excessively wide tables. Values exceeding 60 characters are truncated by keeping equal start/end portions with in the middle. (#15279)

  • fix(cli): stop showing region as required in help since server handles region selection (#15194)

  • Remove --order-by flag from metrics query command; ordering is handled server-side. (#15281)

... (truncated)

Commits
  • c707ca4 Version Packages (#15326)
  • ad44557 [services] auto-strip service route prefixes in vercel.json mode (#15327)
  • b548365 [python] setup logging in vc_init_dev to route level<=WARNING to stdout and l...
  • ffad1d3 [services] fix multiple route-owning builders writing to build output API (#1...
  • a0998fb feat(cli): add optional search query to integration discover (#15320)
  • 28bdc6d Add deploy and init evals (#15201)
  • 18e6ef4 Version Packages (#15316)
  • adf3ac2 [CLI] feat: properly reading eval outputs (#15312)
  • 672d2fc feat(cli): skip inline terms for integrations requiring browser install (#15308)
  • 282049b Version Packages (#15303)
  • 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.23.2 to 50.25.4.
- [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.25.4/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 50.25.4
  dependency-type: direct:development
  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 2, 2026
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