Skip to content
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
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 @@ -26,8 +26,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 @@ -11843,12 +11843,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: "npm:^1.0.4"
checksum: 0c4d8c45c970c9f343068d5d96fa5c67b512ba8ac3ab38e135d65739af7698945b1c446be8068158a96b917ba7e27c2454f23bde1f6ffd3379f02054b3f93d23
checksum: 150b77dcf0d1e023aaed9bb5f9789f9c8828497fa44b050ba79b039798aeee6c4bcab7e533b5bacb6476811ca9c0eb7f1d021fd7ff8da54f67e3db9b35efd84c
languageName: node
linkType: hard

Expand Down Expand Up @@ -12396,14 +12396,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: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: 768d137af1a607d59985b063b632031406a40d3ea528e7e720a9f36ed8f48c951aad025b03f491074869d25f53c2a56a4b331b1fe49519b40154228553abc7eb
checksum: c397c1bfbb8976afb6758a96b9d5781c179b01ec843caa9f6613b8d95d95e17229d1ba7132dd811e112df5f2537bce1f68a3c0a722decc345947f133921fa3b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -18510,15 +18510,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: 123361119829ab8115234f36ed8ef8f697b0f6f83ec9f9bc8f76da587487976d74bc874ffa892e7a66df607fa8f2cc758eed8db225e9cd3a84846350209e53db
languageName: node
linkType: hard

"mkdirp@npm:0.5.1":
version: 0.5.1
resolution: "mkdirp@npm:0.5.1"
Expand All @@ -18541,6 +18532,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: 123361119829ab8115234f36ed8ef8f697b0f6f83ec9f9bc8f76da587487976d74bc874ffa892e7a66df607fa8f2cc758eed8db225e9cd3a84846350209e53db
languageName: node
linkType: hard

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