Skip to content

Update dependency vercel to v53#340

Merged
mikeallisonJS merged 1 commit into
mainfrom
renovate/vercel-53.x
May 3, 2026
Merged

Update dependency vercel to v53#340
mikeallisonJS merged 1 commit into
mainfrom
renovate/vercel-53.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vercel (source) ^46.0.0^53.0.0 age confidence

Release Notes

vercel/vercel (vercel)

v53.1.0

Compare Source

Minor Changes
  • 5cf1179: Use services orchestrator for single web services in local dev.
Patch Changes
  • 3aa821e: Allow adding Development Environment Variables on teams that enforce sensitive Environment Variables.

v53.0.1

Compare Source

Patch Changes

v52.2.1

Compare Source

Patch Changes
  • bf07448: Revert "auth: Make it possible to store CLI credentials in OS keychain (#​16083)"
  • a00740e: vc whoami now shows both the logged-in user and the active team, and surfaces when the active team is set by a local project link rather than the globally-selected team.
  • Updated dependencies [894e7d4]

v52.2.0

Compare Source

Minor Changes
  • 24686d0: Add configurable auth token storage with keyring-backed persistence and file fallback support.
Patch Changes

v52.0.0

Compare Source

Major Changes
  • fix!: exclude configuration files from static deployments (#​16056)
Minor Changes
  • Add vercel connex token command to fetch tokens for Connex clients, with auto-authorize / auto-install recovery on actionable 422 errors. (#​16072)
Patch Changes

v51.8.0

Compare Source

Minor Changes
  • vercel env add now defaults Environment Variables to sensitive on Production and Preview. Sensitive values are encrypted at rest and cannot be retrieved later via the dashboard or CLI; they are still resolved for builds, deployments, vercel env pull, and runtime. (#​16041)

    Behavior per target:

    • Production or Preview: defaults to sensitive. Pass --no-sensitive to opt back in to the previous encrypted behavior (value remains readable later).
    • Development: always stored as encrypted (sensitive is not supported by the Vercel API for Development). Passing --sensitive alongside a Development target now errors up-front instead of silently falling back.
    • Mixed selection (e.g., interactive checkbox picks production + preview + development): errors and asks you to run vercel env add separately for Development, because Development cannot share a record type with Production/Preview.

    Flag summary:

    • --sensitive: unchanged in meaning (request a sensitive variable); now errors when combined with Development.
    • --no-sensitive: new; opt out of the new default for Production/Preview.
    • --sensitive --no-sensitive together: errors.

    On teams that enable the "Enforce Sensitive Environment Variables" policy in team settings, the CLI now reads the policy from the team object and notes in the output that the policy is active; the server already promotes Production/Preview variables to sensitive silently, and the CLI's own logs are now honest about it. Passing --no-sensitive on a policy-on team for Production/Preview now emits a warning — the flag is a no-op because the server promotes the variable regardless — and the CLI sends type: 'sensitive' so its own --debug output matches what gets stored.

Patch Changes

v51.7.0

Compare Source

Minor Changes
  • [detect-services] If a vercel.toml exists, update the vercel.toml (#​15895)

  • Use correct filename in messages when config file is not vercel.json (#​15893)

  • [services] move Python workers to v2beta triggers with private routing (#​15920)

Patch Changes

v51.6.1

Compare Source

Patch Changes

v51.5.1

Compare Source

Patch Changes

v51.5.0

Compare Source

Minor Changes
  • Add vercel connex create command (#​15988)

  • Add vercel deploy-hooks command to create, list, and remove deploy hooks. (#​15935)

Patch Changes

v51.4.0

Compare Source

Minor Changes
  • Support dynamically specifying crons from a python service (#​15930)
Patch Changes

v51.3.0

Compare Source

Minor Changes
  • Add vercel alerts inspect to fetch a single alert group by id with linked project, explicit --project, or --all scope. (#​15850)

  • Add root to experimentalServices to set a service's working directory. (#​15929)

  • Add a new flag to vercel deploy to let users deploy to hive (#​15892)

Patch Changes

v51.2.1

Compare Source

Patch Changes

v51.2.0

Compare Source

Minor Changes
  • Add vercel domains price to show registrar purchase, renewal, and transfer pricing for a domain. (#​15851)
Patch Changes

v51.1.0

Compare Source

Minor Changes
  • feat(cli): CI-friendly flags for blob store commands (#​15925)

    • blob list-stores --all: list all team stores regardless of project connection. Hints about --all when no stores are connected to the current project.
    • blob delete-store --yes: skip confirmation prompt for CI/scripts.
    • blob create-store --yes: auto-connect to linked project with all environments, skip prompts.
    • blob create-store --environment: specify which environments to connect (repeatable, e.g. --environment production --environment preview).

v51.0.0

Compare Source

Major Changes
  • feat(cli): blob command improvements and breaking changes (#​15375)

    Breaking Changes:

    • --access flag is now required for put, copy, get, and create-store (no longer defaults to public)
    • --force flag removed from blob put (use --allow-overwrite instead)
    • blob store add|remove|get subcommands removed (use blob create-store, blob delete-store, blob get-store)

    New Features:

    • blob list-stores (ls-stores): browse blob stores interactively or pipe as a table
    • blob empty-store: delete all blobs in a store with confirmation
    • blob get-store and blob list-stores now show a dashboard link
    • blob create-store interactive prompt now shows Private first with doc links
    • blob delete-store now shows connected projects in confirmation and auto-pulls .env.local after deletion
Patch Changes

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
  • Add more diagnostic trace spans to CLI build command (#​15759)

  • Emit Claude Code plugin hint to stderr when running inside Claude Code (#​15728)

  • Add routing rules reference to the Vercel CLI skill (#​15774)

  • Include context information during vc ls (#​15758)

  • Suppress warning message about implicit public/**/* builders not matching (#​15771)

  • Remove storybook detect-projects test referencing deleted example (#​15796)

  • Add --group-by project and --group-by region flags to vc usage for grouping billing charges by project or region (#​15777)

  • Updated dependencies [f912eef614731a75ecdca3bee159cc59abd4c58e, [`6c

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 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.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 3, 2026

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

Project Deployment Actions Updated (UTC)
captainofbass Ready Ready Preview, Comment May 3, 2026 8:52am
mikeallisonjs Ready Ready Preview, Comment May 3, 2026 8:52am
sltdnb Ready Ready Preview, Comment May 3, 2026 8:52am

Request Review

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.

1 participant