Skip to content

Commit 80cb95e

Browse files
authored
fix(compat): update patch for [email protected] (#6461)
**What's the problem this PR addresses?** The PnP compatibility patch for TypeScript doesn't apply to `[email protected]`. Ref microsoft/TypeScript#35206 **How did you fix it?** Rebased it. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 7fab4f1 commit 80cb95e

File tree

5 files changed

+1080
-6
lines changed

5 files changed

+1080
-6
lines changed

.yarn/versions/a147fbbf.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/plugin-compat": patch
4+
5+
declined:
6+
- "@yarnpkg/plugin-constraints"
7+
- "@yarnpkg/plugin-dlx"
8+
- "@yarnpkg/plugin-essentials"
9+
- "@yarnpkg/plugin-init"
10+
- "@yarnpkg/plugin-interactive-tools"
11+
- "@yarnpkg/plugin-nm"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-pnpm"
17+
- "@yarnpkg/plugin-stage"
18+
- "@yarnpkg/plugin-typescript"
19+
- "@yarnpkg/plugin-version"
20+
- "@yarnpkg/plugin-workspace-tools"
21+
- "@yarnpkg/builder"
22+
- "@yarnpkg/core"
23+
- "@yarnpkg/doctor"

packages/plugin-compat/extra/typescript/gen-typescript-patch.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,14 @@ const SLICES = [
288288
from: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
289289
to: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
290290
onto: `b4732bdd6199ec353ec0873f334515f391d80d3b`,
291-
range: `>=5.6.0-beta`,
291+
range: `>=5.6.0-beta <5.6.1-rc`,
292+
},
293+
// https://github.com/yarnpkg/TypeScript/tree/merceyz/pnp-5.6-rc
294+
{
295+
from: `0102e47303cb33503219740015f711e2fe7d89ab`,
296+
to: `0102e47303cb33503219740015f711e2fe7d89ab`,
297+
onto: `6212132b835145b1a8fd49982680ac668caf3ddc`,
298+
range: `>=5.6.1-rc`,
292299
},
293300
];
294301

0 commit comments

Comments
 (0)