This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @graphql-codegen/client-preset from 3.0.1 to 4.1.0
Bumps [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client) from 3.0.1 to 4.1.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/presets/client) --- updated-dependencies: - dependency-name: "@graphql-codegen/client-preset" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
808fa23
commit 1c4543d
Showing
2 changed files
with
125 additions
and
33 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
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 |
---|---|---|
|
@@ -1172,6 +1172,14 @@ | |
"@graphql-codegen/plugin-helpers" "^4.1.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/add@^5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-5.0.0.tgz#578ebaf4fa87c1e934c381cd679bcedcf79feaba" | ||
integrity sha512-ynWDOsK2yxtFHwcJTB9shoSkUd7YXd6ZE57f0nk7W5cu/nAgxZZpEsnTPEpZB/Mjf14YRGe2uJHQ7AfElHjqUQ== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/cli@^3.2.2": | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-3.3.1.tgz#103e7a2263126fdde168a1ce623fc2bdc05352f0" | ||
|
@@ -1213,22 +1221,22 @@ | |
yaml "^1.10.0" | ||
yargs "^17.0.0" | ||
|
||
"@graphql-codegen/client-preset@^3.0.1": | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-3.0.1.tgz#4de9fcdcc1527113501d9ff4455b2b2025ecb21c" | ||
integrity sha512-aHlnlDWS39kddNJ/I+ItIUj3AX1040aRwHEv2FiPAL0ILrGzHg3AZY1Ay358Ys8fXclrqIN7IeWLmeyI3TIHiA== | ||
"@graphql-codegen/client-preset@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.1.0.tgz#81becd32b78b207b0e966876900537ec172d8df1" | ||
integrity sha512-/3Ymb/fjxIF1+HGmaI1YwSZbWsrZAWMSQjh3dU425eBjctjsVQ6gzGRr+l/gE5F1mtmCf+vlbTAT03heAc/QIw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.20.2" | ||
"@babel/template" "^7.20.7" | ||
"@graphql-codegen/add" "^4.0.1" | ||
"@graphql-codegen/gql-tag-operations" "3.0.1" | ||
"@graphql-codegen/plugin-helpers" "^4.2.0" | ||
"@graphql-codegen/typed-document-node" "^4.0.1" | ||
"@graphql-codegen/typescript" "^3.0.4" | ||
"@graphql-codegen/typescript-operations" "^3.0.4" | ||
"@graphql-codegen/visitor-plugin-common" "^3.1.1" | ||
"@graphql-tools/documents" "^0.1.0" | ||
"@graphql-tools/utils" "^9.0.0" | ||
"@graphql-codegen/add" "^5.0.0" | ||
"@graphql-codegen/gql-tag-operations" "4.0.1" | ||
"@graphql-codegen/plugin-helpers" "^5.0.1" | ||
"@graphql-codegen/typed-document-node" "^5.0.1" | ||
"@graphql-codegen/typescript" "^4.0.1" | ||
"@graphql-codegen/typescript-operations" "^4.0.1" | ||
"@graphql-codegen/visitor-plugin-common" "^4.0.1" | ||
"@graphql-tools/documents" "^1.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
"@graphql-typed-document-node/core" "3.2.0" | ||
tslib "~2.5.0" | ||
|
||
|
@@ -1242,14 +1250,14 @@ | |
"@graphql-tools/utils" "^9.1.1" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/gql-tag-operations@3.0.1": | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-3.0.1.tgz#b0fcdc4dfce1850d646d80abe6f642d309cfd8c8" | ||
integrity sha512-8TpJuOiw56wSIS3v+jF5Yr695NYFCpSpChTbUnVLYT6QmnBExv/VwA9bHDchuyUBUE3PfpP/l5JF62Sc0oWmWg== | ||
"@graphql-codegen/gql-tag-operations@4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.1.tgz#36c7d40a135b9889d7f225166be323c3d48cee87" | ||
integrity sha512-qF6wIbBzW8BNT+wiVsBxrYOs2oYcsxQ7mRvCpfEI3HnNZMAST/uX76W8MqFEJvj4mw7NIDv7xYJAcAZIWM5LWw== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^4.2.0" | ||
"@graphql-codegen/visitor-plugin-common" "3.1.1" | ||
"@graphql-tools/utils" "^9.0.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/visitor-plugin-common" "4.0.1" | ||
"@graphql-tools/utils" "^10.0.0" | ||
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
|
@@ -1277,6 +1285,18 @@ | |
lodash "~4.17.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.1": | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz#e2429fcfba3f078d5aa18aa062d46c922bbb0d55" | ||
integrity sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww== | ||
dependencies: | ||
"@graphql-tools/utils" "^10.0.0" | ||
change-case-all "1.0.15" | ||
common-tags "1.8.2" | ||
import-from "4.0.0" | ||
lodash "~4.17.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/schema-ast@^3.0.1": | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.1.tgz#37b458bb57b95715a9eb4259341c856dae2a461d" | ||
|
@@ -1286,18 +1306,27 @@ | |
"@graphql-tools/utils" "^9.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typed-document-node@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.1.tgz#6522a605d032fd9d10c7cac36b4a8728a83a957f" | ||
integrity sha512-mQNYCd12JsFSaK6xLry4olY9TdYG7GxQPexU6qU4Om++eKhseGwk2eGmQDRG4Qp8jEDFLMXuHMVUKqMQ1M+F/A== | ||
"@graphql-codegen/schema-ast@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz#5d60996c87b64f81847da8fcb2d8ef50ede89755" | ||
integrity sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^4.2.0" | ||
"@graphql-codegen/visitor-plugin-common" "3.1.1" | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typed-document-node@^5.0.1": | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.1.tgz#ac90cf67c61554f63ec100d6076b47c9f0b18b27" | ||
integrity sha512-VFkhCuJnkgtbbgzoCAwTdJe2G1H6sd3LfCrDqWUrQe53y2ukfSb5Ov1PhAIkCBStKCMQBUY9YgGz9GKR40qQ8g== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/visitor-plugin-common" "4.0.1" | ||
auto-bind "~4.0.0" | ||
change-case-all "1.0.15" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript-operations@^3.0.2", "@graphql-codegen/typescript-operations@^3.0.4": | ||
"@graphql-codegen/typescript-operations@^3.0.2": | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.4.tgz#60163c07f0ef73655779ece450d02c1172c44027" | ||
integrity sha512-6yE2OL2+WJ1vd5MwFEGXpaxsFGzjAGUytPVHDML3Bi3TwP1F3lnQlIko4untwvHW0JhZEGQ7Ck30H9HjcxpdKA== | ||
|
@@ -1308,6 +1337,17 @@ | |
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript-operations@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.0.1.tgz#930af3e2d2ae8ff06de696291be28fe7046a2fef" | ||
integrity sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/typescript" "^4.0.1" | ||
"@graphql-codegen/visitor-plugin-common" "4.0.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript-react-apollo@^3.3.7": | ||
version "3.3.7" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-3.3.7.tgz#e856caa22c5f7bc9a546c44f54e5f3bd5801ab67" | ||
|
@@ -1330,6 +1370,17 @@ | |
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/typescript@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.1.tgz#7481d68f59bea802dd10e278dce73c8a1552b2a4" | ||
integrity sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/schema-ast" "^4.0.0" | ||
"@graphql-codegen/visitor-plugin-common" "4.0.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/[email protected]": | ||
version "2.13.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b" | ||
|
@@ -1346,7 +1397,7 @@ | |
parse-filepath "^1.0.2" | ||
tslib "~2.4.0" | ||
|
||
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^3.1.1": | ||
"@graphql-codegen/[email protected]": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.1.tgz#50c2aa3c537a805ce68d2f115d0a9811b151428c" | ||
integrity sha512-uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlNg== | ||
|
@@ -1362,6 +1413,22 @@ | |
parse-filepath "^1.0.2" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.0.1.tgz#64e293728b3c186f6767141e41fcdb310e50d367" | ||
integrity sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-tools/optimize" "^2.0.0" | ||
"@graphql-tools/relay-operation-optimizer" "^7.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
auto-bind "~4.0.0" | ||
change-case-all "1.0.15" | ||
dependency-graph "^0.11.0" | ||
graphql-tag "^2.11.0" | ||
parse-filepath "^1.0.2" | ||
tslib "~2.5.0" | ||
|
||
"@graphql-tools/apollo-engine-loader@^7.3.6": | ||
version "7.3.26" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.3.26.tgz#91e54460d5579933e42a2010b8688c3459c245d8" | ||
|
@@ -1406,10 +1473,10 @@ | |
tslib "^2.5.0" | ||
value-or-promise "^1.0.12" | ||
|
||
"@graphql-tools/documents@^0.1.0": | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-0.1.0.tgz#9c27faea5a17ab271dbd99edd8d52eee0e43573e" | ||
integrity sha512-1WQeovHv5S1M3xMzQxbSrG3yl6QOnsq2JUBnlg5/0aMM5R4GNMx6Ms+ROByez/dnuA81kstRuSK+2qpe+GaRIw== | ||
"@graphql-tools/documents@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-1.0.0.tgz#e3ed97197cc22ec830ca227fd7d17e86d8424bdf" | ||
integrity sha512-rHGjX1vg/nZ2DKqRGfDPNC55CWZBMldEVcH+91BThRa6JeT80NqXknffLLEZLRUxyikCfkwMsk6xR3UNMqG0Rg== | ||
dependencies: | ||
lodash.sortby "^4.7.0" | ||
tslib "^2.4.0" | ||
|
@@ -1555,6 +1622,13 @@ | |
dependencies: | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/optimize@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-2.0.0.tgz#7a9779d180824511248a50c5a241eff6e7a2d906" | ||
integrity sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg== | ||
dependencies: | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/prisma-loader@^7.2.49": | ||
version "7.2.72" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.2.72.tgz#6304fc23600458396f3ede713d8e2371df7850e3" | ||
|
@@ -1588,6 +1662,15 @@ | |
"@graphql-tools/utils" "^9.2.1" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/relay-operation-optimizer@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.0.tgz#24367666af87bc5a81748de5e8e9b3c523fd4207" | ||
integrity sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw== | ||
dependencies: | ||
"@ardatan/relay-compiler" "12.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/schema@^9.0.0", "@graphql-tools/schema@^9.0.18", "@graphql-tools/schema@^9.0.19": | ||
version "9.0.19" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7" | ||
|
@@ -1617,6 +1700,15 @@ | |
value-or-promise "^1.0.11" | ||
ws "^8.12.0" | ||
|
||
"@graphql-tools/utils@^10.0.0": | ||
version "10.0.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.4.tgz#3104bea54752ae54f1f4a67833d7e3b734400dbe" | ||
integrity sha512-MF+nZgGROSnFgyOYWhrl2PuJMlIBvaCH48vtnlnDQKSeDc2fUfOzUVloBAQvnYmK9JBmHHks4Pxv25Ybg3r45Q== | ||
dependencies: | ||
"@graphql-typed-document-node/core" "^3.1.1" | ||
dset "^3.1.2" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/utils@^8.8.0": | ||
version "8.13.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491" | ||
|