-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(compat): update patch for typescript@4.8.4
and typescript@4.9.1-beta
#4903
Conversation
typescript@4.9.1-beta
typescript@4.8.4
and typescript@4.9.1-beta
…1-beta` (#4903) * fix(compat): update patch for `typescript@4.9.1-beta` * fix(compat): update patch for `typescript@4.8.4`
Can we expect a yarn 3.x patch release soon? |
Unlikely until next week, I'm traveling. |
having some issues still with workspaces when downgrading to 4.8.3 while waiting for this patch (see vuejs/language-tools#918 (comment). single repos started working, but monorepos still are failing resolution on my end. is this patch likely to fix this? happy to try it out if there's a straightforward way to do so. |
That seems unrelated to what this PR was fixing, please open a separate issue. |
Typescript 4.8.4 is held back pending release of yarnpkg/berry#4903
The fix is now available in v3.2.4 yarn set version berry |
결국 타입스크립트와 베리 버전의 호환성 문제였다. 내 8시간...이 이렇게 허무하게 흘러갔다. yarnpkg/berry#4903
It happened already in #5020 and was released earlier today https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F3.3.0 |
Thanks for the quick response @merceyz! Looks like I'm a few hours behind the times. 😆 |
What's the problem this PR addresses?
The PnP compatibility patch for TypeScript doesn't apply to
typescript@4.8.4
andtypescript@4.9.1-beta
.Fixes #4915
How did you fix it?
Rebased microsoft/TypeScript#35206 onto the
4.8.4
and4.9.1-beta
release.Checklist