Skip to content

Commit

Permalink
feat(compat): update patch for typescript 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 26, 2021
1 parent 50a7a1e commit b442b9b
Show file tree
Hide file tree
Showing 27 changed files with 3,001 additions and 123 deletions.
144 changes: 72 additions & 72 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-junit": "^10.0.0",
"micromatch": "^4.0.2",
"tslib": "^1.13.0",
"typescript": "beta"
"typescript": "^4.3.2"
},
"resolutions": {
"yoga-layout-prebuilt": "patch:[email protected]#./.yarn/patches/yoga-layout-prebuilt.patch"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"typedoc": "next",
"typedoc-neo-theme": "^1.0.7",
"typedoc-plugin-yarn": "portal:./typedoc-plugin-yarn",
"typescript": "beta",
"typescript": "^4.3.2",
"unescape-html": "^1.1.0",
"unfetch": "^4.1.0",
"unified": "^7.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ const SLICES = [{
from: `320a959`,
to: `508e98b`,
onto: `f9b35cd`,
range: `>=4.3`,
range: `>=4.3 <4.3.1-rc`,
}, {
from: `530aad19e4ac19d35cb6b200168c91ce86cb0050`,
to: `5d8917857cf32d06824f97320c878f08a532e2d0`,
onto: `28e3e6ff2f49f1dbf06d31809ec73dbe42f1aa63`,
range: `>=4.3.1-rc`,
}];

async function fetch(url) {
Expand Down Expand Up @@ -183,6 +188,7 @@ async function cloneRepository() {

await execFile(`git`, [`fetch`, `origin`], TS_REPO_SPAWN);
await execFile(`git`, [`fetch`, `upstream`], TS_REPO_SPAWN);
await execFile(`git`, [`fetch`, `upstream2`], TS_REPO_SPAWN);
}

async function resetGit(hash) {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/lib/tsc.js b/lib/tsc.js
index 8e68a1124..4fd64540e 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsc.js
+++ b/lib/tsc.js
@@ -4692,6 +4692,9 @@ var ts;
Expand Down Expand Up @@ -300,7 +300,7 @@ semver exclusivity >=4.3
synchronizeProgram();
diff --git a/lib/tsserver.js b/lib/tsserver.js
index 0d581ad61..c1dbea5bc 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserver.js
+++ b/lib/tsserver.js
@@ -7326,6 +7326,11 @@ var ts;
Expand Down Expand Up @@ -915,7 +915,7 @@ semver exclusivity >=4.3
// We have to schedule this event to the next tick
diff --git a/lib/tsserverlibrary.d.ts b/lib/tsserverlibrary.d.ts
index a2ff8fc1e..e32bcee85 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserverlibrary.d.ts
+++ b/lib/tsserverlibrary.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -928,7 +928,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js
index e33bc9110..3d92b0d0c 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserverlibrary.js
+++ b/lib/tsserverlibrary.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -1523,7 +1523,7 @@ semver exclusivity >=4.3
var watchers = this.packageJsonFilesMap || (this.packageJsonFilesMap = new ts.Map());
diff --git a/lib/typescript.d.ts b/lib/typescript.d.ts
index 0b2d291ee..050fb9cf1 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescript.d.ts
+++ b/lib/typescript.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -1536,7 +1536,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/typescript.js b/lib/typescript.js
index 07337021a..d65d71c25 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescript.js
+++ b/lib/typescript.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -2032,7 +2032,7 @@ semver exclusivity >=4.3
});
diff --git a/lib/typescriptServices.d.ts b/lib/typescriptServices.d.ts
index 56e1d342d..09de6de0e 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescriptServices.d.ts
+++ b/lib/typescriptServices.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -2045,7 +2045,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js
index f81ca89a1..1a0d25685 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescriptServices.js
+++ b/lib/typescriptServices.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -2541,7 +2541,7 @@ semver exclusivity >=4.3
});
diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js
index ef8ee6dd2..ee3d9b719 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typingsInstaller.js
+++ b/lib/typingsInstaller.js
@@ -7315,6 +7315,11 @@ var ts;
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-compat/sources/patches/typescript.patch.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-constraints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@yarnpkg/builder": "workspace:*",
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-constraints": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@yarnpkg/core": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-exec": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-interactive-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"@yarnpkg/plugin-essentials": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@yarnpkg/builder": "workspace:*",
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-stage": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"@yarnpkg/plugin-essentials": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-typescript": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"@yarnpkg/plugin-pack": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-version": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-workspace-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@yarnpkg/builder": "workspace:*",
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"scripts": {
"build:plugin-workspace-tools": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-zipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@yarnpkg/libzip": "workspace:*",
"@yarnpkg/pnpify": "workspace:*",
"ts-loader": "^7.0.5",
"typescript": "beta",
"typescript": "^4.3.2",
"vsce": "^1.85.1",
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0-beta.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/terser-webpack-plugin": "^3.0.0",
"@types/webpack-merge": "^4.1.5",
"@yarnpkg/monorepo": "workspace:*",
"typescript": "beta"
"typescript": "^4.3.2"
},
"peerDependencies": {
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@yarnpkg/monorepo": "workspace:*",
"@yarnpkg/pnpify": "workspace:*",
"micromatch": "^4.0.2",
"typescript": "beta"
"typescript": "^4.3.2"
},
"peerDependencies": {
"@yarnpkg/core": "^3.0.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"micromatch": "^4.0.2",
"p-limit": "^2.2.0",
"tslib": "^1.13.0",
"typescript": "beta"
"typescript": "^4.3.2"
},
"devDependencies": {
"@types/micromatch": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@yarnpkg/builder": "workspace:*",
"@yarnpkg/libzip": "workspace:*",
"@yarnpkg/monorepo": "workspace:*",
"typescript": "beta",
"typescript": "^4.3.2",
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0-beta.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnpify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@yarnpkg/monorepo": "workspace:*",
"@yarnpkg/pnp": "workspace:*",
"eslint": "^6.8.0",
"typescript": "beta"
"typescript": "^4.3.2"
},
"peerDependencies": {
"eslint": "*",
Expand Down
Loading

0 comments on commit b442b9b

Please sign in to comment.