Skip to content

Commit

Permalink
chore(extensions): update list (#4779)
Browse files Browse the repository at this point in the history
* chore: `babel-plugin-remove-graphql-queries`

* chore: `gatsby-plugin-page-creator`

* chore: `gatsby-plugin-utils`

* chore: `gatsby-plugin-mdx`

* chore: `gatsby-plugin-mdx`

* chore: install

* chore: versions
  • Loading branch information
merceyz committed Aug 19, 2022
1 parent 184ff64 commit 4a2a520
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 35 deletions.
64 changes: 48 additions & 16 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.
24 changes: 24 additions & 0 deletions .yarn/versions/f528f5a0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/extensions": 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"
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ packageExtensions:
react: "*"
webpack: "*"
gatsby-plugin-mdx@*:
dependencies:
mkdirp: "*"
peerDependencies:
"@emotion/core": "*"
"@emotion/react": "*"
Expand Down
33 changes: 33 additions & 0 deletions packages/yarnpkg-extensions/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,4 +912,37 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
webpack: optionalPeerDep,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/36230
[`babel-plugin-remove-graphql-queries@<=4.20.0-next.0`, {
dependencies: {
'@babel/types': `^7.15.4`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/36230
[`gatsby-plugin-page-creator@<=4.20.0-next.1`, {
dependencies: {
'fs-extra': `^10.1.0`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/36230
[`gatsby-plugin-utils@<=3.14.0-next.1`, {
dependencies: {
fastq: `^1.13.0`,
},
peerDependencies: {
graphql: `^15.0.0`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/33724
[`gatsby-plugin-mdx@<3.1.0-next.1`, {
dependencies: {
mkdirp: `^1.0.4`,
},
}],
// https://github.com/gatsbyjs/gatsby/pull/33170
[`gatsby-plugin-mdx@^2`, {
peerDependencies: {
gatsby: `^3.0.0-next`,
},
}],
];
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11901,12 +11901,12 @@ __metadata:
languageName: node
linkType: hard

"fastq@npm:^1.10.0, fastq@npm:^1.6.0":
version: 1.11.0
resolution: "fastq@npm:1.11.0"
"fastq@npm:^1.10.0, fastq@npm:^1.13.0, fastq@npm:^1.6.0":
version: 1.13.0
resolution: "fastq@npm:1.13.0"
dependencies:
reusify: ^1.0.4
checksum: 9db0ceea9280c5f207da40c562a4e574913c18933cd74b880b01bf8e81a9a6e368ec71e89c9c1b9f4066d0275cc22600efd6dde87f713217acbf67076481734b
checksum: 32cf15c29afe622af187d12fc9cd93e160a0cb7c31a3bb6ace86b7dea3b28e7b72acde89c882663f307b2184e14782c6c664fa315973c03626c7d4bff070bb0b
languageName: node
linkType: hard

Expand Down Expand Up @@ -12463,14 +12463,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0":
version: 10.0.0
resolution: "fs-extra@npm:10.0.0"
"fs-extra@npm:^10.0.0, fs-extra@npm:^10.1.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 5285a3d8f34b917cf2b66af8c231a40c1623626e9d701a20051d3337be16c6d7cac94441c8b3732d47a92a2a027886ca93c69b6a4ae6aee3c89650d2a8880c0a
checksum: dc94ab37096f813cc3ca12f0f1b5ad6744dfed9ed21e953d72530d103cea193c2f81584a39e9dee1bea36de5ee66805678c0dddc048e8af1427ac19c00fffc50
languageName: node
linkType: hard

Expand Down Expand Up @@ -18662,15 +18662,6 @@ __metadata:
languageName: node
linkType: hard

"mkdirp@npm:*, mkdirp@npm:^1.0.3":
version: 1.0.4
resolution: "mkdirp@npm:1.0.4"
bin:
mkdirp: bin/cmd.js
checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f
languageName: node
linkType: hard

"mkdirp@npm:0.5.1":
version: 0.5.1
resolution: "mkdirp@npm:0.5.1"
Expand All @@ -18693,6 +18684,15 @@ __metadata:
languageName: node
linkType: hard

"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4":
version: 1.0.4
resolution: "mkdirp@npm:1.0.4"
bin:
mkdirp: bin/cmd.js
checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f
languageName: node
linkType: hard

"moment@npm:^2.27.0":
version: 2.29.1
resolution: "moment@npm:2.29.1"
Expand Down

0 comments on commit 4a2a520

Please sign in to comment.