[docs] Yarn Classic (v1) not supported for TypeScript AppHosts - #830
Closed
aspire-repo-bot[bot] wants to merge 1 commit into
Closed
Conversation
16 tasks
…Hosts Documents the change introduced in microsoft/aspire#16620, which rejects Yarn Classic (v1) for TypeScript AppHosts. Adds a supported package managers table and an Aside warning in the TypeScript AppHost project structure page. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist)
force-pushed
the
docs/typescript-apphost-yarn-classic-not-supported-fb1776ea734e0a24
branch
from
May 5, 2026 16:04
9d569b3 to
0d47890
Compare
David Pine (IEvangelist)
marked this pull request as ready for review
May 5, 2026 16:04
Member
|
Closing as duplicate |
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.
Documents changes from microsoft/aspire#16620 by
@eerhardt.Targeting
mainbecauserelease/13.4(the source PR's milestone) does not yet exist onmicrosoft/aspire.dev.Why this PR is needed
microsoft/aspire#16620 introduced a behavioral change: the Aspire CLI now rejects Yarn Classic (v1) for TypeScript AppHosts. If a Yarn Classic lockfile (
# yarn lockfile v1) orpackageManager: "yarn@1.x"is detected, the CLI fails early with a clear error message directing users to upgrade to Yarn 4+ or switch to npm, pnpm, or Bun.The TypeScript AppHost docs previously had no mention of which package managers are supported. This is a user-facing breaking change for Yarn Classic users and warrants documentation.
What changed
Updated
src/frontend/src/content/docs/app-host/typescript-apphost.mdx:Asideexplaining that Yarn Classic (v1) is not supported and what to do about itFiles modified
src/frontend/src/content/docs/app-host/typescript-apphost.mdx— updated (+15 lines)