From bb4aaea9738083b6d9932d53639918043843a20c Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:48:15 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#8137) Co-authored-by: github-actions[bot] --- ...phql-mesh_merger-bare-8136-dependencies.md | 5 - .../@omnigraph_openapi-8136-dependencies.md | 5 - examples/auth0/package.json | 2 +- examples/cloudflare-workers/package.json | 2 +- examples/fastify/package.json | 2 +- .../gateway-supergraph/package.json | 2 +- .../federation-example/gateway/package.json | 2 +- examples/gcp-functions/package.json | 2 +- .../graphql-file-upload-example/package.json | 2 +- examples/grpc-example/package.json | 2 +- examples/grpc-reflection-example/package.json | 2 +- .../hasura-openbrewery-geodb/package.json | 2 +- examples/hello-world-esm/package.json | 2 +- examples/hello-world/package.json | 2 +- examples/hive-example/gateway/package.json | 4 +- .../hive-example/sources/authors/package.json | 4 +- .../hive-example/sources/books/package.json | 4 +- examples/json-schema-covid/package.json | 2 +- examples/json-schema-example/package.json | 2 +- examples/json-schema-fhir/package.json | 2 +- examples/json-schema-file-upload/package.json | 2 +- .../json-schema-subscriptions/package.json | 2 +- examples/mongoose-example/package.json | 2 +- examples/mysql-employees/package.json | 2 +- examples/mysql-rfam/package.json | 2 +- examples/neo4j-example/package.json | 2 +- examples/nextjs-apollo-example/package.json | 6 +- examples/nextjs-sdk-example/package.json | 6 +- examples/odata-microsoft/package.json | 2 +- .../package.json | 4 +- .../odata-msgraph-programmatic/package.json | 4 +- examples/odata-trippin/package.json | 2 +- examples/openapi-javascript-wiki/package.json | 4 +- .../openapi-location-weather/package.json | 4 +- examples/openapi-meilisearch/package.json | 4 +- .../openapi-react-weatherbit/package.json | 2 +- examples/openapi-stackexchange/package.json | 4 +- examples/openapi-stripe/package.json | 4 +- examples/openapi-subscriptions/package.json | 4 +- examples/openapi-youtrack/package.json | 4 +- examples/openwhisk-example/package.json | 2 +- examples/persisted-operations/package.json | 2 +- examples/postgres-geodb/package.json | 4 +- examples/programmatic-batching/package.json | 4 +- examples/reddit-example/package.json | 2 +- examples/response-cache/CHANGELOG.md | 7 + examples/response-cache/package.json | 4 +- examples/soap-country-info/package.json | 2 +- examples/soap-demo/package.json | 2 +- examples/soap-netsuite/package.json | 2 +- examples/spacex-cfw/package.json | 2 +- examples/sqlite-chinook/package.json | 2 +- examples/thrift-calculator/package.json | 2 +- .../package.json | 2 +- packages/legacy/cli/CHANGELOG.md | 7 + packages/legacy/cli/package.json | 4 +- packages/legacy/config/CHANGELOG.md | 8 + packages/legacy/config/package.json | 4 +- packages/legacy/handlers/openapi/CHANGELOG.md | 8 + packages/legacy/handlers/openapi/package.json | 4 +- packages/legacy/mergers/bare/CHANGELOG.md | 11 ++ packages/legacy/mergers/bare/package.json | 2 +- .../legacy/migrate-config-cli/CHANGELOG.md | 8 + .../legacy/migrate-config-cli/package.json | 6 +- packages/loaders/openapi/CHANGELOG.md | 11 ++ packages/loaders/openapi/package.json | 2 +- yarn.lock | 158 +++++++++--------- 67 files changed, 220 insertions(+), 170 deletions(-) delete mode 100644 .changeset/@graphql-mesh_merger-bare-8136-dependencies.md delete mode 100644 .changeset/@omnigraph_openapi-8136-dependencies.md diff --git a/.changeset/@graphql-mesh_merger-bare-8136-dependencies.md b/.changeset/@graphql-mesh_merger-bare-8136-dependencies.md deleted file mode 100644 index 1ba7ba6bc018d..0000000000000 --- a/.changeset/@graphql-mesh_merger-bare-8136-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-mesh/merger-bare": patch ---- -dependencies updates: - - Updated dependency [`@graphql-tools/schema@10.0.12` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.12) (from `10.0.11`, in `dependencies`) diff --git a/.changeset/@omnigraph_openapi-8136-dependencies.md b/.changeset/@omnigraph_openapi-8136-dependencies.md deleted file mode 100644 index 826470bde561b..0000000000000 --- a/.changeset/@omnigraph_openapi-8136-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnigraph/openapi": patch ---- -dependencies updates: - - Updated dependency [`@graphql-tools/utils@10.6.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.3) (from `10.6.2`, in `dependencies`) diff --git a/examples/auth0/package.json b/examples/auth0/package.json index a3b83dee6b2b9..e150521f6289b 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@envelop/auth0": "6.0.0", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-operation-field-permissions": "0.103.8", "graphql": "16.9.0" diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 7eeb41f357c74..c6a236fdb1f4b 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@graphql-mesh/cache-cfw-kv": "0.104.8", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-response-cache": "0.103.8", "graphql": "16.9.0" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index a96c18f868018..95bc26a255b52 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -6,7 +6,7 @@ "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "fastify": "5.1.0", "graphql": "16.9.0", diff --git a/examples/federation-example/gateway-supergraph/package.json b/examples/federation-example/gateway-supergraph/package.json index ca4537fc20193..b3e0ea6e01226 100644 --- a/examples/federation-example/gateway-supergraph/package.json +++ b/examples/federation-example/gateway-supergraph/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/supergraph": "0.9.9", "graphql": "16.9.0" } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 96055ddfdda2a..38e0b7304123d 100644 --- a/examples/federation-example/gateway/package.json +++ b/examples/federation-example/gateway/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/transform-federation": "0.103.8", "graphql": "16.9.0" diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 910b27edc343b..92da22156e4ab 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.3", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@types/node": "22.10.2", "graphql": "16.9.0", diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index ad9cff9cba742..53927a055a673 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -8,7 +8,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "concurrently": "9.1.0", "graphql": "16.9.0", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index c3c07b65798f8..3fa518d274682 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/grpc": "0.106.8", "@graphql-mesh/transform-naming-convention": "0.103.10", "@grpc/grpc-js": "1.12.4", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index c5c9eb1b84b5d..644782d4472ec 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/grpc": "0.106.8", "@graphql-mesh/transform-naming-convention": "0.103.10", "@grpc/grpc-js": "1.12.4", diff --git a/examples/hasura-openbrewery-geodb/package.json b/examples/hasura-openbrewery-geodb/package.json index 188a28efbfac6..7dca000245352 100644 --- a/examples/hasura-openbrewery-geodb/package.json +++ b/examples/hasura-openbrewery-geodb/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 966878cbd1e8f..261a51b96bb46 100644 --- a/examples/hello-world-esm/package.json +++ b/examples/hello-world-esm/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-mock": "0.103.9", "graphql": "16.9.0" diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 63cc79843901a..1c1f5e59f3639 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-mock": "0.103.9", "@graphql-yoga/plugin-sofa": "3.10.5", diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index 50fbde35dc357..6c5401397d2ab 100644 --- a/examples/hive-example/gateway/package.json +++ b/examples/hive-example/gateway/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "@graphql-mesh/plugin-hive": "0.103.8", "@graphql-mesh/transform-hive": "0.103.9", "graphql": "16.9.0" diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 76957b25f9d51..2db6bcdad9293 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.44.4", - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 83c68ae3432c5..b9a5caa78001c 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.44.4", - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0" } } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index fe4dd75455224..05696ccb12962 100644 --- a/examples/json-schema-covid/package.json +++ b/examples/json-schema-covid/package.json @@ -11,7 +11,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/json-schema": "0.108.8", "graphql": "16.9.0" diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 28760053d6e8b..a9b31095261b4 100644 --- a/examples/json-schema-example/package.json +++ b/examples/json-schema-example/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-mock": "0.103.9", "@graphql-mesh/transform-naming-convention": "0.103.10", diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index ca893f2d38572..d74ed4caaf7a3 100644 --- a/examples/json-schema-fhir/package.json +++ b/examples/json-schema-fhir/package.json @@ -9,7 +9,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "graphql": "16.9.0", "unzip-stream": "0.3.4" diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index ae7b63866efb4..1504de65647c1 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -8,7 +8,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index 1bb132ec25ad2..62a4d86dd1df9 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -7,7 +7,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-live-query": "0.103.8", "@whatwg-node/fetch": "^0.10.0", diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index ac6e244094f80..5ea5b95207a2b 100644 --- a/examples/mongoose-example/package.json +++ b/examples/mongoose-example/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/mongoose": "0.103.8", "graphql": "16.9.0", "mongoose": "8.8.4" diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 90b90333e2aa7..af8722767a151 100644 --- a/examples/mysql-employees/package.json +++ b/examples/mysql-employees/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/mysql": "0.104.8", "graphql": "16.9.0" } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index cf4f05a4729f5..d8ea66c711d46 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/mysql": "0.104.8", "graphql": "16.9.0" }, diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index e1927ba91bcf5..ea96f26d7a276 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.9", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/neo4j": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index 53a74348d1a97..cbe9e850a55fa 100644 --- a/examples/nextjs-apollo-example/package.json +++ b/examples/nextjs-apollo-example/package.json @@ -10,9 +10,9 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/config": "0.106.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/config": "0.106.11", + "@graphql-mesh/openapi": "0.108.9", "@graphql-mesh/runtime": "0.105.8", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index 30b9e27efa6f6..db4f91add70c1 100644 --- a/examples/nextjs-sdk-example/package.json +++ b/examples/nextjs-sdk-example/package.json @@ -11,9 +11,9 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/config": "0.106.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/config": "0.106.11", + "@graphql-mesh/openapi": "0.108.9", "@graphql-mesh/runtime": "0.105.8", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index 8cca46ffc07b6..15713acc81ce7 100644 --- a/examples/odata-microsoft/package.json +++ b/examples/odata-microsoft/package.json @@ -7,7 +7,7 @@ "start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/odata": "0.105.8", "cross-env": "7.0.3", "graphql": "16.9.0" diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index 183d79bc57eef..b790c0745a5dd 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -7,8 +7,8 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/config": "0.106.10", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/config": "0.106.11", "@graphql-mesh/odata": "0.105.8", "@graphql-mesh/runtime": "0.105.8", "graphql": "16.9.0", diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index d82b40bd6fdad..e951d2e9b5a50 100644 --- a/examples/odata-msgraph-programmatic/package.json +++ b/examples/odata-msgraph-programmatic/package.json @@ -8,8 +8,8 @@ "start": "node index.js" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/config": "0.106.10", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/config": "0.106.11", "@graphql-mesh/odata": "0.105.8", "@graphql-mesh/runtime": "0.105.8", "graphql": "16.9.0" diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index e46b82f8fd412..c8a11c973ff25 100644 --- a/examples/odata-trippin/package.json +++ b/examples/odata-trippin/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/odata": "0.105.8", "graphql": "16.9.0" } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index 8409319838a22..ec1fe53ab9d8d 100644 --- a/examples/openapi-javascript-wiki/package.json +++ b/examples/openapi-javascript-wiki/package.json @@ -7,8 +7,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0", "moment": "2.30.1", "typescript": "^5.4.2" diff --git a/examples/openapi-location-weather/package.json b/examples/openapi-location-weather/package.json index 44d70f40a128d..b1466109279a9 100644 --- a/examples/openapi-location-weather/package.json +++ b/examples/openapi-location-weather/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "@graphql-mesh/plugin-response-cache": "0.103.8", "@graphql-mesh/runtime": "0.105.8", "@graphql-mesh/transform-cache": "0.103.9", diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index 9dc158eabc371..b20586d06bf23 100644 --- a/examples/openapi-meilisearch/package.json +++ b/examples/openapi-meilisearch/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0" } } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 5d4fa18ac6a5c..cc567976fa6d6 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -15,7 +15,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@types/react": "19.0.1", "@types/react-dom": "19.0.2", "@vitejs/plugin-react": "4.3.4", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 3d06eade4ccfc..a2bf3e016302a 100644 --- a/examples/openapi-stackexchange/package.json +++ b/examples/openapi-stackexchange/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0" } } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index a27db857ae541..679c97cee9bf3 100644 --- a/examples/openapi-stripe/package.json +++ b/examples/openapi-stripe/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "graphql": "16.9.0" } } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 01c3490945a3d..be14df1d549b0 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -7,8 +7,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "@whatwg-node/fetch": "^0.10.0", "concurrently": "9.1.0", "fets": "^0.8.0", diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index 7e2e295e2f4b6..52bb8898b87bf 100644 --- a/examples/openapi-youtrack/package.json +++ b/examples/openapi-youtrack/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "@graphql-mesh/transform-resolvers-composition": "0.103.8", "graphql": "16.9.0", "graphql-fields": "2.0.3" diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index 9a85a6b8c3952..5992c8336c521 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -11,7 +11,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "esbuild": "^0.24.0", "graphql": "16.9.0", diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index c3ea503a0eed4..b7f68f6f2b5b4 100644 --- a/examples/persisted-operations/package.json +++ b/examples/persisted-operations/package.json @@ -8,7 +8,7 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-mock": "0.103.9", "@graphql-yoga/plugin-sofa": "3.10.5", diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index c416b47b266b2..97ce63e8a0249 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.9", - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/config": "0.106.10", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/config": "0.106.11", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/postgraphile": "0.103.8", "@graphql-mesh/runtime": "0.105.8", diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 9e8bcf7036b7a..9b6dc2c9c9b81 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -7,8 +7,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", - "@graphql-mesh/openapi": "0.108.8", + "@graphql-mesh/cli": "0.98.11", + "@graphql-mesh/openapi": "0.108.9", "@sinclair/typebox": "0.34.11", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index 70e4c2771ed1a..8ecc624129c72 100644 --- a/examples/reddit-example/package.json +++ b/examples/reddit-example/package.json @@ -2,7 +2,7 @@ "name": "@examples/reddit-example", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/json-schema": "0.108.8" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index 9ad6032c20a5d..3109aefd3a2d4 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,12 @@ # example-response-cache +## 0.4.11 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.98.11 + ## 0.4.10 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 5e7ce62631d23..7d90b2ee4ede0 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.4.10", + "version": "0.4.11", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.10", + "@graphql-mesh/cli": "^0.98.11", "@graphql-mesh/json-schema": "^0.108.8", "@graphql-mesh/plugin-mock": "^0.103.9", "graphql": "16.9.0" diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index eff61cab3b390..492400206884e 100644 --- a/examples/soap-country-info/package.json +++ b/examples/soap-country-info/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/plugin-snapshot": "0.103.8", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index 4d4648582161e..a4b656f084874 100644 --- a/examples/soap-demo/package.json +++ b/examples/soap-demo/package.json @@ -10,7 +10,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index 5bad408f45c08..34f10cf9be975 100644 --- a/examples/soap-netsuite/package.json +++ b/examples/soap-netsuite/package.json @@ -10,7 +10,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index a4a20f231de36..c7461c8f9db4f 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -4,7 +4,7 @@ "dependencies": { "@envelop/depth-limit": "4.0.0", "@graphql-mesh/cache-cfw-kv": "0.104.8", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/plugin-rate-limit": "0.103.8", "@graphql-mesh/plugin-response-cache": "0.103.8", diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index a288288a3ca29..181d84c6279cc 100644 --- a/examples/sqlite-chinook/package.json +++ b/examples/sqlite-chinook/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/tuql": "0.104.8", "graphql": "16.9.0" }, diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index 20f5131ccffef..9fbac551051c1 100644 --- a/examples/thrift-calculator/package.json +++ b/examples/thrift-calculator/package.json @@ -13,7 +13,7 @@ "@creditkarma/thrift-server-core": "1.0.4", "@creditkarma/thrift-server-express": "1.0.4", "@creditkarma/thrift-typescript": "3.7.6", - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/thrift": "0.105.8", "express": "4.21.2", "graphql": "16.9.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index ca1edd65a985c..a5f503422ddc3 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -5,7 +5,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/cli": "0.98.11", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/transform-rename": "0.103.9", "@graphql-mesh/transform-type-merging": "0.103.8", diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index c9587d1dfa8ef..d71cec233053f 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/cli +## 0.98.11 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/config@0.106.11 + ## 0.98.10 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index ad19ff2fb127b..91f64b97f9b0a 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.98.10", + "version": "0.98.11", "type": "module", "repository": { "type": "git", @@ -47,7 +47,7 @@ "@graphql-codegen/typescript-generic-sdk": "^3.1.0", "@graphql-codegen/typescript-operations": "^4.0.0", "@graphql-codegen/typescript-resolvers": "^4.0.0", - "@graphql-mesh/config": "^0.106.10", + "@graphql-mesh/config": "^0.106.11", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/http": "^0.105.8", "@graphql-mesh/include": "^0.2.7", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index 9b3ad3df96316..32e2253b664e8 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/config +## 0.106.11 + +### Patch Changes + +- Updated dependencies + [[`c6c11ff`](https://github.com/ardatan/graphql-mesh/commit/c6c11ff22ec213db1371e5300d22d4cf2529fc80)]: + - @graphql-mesh/merger-bare@0.104.10 + ## 0.106.10 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index ad8e17dd08624..3bede282d84e0 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.106.10", + "version": "0.106.11", "type": "module", "repository": { "type": "git", @@ -38,7 +38,7 @@ "@envelop/core": "^5.0.0", "@graphql-mesh/cache-localforage": "^0.103.9", "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/merger-bare": "^0.104.9", + "@graphql-mesh/merger-bare": "^0.104.10", "@graphql-mesh/merger-stitching": "^0.104.8", "@graphql-mesh/runtime": "^0.105.8", "@graphql-mesh/store": "^0.103.8", diff --git a/packages/legacy/handlers/openapi/CHANGELOG.md b/packages/legacy/handlers/openapi/CHANGELOG.md index 7705bbb11d5ba..de84c77f68f63 100644 --- a/packages/legacy/handlers/openapi/CHANGELOG.md +++ b/packages/legacy/handlers/openapi/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/openapi +## 0.108.9 + +### Patch Changes + +- Updated dependencies + [[`c6c11ff`](https://github.com/ardatan/graphql-mesh/commit/c6c11ff22ec213db1371e5300d22d4cf2529fc80)]: + - @omnigraph/openapi@0.108.9 + ## 0.108.8 ### Patch Changes diff --git a/packages/legacy/handlers/openapi/package.json b/packages/legacy/handlers/openapi/package.json index 6a752a7c89e57..b1481b54f52a1 100644 --- a/packages/legacy/handlers/openapi/package.json +++ b/packages/legacy/handlers/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/openapi", - "version": "0.108.8", + "version": "0.108.9", "type": "module", "repository": { "type": "git", @@ -39,7 +39,7 @@ "@graphql-mesh/string-interpolation": "0.5.7", "@graphql-mesh/types": "^0.103.8", "@graphql-mesh/utils": "^0.103.8", - "@omnigraph/openapi": "0.108.8", + "@omnigraph/openapi": "0.108.9", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index 800bcaa14fd37..bc226ade04370 100644 --- a/packages/legacy/mergers/bare/CHANGELOG.md +++ b/packages/legacy/mergers/bare/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-bare +## 0.104.10 + +### Patch Changes + +- [#8136](https://github.com/ardatan/graphql-mesh/pull/8136) + [`c6c11ff`](https://github.com/ardatan/graphql-mesh/commit/c6c11ff22ec213db1371e5300d22d4cf2529fc80) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency + [`@graphql-tools/schema@10.0.12` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.12) + (from `10.0.11`, in `dependencies`) + ## 0.104.9 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index c060edf997a87..e6dfad3fb9499 100644 --- a/packages/legacy/mergers/bare/package.json +++ b/packages/legacy/mergers/bare/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-bare", - "version": "0.104.9", + "version": "0.104.10", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index d8eaf619592f6..df1769a60da35 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/migrate-config-cli +## 1.4.3 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/config@0.106.11 + - @graphql-mesh/cli@0.98.11 + ## 1.4.2 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 12051130508cf..e7520befd6a10 100644 --- a/packages/legacy/migrate-config-cli/package.json +++ b/packages/legacy/migrate-config-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/migrate-config-cli", - "version": "1.4.2", + "version": "1.4.3", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.10", + "@graphql-mesh/cli": "^0.98.11", "@graphql-mesh/compose-cli": "^1.3.1", - "@graphql-mesh/config": "^0.106.10", + "@graphql-mesh/config": "^0.106.11", "@graphql-mesh/types": "^0.103.8", "@graphql-mesh/utils": "^0.103.8", "lodash.kebabcase": "^4.1.1", diff --git a/packages/loaders/openapi/CHANGELOG.md b/packages/loaders/openapi/CHANGELOG.md index d8e6cbd4dba9e..c1dc00a3146e5 100644 --- a/packages/loaders/openapi/CHANGELOG.md +++ b/packages/loaders/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/openapi +## 0.108.9 + +### Patch Changes + +- [#8136](https://github.com/ardatan/graphql-mesh/pull/8136) + [`c6c11ff`](https://github.com/ardatan/graphql-mesh/commit/c6c11ff22ec213db1371e5300d22d4cf2529fc80) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency + [`@graphql-tools/utils@10.6.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.3) + (from `10.6.2`, in `dependencies`) + ## 0.108.8 ### Patch Changes diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index af0bb82483c8b..c8f2fc00d1c90 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/openapi", - "version": "0.108.8", + "version": "0.108.9", "type": "module", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index db093b513726f..e4171695017b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4675,7 +4675,7 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4688,7 +4688,7 @@ __metadata: resolution: "@examples/cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: "@graphql-mesh/cache-cfw-kv": "npm:0.104.8" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4700,7 +4700,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" fastify: "npm:5.1.0" graphql: "npm:16.9.0" @@ -4714,7 +4714,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway-supergraph@workspace:examples/federation-example/gateway-supergraph" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/supergraph": "npm:0.9.9" graphql: "npm:16.9.0" languageName: unknown @@ -4724,7 +4724,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/transform-federation": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4809,7 +4809,7 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.3" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/node": "npm:22.10.2" graphql: "npm:16.9.0" @@ -4844,7 +4844,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/graphql-file-upload-example@workspace:examples/graphql-file-upload-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" concurrently: "npm:9.1.0" graphql: "npm:16.9.0" @@ -4861,7 +4861,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/grpc": "npm:0.106.8" "@graphql-mesh/transform-naming-convention": "npm:0.103.10" "@grpc/grpc-js": "npm:1.12.4" @@ -4880,7 +4880,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/grpc": "npm:0.106.8" "@graphql-mesh/transform-naming-convention": "npm:0.103.10" "@grpc/grpc-js": "npm:1.12.4" @@ -4898,7 +4898,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" graphql: "npm:16.9.0" languageName: unknown @@ -4908,7 +4908,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-mock": "npm:0.103.9" graphql: "npm:16.9.0" @@ -4922,7 +4922,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-mock": "npm:0.103.9" "@graphql-yoga/plugin-sofa": "npm:3.10.5" @@ -4935,8 +4935,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-gateway@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@graphql-mesh/plugin-hive": "npm:0.103.8" "@graphql-mesh/transform-hive": "npm:0.103.9" graphql: "npm:16.9.0" @@ -4948,8 +4948,8 @@ __metadata: resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.44.4" - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4962,8 +4962,8 @@ __metadata: resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.44.4" - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4975,7 +4975,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/json-schema": "npm:0.108.8" graphql: "npm:16.9.0" @@ -4987,7 +4987,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-mock": "npm:0.103.9" "@graphql-mesh/transform-naming-convention": "npm:0.103.10" @@ -5000,7 +5000,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" @@ -5014,7 +5014,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-file-upload@workspace:examples/json-schema-file-upload" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/node": "npm:22.10.2" concurrently: "npm:9.1.0" @@ -5029,7 +5029,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-live-query": "npm:0.103.8" "@whatwg-node/fetch": "npm:^0.10.0" @@ -5046,7 +5046,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/mongoose": "npm:0.103.8" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5058,7 +5058,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/mysql": "npm:0.104.8" graphql: "npm:16.9.0" languageName: unknown @@ -5068,7 +5068,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/mysql": "npm:0.104.8" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5080,7 +5080,7 @@ __metadata: resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: "@graphql-mesh/cache-file": "npm:0.103.9" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/neo4j": "npm:0.105.8" graphql: "npm:16.9.0" languageName: unknown @@ -5090,9 +5090,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/config": "npm:0.106.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/config": "npm:0.106.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@graphql-mesh/runtime": "npm:0.105.8" "@types/react": "npm:19.0.1" apollo-server-micro: "npm:3.13.0" @@ -5108,9 +5108,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/config": "npm:0.106.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/config": "npm:0.106.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@graphql-mesh/runtime": "npm:0.105.8" "@types/react": "npm:19.0.1" apollo-server-micro: "npm:3.13.0" @@ -5126,7 +5126,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/odata": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5137,8 +5137,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic-ts@workspace:examples/odata-msgraph-programmatic-ts" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/config": "npm:0.106.10" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/config": "npm:0.106.11" "@graphql-mesh/odata": "npm:0.105.8" "@graphql-mesh/runtime": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5150,8 +5150,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/config": "npm:0.106.10" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/config": "npm:0.106.11" "@graphql-mesh/odata": "npm:0.105.8" "@graphql-mesh/runtime": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5162,7 +5162,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/odata": "npm:0.105.8" graphql: "npm:16.9.0" languageName: unknown @@ -5172,8 +5172,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" graphql: "npm:16.9.0" moment: "npm:2.30.1" typescript: "npm:^5.4.2" @@ -5184,8 +5184,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-location-weather@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" "@graphql-mesh/runtime": "npm:0.105.8" "@graphql-mesh/transform-cache": "npm:0.103.9" @@ -5198,8 +5198,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5208,7 +5208,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@types/react": "npm:19.0.1" "@types/react-dom": "npm:19.0.2" "@vitejs/plugin-react": "npm:4.3.4" @@ -5224,8 +5224,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5234,8 +5234,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5244,8 +5244,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.0" fets: "npm:^0.8.0" @@ -5260,8 +5260,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@graphql-mesh/transform-resolvers-composition": "npm:0.103.8" graphql: "npm:16.9.0" graphql-fields: "npm:2.0.3" @@ -5272,7 +5272,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" esbuild: "npm:^0.24.0" graphql: "npm:16.9.0" @@ -5284,7 +5284,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-mock": "npm:0.103.9" "@graphql-yoga/plugin-sofa": "npm:3.10.5" @@ -5298,8 +5298,8 @@ __metadata: resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: "@graphql-mesh/cache-file": "npm:0.103.9" - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/config": "npm:0.106.10" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/config": "npm:0.106.11" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/postgraphile": "npm:0.103.8" "@graphql-mesh/runtime": "npm:0.105.8" @@ -5316,8 +5316,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" - "@graphql-mesh/openapi": "npm:0.108.8" + "@graphql-mesh/cli": "npm:0.98.11" + "@graphql-mesh/openapi": "npm:0.108.9" "@sinclair/typebox": "npm:0.34.11" concurrently: "npm:9.1.0" fets: "npm:0.8.4" @@ -5331,7 +5331,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/json-schema": "npm:0.108.8" languageName: unknown linkType: soft @@ -5340,7 +5340,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-country-info@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/plugin-snapshot": "npm:0.103.8" "@graphql-mesh/soap": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5351,7 +5351,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/soap": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5362,7 +5362,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/soap": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5375,7 +5375,7 @@ __metadata: dependencies: "@envelop/depth-limit": "npm:4.0.0" "@graphql-mesh/cache-cfw-kv": "npm:0.104.8" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/plugin-rate-limit": "npm:0.103.8" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" @@ -5388,7 +5388,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/tuql": "npm:0.104.8" graphql: "npm:16.9.0" languageName: unknown @@ -5401,7 +5401,7 @@ __metadata: "@creditkarma/thrift-server-core": "npm:1.0.4" "@creditkarma/thrift-server-express": "npm:1.0.4" "@creditkarma/thrift-typescript": "npm:3.7.6" - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/thrift": "npm:0.105.8" concurrently: "npm:9.1.0" express: "npm:4.21.2" @@ -5416,7 +5416,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/type-merging-batching-example@workspace:examples/type-merging-batching-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.98.11" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/transform-rename": "npm:0.103.9" "@graphql-mesh/transform-type-merging": "npm:0.103.8" @@ -6119,7 +6119,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.98.10, @graphql-mesh/cli@npm:^0.98.10, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.11, @graphql-mesh/cli@npm:^0.98.11, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -6129,7 +6129,7 @@ __metadata: "@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.106.10" + "@graphql-mesh/config": "npm:^0.106.11" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/http": "npm:^0.105.8" "@graphql-mesh/include": "npm:^0.2.7" @@ -6194,14 +6194,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.106.10, @graphql-mesh/config@npm:^0.106.10, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.11, @graphql-mesh/config@npm:^0.106.11, @graphql-mesh/config@workspace:packages/legacy/config": version: 0.0.0-use.local resolution: "@graphql-mesh/config@workspace:packages/legacy/config" dependencies: "@envelop/core": "npm:^5.0.0" "@graphql-mesh/cache-localforage": "npm:^0.103.9" "@graphql-mesh/cross-helpers": "npm:^0.4.9" - "@graphql-mesh/merger-bare": "npm:^0.104.9" + "@graphql-mesh/merger-bare": "npm:^0.104.10" "@graphql-mesh/merger-stitching": "npm:^0.104.8" "@graphql-mesh/runtime": "npm:^0.105.8" "@graphql-mesh/store": "npm:^0.103.8" @@ -6391,7 +6391,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.104.9, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.104.10, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare" dependencies: @@ -6427,9 +6427,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/migrate-config-cli@workspace:packages/legacy/migrate-config-cli" dependencies: - "@graphql-mesh/cli": "npm:^0.98.10" + "@graphql-mesh/cli": "npm:^0.98.11" "@graphql-mesh/compose-cli": "npm:^1.3.1" - "@graphql-mesh/config": "npm:^0.106.10" + "@graphql-mesh/config": "npm:^0.106.11" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@types/lodash.kebabcase": "npm:^4.1.9" @@ -6503,7 +6503,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.108.8, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.108.9, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": version: 0.0.0-use.local resolution: "@graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi" dependencies: @@ -6511,7 +6511,7 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.7" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" - "@omnigraph/openapi": "npm:0.108.8" + "@omnigraph/openapi": "npm:0.108.9" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" @@ -10336,7 +10336,7 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.108.8, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:^, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.108.9, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:^, @omnigraph/openapi@workspace:packages/loaders/openapi": version: 0.0.0-use.local resolution: "@omnigraph/openapi@workspace:packages/loaders/openapi" dependencies: @@ -20292,7 +20292,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.98.10" + "@graphql-mesh/cli": "npm:^0.98.11" "@graphql-mesh/json-schema": "npm:^0.108.8" "@graphql-mesh/plugin-mock": "npm:^0.103.9" graphql: "npm:16.9.0"