Skip to content

Commit

Permalink
Update graphqlcodegenerator monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 2cb8b5c commit 6361f67
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 70 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-operations": "4.4.0",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-operations": "4.4.1",
"@graphql-codegen/typescript-react-apollo": "4.3.2",
"@graphql-eslint/eslint-plugin": "4.3.0",
"@prettier/plugin-ruby": "4.0.4",
Expand Down
144 changes: 77 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3761,14 +3761,14 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/cli@npm:5.0.3":
version: 5.0.3
resolution: "@graphql-codegen/cli@npm:5.0.3"
"@graphql-codegen/cli@npm:5.0.4":
version: 5.0.4
resolution: "@graphql-codegen/cli@npm:5.0.4"
dependencies:
"@babel/generator": "npm:^7.18.13"
"@babel/template": "npm:^7.18.10"
"@babel/types": "npm:^7.18.13"
"@graphql-codegen/client-preset": "npm:^4.4.0"
"@graphql-codegen/client-preset": "npm:^4.6.0"
"@graphql-codegen/core": "npm:^4.0.2"
"@graphql-codegen/plugin-helpers": "npm:^5.0.3"
"@graphql-tools/apollo-engine-loader": "npm:^8.0.0"
Expand All @@ -3781,7 +3781,7 @@ __metadata:
"@graphql-tools/prisma-loader": "npm:^8.0.0"
"@graphql-tools/url-loader": "npm:^8.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
"@whatwg-node/fetch": "npm:^0.9.20"
"@whatwg-node/fetch": "npm:^0.10.0"
chalk: "npm:^4.1.0"
cosmiconfig: "npm:^8.1.3"
debounce: "npm:^1.2.0"
Expand Down Expand Up @@ -3811,30 +3811,30 @@ __metadata:
graphql-code-generator: cjs/bin.js
graphql-codegen: cjs/bin.js
graphql-codegen-esm: esm/bin.js
checksum: 10c0/fb08da11c9fc276bfb90a949438defede799e456d07e09b4bf44adfb140694902116c046da5935750730cb9f4a3d1cca67c98a1eaa1919e1b3a9dafb6590304a
checksum: 10c0/692137f79b67b5cf6cd00fe4cccfac4019b2ff0f494d83416fff0020426bbc1d4dc5c6ad81465863bd726b9d8778329fca0b21462382d3b1b2bff5e62c5afec2
languageName: node
linkType: hard

"@graphql-codegen/client-preset@npm:^4.4.0":
version: 4.4.0
resolution: "@graphql-codegen/client-preset@npm:4.4.0"
"@graphql-codegen/client-preset@npm:^4.6.0":
version: 4.6.0
resolution: "@graphql-codegen/client-preset@npm:4.6.0"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.20.2"
"@babel/template": "npm:^7.20.7"
"@graphql-codegen/add": "npm:^5.0.3"
"@graphql-codegen/gql-tag-operations": "npm:4.0.10"
"@graphql-codegen/plugin-helpers": "npm:^5.0.4"
"@graphql-codegen/typed-document-node": "npm:^5.0.10"
"@graphql-codegen/typescript": "npm:^4.1.0"
"@graphql-codegen/typescript-operations": "npm:^4.3.0"
"@graphql-codegen/visitor-plugin-common": "npm:^5.4.0"
"@graphql-codegen/gql-tag-operations": "npm:4.0.13"
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-codegen/typed-document-node": "npm:^5.0.13"
"@graphql-codegen/typescript": "npm:^4.1.3"
"@graphql-codegen/typescript-operations": "npm:^4.4.1"
"@graphql-codegen/visitor-plugin-common": "npm:^5.6.1"
"@graphql-tools/documents": "npm:^1.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
"@graphql-typed-document-node/core": "npm:3.2.0"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/001a589402a437e580b756565b524ad071fc5fa968bb874d8f745f1050f8d30a049b1a483b7390d6a7cf6a1e73265026273610221e7be624c4600284292f7897
checksum: 10c0/43a869cf5658cbc012f43a04d240231de7b9102babe0052ad21c3db946afd310fcd6a0f4c862da6134ffe5a736bc7b982fa330426760c35ac99dc7830ca0db42
languageName: node
linkType: hard

Expand Down Expand Up @@ -3864,18 +3864,18 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/gql-tag-operations@npm:4.0.10":
version: 4.0.10
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.10"
"@graphql-codegen/gql-tag-operations@npm:4.0.13":
version: 4.0.13
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.13"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.0.4"
"@graphql-codegen/visitor-plugin-common": "npm:5.4.0"
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.1"
"@graphql-tools/utils": "npm:^10.0.0"
auto-bind: "npm:~4.0.0"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/f6c8207950ceb6c3e55b9c55bd990e2f3033d19a23247db68b5ddf5d6c68de8fec5d7f3d7496a243bf265b3d067327553d3c7bbe0fd0bad31e486c77ff7a3d7f
checksum: 10c0/8be1fa1278aa47fbf8b49629486b7166d908b13a332be06e52e39b61f4aa0b017ade0ea016b0c63e013ab68f49ffa4068a0b0fc6b274d65dcfb05d02f46fe890
languageName: node
linkType: hard

Expand Down Expand Up @@ -3940,7 +3940,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/plugin-helpers@npm:^5.0.3, @graphql-codegen/plugin-helpers@npm:^5.0.4, @graphql-codegen/plugin-helpers@npm:^5.1.0":
"@graphql-codegen/plugin-helpers@npm:^5.0.3, @graphql-codegen/plugin-helpers@npm:^5.1.0":
version: 5.1.0
resolution: "@graphql-codegen/plugin-helpers@npm:5.1.0"
dependencies:
Expand Down Expand Up @@ -3969,33 +3969,33 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typed-document-node@npm:^5.0.10, @graphql-codegen/typed-document-node@npm:^5.0.9":
version: 5.0.12
resolution: "@graphql-codegen/typed-document-node@npm:5.0.12"
"@graphql-codegen/typed-document-node@npm:^5.0.13, @graphql-codegen/typed-document-node@npm:^5.0.9":
version: 5.0.13
resolution: "@graphql-codegen/typed-document-node@npm:5.0.13"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.0"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.1"
auto-bind: "npm:~4.0.0"
change-case-all: "npm:1.0.15"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/35cc1cbc44bf9789cdc7d40091a0bc75b84e4487868f1e2badafa11fec80afb0c95411b4795b8679d52715178184a2be032f6ee0f9aa58f4ebf9a5c37ba15849
checksum: 10c0/edece90282735efee8bcbbdf2daf92997bbc23bd430b3fd948acbd8cf9cdaa7e49d3a5a37115ebaa63ea6b3dabdc736870336e2170eec26e465438787135c2fb
languageName: node
linkType: hard

"@graphql-codegen/typescript-operations@npm:4.4.0, @graphql-codegen/typescript-operations@npm:^4.3.0":
version: 4.4.0
resolution: "@graphql-codegen/typescript-operations@npm:4.4.0"
"@graphql-codegen/typescript-operations@npm:4.4.1, @graphql-codegen/typescript-operations@npm:^4.4.1":
version: 4.4.1
resolution: "@graphql-codegen/typescript-operations@npm:4.4.1"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-codegen/typescript": "npm:^4.1.2"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.0"
"@graphql-codegen/typescript": "npm:^4.1.3"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.1"
auto-bind: "npm:~4.0.0"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/e2952c7f053dc4ed918afba728ef9a2aa40a1ebb4ded3aaed1c300d01b30a77cfb56375b92367f7a229e5e83f89b533970acde9ddcdfb1326983c36cf3772b45
checksum: 10c0/e5e5ad74d3325c32d1ed302b2347448dd9de34bff83c9b960cea678fd8f9b1f87cd9cb3afc24ff6988ceeb1cab8b33ee9b5bde82d4ba5ebc8e6db6b439fbd63e
languageName: node
linkType: hard

Expand All @@ -4014,18 +4014,18 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:4.1.2, @graphql-codegen/typescript@npm:^4.1.0, @graphql-codegen/typescript@npm:^4.1.2":
version: 4.1.2
resolution: "@graphql-codegen/typescript@npm:4.1.2"
"@graphql-codegen/typescript@npm:4.1.3, @graphql-codegen/typescript@npm:^4.1.3":
version: 4.1.3
resolution: "@graphql-codegen/typescript@npm:4.1.3"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-codegen/schema-ast": "npm:^4.0.2"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.0"
"@graphql-codegen/visitor-plugin-common": "npm:5.6.1"
auto-bind: "npm:~4.0.0"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/0606cb763d3b3feef38bf7086e9933544bbf8938957621f922dd2b43386f9da1736c830b7370b4be76fa6ae3ee6145d4466dde717ae764cb61c45dc78760a1ed
checksum: 10c0/5e0eda61001c7855ab573eba61654263dbf13ec275861d21c6f6c3c9226cd1583b550416ccdb83918753e471f5dfa92dee0c3f79ed52c3e697441c46de614d72
languageName: node
linkType: hard

Expand All @@ -4049,29 +4049,9 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:5.4.0":
version: 5.4.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.4.0"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.0.4"
"@graphql-tools/optimize": "npm:^2.0.0"
"@graphql-tools/relay-operation-optimizer": "npm:^7.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
auto-bind: "npm:~4.0.0"
change-case-all: "npm:1.0.15"
dependency-graph: "npm:^0.11.0"
graphql-tag: "npm:^2.11.0"
parse-filepath: "npm:^1.0.2"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/3c9fb5306f697757a148f2c189d16f56e0f10b436be084a85b180c9ecf9c5e35257828c4c34cd02b5eb0c075682dbdb932e13d69f451a34fbc1c6a782e27ed9d
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:5.6.0, @graphql-codegen/visitor-plugin-common@npm:^5.0.0, @graphql-codegen/visitor-plugin-common@npm:^5.4.0":
version: 5.6.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.6.0"
"@graphql-codegen/visitor-plugin-common@npm:5.6.1, @graphql-codegen/visitor-plugin-common@npm:^5.0.0, @graphql-codegen/visitor-plugin-common@npm:^5.6.1":
version: 5.6.1
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.6.1"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
"@graphql-tools/optimize": "npm:^2.0.0"
Expand All @@ -4085,7 +4065,7 @@ __metadata:
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/dcdce23fc43d34f163050942fa05f9f700b4fc597c39b2a72122214529a9b4604537b22b776a3b8920fa8c5544429c577339157dd12a5216c299b63ca935cd84
checksum: 10c0/cdffcac8f7ebdea19a5d23b5111fc7c932fec71d45339100ba0969056954ea9f335527b8676c492ff65b94cdc03d4a9578cc6a935d5b2312053bcbd9f78f2326
languageName: node
linkType: hard

Expand Down Expand Up @@ -7885,7 +7865,26 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/fetch@npm:^0.9.0, @whatwg-node/fetch@npm:^0.9.20":
"@whatwg-node/disposablestack@npm:^0.0.5":
version: 0.0.5
resolution: "@whatwg-node/disposablestack@npm:0.0.5"
dependencies:
tslib: "npm:^2.6.3"
checksum: 10c0/dfa949223f348a51acdeca2e3f08393ec8816a2ac2cee754a129e9b2ee4ada3afc1b3dcfbec7bdfe5abe14b30627ef0cef89d01a00062a031c82d555c43ab7f9
languageName: node
linkType: hard

"@whatwg-node/fetch@npm:^0.10.0":
version: 0.10.3
resolution: "@whatwg-node/fetch@npm:0.10.3"
dependencies:
"@whatwg-node/node-fetch": "npm:^0.7.7"
urlpattern-polyfill: "npm:^10.0.0"
checksum: 10c0/9ddffea0d97cd465c6d531a3af8c68d702591670367976daeeff4a94737cf9022b56e4070fcd4bdf9a5e05aad558518f4fdd9e6bdf60b2b285818ddf1934c7a9
languageName: node
linkType: hard

"@whatwg-node/fetch@npm:^0.9.0":
version: 0.9.21
resolution: "@whatwg-node/fetch@npm:0.9.21"
dependencies:
Expand All @@ -7907,6 +7906,17 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/node-fetch@npm:^0.7.7":
version: 0.7.7
resolution: "@whatwg-node/node-fetch@npm:0.7.7"
dependencies:
"@whatwg-node/disposablestack": "npm:^0.0.5"
busboy: "npm:^1.6.0"
tslib: "npm:^2.6.3"
checksum: 10c0/f61c45f256363f1c98ddcbcfc9265c8a98a64d09461a19ce32bcf76ab38619c7d7ee52ee7abfe80e49ddc7d6336e85ee481552294146ae934fca453feb970d23
languageName: node
linkType: hard

"@wry/caches@npm:^1.0.0":
version: 1.0.1
resolution: "@wry/caches@npm:1.0.1"
Expand Down Expand Up @@ -20978,13 +20988,13 @@ __metadata:
"@eslint/js": "npm:^9.18.0"
"@graphiql/toolkit": "npm:0.11.1"
"@graphql-codegen/add": "npm:5.0.3"
"@graphql-codegen/cli": "npm:5.0.3"
"@graphql-codegen/cli": "npm:5.0.4"
"@graphql-codegen/fragment-matcher": "npm:5.0.2"
"@graphql-codegen/introspection": "npm:4.0.3"
"@graphql-codegen/near-operation-file-preset": "npm:3.0.0"
"@graphql-codegen/typed-document-node": "npm:^5.0.9"
"@graphql-codegen/typescript": "npm:4.1.2"
"@graphql-codegen/typescript-operations": "npm:4.4.0"
"@graphql-codegen/typescript": "npm:4.1.3"
"@graphql-codegen/typescript-operations": "npm:4.4.1"
"@graphql-codegen/typescript-react-apollo": "npm:4.3.2"
"@graphql-eslint/eslint-plugin": "npm:4.3.0"
"@graphql-typed-document-node/core": "npm:^3.2.0"
Expand Down

0 comments on commit 6361f67

Please sign in to comment.