Skip to content

Commit 9bd6477

Browse files
authored
Merge branch 'main' into changeset-release/main
2 parents 2860d3a + ba4aa01 commit 9bd6477

File tree

3 files changed

+98
-62
lines changed

3 files changed

+98
-62
lines changed

.changeset/good-eagles-enjoy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-portal/gateway': patch
3+
---
4+
5+
grpc, mysql versions

packages/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@graphql-mesh/config": "0.17.0",
2626
"@graphql-mesh/fhir": "^0.10.0",
2727
"@graphql-mesh/graphql": "^0.17.0",
28-
"@graphql-mesh/grpc": "^0.15.0",
2928
"@graphql-mesh/json-schema": "^0.16.0",
3029
"@graphql-mesh/merger-federation": "^0.9.0",
3130
"@graphql-mesh/mongoose": "^0.8.0",
32-
"@graphql-mesh/mysql": "^0.11.0",
3331
"@graphql-mesh/neo4j": "^0.11.0",
3432
"@graphql-mesh/odata": "^0.11.0",
3533
"@graphql-mesh/openapi": "^0.16.0",
34+
"@graphql-mesh/grpc": "^0.12.0",
35+
"@graphql-mesh/mysql": "^0.10.0",
3636
"@graphql-mesh/postgraphile": "^0.11.0",
3737
"@graphql-mesh/runtime": "0.17.0",
3838
"@graphql-mesh/soap": "^0.7.0",

yarn.lock

Lines changed: 91 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,19 +1142,19 @@
11421142
parse-filepath "^1.0.2"
11431143
tslib "~2.3.0"
11441144

1145-
"@graphql-inspector/core@2.6.1", "@graphql-inspector/core@^2.3.0":
1146-
version "2.6.1"
1147-
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-2.6.1.tgz#2abd6db3da715081124a4313104e116effdb90b7"
1148-
integrity sha512-IwllJf0lsjOT9kInOY+kMv/+V77CrEoD6X0ZnUgIc+oZ9IDlq7RhMx1v4YuvM+HBUCkUBJXdS2/Ug1UOvk45WQ==
1145+
"@graphql-inspector/core@2.7.0":
1146+
version "2.7.0"
1147+
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-2.7.0.tgz#28cd28160322a323c68bab81b3c663623b5b52d1"
1148+
integrity sha512-vD4ILW7VK+12/3cd6oBEaRB4iviGGSu9dwe/gi+7+YEeEt7WapHDos6JpNi4jSOfnfbKrDoakFSI7q85GZkCOg==
11491149
dependencies:
11501150
dependency-graph "0.11.0"
11511151
object-inspect "1.10.3"
11521152
tslib "^2.0.0"
11531153

1154-
"@graphql-inspector/core@2.7.0":
1155-
version "2.7.0"
1156-
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-2.7.0.tgz#28cd28160322a323c68bab81b3c663623b5b52d1"
1157-
integrity sha512-vD4ILW7VK+12/3cd6oBEaRB4iviGGSu9dwe/gi+7+YEeEt7WapHDos6JpNi4jSOfnfbKrDoakFSI7q85GZkCOg==
1154+
"@graphql-inspector/core@^2.3.0":
1155+
version "2.6.1"
1156+
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-2.6.1.tgz#2abd6db3da715081124a4313104e116effdb90b7"
1157+
integrity sha512-IwllJf0lsjOT9kInOY+kMv/+V77CrEoD6X0ZnUgIc+oZ9IDlq7RhMx1v4YuvM+HBUCkUBJXdS2/Ug1UOvk45WQ==
11581158
dependencies:
11591159
dependency-graph "0.11.0"
11601160
object-inspect "1.10.3"
@@ -1247,23 +1247,22 @@
12471247
"@graphql-tools/url-loader" "6.10.1"
12481248
"@graphql-tools/wrap" "7.0.8"
12491249

1250-
"@graphql-mesh/grpc@^0.15.0":
1251-
version "0.15.10"
1252-
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.15.10.tgz#87278b615d6a2e67adea1ef6528d4193f1c9d111"
1253-
integrity sha512-Ev0nBBI6bavm6WDoqWPvOp/BDRNA/KnPciC0bV/CS1kpPYf1/UXZBTQ0L9H50XtS7KItqHJbusfM87j8/kPHZA==
1250+
"@graphql-mesh/grpc@^0.12.0":
1251+
version "0.12.2"
1252+
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.12.2.tgz#893b12be2e7f2ed3e3f7f580c17382f9f040dca5"
1253+
integrity sha512-T4nRx1OHlRQzZMgnN2JLWdspKHSu2yqjrTYR8OSavC8jbcsUrF8VLhbtJhZdb/1HOQT648VRPB/ARPOvNUbX+g==
12541254
dependencies:
1255-
"@graphql-mesh/store" "0.1.10"
1256-
"@graphql-mesh/types" "0.47.0"
1257-
"@graphql-mesh/utils" "0.16.0"
1255+
"@graphql-mesh/types" "0.39.0"
1256+
"@graphql-mesh/utils" "0.10.0"
12581257
"@grpc/grpc-js" "^1.1.7"
1259-
"@grpc/proto-loader" "0.6.4"
1260-
globby "11.0.4"
1261-
graphql-compose "9.0.2"
1262-
graphql-scalars "1.10.0"
1263-
grpc-reflection-js "0.1.2"
1258+
"@grpc/proto-loader" "0.6.1"
1259+
camel-case "4.1.2"
1260+
graphql-compose "7.25.1"
1261+
graphql-scalars "1.9.0"
1262+
grpc-reflection-js "0.1.1"
12641263
lodash "4.17.21"
1265-
long "4.0.0"
1266-
protobufjs "6.11.2"
1264+
pascal-case "3.1.2"
1265+
protobufjs "6.10.2"
12671266

12681267
"@graphql-mesh/[email protected]", "@graphql-mesh/json-schema@^0.16.0":
12691268
version "0.16.1"
@@ -1321,19 +1320,20 @@
13211320
graphql-compose-mongoose "9.5.4"
13221321
graphql-compose-pagination "8.3.0"
13231322

1324-
"@graphql-mesh/mysql@^0.11.0":
1325-
version "0.11.0"
1326-
resolved "https://registry.yarnpkg.com/@graphql-mesh/mysql/-/mysql-0.11.0.tgz#1193a151d05f690157f8c62360f10a043a7d436f"
1327-
integrity sha512-sE8eZDbdOXcmWbkJ+KBVD2EfYER2D8A8iNjSAcpLtU5P6bN4Qt2mhC7delZrU+hI+psXB4/N3iiDXnmWwBDkiQ==
1323+
"@graphql-mesh/mysql@^0.10.0":
1324+
version "0.10.9"
1325+
resolved "https://registry.yarnpkg.com/@graphql-mesh/mysql/-/mysql-0.10.9.tgz#f422e50904336cefcce7f6675c5c2fd759c83c8e"
1326+
integrity sha512-hnLHXuANh4RThrfmhHwx1AaG7TCGt8K0TxogvW0DK7strlPIEhgLPuE0lgrw3NnvzVJ7Pt/NO0ibuv2/ocwmSw==
13281327
dependencies:
1329-
"@graphql-mesh/store" "0.1.0"
1330-
"@graphql-mesh/types" "0.43.0"
1331-
"@graphql-mesh/utils" "0.13.0"
1332-
graphql-compose "9.0.2"
1328+
"@graphql-mesh/types" "0.42.0"
1329+
"@graphql-mesh/utils" "0.12.0"
1330+
camel-case "4.1.2"
1331+
graphql-compose "8.1.0"
13331332
graphql-fields "2.0.3"
1334-
graphql-scalars "1.10.0"
1333+
graphql-scalars "1.9.3"
13351334
mysql "2.18.1"
1336-
mysql-utilities "1.1.3"
1335+
mysql-utilities "1.1.2"
1336+
pascal-case "3.1.2"
13371337

13381338
"@graphql-mesh/neo4j@^0.11.0":
13391339
version "0.11.6"
@@ -1422,15 +1422,6 @@
14221422
graphql-scalars "1.10.0"
14231423
soap "0.42.0"
14241424

1425-
"@graphql-mesh/[email protected]":
1426-
version "0.1.0"
1427-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.1.0.tgz#9a74bfb4f5a04decd785ccfc497c20d59edb4741"
1428-
integrity sha512-PmrpV/Sh/pefnAC8fIPgqdPB+Y8Hp85bjgxZ5EptWxTOh8/OONF2BFg4pOLcq7hkXPbCSNq2RQuINc2hzScnmg==
1429-
dependencies:
1430-
"@graphql-inspector/core" "2.6.1"
1431-
"@graphql-mesh/utils" "0.13.0"
1432-
"@graphql-tools/utils" "8.0.0"
1433-
14341425
"@graphql-mesh/[email protected]":
14351426
version "0.1.10"
14361427
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.1.10.tgz#d0299df96059c927cf5806ecc1c133bf2a8b3835"
@@ -2270,10 +2261,10 @@
22702261
dependencies:
22712262
"@types/node" ">=12.12.47"
22722263

2273-
2274-
version "0.6.4"
2275-
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.4.tgz#5438c0d771e92274e77e631babdc14456441cbdc"
2276-
integrity sha512-7xvDvW/vJEcmLUltCUGOgWRPM8Oofv0eCFSVMuKqaqWJaXSzmB+m9hiyqe34QofAl4WAzIKUZZlinIF9FOHyTQ==
2264+
2265+
version "0.6.1"
2266+
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.1.tgz#ad63e8c7d2a23b0175c78eebc26dedf6b0af0b0b"
2267+
integrity sha512-4DIvEOZhw5nGj3RQngIoiMXRsre3InEH136krZTcirs/G2em3WMXdtx4Lqlnb4E2ertbWGs5gPeVDKU5BHffXw==
22772268
dependencies:
22782269
"@types/long" "^4.0.1"
22792270
lodash.camelcase "^4.3.0"
@@ -3014,6 +3005,11 @@
30143005
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.15.tgz#10ee6a6a3f971966fddfa3f6e89ef7a73ec622df"
30153006
integrity sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg==
30163007

3008+
"@types/node@^13.7.0":
3009+
version "13.13.52"
3010+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.52.tgz#03c13be70b9031baaed79481c0c0cfb0045e53f7"
3011+
integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==
3012+
30173013
"@types/node@^14.14.14":
30183014
version "14.17.3"
30193015
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d"
@@ -5980,7 +5976,7 @@ [email protected]:
59805976
merge2 "^1.3.0"
59815977
slash "^3.0.0"
59825978

5983-
globby@11.0.4, globby@^11.0.0, globby@^11.0.3:
5979+
globby@^11.0.0, globby@^11.0.3:
59845980
version "11.0.4"
59855981
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
59865982
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -6079,6 +6075,14 @@ [email protected]:
60796075
resolved "https://registry.yarnpkg.com/graphql-compose-pagination/-/graphql-compose-pagination-8.3.0.tgz#a58c786256b4dba1843d495ae81cb0fc67ac1369"
60806076
integrity sha512-zZoBhlWD9KnAJ9AUOeFNeoE4Q/zMxZaxg0tR+HFMVNFnw7ENUnIChMWnD2uvmvik+k8Yv304hMF4n81okGVsJw==
60816077

6078+
6079+
version "7.25.1"
6080+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-7.25.1.tgz#9d89f72781931590d4dfca6a709f381f2f76b873"
6081+
integrity sha512-TPXTe1BoQkMjp/MH93yA0SQo8PiXxJAv6Eo6K/+kpJELM9l2jZnd5PCduweuXFcKv+nH973wn/VYzYKDMQ9YoQ==
6082+
dependencies:
6083+
graphql-type-json "0.3.2"
6084+
object-path "0.11.5"
6085+
60826086
60836087
version "8.1.0"
60846088
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-8.1.0.tgz#d58375ba59a1471c2bbe17ad817c6d33bffa1ba9"
@@ -6186,6 +6190,13 @@ [email protected]:
61866190
dependencies:
61876191
tslib "~2.2.0"
61886192

6193+
6194+
version "1.9.0"
6195+
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.9.0.tgz#fd3171cafc6f51b71d58f6a8ff89ea97477c16d3"
6196+
integrity sha512-31bBDnHdBapb2wknLCjNzTSjKfVEtm+0HxI7DKM7jQ4Uipk1o1aMUCYCkYunmRDdgQaI03u1MD5KutLf7yHnvw==
6197+
dependencies:
6198+
tslib "~2.1.0"
6199+
61896200
61906201
version "1.9.3"
61916202
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.9.3.tgz#84d27e42d280a16821ab0ef59cddaac84f798575"
@@ -6292,11 +6303,12 @@ [email protected], "graphql@>=0.9 <0.14 || ^14.0.2 || ^15.4.0", "graphql@^0.6.0 ||
62926303
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
62936304
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==
62946305

6295-
6296-
version "0.1.2"
6297-
resolved "https://registry.yarnpkg.com/grpc-reflection-js/-/grpc-reflection-js-0.1.2.tgz#c1dda07a488771bd9238697428c48da9bdcb6667"
6298-
integrity sha512-ecLGJDCoRRyTNQ2jQYLsMQ0H9a/ZZ/6brU+6haGPS8GpQ93uYoFOc60ptO3bebS3xRPJQSIiSZClkBS5L9PYuw==
6306+
6307+
version "0.1.1"
6308+
resolved "https://registry.yarnpkg.com/grpc-reflection-js/-/grpc-reflection-js-0.1.1.tgz#957c86b43611edb51c0923d2bd703f0f7c8c1f24"
6309+
integrity sha512-md/xkCE4iSrmqz6rtV+rHep6kdMtfRu0Zjrcb9eAnrzMhpP18P/Xwde91iLeXuNEwymrEkMiymNy9JFrKS7hBw==
62996310
dependencies:
6311+
"@grpc/grpc-js" "^1.1.7"
63006312
"@types/google-protobuf" "^3.7.2"
63016313
"@types/lodash.set" "^4.3.6"
63026314
google-protobuf "^3.12.2"
@@ -8012,16 +8024,16 @@ loglevel@^1.6.1, loglevel@^1.6.7:
80128024
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
80138025
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
80148026

8015-
[email protected], long@^4.0.0:
8016-
version "4.0.0"
8017-
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
8018-
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
8019-
80208027
long@^2.4.0:
80218028
version "2.4.0"
80228029
resolved "https://registry.yarnpkg.com/long/-/long-2.4.0.tgz#9fa180bb1d9500cdc29c4156766a1995e1f4524f"
80238030
integrity sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8=
80248031

8032+
long@^4.0.0:
8033+
version "4.0.0"
8034+
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
8035+
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
8036+
80258037
loose-envify@^1.0.0, loose-envify@^1.4.0:
80268038
version "1.4.0"
80278039
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -8359,10 +8371,10 @@ multer@^1.4.2:
83598371
type-is "^1.6.4"
83608372
xtend "^4.0.0"
83618373

8362-
8363-
version "1.1.3"
8364-
resolved "https://registry.yarnpkg.com/mysql-utilities/-/mysql-utilities-1.1.3.tgz#b153573019739d5aa4563b8310fc7ba7ff1e3945"
8365-
integrity sha512-QcGhlui+kovxYBrKzy0LB6e8UBSEV/9LhDTUlR4eNBcJEg7u5OU1/VvTqKEoq5AOxWOjPja8x/XgPeTIRmHnZA==
8374+
8375+
version "1.1.2"
8376+
resolved "https://registry.yarnpkg.com/mysql-utilities/-/mysql-utilities-1.1.2.tgz#b90bd941e1b7c17ac548f0ec3e91b13e19490835"
8377+
integrity sha512-rziGXKxwLKzRO8pDM+T3jv+TgyGHRSeO48DvTFR4SiOMHVb6oo4aZunlTGO5K0behIq830D0rARgP6p2Ig8vBw==
83668378
dependencies:
83678379
mysql "^2.18.1"
83688380

@@ -9340,7 +9352,26 @@ prop-types@^15.7.2:
93409352
object-assign "^4.1.1"
93419353
react-is "^16.8.1"
93429354

9343-
[email protected], protobufjs@^6.10.0, protobufjs@^6.9.0:
9355+
9356+
version "6.10.2"
9357+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.2.tgz#b9cb6bd8ec8f87514592ba3fdfd28e93f33a469b"
9358+
integrity sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==
9359+
dependencies:
9360+
"@protobufjs/aspromise" "^1.1.2"
9361+
"@protobufjs/base64" "^1.1.2"
9362+
"@protobufjs/codegen" "^2.0.4"
9363+
"@protobufjs/eventemitter" "^1.1.0"
9364+
"@protobufjs/fetch" "^1.1.0"
9365+
"@protobufjs/float" "^1.0.2"
9366+
"@protobufjs/inquire" "^1.1.0"
9367+
"@protobufjs/path" "^1.1.2"
9368+
"@protobufjs/pool" "^1.1.0"
9369+
"@protobufjs/utf8" "^1.1.0"
9370+
"@types/long" "^4.0.1"
9371+
"@types/node" "^13.7.0"
9372+
long "^4.0.0"
9373+
9374+
protobufjs@^6.10.0, protobufjs@^6.9.0:
93449375
version "6.11.2"
93459376
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b"
93469377
integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==

0 commit comments

Comments
 (0)