chore(deps): update dependency vercel to v54.21.1#3824
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:
54.20.1→54.21.1Release Notes
vercel/vercel (vercel)
v54.21.1Compare Source
Patch Changes
1e774e8: Preserve generated service routes when Build Output services are merged from framework output into a custom build output directory.c9c9edb: Add--projectsupport to project-scoped flags, cache, crons, and rolling-release commands.v54.21.0Compare Source
Minor Changes
cc74129: Enable monorepo subdirectory build fixes by default (previously gated behindVERCEL_RESOLVE_ROOT_DIRECTORY=1), scoped to directories the workspace actually claims.When a project is linked in place (
apps/api/.vercel/project.json) andvc buildis run from that directory, the build now re-anchors to the workspace root and expresses the project as its path relative to that root — so builders trace correctly, hoisted dependencies are packaged, and--standaloneoutput preserves package-manager symlinks so dependencies resolve at runtime.Re-anchoring only happens when an ancestor workspace manifest (
pnpm-workspace.yamlorpackage.json#workspaces) actually declares the linked directory as a member package. Membership is decided by matching the directory's path against the manifest's declared patterns (including negations like!apps/legacy) plus apackage.jsonexistence check — pure string matching with no filesystem traversal, so large repositories and recursive patterns like**cost nothing. A project that merely sits inside an unrelated repository — a vendored folder, a fixture, a scratch project in a company monorepo, or a plain git repo with no workspace — is left untouched and builds from its own directory exactly as before.The
rootDirectorysetting is interpreted relative to the link's location and honored when it points at a folder that exists; otherwise (e.g. a redundantapps/apisetting on a link atapps/api, which previously crashed withENOENT .../apps/api/apps/api/...) it is ignored in favor of the link's own location and a warning is emitted.To restore the previous behavior, pin an earlier CLI version.
Patch Changes
001a879: Do not duplicate global flags (e.g.--scope) in agent-outputnext[]command suggestions when the command template already carries the flagd15f17c: Resolve projects fordomains inspectanddomains rmfrom the domain's project-domains instead of scanning every project in the account3190211: Show list help instead of transfer-in help forvercel domains ls --help85c897e: Run framework detection duringvc build(opt-in viaVERCEL_FRAMEWORK_DETECTION=1): detect the framework on a project's first deployment (VERCEL_FIRST_DEPLOYMENT=1) when none is configured and record it asdetectedFrameworkinbuilds.json, cross-check the configured framework against the source code in the background without slowing the build, and validate the build output after it is written. Adds adetectionConfidenceannotation to framework definitions for detections that are commonly incidental (e.g. Storybook as a devDependency) so they are never suggested as a framework override.3f3ca56: [cli]integration addnow installs a product's declared agent skills after provisioning. It reads the product'sagentSkills(public GitHubSKILL.mdlinks) and runsnpx skills addfor each — prompting first in an interactive terminal (default yes), or auto-installing for non-interactive callers (agents, CI).--format=jsonstays read-only: it surfaces askillsarray instead of installing. Non-GitHub or unparseable links are skipped.3aa331b: Emit structured agent-output JSON (project_not_foundwith runnablenextsuggestions) whenvercel list <project>does not resolve in non-interactive mode24b012c: Update the CLI'ssandboxdependency from3.1.2to3.4.0.d8307a7: Add a project update command for changing framework and build settings.6dbc280]4097a62]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.