Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2026

This PR contains the following updates:

Package Change Age Confidence
vercel (source) 50.14.050.15.0 age confidence

Release Notes

vercel/vercel (vercel)

v50.15.0

Compare Source

Minor Changes
  • Add vercel flags command to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#​14710)

    New commands:

    • vercel flags ls - List all feature flags
    • vercel flags inspect <flag> - Display detailed information about a feature flag, including its variants
    • vercel flags add <slug> - Create a new feature flag
    • vercel flags rm <flag> - Delete a feature flag (must be archived first)
    • vercel flags archive <flag> - Archive a feature flag
    • vercel flags disable <flag> - Disable a flag in an environment
    • vercel flags enable <flag> - Enable a flag in an environment
    • vercel flags sdk-keys ls - List SDK keys
    • vercel flags sdk-keys add - Create a new SDK key
    • vercel flags sdk-keys rm <key> - Delete an SDK key
  • Add --metadata / -m flag to vercel integration add for non-interactive provisioning (#​14871)

  • Add vc link add subcommand to append projects to existing repo.json (#​14968)

  • [services] detect and manage virtual environments for Python services (#​14952)

  • Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#​14930)

    Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.

Patch Changes

v50.14.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Feb 10, 2026
@vercel
Copy link

vercel bot commented Feb 10, 2026

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

Project Deployment Actions Updated (UTC)
pixiv-now Ready Ready Preview, Comment Feb 11, 2026 4:34am

@renovate renovate bot changed the title chore(deps): update dependency vercel to v50.14.1 chore(deps): update dependency vercel to v50.15.0 Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants