Skip to content

chore(deps): update dependency vercel to v51#444

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

chore(deps): update dependency vercel to v51#444
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vercel-51.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 16, 2026

This PR contains the following updates:

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

Release Notes

vercel/vercel (vercel)

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 Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Apr 20, 2026 10:03am

Request Review

@perfsee
Copy link
Copy Markdown

perfsee bot commented Apr 16, 2026

napi-rs-website

Bundle main

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

@@                       EntryPoint: main                        @@
##                       main …e/vercel-51.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-51.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-51.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