-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): upgrade
@graphql-tools/load
to get benefits of debug inf…
…o on file loading (#8535) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0dd6792
commit 88aa38f
Showing
4 changed files
with
48 additions
and
10 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,5 @@ | ||
--- | ||
"@graphql-codegen/cli": patch | ||
--- | ||
dependencies updates: | ||
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/load/v/7.8.0) (from `^7.7.1`, in `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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphql-codegen/cli': patch | ||
--- | ||
|
||
Upgrade `@graphql-tools/load` to get benefits of debug mode |
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 |
---|---|---|
|
@@ -1810,7 +1810,7 @@ | |
unixify "1.0.0" | ||
valid-url "1.0.9" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/load@^7.5.5", "@graphql-tools/load@^7.7.1": | ||
"@graphql-tools/[email protected]": | ||
version "7.7.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.7.6.tgz#9aa232a82c0ba3353f22fa0edc80c612ee6b5b80" | ||
integrity sha512-4dWBZhc14Z7QHICABHaL2MGBRMmJ+tKNYPcQBQQYLo22ArApWCBQ73tkDMhyM9M2GXteJBPsxcwb0LaOau30zQ== | ||
|
@@ -1820,6 +1820,16 @@ | |
p-limit "3.1.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/load@^7.5.5": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.0.tgz#bd4d2e2a5117de9a60f9691a218217e96afc2ea7" | ||
integrity sha512-l4FGgqMW0VOqo+NMYizwV8Zh+KtvVqOf93uaLo9wJ3sS3y/egPCgxPMDJJ/ufQZG3oZ/0oWeKt68qop3jY0yZg== | ||
dependencies: | ||
"@graphql-tools/schema" "9.0.4" | ||
"@graphql-tools/utils" "8.12.0" | ||
p-limit "3.1.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]": | ||
version "8.3.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.0.tgz#d3a8ba10942f8598788c3e03f97cc1d0c0b055f8" | ||
|
@@ -1844,14 +1854,22 @@ | |
"@graphql-tools/utils" "8.10.1" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.6": | ||
"@graphql-tools/[email protected]": | ||
version "8.3.5" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.5.tgz#6360a05759c05f00a68b18a83295a2663f4b9324" | ||
integrity sha512-NunMCiYNK5GVJewhqQKsUnTFKSsScmZX6Lvf/LLxCDwczMH2Xi4ifRtb2GSQaX1+TYV4Rj/BAE8VUvO3tKIUhQ== | ||
dependencies: | ||
"@graphql-tools/utils" "8.11.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.6": | ||
version "8.3.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.6.tgz#97a936d4c8e8f935e58a514bb516c476437b5b2c" | ||
integrity sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ== | ||
dependencies: | ||
"@graphql-tools/utils" "8.12.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/merge@^6.2.4": | ||
version "6.2.17" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-6.2.17.tgz#4dedf87d8435a5e1091d7cc8d4f371ed1e029f1f" | ||
|
@@ -1932,7 +1950,7 @@ | |
tslib "^2.4.0" | ||
value-or-promise "1.0.11" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/schema@^9.0.0": | ||
"@graphql-tools/[email protected]": | ||
version "9.0.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.3.tgz#2c7e73433b3a792ca74ab08ccbc0755eefbf967f" | ||
integrity sha512-nMnrvhxZ/NxpEjiyO72L9ZKbhRlFTwan60v0otYde+tS2Ww/c7y4FL9fQTXev5ZNnSeV/WAeybpis2pMNfTbOA== | ||
|
@@ -1942,6 +1960,16 @@ | |
tslib "^2.4.0" | ||
value-or-promise "1.0.11" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/schema@^9.0.0": | ||
version "9.0.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.4.tgz#1a74608b57abf90fae6fd929d25e5482c57bc05d" | ||
integrity sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ== | ||
dependencies: | ||
"@graphql-tools/merge" "8.3.6" | ||
"@graphql-tools/utils" "8.12.0" | ||
tslib "^2.4.0" | ||
value-or-promise "1.0.11" | ||
|
||
"@graphql-tools/[email protected]", "@graphql-tools/url-loader@^7.13.2", "@graphql-tools/url-loader@^7.9.7": | ||
version "7.13.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.13.2.tgz#4663ea817aa60d3d4ce81a47a36cba8fdfff069f" | ||
|
@@ -3440,16 +3468,16 @@ | |
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" | ||
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== | ||
|
||
"@types/node@*", "@types/[email protected]", "@types/node@^16.9.2": | ||
version "16.11.58" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.58.tgz#0a3698dee3492617a8d5fe7998d18d7520b63026" | ||
integrity sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg== | ||
|
||
"@types/[email protected]": | ||
"@types/node@*", "@types/[email protected]": | ||
version "18.7.23" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f" | ||
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg== | ||
|
||
"@types/[email protected]", "@types/node@^16.9.2": | ||
version "16.11.58" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.58.tgz#0a3698dee3492617a8d5fe7998d18d7520b63026" | ||
integrity sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg== | ||
|
||
"@types/node@^10.1.0": | ||
version "10.17.60" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" | ||
|