Skip to content

Comments

chore(deps): update dependency vercel to v50.20.0#471

Merged
renovate[bot] merged 1 commit intodevfrom
renovate/build
Feb 19, 2026
Merged

chore(deps): update dependency vercel to v50.20.0#471
renovate[bot] merged 1 commit intodevfrom
renovate/build

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

This PR contains the following updates:

Package Change Age Confidence
vercel (source) 50.19.150.20.0 age confidence

Release Notes

vercel/vercel (vercel)

v50.20.0

Compare Source

Minor Changes
  • Add private Blob storage support: (#​15075)

    • Create private stores: vercel blob create-store my-store --access private
    • Upload to private stores: vercel blob put file.txt --access private
    • Download blobs with the new blob get command: vercel blob get file.txt --access private (works with both public and private stores)
    • Copy blobs: vercel blob copy source.txt dest.txt --access private
    • Display access type (Public/Private) in vercel blob store get output

    The --access flag defaults to public for backward compatibility.

    Flatten blob store commands: blob create-store, blob delete-store, blob get-store.
    Rename --force to --allow-overwrite.
    Add conditional headers: --if-match for put/del/copy, --if-none-match for get.
    Old commands and options are deprecated but still work.

Patch Changes
  • Remove metrics schema entries not supported by the query engine (#​15110)

    Removes events (prReview, prReviewModelUsage, reviewedPrComplete), a measure (coldStartDurationMs from functionExecution), and several dimensions (originHostname, originPath, originRoute from functionExecution; requestHostname from aiGatewayRequest, blobDataTransfer, imageTransformation, imageTransformationFailure; environment and projectId from blobDataTransfer and blobOperation) that the observability query engine rejects.

  • Patches the experimental embedding of flag definitions. (#​15027)

    The changed functionality is only enabled when the VERCEL_EXPERIMENTAL_EMBED_FLAG_DEFINITIONS environment variable is set. The existing @vercel/flags-core library is already forwards-compatible with the new format.

    Adds a new vercel flags prepare command to prepare flag definitions for embedding. It is not necessary to run this command manually, as it is automatically invoked during the build process on Vercel. Only call this if you are building outside of Vercel.

    See https://vercel.com/docs/flags/vercel-flags/sdks/core#embedded-definitions.

  • Updated dependencies [2cfc724e76a54a1b5e090266c412e7c8e353fc4a, 2cfc724e76a54a1b5e090266c412e7c8e353fc4a]:


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 19, 2026
@vercel
Copy link

vercel bot commented Feb 19, 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 19, 2026 5:52pm

@renovate renovate bot merged commit 8b9868d into dev Feb 19, 2026
4 checks passed
@renovate renovate bot deleted the renovate/build branch February 19, 2026 22:36
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