Skip to content

chore(deps): update dependency vercel to v50.44.0#3481

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vercel (source) 50.28.050.44.0 age confidence

Release Notes

vercel/vercel (vercel)

v50.44.0

Compare Source

Minor Changes
  • Add vercel oauth-apps to list installation requests, dismiss requests, install apps by OAuth client id, and remove installations. (#​15846)

  • Add vercel teams sso to show SAML/SSO configuration for the current team. (#​15847)

Patch Changes

v50.43.0

Compare Source

Minor Changes
  • Add Deployment Checks support to deploy --prod. Shows "Running Checks..." spinner when checks are pending, detects check failures before alias promotion, and displays failed check run details with links to logs. (#​15884)

  • Extend marketplace integration CLI parity: add vercel integration installations to list team installations (with optional --integration filter and JSON output), align vercel integration update argument parsing with other subcommands (parse only tokens after update, so the integration slug is the first positional), and ship related help/telemetry updates. (#​15849)

  • Add vercel project protection actions for automation protection bypass via PATCH /v1/projects/.../protection-bypass (--protection-bypass). (#​15862)

  • Add vercel project protection actions for customer support code visibility (--customer-support-code-visibility). (#​15860)

  • Add vercel project protection actions for Git fork protection (--git-fork-protection). (#​15861)

  • [services] migrate python workers to Queues V3 API (#​15885)

  • [cli] Add vercel flags override subcommand to encrypt and decrypt flag override tokens for the vercel-flag-overrides cookie (#​15875)

Patch Changes

v50.42.0

Compare Source

Minor Changes
  • Add vercel project protection actions for password deployment protection (--password). (#​15858)

  • Add vercel project protection actions for skew protection via skewProtectionMaxAge (--skew). (#​15859)

  • Add vercel project protection actions for SSO deployment protection (--sso). (#​15857)

  • Support configuration via vercel.toml (#​15750)

  • Add support for running Sandbox commands through vercel sandbox. (#​15839)

Patch Changes

v50.41.0

Compare Source

Minor Changes
  • Add vercel edge-config with list, add, get, update, remove, items, and tokens subcommands for Edge Config dashboard API parity. (#​15822)

  • Add vercel project checks to list a project's deployment checks configuration (parity with dashboard), including --format json and non-interactive error payloads. (#​15816)

Patch Changes

v50.40.0

Compare Source

Minor Changes
  • Add vercel project speed-insights to enable Speed Insights for a project (parity with dashboard), including --format json and non-interactive error payloads. (#​15832)

  • Add vercel project web-analytics to enable Web Analytics for a project (parity with dashboard), including --format json and non-interactive error payloads. (#​15831)

Patch Changes
  • Improve CLI scope resolution groundwork and fix vercel switch current-team detection. (#​15817)

  • Cache the authenticated userId in the CLI auth config to reduce unnecessary getUser() requests. (#​15824)

  • Updated dependencies []:

v50.39.0

Compare Source

Minor Changes
  • Add vercel tokens subcommands (ls, add, rm) for auth token API parity with the dashboard. (#​15812)

  • Add vercel project access-summary subcommand to list member counts by role for a project. (#​15813)

  • Add vercel project members and vercel project access-groups commands, and fix vercel teams members to fetch all pages from the paginated team members API. (#​15786)

Patch Changes
  • Add --id flag to vercel build and vercel env pull to fetch deployment-scoped environment variables (#​15805)

  • Updated dependencies []:

v50.38.3

Compare Source

Patch Changes

v50.38.2

Compare Source

Patch Changes

v50.38.1

Compare Source

Patch Changes
  • Improve vercel microfrontends create-group non-interactive behavior by allowing free-tier-safe flows with explicit flags, while still blocking non-interactive execution when the action would impact billing. Add support for repeatable --project-route=<project>=<route> to configure non-default project routes without prompts. (#​15785)

v50.38.0

Compare Source

Minor Changes
  • Simplify and streamline python builder logic (#​15696)

  • [services] Check vercel.ts also in hasExperimentalServicesConfig (#​15736)

  • Fix django static file serving for manifest storage backends. (#​15709)

Patch Changes

v50.37.3

Compare Source

Patch Changes
  • Improve plugin install flow: handle Ctrl+C to cancel install, only install for detected agent harness, add description before plugin prompt, and remove CLAUDE.md/AGENTS.md prompt from link/login flows. (#​15733)

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. ([#

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.


ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vercel (source) 50.28.050.44.0 age confidence

Release Notes

vercel/vercel (vercel)

v50.44.0

Compare Source

Minor Changes
  • Add vercel oauth-apps to list installation requests, dismiss requests, install apps by OAuth client id, and remove installations. (#​15846)

  • Add vercel teams sso to show SAML/SSO configuration for the current team. (#​15847)

Patch Changes

v50.43.0

Compare Source

Minor Changes
  • Add Deployment Checks support to deploy --prod. Shows "Running Checks..." spinner when checks are pending, detects check failures before alias promotion, and displays failed check run details with links to logs. (#​15884)

  • Extend marketplace integration CLI parity: add vercel integration installations to list team installations (with optional --integration filter and JSON output), align vercel integration update argument parsing with other subcommands (parse only tokens after update, so the integration slug is the first positional), and ship related help/telemetry updates. (#​15849)

  • Add vercel project protection actions for automation protection bypass via PATCH /v1/projects/.../protection-bypass (--protection-bypass). (#​15862)

  • Add vercel project protection actions for customer support code visibility (--customer-support-code-visibility). (#​15860)

  • Add vercel project protection actions for Git fork protection (--git-fork-protection). (#​15861)

  • [services] migrate python workers to Queues V3 API (#​15885)

  • [cli] Add vercel flags override subcommand to encrypt and decrypt flag override tokens for the vercel-flag-overrides cookie (#​15875)

Patch Changes

v50.42.0

Compare Source

Minor Changes
  • Add vercel project protection actions for password deployment protection (--password). (#​15858)

  • Add vercel project protection actions for skew protection via skewProtectionMaxAge (--skew). (#​15859)

  • Add vercel project protection actions for SSO deployment protection (--sso). (#​15857)

  • Support configuration via vercel.toml (#​15750)

  • Add support for running Sandbox commands through vercel sandbox. (#​15839)

Patch Changes

v50.41.0

Compare Source

Minor Changes
  • Add vercel edge-config with list, add, get, update, remove, items, and tokens subcommands for Edge Config dashboard API parity. (#​15822)

  • Add vercel project checks to list a project's deployment checks configuration (parity with dashboard), including --format json and non-interactive error payloads. (#​15816)

Patch Changes

v50.40.0

Compare Source

Minor Changes
  • Add vercel project speed-insights to enable Speed Insights for a project (parity with dashboard), including --format json and non-interactive error payloads. (#​15832)

  • Add vercel project web-analytics to enable Web Analytics for a project (parity with dashboard), including --format json and non-interactive error payloads. (#​15831)

Patch Changes
  • Improve CLI scope resolution groundwork and fix vercel switch current-team detection. (#​15817)

  • Cache the authenticated userId in the CLI auth config to reduce unnecessary getUser() requests. (#​15824)

  • Updated dependencies []:

v50.39.0

Compare Source

Minor Changes
  • Add vercel tokens subcommands (ls, add, rm) for auth token API parity with the dashboard. (#​15812)

  • Add vercel project access-summary subcommand to list member counts by role for a project. (#​15813)

  • Add vercel project members and vercel project access-groups commands, and fix vercel teams members to fetch all pages from the paginated team members API. (#​15786)

Patch Changes
  • Add --id flag to vercel build and vercel env pull to fetch deployment-scoped environment variables (#​15805)

  • Updated dependencies []:

v50.38.3

Compare Source

Patch Changes

v50.38.2

Compare Source

Patch Changes

v50.38.1

Compare Source

Patch Changes
  • Improve vercel microfrontends create-group non-interactive behavior by allowing free-tier-safe flows with explicit flags, while still blocking non-interactive execution when the action would impact billing. Add support for repeatable --project-route=<project>=<route> to configure non-default project routes without prompts. (#​15785)

v50.38.0

Compare Source

Minor Changes
  • Simplify and streamline python builder logic (#​15696)

  • [services] Check vercel.ts also in hasExperimentalServicesConfig (#​15736)

  • Fix django static file serving for manifest storage backends. (#​15709)

Patch Changes

v50.37.3

Compare Source

Patch Changes
  • Improve plugin install flow: handle Ctrl+C to cancel install, only install for detected agent harness, add description before plugin prompt, and remove CLAUDE.md/AGENTS.md prompt from link/login flows. (#​15733)

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. ([#

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.28.0 chore(deps): update dependency vercel to v50.28.0 - autoclosed Mar 8, 2026
@renovate renovate bot closed this Mar 8, 2026
@renovate renovate bot deleted the renovate/vercel-50.x branch March 8, 2026 07:53
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.28.0 - autoclosed chore(deps): update dependency vercel to v50.32.5 Mar 14, 2026
@renovate renovate bot reopened this Mar 14, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch 3 times, most recently from 801e463 to 815b793 Compare March 18, 2026 01:06
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.32.5 chore(deps): update dependency vercel to v50.33.0 Mar 18, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 815b793 to 7577d4d Compare March 18, 2026 20:38
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.33.0 chore(deps): update dependency vercel to v50.33.1 Mar 18, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 7577d4d to 0e2b85c Compare March 19, 2026 21:49
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.33.1 chore(deps): update dependency vercel to v50.34.1 Mar 19, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 0e2b85c to 6b73090 Compare March 20, 2026 00:40
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.34.1 chore(deps): update dependency vercel to v50.34.2 Mar 20, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 6b73090 to fec5e3b Compare March 20, 2026 18:17
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.34.2 chore(deps): update dependency vercel to v50.34.3 Mar 20, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from fec5e3b to 2b79774 Compare March 21, 2026 20:49
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.34.3 chore(deps): update dependency vercel to v50.35.0 Mar 21, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 2b79774 to 5615a6d Compare March 24, 2026 20:51
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.35.0 chore(deps): update dependency vercel to v50.37.0 Mar 24, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 5615a6d to 6cd5b27 Compare March 26, 2026 12:56
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.37.0 chore(deps): update dependency vercel to v50.37.1 Mar 26, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 6cd5b27 to c185058 Compare March 27, 2026 16:44
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.37.1 chore(deps): update dependency vercel to v50.37.2 Mar 27, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from c185058 to 815ada7 Compare March 28, 2026 01:50
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.37.2 chore(deps): update dependency vercel to v50.37.3 Mar 28, 2026
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.37.3 chore(deps): update dependency vercel to v50.38.1 Apr 1, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch 2 times, most recently from 3bf9225 to d2bc7a6 Compare April 1, 2026 17:29
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.38.1 chore(deps): update dependency vercel to v50.38.2 Apr 1, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from d2bc7a6 to 9ff3fd8 Compare April 2, 2026 18:15
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.38.2 chore(deps): update dependency vercel to v50.38.3 Apr 2, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 9ff3fd8 to f0fa67f Compare April 3, 2026 17:36
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.38.3 chore(deps): update dependency vercel to v50.39.0 Apr 3, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from f0fa67f to 5e8759c Compare April 6, 2026 20:59
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.39.0 chore(deps): update dependency vercel to v50.40.0 Apr 6, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 5e8759c to 0f41cca Compare April 7, 2026 17:37
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.40.0 chore(deps): update dependency vercel to v50.41.0 Apr 7, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 0f41cca to 297a0fe Compare April 8, 2026 19:20
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.41.0 chore(deps): update dependency vercel to v50.42.0 Apr 8, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from 297a0fe to bc3f45c Compare April 10, 2026 10:04
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.42.0 chore(deps): update dependency vercel to v50.43.0 Apr 10, 2026
@renovate renovate bot force-pushed the renovate/vercel-50.x branch from bc3f45c to aa78ef9 Compare April 11, 2026 04:41
@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.43.0 chore(deps): update dependency vercel to v50.44.0 Apr 11, 2026
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