Skip to content

Commit ba27e24

Browse files
committed
fix(compat): update patch for typescript 4.6
1 parent d024a60 commit ba27e24

File tree

4 files changed

+3024
-171
lines changed

4 files changed

+3024
-171
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,17 @@ const SLICES = [
8080
},
8181
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.5
8282
{
83-
from: `79fe5d206f89e5f1585807bdcd7feeb567a69646`,
84-
to: `fff89a12766fa485e35b1c65d8631d109c4e2c0e`,
85-
onto: `7893f689fedcfe28a499d119d34844840bce9160`,
86-
range: `>=4.5.2`,
83+
from: `9232978f8e54f073b5451d0bf2737d42a0fd672f`,
84+
to: `3a2388d39d41d000b5c5f9bcd48096b39fcedf8f`,
85+
onto: `55e13e9115b3cc5458d76c39da1211dc28d7b51f`,
86+
range: `>=4.5.2 <4.6`,
87+
},
88+
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.6
89+
{
90+
from: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
91+
to: `b8468c021393b2c36d6828ff2d3fc8665e09fd73`,
92+
onto: `40c4fac04935b84f16e8fed8ce730a86b330ba12`,
93+
range: `>=4.6.0-beta`,
8794
},
8895
];
8996

0 commit comments

Comments
 (0)