Skip to content

Update dependency vercel to v53#30

Open
renovate[bot] wants to merge 1 commit into
v2from
renovate/vercel-53.x
Open

Update dependency vercel to v53#30
renovate[bot] wants to merge 1 commit into
v2from
renovate/vercel-53.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

vercel/vercel (vercel)

v53.4.0

Compare Source

Minor Changes
  • 88fb6c1: Add vercel connex attach <client> to attach a Vercel project to a Connex client for one or more environments. Defaults to the current linked project + all environments (production, preview, development). Pass -e/--environment (repeatable, comma-separated) to restrict, -p/--project <name_or_id> to target a different project, and --yes / --format=json for non-interactive use. When the project is already attached with the same environments, the command exits early as a no-op; when the environments differ, the prompt shows a current-vs-new diff before replacing.
  • 66a2105: vercel dev now exposes VERCEL_PROJECT_ID and VERCEL_ORG_ID from the linked .vercel/project.json to the dev process, mirroring how the platform sets them in prod and preview. Existing values in process.env or .env files take precedence and are not overridden.
Patch Changes

v53.3.2

Compare Source

Patch Changes

v53.3.1

Compare Source

Patch Changes

v53.3.0

Compare Source

Minor Changes
  • dbfcc04: vercel connex list now defaults to clients linked to the current project. When no project is linked, it falls back to listing every Connex client in the team (same as --all-projects). Use --all-projects to force the team-wide view; the table includes a Projects column with the linked project names per client (with a + more suffix when truncated).
  • 3b368bd: Add --format=json support to vercel project token, direct token output to stdout instead of stderr.
  • 34f595a: Extract CLI global config and auth config helpers into new @vercel/cli-config, use @effect/schema for config validation.
  • b4ada64: Implement scheduled jobs for JS/TS.
Patch Changes

v53.2.0

Compare Source

Minor Changes
  • 3898acb: Add vercel firewall command for managing project firewall configuration. Supports custom rules (add, edit, delete, enable, disable, reorder), IP blocking, system bypass rules, attack challenge mode, and system mitigations.
Patch Changes
  • 0cf132c: vercel connex create now accepts a --triggers flag. When passed, the request body includes triggers: { enabled: true } so the server wires webhook triggers into the created client. Without the flag, triggers: { enabled: false } is sent.
  • 1d766af: Let --yes enable the browser recovery flow for vercel connex token even in non-TTY contexts (e.g., coding agents), so a single command can open the browser, poll, and return the token without round-tripping through the agent's chat.
  • dd27e25: Added vercel deploy continue --error to mark manual deployments as failed with an optional error message.
  • 2f2b3f1: Added --filter/-f <NAME> flag to vercel project ls for filtering projects by name (substring match).
  • b2c2541: Avoid resolving the configured default team before unscoped vercel link --yes --project cross-team search, so team-scoped tokens can still link projects they can access.
  • 5f3cf99: Skip SAML-protected ("limited") teams during vercel link's cross-team auto-detect so it no longer forces device-code re-authentication for scopes the user did not explicitly choose. The project is still linked from any accessible team where it's found, and limited scopes remain available through the standard scope picker (selectOrg) or --scope <slug>.

v53.1.1

Compare Source

Patch Changes
  • 4a5be0b: Fixed vc env update failing when updating sensitive environment variables.
  • 2ffd7bc: Tighten the SdkKey type so plaintext keyValue, tokenValue, and connectionString can no longer appear on list responses. flags sdk-keys ls --json already omitted these via an explicit allowlist; the type split makes the guarantee static. Create-time output from flags sdk-keys add is unaffected.
  • e6cb5bc: Hide --token from help output for commands that don't support it (login, switch).
  • 8a5aa6a: Ensure synthetic SPA fallbacks are merged after builder-produced routes.
  • bab5a60: Handle stale Claude Code Vercel plugin registry entries during plugin migration.
  • Updated dependencies [34e7b09]
  • Updated dependencies [8e29c9c]
  • Updated dependencies [2da36f3]
  • Updated dependencies [fa5f57a]
  • Updated dependencies [97f87f7]

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

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.

@renovate renovate Bot force-pushed the renovate/vercel-53.x branch 3 times, most recently from ef84362 to 69c4a77 Compare May 6, 2026 22:36
@renovate renovate Bot force-pushed the renovate/vercel-53.x branch 2 times, most recently from f885ca0 to c1be36e Compare May 10, 2026 16:43
@renovate renovate Bot force-pushed the renovate/vercel-53.x branch from c1be36e to df08c83 Compare May 11, 2026 22:04
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