Skip to content

Commit ab0831d

Browse files
authored
fix(compat): update patch for [email protected] (#3978)
* fix(compat): update patch for typescript 4.6 * deps: update typescript * chore: versions * chore: update sdk * chore: revert 4.5 patch update
1 parent 825f946 commit ab0831d

18 files changed

+2930
-54
lines changed

.pnp.cjs

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

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "4.5.2-sdk",
3+
"version": "4.6.0-beta-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs"
66
}

.yarn/versions/fbcabe36.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
@@ -36,7 +36,7 @@
3636
"jest-junit": "^10.0.0",
3737
"micromatch": "^4.0.2",
3838
"tslib": "^1.13.0",
39-
"typescript": "^4.5.2"
39+
"typescript": "4.6.0-beta"
4040
},
4141
"resolutions": {
4242
"yoga-layout-prebuilt": "patch:[email protected]#./.yarn/patches/yoga-layout-prebuilt.patch"

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"typedoc": "next",
8787
"typedoc-neo-theme": "^1.0.7",
8888
"typedoc-plugin-yarn": "portal:./typedoc-plugin-yarn",
89-
"typescript": "^4.5.2",
89+
"typescript": "4.6.0-beta",
9090
"unescape-html": "^1.1.0",
9191
"unfetch": "^4.1.0",
9292
"unified": "^7.1.0",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ const SLICES = [
8383
from: `79fe5d206f89e5f1585807bdcd7feeb567a69646`,
8484
to: `fff89a12766fa485e35b1c65d8631d109c4e2c0e`,
8585
onto: `7893f689fedcfe28a499d119d34844840bce9160`,
86-
range: `>=4.5.2`,
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)