Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps the github-actions group with 1 update: vercel.

Updates vercel from 50.14.0 to 50.15.1

Release notes

Sourced from vercel's releases.

vercel@50.15.1

Patch Changes

vercel@50.15.0

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

  • Add vercel integration discover with human-readable and JSON output for installable marketplace integrations and products. (#14948)

  • Add service configuration to BuildOptions (#14918)

  • [cli] integration add: auto-connect resources to all environments and auto-run env pull after provisioning. Add --no-connect and --no-env-pull opt-out flags. Print resource dashboard URL on success. (#14964)

  • Write repo.json "orgId" field on a per-project basis (#14967)

    • Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework defaultRoutes injection during services builds, and ensuring deterministic route merging precedence for services. (#14946)
    • Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
  • Updated dependencies [012a8e410d09d9a5dcf060b30b4b24b08500823d, 9b8f974bbb64fb857b068428b0c2fdccee6ad83c, 96310842f34741ccced49eb9bd392631c2de4d14]:

    • @​vercel/build-utils@​13.3.5
    • @​vercel/python@​6.11.0

... (truncated)

Changelog

Sourced from vercel's changelog.

50.15.1

Patch Changes

50.15.0

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

  • Add vercel integration discover with human-readable and JSON output for installable marketplace integrations and products. (#14948)

  • Add service configuration to BuildOptions (#14918)

  • [cli] integration add: auto-connect resources to all environments and auto-run env pull after provisioning. Add --no-connect and --no-env-pull opt-out flags. Print resource dashboard URL on success. (#14964)

  • Write repo.json "orgId" field on a per-project basis (#14967)

    • Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework defaultRoutes injection during services builds, and ensuring deterministic route merging precedence for services. (#14946)
    • Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
  • Updated dependencies [012a8e410d09d9a5dcf060b30b4b24b08500823d, 9b8f974bbb64fb857b068428b0c2fdccee6ad83c, 96310842f34741ccced49eb9bd392631c2de4d14]:

    • @​vercel/build-utils@​13.3.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli).


Updates `vercel` from 50.14.0 to 50.15.1
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@50.15.1/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 50.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@vercel
Copy link

vercel bot commented Feb 11, 2026

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

Project Deployment Actions Updated (UTC)
openresource-dev Ready Ready Preview, Comment Feb 11, 2026 7:24am

@julien-deramond julien-deramond merged commit 6291f4a into main Feb 11, 2026
4 checks passed
@julien-deramond julien-deramond deleted the dependabot/npm_and_yarn/github-actions-5af41deb77 branch February 11, 2026 08:03
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant