Skip to content

Commit

Permalink
fix(compat): update patch for [email protected] (#4339)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored Apr 11, 2022
1 parent 24b5417 commit c1744ef
Show file tree
Hide file tree
Showing 18 changed files with 3,276 additions and 51 deletions.
48 changes: 24 additions & 24 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.6.1-rc-sdk",
"version": "4.7.0-beta-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
24 changes: 24 additions & 0 deletions .yarn/versions/76d52f09.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
releases:
"@yarnpkg/builder": patch
"@yarnpkg/cli": patch
"@yarnpkg/doctor": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/core"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.2.0",
"jest": "^26.0.1",
"tslib": "^1.13.0",
"typescript": "4.6.1-rc"
"typescript": "4.7.0-beta"
},
"resolutions": {
"ink": "patch:ink@npm%3A3.0.8#~/.yarn/patches/ink-npm-3.0.8-3a8005f59f.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 @@ -87,7 +87,7 @@
"typedoc": "next",
"typedoc-neo-theme": "^1.0.7",
"typedoc-plugin-yarn": "portal:./typedoc-plugin-yarn",
"typescript": "4.6.1-rc",
"typescript": "4.7.0-beta",
"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 @@ -90,7 +90,14 @@ const SLICES = [
from: `fbec717ef33fc2db5791f2a1d5f9a315e293a50a`,
to: `fbec717ef33fc2db5791f2a1d5f9a315e293a50a`,
onto: `83efc9f0d646bf86a3469e00c5ef5e4f7ab7cb95`,
range: `>=4.6.1-rc`,
range: `>=4.6.1-rc <4.7`,
},
// https://github.com/merceyz/TypeScript/tree/merceyz/pnp-4.7
{
from: `cd8d000510ed2d2910e0ebaa903a51adda546a0a`,
to: `cd8d000510ed2d2910e0ebaa903a51adda546a0a`,
onto: `6e62273fa1e7469b89b589667c2c233789c62176`,
range: `>=4.7.0-beta`,
},
];

Expand Down
Loading

0 comments on commit c1744ef

Please sign in to comment.