We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent 7fab4f1 commit 6646db4Copy full SHA for 6646db4
packages/plugin-compat/extra/typescript/gen-typescript-patch.js
@@ -288,7 +288,14 @@ const SLICES = [
288
from: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
289
to: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
290
onto: `b4732bdd6199ec353ec0873f334515f391d80d3b`,
291
- range: `>=5.6.0-beta`,
+ 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: `1d266cf9f891ba07d88929da5db1ceac91ae9acc`,
296
+ to: `1d266cf9f891ba07d88929da5db1ceac91ae9acc`,
297
+ onto: `e6914a558775bd3ba3dc5567877604a0864b9338`,
298
+ range: `>=5.6.1-rc`,
299
},
300
];
301
0 commit comments