Skip to content

Commit 46c6949

Browse files
authored
fix(compat): update patch for [email protected] (#5296)
* fix(compat): update patch for `[email protected]` * chore: [email protected]
1 parent ebc3796 commit 46c6949

File tree

13 files changed

+2077
-38
lines changed

13 files changed

+2077
-38
lines changed

.pnp.cjs

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

.yarn/versions/dd2d97f8.yml

Lines changed: 23 additions & 0 deletions
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"jest": "^29.2.1",
2626
"pirates": "^4.0.5",
2727
"tslib": "^2.4.0",
28-
"typescript": "5.0.0-beta"
28+
"typescript": "5.0.1-rc"
2929
},
3030
"resolutions": {
3131
"ink": "patch:ink@npm%3A3.0.8#~/.yarn/patches/ink-npm-3.0.8-3a8005f59f.patch",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"typedoc": "patch:typedoc@npm%3A0.17.0-3#~/.yarn/patches/typedoc-npm-0.17.0-3-0ce05847cf.patch",
9090
"typedoc-neo-theme": "^1.0.7",
9191
"typedoc-plugin-yarn": "portal:./typedoc-plugin-yarn",
92-
"typescript": "5.0.0-beta",
92+
"typescript": "5.0.1-rc",
9393
"unescape-html": "^1.1.0",
9494
"unfetch": "^4.1.0",
9595
"unified": "^7.1.0",

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,19 @@ const SLICES = [
148148
onto: `e2868216f637e875a74c675845625eb15dcfe9a2`,
149149
range: `>=4.9.4 <5.0.0-beta`,
150150
},
151-
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-5.0
151+
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-5.0-beta
152152
{
153153
from: `65bff6fadce4736bb9a77213ba8016f1ac7d25e5`,
154154
to: `65bff6fadce4736bb9a77213ba8016f1ac7d25e5`,
155155
onto: `dcad07ffd29854e2b93a86da0ba197f6eec21698`,
156-
range: `>=5.0.0-beta`,
156+
range: `>=5.0.0-beta <5.0.1-rc`,
157+
},
158+
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-5.0
159+
{
160+
from: `2c85874875fdf1f1182733b99afe47604915bfec`,
161+
to: `2c85874875fdf1f1182733b99afe47604915bfec`,
162+
onto: `89515ce7e31d0bfaef776ac25929a78015cceb82`,
163+
range: `>=5.0.1-rc`,
157164
},
158165
];
159166

packages/plugin-compat/extra/typescript/patch-9539df6738861850852d0f665b055032.diff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
diff --git a/lib/tsc.js b/lib/tsc.js
22
index 2473792a3..159499703 100644
3-
semver exclusivity >=5.0.0-beta
3+
semver exclusivity >=5.0.0-beta <5.0.1-rc
44
--- a/lib/tsc.js
55
+++ b/lib/tsc.js
66
@@ -5148,6 +5148,9 @@ var sys = (() => {
@@ -286,7 +286,7 @@ semver exclusivity >=5.0.0-beta
286286
synchronizeProgram();
287287
diff --git a/lib/tsserver.js b/lib/tsserver.js
288288
index 53e29897d..4d932b4da 100644
289-
semver exclusivity >=5.0.0-beta
289+
semver exclusivity >=5.0.0-beta <5.0.1-rc
290290
--- a/lib/tsserver.js
291291
+++ b/lib/tsserver.js
292292
@@ -8686,6 +8686,9 @@ var sys = (() => {
@@ -832,7 +832,7 @@ semver exclusivity >=5.0.0-beta
832832
this.installer.on("message", (m) => this.handleMessage(m));
833833
diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js
834834
index 717a22480..2963eef64 100644
835-
semver exclusivity >=5.0.0-beta
835+
semver exclusivity >=5.0.0-beta <5.0.1-rc
836836
--- a/lib/tsserverlibrary.js
837837
+++ b/lib/tsserverlibrary.js
838838
@@ -6415,6 +6415,9 @@ ${lanes.join("\n")}
@@ -1415,7 +1415,7 @@ semver exclusivity >=5.0.0-beta
14151415
if (!watchers.has(path)) {
14161416
diff --git a/lib/typescript.js b/lib/typescript.js
14171417
index 9977523ac..b7d6f073d 100644
1418-
semver exclusivity >=5.0.0-beta
1418+
semver exclusivity >=5.0.0-beta <5.0.1-rc
14191419
--- a/lib/typescript.js
14201420
+++ b/lib/typescript.js
14211421
@@ -6415,6 +6415,9 @@ ${lanes.join("\n")}
@@ -1896,7 +1896,7 @@ semver exclusivity >=5.0.0-beta
18961896
kindPrecedence = {
18971897
diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js
18981898
index 6314e1db8..32c8eb311 100644
1899-
semver exclusivity >=5.0.0-beta
1899+
semver exclusivity >=5.0.0-beta <5.0.1-rc
19001900
--- a/lib/typingsInstaller.js
19011901
+++ b/lib/typingsInstaller.js
19021902
@@ -4645,6 +4645,9 @@ var sys = (() => {

0 commit comments

Comments
 (0)