-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update graphqlcodegenerator monorepo
| datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | npm | @graphql-codegen/cli | 5.0.0 | 5.0.2 | | npm | @graphql-codegen/client-preset | 4.1.0 | 4.3.2 | | npm | @graphql-codegen/introspection | 4.0.0 | 4.0.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
25f18c0
commit c632f05
Showing
2 changed files
with
79 additions
and
103 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 |
---|---|---|
|
@@ -3684,24 +3684,25 @@ | |
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" | ||
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== | ||
|
||
"@graphql-codegen/add@^5.0.0": | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-5.0.2.tgz#71b3ae0465a4537172dddb84531b6967ca5545f2" | ||
integrity sha512-ouBkSvMFUhda5VoKumo/ZvsZM9P5ZTyDsI8LW18VxSNWOjrTeLXBWHG8Gfaai0HwhflPtCYVABbriEcOmrRShQ== | ||
"@graphql-codegen/add@^5.0.3": | ||
version "5.0.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-5.0.3.tgz#1ede6bac9a93661ed7fa5808b203d079e1b1d215" | ||
integrity sha512-SxXPmramkth8XtBlAHu4H4jYcYXM/o3p01+psU+0NADQowA8jtYkK6MW5rV6T+CxkEaNZItfSmZRPgIuypcqnA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/[email protected].0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.0.tgz#761dcf08cfee88bbdd9cdf8097b2343445ec6f0a" | ||
integrity sha512-A7J7+be/a6e+/ul2KI5sfJlpoqeqwX8EzktaKCeduyVKgOLA6W5t+NUGf6QumBDXU8PEOqXk3o3F+RAwCWOiqA== | ||
"@graphql-codegen/[email protected].2": | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.2.tgz#07ff691c16da4c3dcc0e1995d3231530379ab317" | ||
integrity sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw== | ||
dependencies: | ||
"@babel/generator" "^7.18.13" | ||
"@babel/template" "^7.18.10" | ||
"@babel/types" "^7.18.13" | ||
"@graphql-codegen/core" "^4.0.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.1" | ||
"@graphql-codegen/client-preset" "^4.2.2" | ||
"@graphql-codegen/core" "^4.0.2" | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-tools/apollo-engine-loader" "^8.0.0" | ||
"@graphql-tools/code-file-loader" "^8.0.0" | ||
"@graphql-tools/git-loader" "^8.0.0" | ||
|
@@ -3732,26 +3733,26 @@ | |
yaml "^2.3.1" | ||
yargs "^17.0.0" | ||
|
||
"@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== | ||
"@graphql-codegen/client-preset@4.3.2", "@graphql-codegen/client-preset@^4.2.2": | ||
version "4.3.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.3.2.tgz#6efd46e8b7ba9668f9df8999f2aeae2d11531354" | ||
integrity sha512-42jHyG6u2uFDIVNvzue8zR529aPT16EYIJQmvMk8XuYHo3PneQVlWmQ3j2fBy+RuWCBzpJKPKm7IGSKiw19nmg== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.20.2" | ||
"@babel/template" "^7.20.7" | ||
"@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-codegen/add" "^5.0.3" | ||
"@graphql-codegen/gql-tag-operations" "4.0.9" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-codegen/typed-document-node" "^5.0.9" | ||
"@graphql-codegen/typescript" "^4.0.9" | ||
"@graphql-codegen/typescript-operations" "^4.2.3" | ||
"@graphql-codegen/visitor-plugin-common" "^5.3.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" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/core@^4.0.0": | ||
"@graphql-codegen/core@^4.0.2": | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-4.0.2.tgz#7e6ec266276f54bbf02f60599d9e518f4a59d85e" | ||
integrity sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg== | ||
|
@@ -3761,25 +3762,25 @@ | |
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/[email protected].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== | ||
"@graphql-codegen/[email protected].9": | ||
version "4.0.9" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.9.tgz#261ecbc2e95d525caa12cad2e00d7c26575532e4" | ||
integrity sha512-lVgu1HClel896HqZAEjynatlU6eJrYOw+rh05DPgM150xvmb7Gz5TnRHA2vfwlDNIXDaToAIpz5RFfkjjnYM1Q== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/visitor-plugin-common" "4.0.1" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-codegen/visitor-plugin-common" "5.3.1" | ||
"@graphql-tools/utils" "^10.0.0" | ||
auto-bind "~4.0.0" | ||
tslib "~2.5.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/[email protected].0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-4.0.0.tgz#1d851d8fb38efbeaf45128456e3010a16e6c9708" | ||
integrity sha512-t9g3AkK99dfHblMWtG4ynUM9+A7JrWq5110zSpNV2wlSnv0+bRKagDW8gozwgXfR5i1IIG8QDjJZ6VgXQVqCZw== | ||
"@graphql-codegen/[email protected].3": | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-4.0.3.tgz#756e39fb4529ea15d32a122f0bce9b0a66425379" | ||
integrity sha512-4cHRG15Zu4MXMF4wTQmywNf4+fkDYv5lTbzraVfliDnB8rJKcaurQpRBi11KVuQUe24YTq/Cfk4uwewfNikWoA== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.0" | ||
"@graphql-codegen/visitor-plugin-common" "^4.0.0" | ||
tslib "~2.5.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/visitor-plugin-common" "^5.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^2.7.2": | ||
version "2.7.2" | ||
|
@@ -3805,7 +3806,7 @@ | |
lodash "~4.17.0" | ||
tslib "~2.4.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.1", "@graphql-codegen/plugin-helpers@^5.0.3": | ||
"@graphql-codegen/plugin-helpers@^5.0.3": | ||
version "5.0.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz#7027b9d911d7cb594663590fcf5d63e9cf7ec2ff" | ||
integrity sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q== | ||
|
@@ -3817,6 +3818,18 @@ | |
lodash "~4.17.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/plugin-helpers@^5.0.4": | ||
version "5.0.4" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.4.tgz#5f4c987c3f308ef1c8809ee0c43af0369867e0f6" | ||
integrity sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw== | ||
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.6.0" | ||
|
||
"@graphql-codegen/schema-ast@^4.0.2": | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz#aeaa104e4555cca73a058f0a9350b4b0e290b377" | ||
|
@@ -3826,25 +3839,25 @@ | |
"@graphql-tools/utils" "^10.0.0" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/typed-document-node@^5.0.1": | ||
version "5.0.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.6.tgz#54750f4a7c6e963defeb6c27a9ea280a2a8bc2a3" | ||
integrity sha512-US0J95hOE2/W/h42w4oiY+DFKG7IetEN1mQMgXXeat1w6FAR5PlIz4JrRrEkiVfVetZ1g7K78SOwBD8/IJnDiA== | ||
"@graphql-codegen/typed-document-node@^5.0.9": | ||
version "5.0.9" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.9.tgz#0bb72e505d4cf217790b0e761ff9da01f32d81c4" | ||
integrity sha512-Wx6fyA4vpfIbfNTMiWUECGnjqzKkJdEbZHxVMIegiCBPzBYPAJV4mZZcildLAfm2FtZcgW4YKtFoTbnbXqPB3w== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-codegen/visitor-plugin-common" "5.3.1" | ||
auto-bind "~4.0.0" | ||
change-case-all "1.0.15" | ||
tslib "~2.6.0" | ||
|
||
"@graphql-codegen/typescript-operations@^4.0.1": | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.0.tgz#0c6bbaf41cb325809b7e9e2b9d85ab01f11d142f" | ||
integrity sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA== | ||
"@graphql-codegen/typescript-operations@^4.2.3": | ||
version "4.2.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.3.tgz#794e279f54f88f2df56eee6d045d16766ec06008" | ||
integrity sha512-6z7avSSOr03l5SyKbeDs7MzRyGwnQFSCqQm8Om5wIuoIgXVu2gXRmcJAY/I7SLdAy9xbF4Sho7XNqieFM2CAFQ== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/typescript" "^4.0.6" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-codegen/typescript" "^4.0.9" | ||
"@graphql-codegen/visitor-plugin-common" "5.3.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.6.0" | ||
|
||
|
@@ -3859,14 +3872,14 @@ | |
change-case-all "1.0.15" | ||
tslib "~2.4.0" | ||
|
||
"@graphql-codegen/typescript@^4.0.1", "@graphql-codegen/typescript@^4.0.6": | ||
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.6.tgz#2c9b70dc1eafda912de5e31c119c757b1aa5fca1" | ||
integrity sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw== | ||
"@graphql-codegen/typescript@^4.0.9": | ||
version "4.0.9" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.9.tgz#25b7999b665d86a6459f90dd22c7ddec12495fdd" | ||
integrity sha512-0O35DMR4d/ctuHL1Zo6mRUUzp0BoszKfeWsa6sCm/g70+S98+hEfTwZNDkQHylLxapiyjssF9uw/F+sXqejqLw== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-codegen/schema-ast" "^4.0.2" | ||
"@graphql-codegen/visitor-plugin-common" "5.1.0" | ||
"@graphql-codegen/visitor-plugin-common" "5.3.1" | ||
auto-bind "~4.0.0" | ||
tslib "~2.6.0" | ||
|
||
|
@@ -3886,44 +3899,12 @@ | |
parse-filepath "^1.0.2" | ||
tslib "~2.4.0" | ||
|
||
"@graphql-codegen/[email protected]": | ||
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-codegen/[email protected]": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.1.0.tgz#4edf7edb53460e71762a5fd8bbf5269bc3d9200b" | ||
integrity sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@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.6.0" | ||
|
||
"@graphql-codegen/visitor-plugin-common@^4.0.0", "@graphql-codegen/visitor-plugin-common@^4.0.1": | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.2.tgz#674c5d5813f6c00dd65e1ee148a62536879e65e2" | ||
integrity sha512-yk7iEAL1kYZ2Gi/pvVjdsZhul5WsYEM4Zcgh2Ev15VicMdJmPHsMhNUsZWyVJV0CaQCYpNOFlGD/11Ea3pn4GA== | ||
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^5.0.0", "@graphql-codegen/visitor-plugin-common@^5.3.1": | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.3.1.tgz#d3fb5f6336cbef58e2960471422da3f3caff7f17" | ||
integrity sha512-MktoBdNZhSmugiDjmFl1z6rEUUaqyxtFJYWnDilE7onkPgyw//O0M+TuPBJPBWdyV6J2ond0Hdqtq+rkghgSIQ== | ||
dependencies: | ||
"@graphql-codegen/plugin-helpers" "^5.0.3" | ||
"@graphql-codegen/plugin-helpers" "^5.0.4" | ||
"@graphql-tools/optimize" "^2.0.0" | ||
"@graphql-tools/relay-operation-optimizer" "^7.0.0" | ||
"@graphql-tools/utils" "^10.0.0" | ||
|
@@ -34195,11 +34176,6 @@ tslib@~2.4.0: | |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" | ||
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== | ||
|
||
tslib@~2.5.0: | ||
version "2.5.3" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913" | ||
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w== | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786" | ||
|