chore(deps): update dependency vercel to v50.20.0#471
Merged
renovate[bot] merged 1 commit intodevfrom Feb 19, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
50.19.1→50.20.0Release Notes
vercel/vercel (vercel)
v50.20.0Compare Source
Minor Changes
Add private Blob storage support: (#15075)
vercel blob create-store my-store --access privatevercel blob put file.txt --access privateblob getcommand:vercel blob get file.txt --access private(works with both public and private stores)vercel blob copy source.txt dest.txt --access privatevercel blob store getoutputThe
--accessflag defaults topublicfor backward compatibility.Flatten blob store commands:
blob create-store,blob delete-store,blob get-store.Rename
--forceto--allow-overwrite.Add conditional headers:
--if-matchfor put/del/copy,--if-none-matchfor 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 (coldStartDurationMsfromfunctionExecution), and several dimensions (originHostname,originPath,originRoutefromfunctionExecution;requestHostnamefromaiGatewayRequest,blobDataTransfer,imageTransformation,imageTransformationFailure;environmentandprojectIdfromblobDataTransferandblobOperation) 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_DEFINITIONSenvironment variable is set. The existing@vercel/flags-corelibrary is already forwards-compatible with the new format.Adds a new
vercel flags preparecommand 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.
This PR was generated by Mend Renovate. View the repository job log.