-
-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(release): don't transitively update to v7 (#2131)
graphql-tools and @graphql-tools/batch-delegate received patch updates that transitively updated to v7 via dependencies.
- Loading branch information
Showing
5 changed files
with
96 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@graphql-tools/batch-delegate': patch | ||
'graphql-tools': patch | ||
--- | ||
|
||
Fix release | ||
|
||
Last PATCH release actually transitively updated graphql-tools and @graphql-tools/delegate to use latest MAJOR version of dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1731,6 +1731,69 @@ | |
resolved "https://registry.yarnpkg.com/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.28.tgz#a5ad7996f42e43e4acbb4e0010d663746d0e9997" | ||
integrity sha512-bprfNmYt1opFUFEtD2XfY/kEsm13bzHQgU80uMjhuK0DJ914IjolT1GytpkdM6tJ4MBvyiJPP+bTtWO+BZ7c7w== | ||
|
||
"@graphql-tools/delegate@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-6.2.4.tgz#db553b63eb9512d5eb5bbfdfcd8cb1e2b534699c" | ||
integrity sha512-mXe6DfoWmq49kPcDrpKHgC2DSWcD5q0YCaHHoXYPAOlnLH8VMTY8BxcE8y/Do2eyg+GLcwAcrpffVszWMwqw0w== | ||
dependencies: | ||
"@ardatan/aggregate-error" "0.0.6" | ||
"@graphql-tools/schema" "^6.2.4" | ||
"@graphql-tools/utils" "^6.2.4" | ||
dataloader "2.0.0" | ||
is-promise "4.0.0" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-tools/mock@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-6.2.4.tgz#205323c51f89dd855d345d130c7713d0420909ea" | ||
integrity sha512-O5Zvq/mcDZ7Ptky0IZ4EK9USmxV6FEVYq0Jxv2TI80kvxbCjt0tbEpZ+r1vIt1gZOXlAvadSHYyzWnUPh+1vkQ== | ||
dependencies: | ||
"@graphql-tools/schema" "^6.2.4" | ||
"@graphql-tools/utils" "^6.2.4" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/schema@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-6.2.4.tgz#cc4e9f5cab0f4ec48500e666719d99fc5042481d" | ||
integrity sha512-rh+14lSY1q8IPbEv2J9x8UBFJ5NrDX9W5asXEUlPp+7vraLp/Tiox4GXdgyA92JhwpYco3nTf5Bo2JDMt1KnAQ== | ||
dependencies: | ||
"@graphql-tools/utils" "^6.2.4" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/stitch@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-6.2.4.tgz#acfa6a577a33c0f02e4940ffff04753b23b87fd6" | ||
integrity sha512-0C7PNkS7v7iAc001m7c1LPm5FUB0/DYw+s3OyCii6YYYHY8NwdI0roeOyeDGFJkFubWBQfjc3hoSyueKtU73mw== | ||
dependencies: | ||
"@graphql-tools/batch-delegate" "^6.2.4" | ||
"@graphql-tools/delegate" "^6.2.4" | ||
"@graphql-tools/merge" "^6.2.4" | ||
"@graphql-tools/schema" "^6.2.4" | ||
"@graphql-tools/utils" "^6.2.4" | ||
"@graphql-tools/wrap" "^6.2.4" | ||
is-promise "4.0.0" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/utils@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.2.4.tgz#38a2314d2e5e229ad4f78cca44e1199e18d55856" | ||
integrity sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg== | ||
dependencies: | ||
"@ardatan/aggregate-error" "0.0.6" | ||
camel-case "4.1.1" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-tools/wrap@^6.2.4": | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-6.2.4.tgz#2709817da6e469753735a9fe038c9e99736b2c57" | ||
integrity sha512-cyQgpybolF9DjL2QNOvTS1WDCT/epgYoiA8/8b3nwv5xmMBQ6/6nYnZwityCZ7njb7MMyk7HBEDNNlP9qNJDcA== | ||
dependencies: | ||
"@graphql-tools/delegate" "^6.2.4" | ||
"@graphql-tools/schema" "^6.2.4" | ||
"@graphql-tools/utils" "^6.2.4" | ||
is-promise "4.0.0" | ||
tslib "~2.0.1" | ||
|
||
"@graphql-typed-document-node/core@^3.0.0": | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950" | ||
|
@@ -15274,7 +15337,7 @@ yargs@^13.3.2: | |
y18n "^4.0.0" | ||
yargs-parser "^13.1.2" | ||
|
||
yargs@^15.1.0, yargs@^15.4.1: | ||
yargs@^15.1.0, yargs@^15.3.1, yargs@^15.4.1: | ||
version "15.4.1" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" | ||
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== | ||
|