yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.47k stars 1.12k forks source link

fix(compat): update patch for `typescript@5.7.1-rc` #6591

Closed merceyz closed 1 week ago

merceyz commented 2 weeks ago

What's the problem this PR addresses?

The PnP compatibility patch for TypeScript doesn't apply to typescript@5.7.1-rc.

Ref https://github.com/microsoft/TypeScript/pull/35206

How did you fix it?

Rebased it.

Checklist