Version Packages#16342
Merged
Merged
Conversation
c926fa2 to
a3a1a5a
Compare
23b6b2e to
39850ef
Compare
3f358e6 to
4118600
Compare
da499b6 to
8fb4dc8
Compare
cbdeba5 to
18e9fd6
Compare
d99ed5a to
80e8e06
Compare
4f9e3fb to
f45e466
Compare
818a6e0 to
bb61428
Compare
98ccb11 to
63a66d4
Compare
023c9ff to
744e96c
Compare
2aec44f to
7923d34
Compare
chriswdmr
approved these changes
May 19, 2026
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 |
1fe3b27 to
0c762a7
Compare
auto-merge was automatically disabled
May 19, 2026 16:26
Pull request was closed
a7c56f1 to
e1f4dd5
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 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/build-utils@13.26.0
Minor Changes
Patch Changes
vercel@54.2.0
Minor Changes
vercel connect update <id>subcommand to change connector branding. Accepts--icon(PNG or JPEG path, uploaded to Vercel and sent as SHA-1),--background-color, and--accent-color(both#RRGGBB). Gated behind the existingFF_CONNEX_ENABLEDflag.--icon,--background-color, and--accent-colorflags tovercel connect create. The icon is uploaded to Vercel before the connector is created. When the API requires a browser registration step, branding is appended to the dashboard URL so the create form can prefill itself; the CLI also applies a follow-up PATCH after the browser flow as a safety net for the dashboard rollout. Gated behind the existingFF_CONNEX_ENABLEDflag.Patch Changes
a3a1a5a: Added CLI eval support for comparable agent/model experiment runs and restored transcript artifact uploads via chunked result ingestion.
18e9fd6: fix(cli): point
vc connect openand registration error URLs at the renamed/connectdashboard route4118600: Fix standalone CLI binary latest-version worker startup.
80e8e06: Track Vercel plugin active-session markers in CLI telemetry.
bb61428: Include framework slug in output/config.json
f45e466: Add opt-in automatic CLI updates via
vercel upgrade --enable-autoand prompt users to enable them after a successful manual upgrade.a3a1a5a: Add offline-friendly local modes for CLI eval discovery and dashboard fixture generation, and expand Vercel CLI eval coverage for project, list, inspect, logs, and pull commands.
a3a1a5a: Relaxed the CLI env/add eval grader to accept equivalent JSON format syntax and shell-variable env names when outputs prove the variable was added.
a3a1a5a: Simplified the implicit curl eval grader to only require that the agent ran
vercel curlorvc curl.8fb4dc8: Add
vercel flags splitto configure weighted Vercel Flags splits from the CLI.Configure a split interactively by letting the CLI prompt for the environment, bucketing attribute, weights, fallback variant, and revision message.
vercel flags split welcome-messageConfigure a boolean flag split in production with 95/5 traffic.
vercel flags split redesigned-checkout --environment production --by user.userId --weight off=95 --weight on=5Configure a string flag split with an explicit fallback variant.
vercel flags split welcome-message -e production --by user.userId --default-variant control --weight control=90 --weight treatment=10Exclude a variant from receiving traffic by setting its weight to 0.
vercel flags split checkout-copy -e preview --by user.userId --default-variant control --weight control=50 --weight treatment=50 --weight legacy=0Updated dependencies [bb61428]
Updated dependencies [137e5d1]
Updated dependencies [f45e466]
Updated dependencies [744e96c]
Updated dependencies [7923d34]
@vercel/fs-detectors@6.5.0
Minor Changes
Patch Changes
@vercel/backends@0.7.1
Patch Changes
@vercel/cervel@0.1.6
Patch Changes
@vercel/cli-config@0.1.2
Patch Changes
vercel upgrade --enable-autoand prompt users to enable them after a successful manual upgrade.@vercel/client@17.5.2
Patch Changes
@vercel/elysia@0.1.79
Patch Changes
@vercel/express@0.1.89
Patch Changes
@vercel/fastify@0.1.82
Patch Changes
@vercel/gatsby-plugin-vercel-builder@2.2.6
Patch Changes
@vercel/h3@0.1.88
Patch Changes
@vercel/hono@0.2.82
Patch Changes
@vercel/koa@0.1.62
Patch Changes
@vercel/nestjs@0.2.83
Patch Changes
@vercel/next@4.17.2
Patch Changes
@vercel/node@5.8.3
Patch Changes
@vercel/remix-builder@5.8.2
Patch Changes
744e96c: Serve React Router v7 prerendered routes from static HTML/data files instead of the SSR function.
Previously, when
react-router buildran withprerender()configured, the prerendered HTML and.datafiles were emitted into the build output but the per-route SSR function was still installed at the same logical paths, so the filesystem handle resolved requests to the function instead of the static files.The builder now scans the client output for prerender artifacts (
<path>.htmlandindex.htmlfor the root) and, when found, skips the SSR function override and emits a pre-filesystem rewrite from/<path>to the prerendered HTML file. Routes that aren't prerendered continue to be served by the SSR function unchanged.@vercel/static-build@2.9.28
Patch Changes