Skip to content

chore(deps): update dependency vercel to v50#767

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vercel-50.x
Open

chore(deps): update dependency vercel to v50#767
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vercel-50.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vercel (source) ^44.7.3^50.37.2 age confidence

Release Notes

vercel/vercel (vercel)

v50.37.2

Compare Source

Patch Changes

v50.37.1

Compare Source

Patch Changes

v50.37.0

Compare Source

Minor Changes
  • [services] support multiple topics for a single worker service (#​15615)

  • [services] support for specifying an env prefix for each service (#​15641)

Patch Changes

v50.35.0

Compare Source

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

v50.34.3

Compare Source

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]:

v50.34.2

Compare Source

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

v50.34.1

Compare Source

Patch Changes

v50.34.0

Compare Source

Minor Changes
  • Emit Vercel Flags embedded definitions by default (#​15487)

    When you deploy to Vercel, the build process fetches your latest flag definitions once at build time using the Vercel CLI and bundles them into the deployment.

    This used to require opt-in by setting VERCEL_EXPERIMENTAL_EMBED_FLAG_DEFINITIONS=1, and has now been switched to be enabled by default. You can opt out by setting VERCEL_FLAGS_DISABLE_DEFINITION_EMBEDDING=1.

    Definitions are only fetched in case there is at least one environment variable containing a Vercel Flags SDK key.

    See docs

Patch Changes

v50.33.1

Compare Source

Patch Changes

v50.33.0

Compare Source

Minor Changes
  • [services] add support for background workers to vc dev (#​15434)

  • Add stdin_is_tty telemetry tracking to measure interactive vs non-interactive CLI usage (#​15574)

  • [services] add support for cron services to vc dev (#​15433)

Patch Changes

v50.32.5

Compare Source

Patch Changes

v50.32.4

Compare Source

Patch Changes
  • Show ISO timestamp instead of relative age in vercel activity output (#​15488)

  • Adding in non-interactive mode for rolling releases (#​15427)

v50.32.3

Compare Source

Patch Changes

v50.32.2

Compare Source

Patch Changes

v50.32.1

Compare Source

Patch Changes
  • [experimental-services] build using experimentalServices regardless of framework setting (#​15451)

  • Updated dependencies []:

v50.31.3

Compare Source

Patch Changes

v50.31.2

Compare Source

Patch Changes
  • Remove FF_ALERTS feature flag and make the vc alerts command available by default. Remove numbered list output from vc activity and vc alerts commands and normalize padding between them. (#​15438)

  • Introduce vercel flags create as the canonical command for creating feature flags while keeping vercel flags add working as an alias. (#​15437)

  • Add vercel flags set for changing the served variant in an environment, tighten explicit variant selection to ID-or-value-only matching, and improve boolean shortcut guidance for non-boolean flags. (#​15436)

  • Improve the vercel flags workflow with new flags open and flags update commands, richer string/number variant creation, and more detailed flags inspect and creation output that shows the exact variants and environment behavior. Boolean flags now default to development-only on creation, and the enable, disable, archive, and rm flows have clearer confirmations, default messages, and non-interactive guidance for scripts and agents. (#​15417)

v50.31.1

Compare Source

Patch Changes

v50.31.0

Compare Source

Minor Changes
  • Support maxDuration: 'max' to allow the backend to resolve the maximum duration based on account plan type (#​15217)
Patch Changes

v50.29.0

Compare Source

Minor Changes
  • Add interactive mode to webhooks create and change warning prefix from WARN! to WARNING! (#​15406)
Patch Changes

v50.28.0

Compare Source

Minor Changes
  • Add --json flag to vc deploy init for machine-readable output (#​15390)

  • Add vercel routes command for managing project-level routing rules. Supports creating, editing, deleting, enabling/disabling, reordering, and publishing routes with rewrites, redirects, status codes, response headers, and request transforms. Includes AI-powered route generation via --ai flag. (#​15349)

Patch Changes

v50.27.1

Compare Source

Patch Changes

v50.27.0

Compare Source

Minor Changes
  • Add vercel agent init command that generates an AGENTS.md file with Vercel deployment best practices (#​15356)
Patch Changes

v50.26.1

Compare Source

Patch Changes

v50.26.0

Compare Source

Minor Changes
  • feat(cli): add activity command to list activity events (#​15307)

    • New vercel activity command to list user/team activity events from the Events API
    • Supports filtering by event type (--type), time range (--since/--until), and project (--project)
    • activity types subcommand to list available event types
    • Auto-scopes to linked project; --all for team-wide events
    • Pagination via --limit/--next and JSON output via --format json
  • Add --json flag to vc deploy for machine-readable output (#​15355)

Patch Changes

v50.25.6

Compare Source

Patch Changes

v50.25.5

Compare Source

Patch Changes
  • Add a --search option to vc logs that passes the raw query through to the request logs API, while preserving existing --query behavior. (#​15302)

  • Updated dependencies []:

v50.25.4

Compare Source

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]:

v50.25.3

Compare Source

Patch Changes

v50.25.2

Compare Source

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)

  • Updated dependencies []:

v50.25.1

Compare Source

Patch Changes

v50.25.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Dec 12, 2025

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

Project Deployment Actions Updated (UTC)
gqty-website Ready Ready Preview, Comment Mar 27, 2026 4:58pm

@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 28a4598 to f616ad7 Compare December 13, 2025 01:55
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from f616ad7 to 00dc23b Compare December 14, 2025 05:52
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 00dc23b to e251d7c Compare December 15, 2025 02:15
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from e251d7c to 025ffa9 Compare December 16, 2025 02:05
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 025ffa9 to eed35e1 Compare December 17, 2025 20:03
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from eed35e1 to eb72002 Compare December 18, 2025 03:06
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from eb72002 to 8ef7a7d Compare December 19, 2025 00:50
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 8ef7a7d to fcbf770 Compare December 31, 2025 13:08
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from fcbf770 to dc208fa Compare January 5, 2026 20:51
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from dc208fa to 9065033 Compare January 6, 2026 14:13
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 9065033 to c658ba6 Compare January 7, 2026 01:40
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from c658ba6 to c139cb3 Compare January 10, 2026 08:38
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from c139cb3 to 28c594d Compare January 11, 2026 00:25
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 28c594d to b40d9d6 Compare January 13, 2026 02:08
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 5382b0b to ee11c3c Compare January 15, 2026 21:36
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from ee11c3c to 310805a Compare January 16, 2026 02:57
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 310805a to ade273c Compare January 16, 2026 15:52
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from ade273c to 6e82311 Compare January 19, 2026 15:01
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 6e82311 to 5ebabb6 Compare January 19, 2026 21:32
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 5ebabb6 to 325813e Compare January 20, 2026 18:09
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 325813e to a974fcd Compare January 20, 2026 21:06
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from a974fcd to bbdc090 Compare January 22, 2026 00:57
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from bbdc090 to 130f5af Compare January 23, 2026 07:23
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 130f5af to 4906882 Compare January 23, 2026 17:50
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 4906882 to ea68259 Compare January 24, 2026 02:28
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from ea68259 to bcaa1d5 Compare January 26, 2026 21:48
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from bcaa1d5 to f71a1f6 Compare January 27, 2026 01:40
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from f71a1f6 to 98ed7e0 Compare January 27, 2026 06:11
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 98ed7e0 to 170075e Compare January 27, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants