Skip to content

chore(deps): update dependency vercel to v53#451

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

chore(deps): update dependency vercel to v53#451
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vercel-53.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

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

Release Notes

vercel/vercel (vercel)

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

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 1, 2026

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

Project Deployment Actions Updated (UTC)
website Error Error May 6, 2026 9:50pm

Request Review

@perfsee
Copy link
Copy Markdown

perfsee Bot commented May 1, 2026

napi-rs-website

Bundle main

diff ------------------- Bundle Size Diff -------------------------

@@                       EntryPoint: main                        @@
##                       main …e/vercel-53.x                 +/- ##
===================================================================
= Bundle              54.6 MB        54.6 MB                       
= Initial JS          7.06 MB        7.06 MB                       
= Initial CSS          151 kB         151 kB                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                  186            186                       
= Chunks                  154            154                       
= Packages                160            160                       
= Duplicates                6              6                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries                                
! Separate mixed content assets files                              

@@                    EntryPoint: pages/_app                     @@
##                       main …e/vercel-53.x                 +/- ##
===================================================================
= Bundle              54.2 MB        54.2 MB                       
= Initial JS          6.73 MB        6.73 MB                       
= Initial CSS          151 kB         151 kB                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                  183            183                       
= Chunks                  151            151                       
= Packages                156            156                       
= Duplicates                6              6                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries                                
! Separate mixed content assets files                              

@@                   EntryPoint: pages/_error                    @@
##                       main …e/vercel-53.x                 +/- ##
===================================================================
= Bundle                224 B          224 B                       
= Initial JS            224 B          224 B                       
= Initial CSS             0 B            0 B                       
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets                    1              1                       
= Chunks                    1              1                       
= Packages                  1              1                       
= Duplicates                0              0                       

...and more

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