Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(compat): update extensions list #3592

Merged
merged 18 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
409 changes: 220 additions & 189 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/got-npm-11.7.0-cacb9b44fc-7ddec3a767.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions .yarn/versions/d36176bb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@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/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
141 changes: 140 additions & 1 deletion packages/plugin-compat/sources/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
},
}],
// https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/pull/507
[`fork-ts-checker-webpack-plugin@*`, {
[`fork-ts-checker-webpack-plugin@<=6.3.4`, {
peerDependencies: {
eslint: `>= 6`,
typescript: `>= 2.7`,
Expand Down Expand Up @@ -564,4 +564,143 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
logform: `^2.2.0`,
},
}],
// https://github.com/vire/jest-vue-preprocessor/pull/177
[`jest-vue-preprocessor@*`, {
dependencies: {
'@babel/core': `7.8.7`,
'@babel/template': `7.8.6`,
},
peerDependencies: {
pug: `^2.0.4`,
},
peerDependenciesMeta: {
pug: optionalPeerDep,
},
}],
// https://github.com/rt2zz/redux-persist/pull/1336
[`redux-persist@*`, {
peerDependencies: {
react: `>=16`,
},
peerDependenciesMeta: {
react: optionalPeerDep,
},
}],
// https://github.com/paixaop/node-sodium/pull/159
[`sodium@>=3`, {
dependencies: {
'node-gyp': `^3.8.0`,
},
}],
// https://github.com/gajus/babel-plugin-graphql-tag/pull/63
[`babel-plugin-graphql-tag@<=3.1.0`, {
peerDependencies: {
graphql: `^14.0.0 || ^15.0.0`,
},
}],
// https://github.com/microsoft/playwright/pull/8501
[`@playwright/test@<=1.14.1`, {
dependencies: {
'jest-matcher-utils': `^26.4.2`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/32954
...[
`babel-plugin-remove-graphql-queries@<3.14.0-next.1`,
`babel-preset-gatsby-package@<1.14.0-next.1`,
`create-gatsby@<1.14.0-next.1`,
`gatsby-admin@<0.24.0-next.1`,
`gatsby-cli@<3.14.0-next.1`,
`gatsby-core-utils@<2.14.0-next.1`,
`gatsby-design-tokens@<3.14.0-next.1`,
`gatsby-legacy-polyfills@<1.14.0-next.1`,
`gatsby-plugin-benchmark-reporting@<1.14.0-next.1`,
`gatsby-plugin-graphql-config@<0.23.0-next.1`,
`gatsby-plugin-image@<1.14.0-next.1`,
`gatsby-plugin-mdx@<2.14.0-next.1`,
`gatsby-plugin-netlify-cms@<5.14.0-next.1`,
`gatsby-plugin-no-sourcemaps@<3.14.0-next.1`,
`gatsby-plugin-page-creator@<3.14.0-next.1`,
`gatsby-plugin-preact@<5.14.0-next.1`,
`gatsby-plugin-preload-fonts@<2.14.0-next.1`,
`gatsby-plugin-schema-snapshot@<2.14.0-next.1`,
`gatsby-plugin-styletron@<6.14.0-next.1`,
`gatsby-plugin-subfont@<3.14.0-next.1`,
`gatsby-plugin-utils@<1.14.0-next.1`,
`gatsby-recipes@<0.25.0-next.1`,
`gatsby-source-shopify@<5.6.0-next.1`,
`gatsby-source-wikipedia@<3.14.0-next.1`,
`gatsby-transformer-screenshot@<3.14.0-next.1`,
`gatsby-worker@<0.5.0-next.1`,
].map<[string, PackageExtensionData]>(descriptorString => [
descriptorString,
{
dependencies: {
'@babel/runtime': `^7.14.8`,
},
},
]),
// Originally fixed in https://github.com/gatsbyjs/gatsby/pull/31837 (https://github.com/gatsbyjs/gatsby/commit/6378692d7ec1eb902520720e27aca97e8eb42c21)
// Version updated and added in https://github.com/gatsbyjs/gatsby/pull/32928
[`gatsby-core-utils@<2.14.0-next.1`, {
dependencies: {
got: `8.3.2`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/32861
[`gatsby-plugin-gatsby-cloud@<=3.1.0-next.0`, {
dependencies: {
'gatsby-core-utils': `^2.13.0-next.0`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/31837
[`gatsby-plugin-gatsby-cloud@<=3.2.0-next.1`, {
peerDependencies: {
webpack: `*`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/31837
[`babel-plugin-remove-graphql-queries@<=3.14.0-next.1`, {
dependencies: {
'gatsby-core-utils': `^2.8.0-next.1`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/32861
[`[email protected]`, {
dependencies: {
'gatsby-core-utils': `^2.13.0-next.0`,
},
}],
// https://github.com/paul-soporan/clipanion-v3-codemod/pull/1
[`clipanion-v3-codemod@<=0.2.0`, {
peerDependencies: {
jscodeshift: `^0.11.0`,
},
}],
// https://github.com/FormidableLabs/react-live/pull/180
[`react-live@*`, {
peerDependencies: {
'react-dom': `*`,
react: `*`,
},
}],
// https://github.com/webpack/webpack/pull/11190
[`webpack@<4.44.1`, {
peerDependenciesMeta: {
'webpack-cli': optionalPeerDep,
'webpack-command': optionalPeerDep,
},
}],
// https://github.com/webpack/webpack/pull/11189
[`webpack@<5.0.0-beta.23`, {
peerDependenciesMeta: {
'webpack-cli': optionalPeerDep,
},
}],
// https://github.com/webpack/webpack-dev-server/pull/2396
[`webpack-dev-server@<3.10.2`, {
peerDependenciesMeta: {
'webpack-cli': optionalPeerDep,
},
}],
];
Loading