Skip to content

Commit 5a9e18a

Browse files
Update graphqlcodegenerator monorepo (#10681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 833c7e3 commit 5a9e18a

File tree

2 files changed

+39
-52
lines changed

2 files changed

+39
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"@eslint/eslintrc": "^3.2.0",
159159
"@eslint/js": "^9.18.0",
160160
"@graphql-codegen/add": "5.0.3",
161-
"@graphql-codegen/cli": "5.0.5",
161+
"@graphql-codegen/cli": "5.0.6",
162162
"@graphql-codegen/fragment-matcher": "5.1.0",
163163
"@graphql-codegen/introspection": "4.0.3",
164164
"@graphql-codegen/near-operation-file-preset": "3.0.0",
165165
"@graphql-codegen/typed-document-node": "^5.0.9",
166166
"@graphql-codegen/typescript": "4.1.6",
167-
"@graphql-codegen/typescript-operations": "4.6.0",
167+
"@graphql-codegen/typescript-operations": "4.6.1",
168168
"@graphql-codegen/typescript-react-apollo": "4.3.2",
169169
"@graphql-eslint/eslint-plugin": "4.4.0",
170170
"@prettier/plugin-ruby": "4.0.4",

yarn.lock

Lines changed: 37 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,14 +3862,14 @@ __metadata:
38623862
languageName: node
38633863
linkType: hard
38643864

3865-
"@graphql-codegen/cli@npm:5.0.5":
3866-
version: 5.0.5
3867-
resolution: "@graphql-codegen/cli@npm:5.0.5"
3865+
"@graphql-codegen/cli@npm:5.0.6":
3866+
version: 5.0.6
3867+
resolution: "@graphql-codegen/cli@npm:5.0.6"
38683868
dependencies:
38693869
"@babel/generator": "npm:^7.18.13"
38703870
"@babel/template": "npm:^7.18.10"
38713871
"@babel/types": "npm:^7.18.13"
3872-
"@graphql-codegen/client-preset": "npm:^4.6.0"
3872+
"@graphql-codegen/client-preset": "npm:^4.8.1"
38733873
"@graphql-codegen/core": "npm:^4.0.2"
38743874
"@graphql-codegen/plugin-helpers": "npm:^5.0.3"
38753875
"@graphql-tools/apollo-engine-loader": "npm:^8.0.0"
@@ -3878,7 +3878,7 @@ __metadata:
38783878
"@graphql-tools/github-loader": "npm:^8.0.0"
38793879
"@graphql-tools/graphql-file-loader": "npm:^8.0.0"
38803880
"@graphql-tools/json-file-loader": "npm:^8.0.0"
3881-
"@graphql-tools/load": "npm:^8.0.0"
3881+
"@graphql-tools/load": "npm:^8.1.0"
38823882
"@graphql-tools/prisma-loader": "npm:^8.0.0"
38833883
"@graphql-tools/url-loader": "npm:^8.0.0"
38843884
"@graphql-tools/utils": "npm:^10.0.0"
@@ -3912,30 +3912,34 @@ __metadata:
39123912
graphql-code-generator: cjs/bin.js
39133913
graphql-codegen: cjs/bin.js
39143914
graphql-codegen-esm: esm/bin.js
3915-
checksum: 10c0/f8155b120b293893bd762896f6a0c0a278d1467fddc38fd47396f8a7a7216ea7305db6105d68e9ecd52e2717f66c758f612209b5f1eda94a9ad2a25366cd67f2
3915+
checksum: 10c0/6ff54da1cbfcbe255b120c7ed3abe9a3b7878abb209785a157861f77789df075a6bd7f8b5ada8490e8091ba4e1347ef066b1c6192a4ecc86fa255308f42ef22f
39163916
languageName: node
39173917
linkType: hard
39183918

3919-
"@graphql-codegen/client-preset@npm:^4.6.0":
3920-
version: 4.6.0
3921-
resolution: "@graphql-codegen/client-preset@npm:4.6.0"
3919+
"@graphql-codegen/client-preset@npm:^4.8.1":
3920+
version: 4.8.1
3921+
resolution: "@graphql-codegen/client-preset@npm:4.8.1"
39223922
dependencies:
39233923
"@babel/helper-plugin-utils": "npm:^7.20.2"
39243924
"@babel/template": "npm:^7.20.7"
39253925
"@graphql-codegen/add": "npm:^5.0.3"
3926-
"@graphql-codegen/gql-tag-operations": "npm:4.0.13"
3926+
"@graphql-codegen/gql-tag-operations": "npm:4.0.17"
39273927
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
3928-
"@graphql-codegen/typed-document-node": "npm:^5.0.13"
3929-
"@graphql-codegen/typescript": "npm:^4.1.3"
3930-
"@graphql-codegen/typescript-operations": "npm:^4.4.1"
3931-
"@graphql-codegen/visitor-plugin-common": "npm:^5.6.1"
3928+
"@graphql-codegen/typed-document-node": "npm:^5.1.1"
3929+
"@graphql-codegen/typescript": "npm:^4.1.6"
3930+
"@graphql-codegen/typescript-operations": "npm:^4.6.1"
3931+
"@graphql-codegen/visitor-plugin-common": "npm:^5.8.0"
39323932
"@graphql-tools/documents": "npm:^1.0.0"
39333933
"@graphql-tools/utils": "npm:^10.0.0"
39343934
"@graphql-typed-document-node/core": "npm:3.2.0"
39353935
tslib: "npm:~2.6.0"
39363936
peerDependencies:
39373937
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
3938-
checksum: 10c0/43a869cf5658cbc012f43a04d240231de7b9102babe0052ad21c3db946afd310fcd6a0f4c862da6134ffe5a736bc7b982fa330426760c35ac99dc7830ca0db42
3938+
graphql-sock: ^1.0.0
3939+
peerDependenciesMeta:
3940+
graphql-sock:
3941+
optional: true
3942+
checksum: 10c0/57712bedaf17234ee9e71e013b2ffb82573cc30abc86679e47c273727a0d384add80a5ae43208ebd99d8d8e0a7be6b18fdc85b3806c49cc8e55990303b562b7a
39393943
languageName: node
39403944
linkType: hard
39413945

@@ -3965,18 +3969,18 @@ __metadata:
39653969
languageName: node
39663970
linkType: hard
39673971

3968-
"@graphql-codegen/gql-tag-operations@npm:4.0.13":
3969-
version: 4.0.13
3970-
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.13"
3972+
"@graphql-codegen/gql-tag-operations@npm:4.0.17":
3973+
version: 4.0.17
3974+
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.17"
39713975
dependencies:
39723976
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
3973-
"@graphql-codegen/visitor-plugin-common": "npm:5.6.1"
3977+
"@graphql-codegen/visitor-plugin-common": "npm:5.8.0"
39743978
"@graphql-tools/utils": "npm:^10.0.0"
39753979
auto-bind: "npm:~4.0.0"
39763980
tslib: "npm:~2.6.0"
39773981
peerDependencies:
39783982
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
3979-
checksum: 10c0/8be1fa1278aa47fbf8b49629486b7166d908b13a332be06e52e39b61f4aa0b017ade0ea016b0c63e013ab68f49ffa4068a0b0fc6b274d65dcfb05d02f46fe890
3983+
checksum: 10c0/15f65a0449f167a5b3176e71cdb6b1c1b48528deac9da379ece6b84f1a112d00b3b0e3bd5cc48b52927bbe4fc7fdd6832532a3475bc4e214077f546704494b92
39803984
languageName: node
39813985
linkType: hard
39823986

@@ -4070,7 +4074,7 @@ __metadata:
40704074
languageName: node
40714075
linkType: hard
40724076

4073-
"@graphql-codegen/typed-document-node@npm:^5.0.13, @graphql-codegen/typed-document-node@npm:^5.0.9":
4077+
"@graphql-codegen/typed-document-node@npm:^5.0.9, @graphql-codegen/typed-document-node@npm:^5.1.1":
40744078
version: 5.1.1
40754079
resolution: "@graphql-codegen/typed-document-node@npm:5.1.1"
40764080
dependencies:
@@ -4085,9 +4089,9 @@ __metadata:
40854089
languageName: node
40864090
linkType: hard
40874091

4088-
"@graphql-codegen/typescript-operations@npm:4.6.0, @graphql-codegen/typescript-operations@npm:^4.4.1":
4089-
version: 4.6.0
4090-
resolution: "@graphql-codegen/typescript-operations@npm:4.6.0"
4092+
"@graphql-codegen/typescript-operations@npm:4.6.1, @graphql-codegen/typescript-operations@npm:^4.6.1":
4093+
version: 4.6.1
4094+
resolution: "@graphql-codegen/typescript-operations@npm:4.6.1"
40914095
dependencies:
40924096
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
40934097
"@graphql-codegen/typescript": "npm:^4.1.6"
@@ -4097,7 +4101,10 @@ __metadata:
40974101
peerDependencies:
40984102
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
40994103
graphql-sock: ^1.0.0
4100-
checksum: 10c0/8d3b90224a20a9b08fda3ce80094de2bf2419d5ae6f92b83a3e93a95032edc55faf7bf3a7256f41053ff335a9676ca95206f742ae4f8c666df043a91ace2ea81
4104+
peerDependenciesMeta:
4105+
graphql-sock:
4106+
optional: true
4107+
checksum: 10c0/3bfba383ba7c10e4612047559524d754d82ebe86a5c82f998e9236d5396e9172658902748243e112349392c5f2104ae7ea85185199c2c7800df55a66ff481b29
41014108
languageName: node
41024109
linkType: hard
41034110

@@ -4116,7 +4123,7 @@ __metadata:
41164123
languageName: node
41174124
linkType: hard
41184125

4119-
"@graphql-codegen/typescript@npm:4.1.6, @graphql-codegen/typescript@npm:^4.1.3, @graphql-codegen/typescript@npm:^4.1.6":
4126+
"@graphql-codegen/typescript@npm:4.1.6, @graphql-codegen/typescript@npm:^4.1.6":
41204127
version: 4.1.6
41214128
resolution: "@graphql-codegen/typescript@npm:4.1.6"
41224129
dependencies:
@@ -4151,27 +4158,7 @@ __metadata:
41514158
languageName: node
41524159
linkType: hard
41534160

4154-
"@graphql-codegen/visitor-plugin-common@npm:5.6.1":
4155-
version: 5.6.1
4156-
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.6.1"
4157-
dependencies:
4158-
"@graphql-codegen/plugin-helpers": "npm:^5.1.0"
4159-
"@graphql-tools/optimize": "npm:^2.0.0"
4160-
"@graphql-tools/relay-operation-optimizer": "npm:^7.0.0"
4161-
"@graphql-tools/utils": "npm:^10.0.0"
4162-
auto-bind: "npm:~4.0.0"
4163-
change-case-all: "npm:1.0.15"
4164-
dependency-graph: "npm:^0.11.0"
4165-
graphql-tag: "npm:^2.11.0"
4166-
parse-filepath: "npm:^1.0.2"
4167-
tslib: "npm:~2.6.0"
4168-
peerDependencies:
4169-
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
4170-
checksum: 10c0/cdffcac8f7ebdea19a5d23b5111fc7c932fec71d45339100ba0969056954ea9f335527b8676c492ff65b94cdc03d4a9578cc6a935d5b2312053bcbd9f78f2326
4171-
languageName: node
4172-
linkType: hard
4173-
4174-
"@graphql-codegen/visitor-plugin-common@npm:5.8.0, @graphql-codegen/visitor-plugin-common@npm:^5.0.0, @graphql-codegen/visitor-plugin-common@npm:^5.6.1":
4161+
"@graphql-codegen/visitor-plugin-common@npm:5.8.0, @graphql-codegen/visitor-plugin-common@npm:^5.0.0, @graphql-codegen/visitor-plugin-common@npm:^5.8.0":
41754162
version: 5.8.0
41764163
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.8.0"
41774164
dependencies:
@@ -4583,7 +4570,7 @@ __metadata:
45834570
languageName: node
45844571
linkType: hard
45854572

4586-
"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0":
4573+
"@graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0":
45874574
version: 8.1.0
45884575
resolution: "@graphql-tools/load@npm:8.1.0"
45894576
dependencies:
@@ -21879,13 +21866,13 @@ __metadata:
2187921866
"@eslint/js": "npm:^9.18.0"
2188021867
"@graphiql/toolkit": "npm:0.11.1"
2188121868
"@graphql-codegen/add": "npm:5.0.3"
21882-
"@graphql-codegen/cli": "npm:5.0.5"
21869+
"@graphql-codegen/cli": "npm:5.0.6"
2188321870
"@graphql-codegen/fragment-matcher": "npm:5.1.0"
2188421871
"@graphql-codegen/introspection": "npm:4.0.3"
2188521872
"@graphql-codegen/near-operation-file-preset": "npm:3.0.0"
2188621873
"@graphql-codegen/typed-document-node": "npm:^5.0.9"
2188721874
"@graphql-codegen/typescript": "npm:4.1.6"
21888-
"@graphql-codegen/typescript-operations": "npm:4.6.0"
21875+
"@graphql-codegen/typescript-operations": "npm:4.6.1"
2188921876
"@graphql-codegen/typescript-react-apollo": "npm:4.3.2"
2189021877
"@graphql-eslint/eslint-plugin": "npm:4.4.0"
2189121878
"@graphql-typed-document-node/core": "npm:^3.2.0"

0 commit comments

Comments
 (0)