Skip to content

Commit

Permalink
fix(deps): update graphqlcodegenerator monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Feb 6, 2024
1 parent afd00d1 commit 7585d36
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 63 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@docsearch/react": "3.5.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/add": "5.0.2",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.0",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@loomhq/loom-embed": "1.5.0",
"@markdoc/markdoc": "0.3.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@pluralsh/eslint-config-typescript": "2.5.41",
"@pluralsh/stylelint-config": "1.1.3",
"@types/node": "20.3.1",
Expand Down
186 changes: 128 additions & 58 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,19 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/add@npm:5.0.0, @graphql-codegen/add@npm:^5.0.0":
"@graphql-codegen/add@npm:5.0.2":
version: 5.0.2
resolution: "@graphql-codegen/add@npm:5.0.2"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.3
tslib: ~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: ce214dfe274ab953b727355e39d0c08f8f5bcc1fad4d867d30321b80efaee3fa8325f012e8c929d4030bea4766e100f1a66393f8a71e58261adbed798646778a
languageName: node
linkType: hard

"@graphql-codegen/add@npm:^5.0.0":
version: 5.0.0
resolution: "@graphql-codegen/add@npm:5.0.0"
dependencies:
Expand Down Expand Up @@ -2179,26 +2191,26 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/client-preset@npm:4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/client-preset@npm:4.0.0"
"@graphql-codegen/client-preset@npm:4.0.1":
version: 4.0.1
resolution: "@graphql-codegen/client-preset@npm:4.0.1"
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.0
"@graphql-codegen/gql-tag-operations": 4.0.1
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typed-document-node": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-codegen/typescript-operations": ^4.0.0
"@graphql-codegen/visitor-plugin-common": ^4.0.0
"@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
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: e21c939258a36df9ea4e8b127c3b5b8d3f53bc8756689fb4e2947ce9dd164c7f5fe560b576b31eb5c39e6579c429d519edba9990540354a97881d61eccdb33c1
checksum: ddcaaf55575e2f36b4ae7e7caf6c170d72fbd5bd42ccb00c22ed01723ef466e1dab8f37915036047f306098468344ebc004524764be9aca95a8fd68d48e321a9
languageName: node
linkType: hard

Expand All @@ -2216,31 +2228,31 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/gql-tag-operations@npm:4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.0"
"@graphql-codegen/gql-tag-operations@npm:4.0.1":
version: 4.0.1
resolution: "@graphql-codegen/gql-tag-operations@npm:4.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/visitor-plugin-common": 4.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
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: 3f8cf805ea17781093be07240fa208a112e2424b9319fbafa20c43bc21d7e596093c9e56871b27dac7d14ab9353cbc331839cb2bd13e91f693ab0455254c858c
checksum: 58369a848aa88a532f4720c4ef73b61a91516d9bd6d8e4edaf7f3353d7585e688ce169f832f2575f2558f80591594945b7f0c82b0d8458320144a26a2b2bb8be
languageName: node
linkType: hard

"@graphql-codegen/introspection@npm:4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/introspection@npm:4.0.0"
"@graphql-codegen/introspection@npm:4.0.2":
version: 4.0.2
resolution: "@graphql-codegen/introspection@npm:4.0.2"
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": ^4.1.2
tslib: ~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: 2610cd32caece5d4865e2f1c840bb33bbf3c70222d1822e23104fc1a1f1e548bb2cbea4613c221ebea52146cd57ba1ec42646ee37533f9256c5ce71283b42e09
checksum: be717e14f33b25eaba2521f1eb9ce3cab43a8886d795ccb189e0ab4070dcb80f492d409a483571c2e8dd6b936fa9338c739c57a4a3e022f3d3e02fc2ceae703d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2276,46 +2288,77 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/schema-ast@npm:^4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/schema-ast@npm:4.0.0"
"@graphql-codegen/plugin-helpers@npm:^5.0.3":
version: 5.0.3
resolution: "@graphql-codegen/plugin-helpers@npm:5.0.3"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-tools/utils": ^10.0.0
tslib: ~2.5.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
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: 5950b57b383c14476080108d8ef7ebe569446ac20fbf54371ecc051392c80ef4b28b16b33fcb06faa892213bed90fc72940bc46a9852e0f02491491811e6a47e
checksum: 7116745edd88cabc61aa192c2a3632844950f00e33040f68f0ccc41bb2d6bf3a14fbeaa67d6d5ea01193ef1e709a9b5bd09860c3b3e262dacea0f1127ee61789
languageName: node
linkType: hard

"@graphql-codegen/typed-document-node@npm:^5.0.0":
version: 5.0.0
resolution: "@graphql-codegen/typed-document-node@npm:5.0.0"
"@graphql-codegen/schema-ast@npm:^4.0.2":
version: 4.0.2
resolution: "@graphql-codegen/schema-ast@npm:4.0.2"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/visitor-plugin-common": 4.0.0
"@graphql-codegen/plugin-helpers": ^5.0.3
"@graphql-tools/utils": ^10.0.0
tslib: ~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: f6097ceac7ef1266487c4937c916c6c67034c3decad3f714daa5370d5a4d68996be70f850a8765ccc71fa234ddb7f1ba7ffc02ba97a761930859196a96348e01
languageName: node
linkType: hard

"@graphql-codegen/typed-document-node@npm:^5.0.1":
version: 5.0.4
resolution: "@graphql-codegen/typed-document-node@npm:5.0.4"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.3
"@graphql-codegen/visitor-plugin-common": 4.1.2
auto-bind: ~4.0.0
change-case-all: 1.0.15
tslib: ~2.5.0
tslib: ~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: ba6a927442d312b94f0b6035bfc5895da72b4098fd05c696a11145b4b180a963f28e20c521f4d301ee219174ac10c90db9040db08d1cfc829f729a741031f389
checksum: 9a781d40165cf028da13822e035225a46fcfe4035f1e3937b3428597ad71a4162af052f62097b085a783993cfab368ee342cb76fd591438729234e34433bcdb1
languageName: node
linkType: hard

"@graphql-codegen/typescript-operations@npm:4.0.0, @graphql-codegen/typescript-operations@npm:^4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/typescript-operations@npm:4.0.0"
"@graphql-codegen/typescript-operations@npm:4.0.1":
version: 4.0.1
resolution: "@graphql-codegen/typescript-operations@npm:4.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-codegen/visitor-plugin-common": 4.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
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: 8bacb9b3b016aea1d19f6d676933c4f3675fd874c4844a43924b49ed95e151d43e87a4433518980f26eefac556a4aa75e1ce370714e72fb23eee3cfca7e20b1a
checksum: 82cd58ceb7406a3ff7aa5b36a58c9303fd819259679c2de10411f9e22c4fd142068d711714f68259c64eab86ea0a2b3d761959fa59fa5140ca3f1382a5ab5169
languageName: node
linkType: hard

"@graphql-codegen/typescript-operations@npm:^4.0.1":
version: 4.1.2
resolution: "@graphql-codegen/typescript-operations@npm:4.1.2"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.3
"@graphql-codegen/typescript": ^4.0.4
"@graphql-codegen/visitor-plugin-common": 4.1.2
auto-bind: ~4.0.0
tslib: ~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: 13f23f439c525d4c40d18cb1c810c41945e83f072b91eb515f4dc3e87564c1f01ba1ae5886e37396f351a774eb45b84b6c42f9ad6db7dc06f05d8fb222e10609
languageName: node
linkType: hard

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

"@graphql-codegen/typescript@npm:4.0.0, @graphql-codegen/typescript@npm:^4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/typescript@npm:4.0.0"
"@graphql-codegen/typescript@npm:4.0.4, @graphql-codegen/typescript@npm:^4.0.1, @graphql-codegen/typescript@npm:^4.0.4":
version: 4.0.4
resolution: "@graphql-codegen/typescript@npm:4.0.4"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/schema-ast": ^4.0.0
"@graphql-codegen/visitor-plugin-common": 4.0.0
"@graphql-codegen/plugin-helpers": ^5.0.3
"@graphql-codegen/schema-ast": ^4.0.2
"@graphql-codegen/visitor-plugin-common": 4.1.2
auto-bind: ~4.0.0
tslib: ~2.5.0
tslib: ~2.6.0
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 2c6b9f61343335198f41cd686e08280efd20534fb951a363eaeced545ce1ecf13ee4061dcabb02ac9790f9c5063b6cdce1dd5257d42cdf586fba3bccb7ecd78c
checksum: 9190f26823fbe65bf0405c91e4be62fb4e6d774257a262f3735826ba0f16e427dec4704680112bce93d607d2e4e957d09b540858c85896656c4f4b286f6f823f
languageName: node
linkType: hard

Expand All @@ -2370,9 +2413,9 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:4.0.0, @graphql-codegen/visitor-plugin-common@npm:^4.0.0":
version: 4.0.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:4.0.0"
"@graphql-codegen/visitor-plugin-common@npm:4.0.1":
version: 4.0.1
resolution: "@graphql-codegen/visitor-plugin-common@npm:4.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-tools/optimize": ^2.0.0
Expand All @@ -2386,7 +2429,27 @@ __metadata:
tslib: ~2.5.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: 2e6048987b772b39a20718d5e48eba847ff60a9d364338ca2576643eb970d61effc6629636154f5cee36a44d8299cd624551f279ddff6a02f364b1fd48cef718
checksum: 72fe72850bcf9907c46ee85cf80ca5f7313418953fc6bc09b761145260ceb9e79199e92c7b3467e9b6371342e70234af5e1be7ee664457a4fdec92ea3bed878a
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:4.1.2, @graphql-codegen/visitor-plugin-common@npm:^4.0.1, @graphql-codegen/visitor-plugin-common@npm:^4.1.2":
version: 4.1.2
resolution: "@graphql-codegen/visitor-plugin-common@npm:4.1.2"
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
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: 3e4c7ce1a714353d6592a74d697408b42ca3187ddf67fd887c04ed1eec4adf47372195445793110447dba82e128c37171f1859c3cb17bdc86d10c94490c36881
languageName: node
linkType: hard

Expand Down Expand Up @@ -12029,12 +12092,12 @@ __metadata:
"@docsearch/react": 3.5.1
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
"@graphql-codegen/add": 5.0.0
"@graphql-codegen/add": 5.0.2
"@graphql-codegen/cli": 4.0.1
"@graphql-codegen/client-preset": 4.0.0
"@graphql-codegen/introspection": 4.0.0
"@graphql-codegen/typescript": 4.0.0
"@graphql-codegen/typescript-operations": 4.0.0
"@graphql-codegen/client-preset": 4.0.1
"@graphql-codegen/introspection": 4.0.2
"@graphql-codegen/typescript": 4.0.4
"@graphql-codegen/typescript-operations": 4.0.1
"@graphql-codegen/typescript-react-apollo": 3.3.7
"@loomhq/loom-embed": 1.5.0
"@markdoc/markdoc": 0.3.0
Expand Down Expand Up @@ -13361,6 +13424,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:~2.6.0":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down

0 comments on commit 7585d36

Please sign in to comment.