Version Packages#16324
Merged
Merged
Conversation
Contributor
|
Low Risk — dependency version bumps + changelog updates
Assessed at 1f59d37. |
dd81b76 to
e8deaa1
Compare
21c71e1 to
0477fc0
Compare
9e2b830 to
cd8f705
Compare
22e6714 to
9aead7a
Compare
65a4481 to
cc30efd
Compare
b731ab4 to
0dbb8e5
Compare
c47d854 to
e86d4ff
Compare
56acbce to
0a691bf
Compare
cb77011 to
fb0cb8d
Compare
f119c7c to
b1db109
Compare
2c8690c to
4fc110b
Compare
95c9ef3 to
5f4e55b
Compare
healeycodes
approved these changes
May 15, 2026
auto-merge was automatically disabled
May 15, 2026 16:02
Pull request was closed
e6d7b7f to
fbffcb3
Compare
Contributor
Author
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 44 (100%)
Results
This comment is automatically generated based on the affected testing strategy |
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vercel/backends@0.7.0
Minor Changes
Patch Changes
@vercel/build-utils@13.25.0
Minor Changes
vercel@54.1.0
Minor Changes
9aead7a: Add
vercel connect detachto detach a Vercel project from a connector viaDELETE /v1/connect/connectors/:id/projects/:projectId. Mirrorsvercel connect attachand matches the project-scope "Disconnect" button in the dashboard.Add
--triggers,--trigger-branch, and--trigger-pathflags tovercel connect attach. When--triggersis set, the project is also registered as a trigger destination on the connector viaPATCH /v1/connect/connectors/:id/trigger-destinationsso verified webhooks get forwarded to it. Requires the connector to support triggers; warns if the connector was created withouttriggers.enabled.Both features gated behind the existing
FF_CONNEX_ENABLEDflag.b1db109: Enable
vercel connectby default and mark it as beta in--help. The command was previously gated behind the internalFF_CONNEX_ENABLEDenv var; it is now available out of the box and surfaces invercel --helpasconnect [cmd] Manage connectors [beta]. The subcommand description also readsManage connectors (Beta).Fix
vercel connect opento link to the renamed/~/connect/dashboard route directly instead of relying on the legacy/~/connex/→/~/connect/308 redirect.e8deaa1: Rename
vercel connexcommand tovercel connect. The command remains gated behind the existingFF_CONNEX_ENABLEDflag.cc30efd: Refresh the
vcsetup-and-link flow and post-deploy output for clarity and visual consistency.Prompt copy
Want to modify these settings?→Customize settings?.Which scope should contain your project?→Which team?. Matches dashboard + docs vocabulary.What's your project's name?→Name?. The directory-derived default still renders inline via the inquirer default.Loading scopes…spinner →Loading teams….Flow changes
Set up and deploy "/path"?confirmation prompt. Intent is implied by runningvc; the path is surfaced as a status line (Set up "/path") and Ctrl-C remains the escape hatch.In which directory is your code located?prompt now fires when (a) the current directory is a workspace (monorepo with multiple packages), (b) the user explicitly chose "Choose a different root directory" via the inferred-services picker, or (c) framework detection at the root finds nothing — covers nested-monolith layouts likerepo/app/package.jsonwhere the app lives in a subdir. Single-app projects with a framework detected at the root still default the root to.and skip the prompt.Output format
Auto-detected Project Settings for Xline replaced with a single boldDetected X (Build Command: …, Output Directory: …)line. Title Case labels match the checkbox panel below. OnlyDetectedis bold; framework name and parens render plain/dim.printAlignedLabelhelper (12-char bold label column, value column at terminal column 14). Applied toLinked/Inspect/Production/Preview/Aliased/Addedrows.vc redeployoutput now uses the same aligned-label format asvc deploy—Inspect/Production/Preview/Aliasedrows are consistent across both commands. No more emoji-prefix / aligned-label mixing in the same session.vc link --repoinfo messages (No Projects are linked…,Found N Project(s) linked…,Detected N new Project(s)…,Created new Project: …) dropped the gray>prefix and now use the 2-space indent that matches the rest of the link/setup flow.vc link --repoconfirm message useschalk.diminstead ofchalk.cyan— paths are not URLs, so dim is the correct treatment per the color rules (cyan reserved for URLs).▲marks Production deploys (▲ Production URL) and breaks out of the indent — bookending the session with the▲brand mark at the top. Preview deploys stay in-column without the triangle.✓ Ready in Xsline at deploy completion (green ✓ at column 0, boldReady, dim duration). Skipped when--no-waitis set and the deployment hasn't reached READY yet.🔗,🔍,⏳) on Linked / Inspect / Production rows (across bothvc deployandvc redeploy).Building:prefix from the build-logs spinner. Each streamed log line is shown verbatim instead ofBuilding: <line>.(created .vercel and added it to .gitignore)parenthetical fromLinked—git statussurfaces it on demand.[Xs]timing suffix from URL lines. URLs are results, not operations — timing belongs on the build / ready signal.Defensive fix
services-setup.tsnow uses an optional chain ondetectServicesResult.resolved?.source. This was crashing the setup flow before any prompts could fire when no services were detected (common for empty or simple fixtures).New helper
packages/cli/src/util/output/print-aligned-label.tsexportsprintAlignedLabel(label, value, options?: { gutter?: string })and theALIGNED_LABEL_WIDTHconstant (12). Used by every aligned-row print site.4fc110b: [services] add preDeployCommand for experimentalServices
Patch Changes
Use a Brotli-compressed small-ICU Node runtime for the macOS arm64 release binary.
@vercel/config@0.5.0
Minor Changes
@vercel/fs-detectors@6.4.0
Minor Changes
Patch Changes
@vercel/functions@3.6.0
Minor Changes
getCache().set()now defaultsoptions.nameto the providedkeywhen omitted, so cache entries get a human-readable label in o11y by default. Passname: ''to suppress this behavior and use the hashed key.@vercel/go@3.7.0
Minor Changes
@vercel/python@6.42.0
Minor Changes
@vercel/cervel@0.1.5
Patch Changes
@vercel/client@17.5.1
Patch Changes
@vercel/elysia@0.1.78
Patch Changes
@vercel/express@0.1.88
Patch Changes
@vercel/fastify@0.1.81
Patch Changes
@vercel/frameworks@3.26.1
Patch Changes
nitrodependency by matching Start packages directly.@vercel/gatsby-plugin-vercel-builder@2.2.5
Patch Changes
@vercel/h3@0.1.87
Patch Changes
@vercel/hono@0.2.81
Patch Changes
@vercel/koa@0.1.61
Patch Changes
@vercel/nestjs@0.2.82
Patch Changes
@vercel/node@5.8.2
Patch Changes
@vercel/static-build@2.9.27
Patch Changes
@vercel/python-workers@0.0.23
Patch Changes
receive_message_by_idfor v2beta metadata-only callbacks