chore(deps): update dependency vercel to v58.1.0 - #3909
Merged
Conversation
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:
58.0.0→58.1.0Release Notes
vercel/vercel (vercel)
v58.1.0Compare Source
Minor Changes
be40159: Extendvercel ai-gateway api-keys createwith--expirationand--alert-thresholdsflags for parity with the create endpoint.4631896: Addvercel ai-gateway api-keyslist, inspect, and remove subcommands so API keys can be listed, inspected, and deleted from the CLI.3b6b1e9: Addvercel ai-gateway leaderboard models, exposing the AI Gateway models usage leaderboard from the CLI. Supports--modality,--metric, and--date, a pretty table in interactive terminals with JSON by default when piped,--format table|json|csv, and--outto write the payload to a file.2b31684: Addvercel ai-gateway leaderboard labs,apps, andproviders, completing CLI parity with the AI Gateway leaderboard export endpoint.labsmirrors themodelstime series (--modality/--metric/--date);appsandprovidersrender the ranked top lists. All support--format table|json|csvand--out.c6ed10a: Make--jsonthe documented flag for commands that emit JSON while continuing to support--format jsonfor backward compatibility.6322f45: Addvercel vcr buildandvercel vcr pushto build and push container images to the Vercel Container Registry using your local engine (docker/podman/buildah). Both default the repository to the project name and the tag tolatest, assemble the full registry reference for you, and forward any arguments after--to the engine.vcr build --pushbuilds and pushes in one step with zstd compression enabled by default (Docker via Buildx, Podman/Buildah on push), and standalonevcr pushcompresses with zstd on Podman and Buildah.Patch Changes
f196f2e: Internal: add the AI Gateway leaderboard export client (util/ai-gateway/leaderboard.ts) and the shared CLI rendering engine (fetch, format resolution, table rendering, file output) used by the forthcomingai-gateway leaderboardsubcommands. No user-facing change yet.5b6256c: Replace the BuilderpeerDependencieswith abuildersmanifest in package.json, pinned to exact workspace versions at pack time and used for Builder version resolution. Builders remain independencies.eef1ae9: Remove the advanced settings prompt when creating a project.a75c3ff: Help agents discoververcel curlwhen verifying deployments protected by Deployment Protection.f2adf27: Add a--base-urlflag tovercel ai-gateway coding-agents setupto point Codex and Claude Code at a different AI Gateway base URL (e.g. a preview deployment). When set, the value is written verbatim into each agent's config, so you own correctness when mixing API styles in one run.Codex and Claude Code now default to their gateway compatibility endpoints —
https://ai-gateway.vercel.sh/codex/v1andhttps://ai-gateway.vercel.sh/claude-code(Anthropic style, no/v1) — instead of the generic gateway URLs. Claude Code's settings also setCLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1so it discovers the gateway's model catalog. OpenCode and Pi are unaffected — they use their native gateway providers.d05a16a: Decouple first-deployment framework detection fromVERCEL_FRAMEWORK_DETECTION. First-deployment detection (auto-detecting the framework for a project's first deployment when none is configured) is now driven solely byVERCEL_FIRST_DEPLOYMENT;VERCEL_FRAMEWORK_DETECTIONcontinues to gate only the end-of-build framework cross-check.Also adds a curl-based CLI e2e test (
packages/cli/test/e2e-curl-deploy.test.ts) that uploads a zipped Node project to/v2/files, creates a deployment via/v13/deployments, waits for it to be READY, probes/for the expected response, and deletes the created project.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.