Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-mesh/cli to ^0.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2023
1 parent cb1c9e9 commit 872fc4a
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@graphql-mesh/cli": "^0.84.0",
"@graphql-mesh/cli": "^0.85.0",
"@graphql-mesh/openapi": "^0.94.6",
"@graphql-mesh/runtime": "^0.94.2"
},
Expand Down
178 changes: 111 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3858,37 +3858,37 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/cache-localforage@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/cache-localforage@npm:0.94.2"
"@graphql-mesh/cache-localforage@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/cache-localforage@npm:0.94.3"
dependencies:
localforage: "npm:1.10.0"
peerDependencies:
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
graphql: "*"
tslib: ^2.4.0
checksum: 07a71874bf507c4075ab736c7f4c89454d47b2f43fe039d6bc1f691163573ab1586ef032d9191de37c245304b46effba75385040dfb6edc49d701ee4450e21f1
checksum: 3d395326071de97cb5946dd96e6c96106dfc1a8f8b9d7aeeeed89263c20435ab402bc35b519cbf62a7c49090cd297f5e9195a2e51afd2db92dae922af7888730
languageName: node
linkType: hard

"@graphql-mesh/cli@npm:^0.84.0":
version: 0.84.0
resolution: "@graphql-mesh/cli@npm:0.84.0"
"@graphql-mesh/cli@npm:^0.85.0":
version: 0.85.1
resolution: "@graphql-mesh/cli@npm:0.85.1"
dependencies:
"@graphql-codegen/core": "npm:^4.0.0"
"@graphql-codegen/typed-document-node": "npm:^5.0.0"
"@graphql-codegen/typescript": "npm:^4.0.0"
"@graphql-codegen/typescript-generic-sdk": "npm:^3.1.0"
"@graphql-codegen/typescript-operations": "npm:^4.0.0"
"@graphql-codegen/typescript-resolvers": "npm:^4.0.0"
"@graphql-mesh/config": "npm:^0.95.0"
"@graphql-mesh/config": "npm:^0.96.1"
"@graphql-mesh/cross-helpers": "npm:^0.4.0"
"@graphql-mesh/http": "npm:^0.94.5"
"@graphql-mesh/runtime": "npm:^0.94.2"
"@graphql-mesh/store": "npm:^0.94.2"
"@graphql-mesh/types": "npm:^0.94.2"
"@graphql-mesh/utils": "npm:^0.94.2"
"@graphql-mesh/http": "npm:^0.95.1"
"@graphql-mesh/runtime": "npm:^0.95.1"
"@graphql-mesh/store": "npm:^0.94.3"
"@graphql-mesh/types": "npm:^0.94.3"
"@graphql-mesh/utils": "npm:^0.94.3"
"@graphql-tools/utils": "npm:^10.0.1"
ajv: "npm:^8.12.0"
change-case: "npm:^4.1.2"
Expand Down Expand Up @@ -3916,18 +3916,18 @@ __metadata:
graphql-mesh: cjs/bin.js
graphql-mesh-esm: esm/bin.js
mesh: cjs/bin.js
checksum: 24ad12a837093106ff06102927c4065e5ee957e3f0147b41531cc1a96c644bc051ac6aab24d9119cdce0e4bbad19cb3b14033f4a29cbc560e774792145cc9fc0
checksum: 0e4a0e0084df66ddb028378b8f52115f6562a8f35672de35f35c1487cca95c1bd1161bddba26b23eeed96ab17c0f8255fbd058aa23337f38dc633eb0afd69fdd
languageName: node
linkType: hard

"@graphql-mesh/config@npm:^0.95.0":
version: 0.95.0
resolution: "@graphql-mesh/config@npm:0.95.0"
"@graphql-mesh/config@npm:^0.96.1":
version: 0.96.1
resolution: "@graphql-mesh/config@npm:0.96.1"
dependencies:
"@envelop/core": "npm:^4.0.0"
"@graphql-mesh/cache-localforage": "npm:^0.94.2"
"@graphql-mesh/merger-bare": "npm:^0.94.2"
"@graphql-mesh/merger-stitching": "npm:^0.94.2"
"@graphql-mesh/cache-localforage": "npm:^0.94.3"
"@graphql-mesh/merger-bare": "npm:^0.94.3"
"@graphql-mesh/merger-stitching": "npm:^0.94.3"
"@graphql-tools/code-file-loader": "npm:^8.0.0"
"@graphql-tools/graphql-file-loader": "npm:^8.0.0"
"@graphql-tools/load": "npm:^8.0.0"
Expand All @@ -3938,14 +3938,14 @@ __metadata:
pascal-case: "npm:^3.1.2"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.0
"@graphql-mesh/runtime": ^0.94.2
"@graphql-mesh/store": ^0.94.2
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/runtime": ^0.95.1
"@graphql-mesh/store": ^0.94.3
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 58a481dea7acbb951bcaa19e6eaee17acf03e770d6f5f4bad038cc4e2fa442de1802a52c416611c05d18dc4d4f1644bb38d763c45dda6def2536ecd316894d19
checksum: ddb0a651db2b24a5c9bf12dba95cd8b8f685015897dc6b2f975c2a05c368b306f324305a40a443f9cb284c1b649432472e12e06832ed661f2d32a978dfc0bc5c
languageName: node
linkType: hard

Expand All @@ -3963,55 +3963,55 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/http@npm:^0.94.5":
version: 0.94.5
resolution: "@graphql-mesh/http@npm:0.94.5"
"@graphql-mesh/http@npm:^0.95.1":
version: 0.95.1
resolution: "@graphql-mesh/http@npm:0.95.1"
dependencies:
"@whatwg-node/server": "npm:^0.9.0"
graphql-yoga: "npm:^4.0.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.0
"@graphql-mesh/runtime": ^0.94.2
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/runtime": ^0.95.1
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
graphql: "*"
tslib: ^2.4.0
checksum: db02f279a2452ef9bba5ac3821df8f7cb9b612a6d0fffa4bf3524e6fdc6c395704b31ac117eff7af80f7c14a14f7d8819a24869494c541ecd3e0668ac23accdf
checksum: 2fa4e5fefb68f758fb6443107d72d277665c559b580796cb66f50a194bc666011f06844e1355e36bf4c4c334855126ff305fa93169a9acdf2359b6fc84b3995f
languageName: node
linkType: hard

"@graphql-mesh/merger-bare@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/merger-bare@npm:0.94.2"
"@graphql-mesh/merger-bare@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/merger-bare@npm:0.94.3"
dependencies:
"@graphql-mesh/merger-stitching": "npm:0.94.2"
"@graphql-mesh/merger-stitching": "npm:0.94.3"
"@graphql-tools/schema": "npm:10.0.0"
peerDependencies:
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 1273cdc1ae12242a2ad9598522bf85cd3a58d7f2504b824131cee5edceefe57232536a5986f308c9de39b413234caf627b6a09e77f76d593bef5de6a4e9ed307
checksum: 83a0cf02d9eb8d56739f39efc62201163eef9504b6444084aa51e4acdb63a214fd9150e6134f06507bf24ae970e909f91df38191b0e16fc1407bcb70090c0c6d
languageName: node
linkType: hard

"@graphql-mesh/merger-stitching@npm:0.94.2, @graphql-mesh/merger-stitching@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/merger-stitching@npm:0.94.2"
"@graphql-mesh/merger-stitching@npm:0.94.3, @graphql-mesh/merger-stitching@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/merger-stitching@npm:0.94.3"
dependencies:
"@graphql-tools/delegate": "npm:^10.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@graphql-tools/stitch": "npm:^9.0.0"
"@graphql-tools/stitching-directives": "npm:^3.0.0"
peerDependencies:
"@graphql-mesh/store": ^0.94.2
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/store": ^0.94.3
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 1fa5f193b8cb3a9416b1bb9c00b9cbf99989e62011f5407beb3a6581f3f0b02d4e6cae6d2ca06eff040547e395ab999d950584881a003f00b3cbc3374042f049
checksum: f27842b67fb5254a33d5edd0680f1b93a50cd3188cfede0005bb0925075f6faec91106e8fac1ed7b0fce691950197d24e1ea6049add7dde012a4d44b39559205
languageName: node
linkType: hard

Expand Down Expand Up @@ -4055,23 +4055,46 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/store@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/store@npm:0.94.2"
"@graphql-mesh/runtime@npm:^0.95.1":
version: 0.95.1
resolution: "@graphql-mesh/runtime@npm:0.95.1"
dependencies:
"@envelop/core": "npm:^4.0.0"
"@envelop/extended-validation": "npm:^3.0.0"
"@graphql-mesh/string-interpolation": "npm:^0.5.1"
"@graphql-tools/batch-delegate": "npm:^9.0.0"
"@graphql-tools/batch-execute": "npm:^9.0.0"
"@graphql-tools/delegate": "npm:^10.0.0"
"@graphql-tools/wrap": "npm:^10.0.0"
"@whatwg-node/fetch": "npm:^0.9.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.0
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: faabaae6c1ecb861626145cca713c7ca064e5c92934c960eb0d8ec068f3c89ff69e47f273b32059eab7e358fe621cbfdc308bb5880e7940f42d927e47bc15ec3
languageName: node
linkType: hard

"@graphql-mesh/store@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/store@npm:0.94.3"
dependencies:
"@graphql-inspector/core": "npm:5.0.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.0
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/utils": ^0.94.2
"@graphql-mesh/types": ^0.94.3
"@graphql-mesh/utils": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 0c6b4b23ec6eea1502a8c2154578502879cffffc982d50607c0b32d35c886806ad25e2560e7b996a1a1e6e3d9b036bde0483e7c35846aa7ce5fa33c5fef7ef48
checksum: 42c627dda5c3b17cfe1bf4203b76f13f9ec63e08247078f86ae6b420626a27c249f220188f1cf38b3e853ec8ebc78f9365cca3739db463fc6be5697a36d2b96b
languageName: node
linkType: hard

"@graphql-mesh/string-interpolation@npm:0.5.0, @graphql-mesh/string-interpolation@npm:^0.5.0":
"@graphql-mesh/string-interpolation@npm:0.5.0":
version: 0.5.0
resolution: "@graphql-mesh/string-interpolation@npm:0.5.0"
dependencies:
Expand All @@ -4085,27 +4108,41 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/types@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/types@npm:0.94.2"
"@graphql-mesh/string-interpolation@npm:^0.5.0, @graphql-mesh/string-interpolation@npm:^0.5.1":
version: 0.5.1
resolution: "@graphql-mesh/string-interpolation@npm:0.5.1"
dependencies:
dayjs: "npm:1.11.9"
json-pointer: "npm:0.6.2"
lodash.get: "npm:4.4.2"
peerDependencies:
graphql: "*"
tslib: ^2.4.0
checksum: 0192b87780c5417e0bdd82cc3153c907b84c598c4e50803bdc61b2fc5c22747495226508a824b2681f53cd69c5702e4f9c0eb22f0d725d019deebbc96a51a74b
languageName: node
linkType: hard

"@graphql-mesh/types@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/types@npm:0.94.3"
dependencies:
"@graphql-tools/batch-delegate": "npm:^9.0.0"
"@graphql-tools/delegate": "npm:^10.0.0"
"@graphql-typed-document-node/core": "npm:^3.2.0"
peerDependencies:
"@graphql-mesh/store": ^0.94.2
"@graphql-mesh/store": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 085d3f5caabf9b81289f4aaa9069dc4b1865cb43ff0e133d7da009bbcc01b1b5ea9cf8bde4e1f2aa12efba95cf599c3bf21b6f42d8132b4d7f8d6233804c71bd
checksum: 676146d2fbc8990acd9e0651cb7a83d5948e9558b2a0b5709f5d90225fff66ea0b3ad5abdac6ff63d9120780f85ebb5e7bc491f76a666e95656561eef090f723
languageName: node
linkType: hard

"@graphql-mesh/utils@npm:^0.94.2":
version: 0.94.2
resolution: "@graphql-mesh/utils@npm:0.94.2"
"@graphql-mesh/utils@npm:^0.94.3":
version: 0.94.3
resolution: "@graphql-mesh/utils@npm:0.94.3"
dependencies:
"@graphql-mesh/string-interpolation": "npm:^0.5.0"
"@graphql-mesh/string-interpolation": "npm:^0.5.1"
"@graphql-tools/delegate": "npm:^10.0.0"
dset: "npm:^3.1.2"
js-yaml: "npm:^4.1.0"
Expand All @@ -4114,11 +4151,11 @@ __metadata:
tiny-lru: "npm:^11.0.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.0
"@graphql-mesh/types": ^0.94.2
"@graphql-mesh/types": ^0.94.3
"@graphql-tools/utils": ^9.2.1 || ^10.0.0
graphql: "*"
tslib: ^2.4.0
checksum: 39b17b623fff6b1ace8ce66e365a2f7ac0980b6413cdaccb29b8c44a5b571580c38d230b27283a35974a7e1a9167b369b2c6aab3d1e760de660a14db729ec1a1
checksum: 6eaa413e47089aa3ca7af04f0a7eca602232a35ead6828e524cf9f0ad1ede27ff4ba469c7296418fea66ac4b4cfe0caffcfb94e0b50681e6147b911f46ac29f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8521,7 +8558,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@your-org/api-gateway@workspace:packages/api-gateway"
dependencies:
"@graphql-mesh/cli": "npm:^0.84.0"
"@graphql-mesh/cli": "npm:^0.85.0"
"@graphql-mesh/openapi": "npm:^0.94.6"
"@graphql-mesh/runtime": "npm:^0.94.2"
"@types/jest": "npm:29.5.2"
Expand Down Expand Up @@ -11218,6 +11255,13 @@ __metadata:
languageName: node
linkType: hard

"dayjs@npm:1.11.9":
version: 1.11.9
resolution: "dayjs@npm:1.11.9"
checksum: 7bee5a13653049ae166d4ee7f17fd1b3cd31ec8699b2bae1dee6262431d8d5815a4a9f12eaf48d1879a98d993c014a9a9098ed75aa6a041efe9bccc080a687cd
languageName: node
linkType: hard

"deasync@npm:^0.1.0":
version: 0.1.28
resolution: "deasync@npm:0.1.28"
Expand Down

0 comments on commit 872fc4a

Please sign in to comment.