chore(deps): update dependency vercel to v51#444
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
napi-rs-websiteBundle maindiff ------------------- 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 |
9ead733 to
6e088cc
Compare
6e088cc to
678d59d
Compare
678d59d to
73bf21e
Compare
73bf21e to
e72cfd6
Compare
e72cfd6 to
b5c0222
Compare
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.0.0→^51.0.0Release Notes
vercel/vercel (vercel)
v51.8.0Compare Source
Minor Changes
vercel env addnow 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:
sensitive. Pass--no-sensitiveto opt back in to the previousencryptedbehavior (value remains readable later).encrypted(sensitive is not supported by the Vercel API for Development). Passing--sensitivealongside a Development target now errors up-front instead of silently falling back.production + preview + development): errors and asks you to runvercel env addseparately 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-sensitivetogether: 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-sensitiveon 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 sendstype: 'sensitive'so its own--debugoutput matches what gets stored.Patch Changes
c1866cf1add2107f91cae8292e38e4854bfe0aca]:v51.7.0Compare 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
Include
actionandresourcefields from API 403 responses in non-interactive agent error payloads. (#15940)Use POST for
vercel connex createwith a browser registration fallback. (#16026)Add table formatting for OpenAPI CLI responses. (#16011)
Renders API JSON responses as CLI tables and cards with relative timestamp formatting, null/undefined display as
--, human-readable column headers, and configurable display columns viaVercelCliTableDisplay.Updated dependencies [
93be6d188176cdd4451a6c62155f3ccd7dfa89e1,0793b7d31e4ff21dd12ff727f2906be2fd63fe3e]:v51.6.1Compare Source
Patch Changes
055f6239a4fe763b9f3b33cfbb5baa2e0e214767]:v51.5.1Compare Source
Patch Changes
Improve Claude Code Vercel plugin install and update prompts across CLI commands. (#15921)
Updated dependencies [
5219572d21a2ba4b49cc1c27d244c1ff5d76c591,2babfa22946d80a92f1307a8d860a9039d695b09,2babfa22946d80a92f1307a8d860a9039d695b09,adbe6f0a0152136aa26aa1277458f4578f62beeb]:v51.5.0Compare Source
Minor Changes
Add
vercel connex createcommand (#15988)Add
vercel deploy-hookscommand to create, list, and remove deploy hooks. (#15935)Patch Changes
Enable functions beta hint when flag is true (#15965)
Improve the
vercel metricsCLI by making it generally available, simplifying metric selection, and cleaning up schema output. (#15904)Updated dependencies [
bb834e53bca374d44f86bda3892e77ded226a26a,bab75d7ff6b7a188167bbd7583a8b36d9d250d5a,2243233194c6e38d75ed2a1ca040acaaf3b2e686,232b45fd82adf4a8d538a853bfc1df7a5d16f4c9]:v51.4.0Compare Source
Minor Changes
Patch Changes
Add
vercel flags rolloutfor progressive rollouts. (#15963)Examples:
vercel flags rollout redesigned-checkout \ --environment production \ --stage 10,6h \ --stage 50,1d \ --message "Adjust production rollout schedule"Updated dependencies [
16aca7dadcea2f877ffae79afa72c14a95f682e3,1a7423debdd453e4c3a6297119fc8f7b4efc14c3,2fd561868cd4b0960ba790deed54ca77263212ec,44897297d569742e93725d71ca481803c9b0b9cc]:v51.3.0Compare Source
Minor Changes
Add
vercel alerts inspectto fetch a single alert group by id with linked project, explicit--project, or--allscope. (#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
Return 3xx responses directly in
client.fetch()whenredirect: 'manual'is passed, instead of entering the error/retry path. (#15953)Add JSON feature flag support to the CLI so flags can be created, updated, listed, inspected, and set with JSON variant values just like existing boolean, string, and number kinds. (#15741)
This aligns the CLI with the recent API and dashboard changes for
jsonflags, including parsing raw JSON inputs and preserving structured values in output.Display case-insensitive feature flag rule comparisons correctly in the CLI. (#15743)
Updated dependencies [
86d1f5b3cbd520af2632d4a3d6a1f24557448c0e,1056be976b6ba9b42cc1e2ffe895d255ab6c9850,c27eedaa1b0e3f6e3770b578f62e5463d82f06e0]:v51.2.1Compare Source
Patch Changes
Add
ai-gateway api-keys createcommand for creating AI Gateway API keys with optional quota limits (#15744)Improve
vercel blob list-storeswith--jsonand--no-projects, exclude non-blob stores when the API returns atypefield, and show a richer table for non-TTY output while keeping linked-project filtering,--all, and interactive store selection on TTY. (#14653)Add a
project renamecommand to rename projects from the CLI. (#15918)Updated dependencies [
8b77cdcd71ba645df4eed52cdccde9a2cbb913f8,2d7d14db1c6448f716d1ccc30844b43f47e8e6ee,d731f1b69030ddcaa0b7f4f1854f79ea92671b1e,4e62f6c2204dd148643f86f140f0ae7995778017,45c8d4f54cc831695375794964a29145860fa45b,42a70e1e6318615bd420933f9cc978bed3a43936]:v51.2.0Compare Source
Minor Changes
vercel domains priceto show registrar purchase, renewal, and transfer pricing for a domain. (#15851)Patch Changes
63a7bd6b8ce887f98bb6ee8c09e7196e7105e90d,71e5dcc49d6b1eb3955ca7e18a52e76d18e8e8dc]:v51.1.0Compare 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--allwhen 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.0Compare Source
Major Changes
feat(cli): blob command improvements and breaking changes (#15375)
Breaking Changes:
--accessflag is now required forput,copy,get, andcreate-store(no longer defaults topublic)--forceflag removed fromblob put(use--allow-overwriteinstead)blob store add|remove|getsubcommands removed (useblob create-store,blob delete-store,blob get-store)New Features:
blob list-stores(ls-stores): browse blob stores interactively or pipe as a tableblob empty-store: delete all blobs in a store with confirmationblob get-storeandblob list-storesnow show a dashboard linkblob create-storeinteractive prompt now shows Private first with doc linksblob delete-storenow shows connected projects in confirmation and auto-pulls.env.localafter deletionPatch Changes
6712eb87653784b99327f81ed3dbff44e30038c5]:Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.