Skip to content

Commit 3ef4151

Browse files
committed
fix(compat): update patch for [email protected]
1 parent 48004ff commit 3ef4151

File tree

4 files changed

+1047
-6
lines changed

4 files changed

+1047
-6
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,14 @@ const SLICES = [
281281
from: `5b321aa5835f9f4dba6d55553fd559985d44b1a9`,
282282
to: `c41328460d8dba2fac56c220803c68ca961d7cd5`,
283283
onto: `ce2e60e4ea15a65992e54a9e8877d16be9d42abb`,
284-
range: `>=5.5.2`,
284+
range: `>=5.5.2 <5.6.0-beta`,
285+
},
286+
// https://github.com/yarnpkg/TypeScript/tree/merceyz/pnp-5.6-beta
287+
{
288+
from: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
289+
to: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
290+
onto: `b4732bdd6199ec353ec0873f334515f391d80d3b`,
291+
range: `>=5.6.0-beta`,
285292
},
286293
];
287294

0 commit comments

Comments
 (0)