Skip to content

Commit f5d2982

Browse files
authored
fix(compat): reapply typescript fixes (#2587)
* fix(compat): reapply typescript fixes * chore: versions
1 parent 68b51f6 commit f5d2982

9 files changed

Lines changed: 574 additions & 294 deletions

.pnp.cjs

Lines changed: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/cache/typescript-patch-2e2ae554a2-fb62f24bfd.zip renamed to .yarn/cache/typescript-patch-4b1488a0b8-fb62f24bfd.zip

File renamed without changes.

.yarn/cache/typescript-patch-f99ebcea7d-ac6b67d951.zip renamed to .yarn/cache/typescript-patch-7f1362f2ef-ac6b67d951.zip

File renamed without changes.

.yarn/cache/typescript-patch-ec45f68973-9715a9ff77.zip renamed to .yarn/cache/typescript-patch-92e93de2b8-c1dd9e722d.zip

9.9 MB
Binary file not shown.

.yarn/versions/be494bfa.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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-node-modules"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-stage"
17+
- "@yarnpkg/plugin-typescript"
18+
- "@yarnpkg/plugin-version"
19+
- "@yarnpkg/plugin-workspace-tools"
20+
- "@yarnpkg/builder"
21+
- "@yarnpkg/core"
22+
- "@yarnpkg/doctor"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const SLICES = [{
5151
range: `>=4.1 <4.2`,
5252
}, {
5353
from: `8e0e870`,
54-
to: `fc2396e9b5ed7f11a3c509c369c0052980915b79`,
54+
to: `b8cb0762f776cae4fed710b9628a3df2e7b58fec`,
5555
onto: `bfc55b5`,
5656
range: `>=4.2`,
5757
}];

packages/plugin-compat/extra/typescript/patch-1e91fc906d17b6d7c73d8685c2b624ba.diff renamed to packages/plugin-compat/extra/typescript/patch-f3e4e754bdfc2adc8981b496a507d17b.diff

Lines changed: 474 additions & 216 deletions
Large diffs are not rendered by default.

packages/plugin-compat/sources/patches/typescript.patch.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26626,7 +26626,7 @@ typescript@^4.2.2:
2662626626

2662726627
"typescript@patch:typescript@3.7.x#~builtin<compat/typescript>":
2662826628
version: 3.7.5
26629-
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=cd0d37"
26629+
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=199744"
2663026630
bin:
2663126631
tsc: bin/tsc
2663226632
tsserver: bin/tsserver
@@ -26636,7 +26636,7 @@ typescript@^4.2.2:
2663626636

2663726637
"typescript@patch:typescript@^3.8.3#~builtin<compat/typescript>, typescript@patch:typescript@^3.9.3#~builtin<compat/typescript>":
2663826638
version: 3.9.5
26639-
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=cd0d37"
26639+
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=199744"
2664026640
bin:
2664126641
tsc: bin/tsc
2664226642
tsserver: bin/tsserver
@@ -26646,11 +26646,11 @@ typescript@^4.2.2:
2664626646

2664726647
"typescript@patch:typescript@^4.2.2#~builtin<compat/typescript>":
2664826648
version: 4.2.3
26649-
resolution: "typescript@patch:typescript@npm%3A4.2.3#~builtin<compat/typescript>::version=4.2.3&hash=cd0d37"
26649+
resolution: "typescript@patch:typescript@npm%3A4.2.3#~builtin<compat/typescript>::version=4.2.3&hash=199744"
2665026650
bin:
2665126651
tsc: bin/tsc
2665226652
tsserver: bin/tsserver
26653-
checksum: 9715a9ff7791526d64e1afa4a778401d0e1865eccaa954a9ca7fa918bcf64aa5c1ca95075d7a0dafe15710dbf0c3b5e050f5dc77ab9b03c7f41f250c2498fe0e
26653+
checksum: c1dd9e722d11f93a66aa365459bc155aa48ee366f4194b743f9de0b62c1c5242e82a482c49fa8d2bcb3a90ecf4c1a35e1ac534df7408d17d17eb15718a6ad0fc
2665426654
languageName: node
2665526655
linkType: hard
2665626656

0 commit comments

Comments
 (0)