Conversation
🦋 Changeset detectedLatest commit: 436bc38 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 1 (3%)
Unaffected packages - 39 (98%)
Results
This comment is automatically generated based on the affected testing strategy |
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-kpbm4shc4.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-kpbm4shc4.vercel.sh/tarballs/vercel.tgz"
}
}
}Python Runtime WheelA Python Workers WheelA |
…earch-across-teams-by-default-when-linking Made-with: Cursor # Conflicts: # packages/cli/src/util/link/setup-and-link.ts
Made-with: Cursor
Limit cross-team auto-search to the link command flow and make linked-project lookup degrade to not_linked when org/project records are unavailable, preventing unrelated command test regressions. Made-with: Cursor
Repo-linked `vercel pull` writes project.json without projectId/orgId (writeProjectSettings). getLinkFromDir validated the full link schema and threw, blocking getProjectLink from resolving via .vercel/repo.json. Return null when link IDs are absent so monorepo fixtures and real repos keep working. Add unit tests for settings-only vs invalid link shapes. Made-with: Cursor
…efault-when-linking
…efault-when-linking
Remove redundant expect(stderr).toOutput without await; it left a pending promise that rejected after client.reset(), causing spurious timeouts in the following test on CI. Made-with: Cursor
a5e8aaa to
436bc38
Compare
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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/[email protected] ### Minor Changes - Add experimental bundling to node bundler ([#15691](#15691)) ## [email protected] ### Patch Changes - Improve `vercel link` by searching matching project names across teams by default, with clearer linking choices when multiple matches are found. ([#15400](#15400)) - Updated dependencies \[[`a50d9615ea546050b9f37dc7e5b4a81228987eef`](a50d961), [`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Updated dependencies \[[`aa3ad226ef7b4ab98ef97e15f81c91f4f7c527e9`](aa3ad22)]: - @vercel/[email protected] ## @vercel/[email protected] ### Patch Changes - Update to latest Next.js adapter ([#15775](#15775)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Support linking projects across teams by default.
Note
Low Risk Change
CLI feature adds cross-team project search functionality with new utility file and optional parameter; changes are limited to CLI tooling with no auth, schema, or billing impact.
search-project-across-teams.tsutility for multi-team project lookupskipAutoDetectparameter toinputProjectfunctionRisk assessment for commit 003eec2.