diff --git a/.changeset/new-boats-judge.md b/.changeset/new-boats-judge.md deleted file mode 100644 index 8bd7c0d6cd7c9..0000000000000 --- a/.changeset/new-boats-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/graphql': patch ---- - -Handle interpolation on `source` diff --git a/.changeset/olive-weeks-drive.md b/.changeset/olive-weeks-drive.md deleted file mode 100644 index 2bef7a2614bc7..0000000000000 --- a/.changeset/olive-weeks-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/compose-cli': patch ---- - -Pass `ignoreSemanticConventions` to the composition diff --git a/examples/fastify/package.json b/examples/fastify/package.json index ffedb394775db..88a690dcac34b 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "fastify": "5.1.0", "graphql": "16.9.0", "ts-node": "^10.9.2", diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index b8c259fabf150..6ef3202a61418 100644 --- a/examples/federation-example/gateway/package.json +++ b/examples/federation-example/gateway/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "@graphql-mesh/transform-federation": "0.102.11", "graphql": "16.9.0" } diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 4f06657438f98..eab939ad09b13 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "concurrently": "9.1.0", "graphql": "16.9.0", "graphql-yoga": "5.8.0", diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index fee31e57acfb6..2cd56fffb4d52 100644 --- a/examples/json-schema-covid/package.json +++ b/examples/json-schema-covid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "@graphql-mesh/json-schema": "0.107.5", "graphql": "16.9.0" }, diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index be86d8a067c0c..2b0be67e91882 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "esbuild": "^0.24.0", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index c95822b341321..f8dd17df0eb26 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -11,7 +11,7 @@ "@graphql-mesh/cache-file": "0.102.11", "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/config": "0.105.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "@graphql-mesh/postgraphile": "0.102.11", "@graphql-mesh/runtime": "0.104.0", "@graphql-mesh/transform-prefix": "0.102.11", diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 33a21cef1f1cc..eb92c55089f27 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -5,7 +5,7 @@ "@envelop/depth-limit": "4.0.0", "@graphql-mesh/cache-cfw-kv": "0.102.11", "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "@graphql-mesh/plugin-rate-limit": "0.102.11", "@graphql-mesh/plugin-response-cache": "0.102.11", "graphql": "16.9.0" diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index d3e80bffa7e66..8913e8584db49 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.97.0", - "@graphql-mesh/graphql": "0.102.13", + "@graphql-mesh/graphql": "0.102.14", "@graphql-mesh/transform-rename": "0.102.11", "@graphql-mesh/transform-type-merging": "0.102.11", "graphql": "16.9.0" diff --git a/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md b/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md index fc22ec6333045..b3ce8ca631b1b 100644 --- a/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md +++ b/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md @@ -1,5 +1,7 @@ # example-apollo-federation-compatibility +## 1.4.3 + ## 1.4.2 ## 1.4.1 diff --git a/examples/v1-next/apollo-federation-compatibility/package.json b/examples/v1-next/apollo-federation-compatibility/package.json index dc615edb3cb0b..30ccdced4718d 100644 --- a/examples/v1-next/apollo-federation-compatibility/package.json +++ b/examples/v1-next/apollo-federation-compatibility/package.json @@ -1,6 +1,6 @@ { "name": "example-apollo-federation-compatibility", - "version": "1.4.2", + "version": "1.4.3", "description": "Apollo Federation implemented with GraphQL Mesh", "author": "Arda TANRIKULU ", "private": true, @@ -27,7 +27,7 @@ "@graphql-codegen/cli": "5.0.3", "@graphql-codegen/typescript": "4.1.1", "@graphql-codegen/typescript-resolvers": "4.4.0", - "@graphql-mesh/compose-cli": "1.1.6", + "@graphql-mesh/compose-cli": "1.1.7", "@types/node": "22.9.0", "esbuild": "^0.24.0", "lru-cache": "11.0.2" diff --git a/examples/v1-next/auth0/package.json b/examples/v1-next/auth0/package.json index bc3d5683441ce..025d42d660cb7 100644 --- a/examples/v1-next/auth0/package.json +++ b/examples/v1-next/auth0/package.json @@ -11,7 +11,7 @@ "dependencies": { "@envelop/auth0": "^6.0.0", "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@graphql-mesh/plugin-operation-field-permissions": "^0.102.11", "@omnigraph/json-schema": "^0.107.5", "graphql": "16.9.0" diff --git a/examples/v1-next/integrations/cfw-breweries/package.json b/examples/v1-next/integrations/cfw-breweries/package.json index 4f9eaacc192a2..5aa68e6e57d55 100644 --- a/examples/v1-next/integrations/cfw-breweries/package.json +++ b/examples/v1-next/integrations/cfw-breweries/package.json @@ -9,7 +9,7 @@ "@graphql-hive/gateway": "^1.4.8", "@graphql-mesh/cache-cfw-kv": "^0.102.11", "@graphql-mesh/cache-localforage": "^0.102.11", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@graphql-mesh/plugin-response-cache": "^0.102.11", "@omnigraph/json-schema": "^0.107.5", "graphql": "16.9.0" diff --git a/examples/v1-next/integrations/fastify/package.json b/examples/v1-next/integrations/fastify/package.json index ac3ce5c55eac1..721472f8df39f 100644 --- a/examples/v1-next/integrations/fastify/package.json +++ b/examples/v1-next/integrations/fastify/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@omnigraph/openapi": "^0.107.5", "fastify": "^5.0.0", "graphql": "16.9.0", diff --git a/examples/v1-next/integrations/gcp-functions/package.json b/examples/v1-next/integrations/gcp-functions/package.json index 67f265d7501d9..dd40012275442 100644 --- a/examples/v1-next/integrations/gcp-functions/package.json +++ b/examples/v1-next/integrations/gcp-functions/package.json @@ -13,7 +13,7 @@ "dependencies": { "@google-cloud/functions-framework": "^3.3.0", "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@omnigraph/json-schema": "^0.107.5", "@types/node": "^22.0.0", "graphql": "^16.9.0", diff --git a/examples/v1-next/openapi-location-weather/package.json b/examples/v1-next/openapi-location-weather/package.json index 037aef3747e13..462bca3f1872d 100644 --- a/examples/v1-next/openapi-location-weather/package.json +++ b/examples/v1-next/openapi-location-weather/package.json @@ -9,7 +9,7 @@ "dependencies": { "@graphql-hive/gateway": "^1.4.8", "@graphql-mesh/cache-localforage": "^0.102.11", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@omnigraph/openapi": "^0.107.5", "graphql": "^16.9.0" } diff --git a/examples/v1-next/openapi-youtrack/package.json b/examples/v1-next/openapi-youtrack/package.json index 88808cafd3e99..30b7e7309cb5e 100644 --- a/examples/v1-next/openapi-youtrack/package.json +++ b/examples/v1-next/openapi-youtrack/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@omnigraph/openapi": "^0.107.5", "graphql": "^16.9.0" } diff --git a/packages/compose-cli/CHANGELOG.md b/packages/compose-cli/CHANGELOG.md index daefe9ff9b1a8..f605c6a0df098 100644 --- a/packages/compose-cli/CHANGELOG.md +++ b/packages/compose-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/compose-cli +## 1.1.7 + +### Patch Changes + +- [`56e7b60`](https://github.com/ardatan/graphql-mesh/commit/56e7b602ec8a17b52127eecb3457cf16e6030ae9) + Thanks [@ardatan](https://github.com/ardatan)! - Pass `ignoreSemanticConventions` to the + composition + ## 1.1.6 ### Patch Changes diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index 53f5b2da9cc7b..26c1505c27543 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/compose-cli", - "version": "1.1.6", + "version": "1.1.7", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/handlers/graphql/CHANGELOG.md b/packages/legacy/handlers/graphql/CHANGELOG.md index 1421891dbda30..15178384e355f 100644 --- a/packages/legacy/handlers/graphql/CHANGELOG.md +++ b/packages/legacy/handlers/graphql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/graphql +## 0.102.14 + +### Patch Changes + +- [`4d1893d`](https://github.com/ardatan/graphql-mesh/commit/4d1893da99ea0bc18a906c70fa5560a4ad6ccc62) + Thanks [@ardatan](https://github.com/ardatan)! - Handle interpolation on `source` + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/handlers/graphql/package.json b/packages/legacy/handlers/graphql/package.json index de257fdb00b44..47a4f15912c94 100644 --- a/packages/legacy/handlers/graphql/package.json +++ b/packages/legacy/handlers/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/graphql", - "version": "0.102.13", + "version": "0.102.14", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 38219440489eb..458b022e27732 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.2.1 + +### Patch Changes + +- Updated dependencies + [[`56e7b60`](https://github.com/ardatan/graphql-mesh/commit/56e7b602ec8a17b52127eecb3457cf16e6030ae9)]: + - @graphql-mesh/compose-cli@1.1.7 + ## 1.2.0 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 12d0ac8b164c2..46d2a0f3dcb3d 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.2.0", + "version": "1.2.1", "type": "module", "repository": { "type": "git", @@ -40,7 +40,7 @@ }, "dependencies": { "@graphql-mesh/cli": "^0.97.0", - "@graphql-mesh/compose-cli": "^1.1.6", + "@graphql-mesh/compose-cli": "^1.1.7", "@graphql-mesh/config": "^0.105.0", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", diff --git a/yarn.lock b/yarn.lock index 41f5d16f60f60..686064f421685 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4421,7 +4421,7 @@ __metadata: dependencies: "@envelop/auth0": "npm:^6.0.0" "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.102.11" "@omnigraph/json-schema": "npm:^0.107.5" graphql: "npm:16.9.0" @@ -4436,7 +4436,7 @@ __metadata: "@graphql-hive/gateway": "npm:^1.4.8" "@graphql-mesh/cache-cfw-kv": "npm:^0.102.11" "@graphql-mesh/cache-localforage": "npm:^0.102.11" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@graphql-mesh/plugin-response-cache": "npm:^0.102.11" "@omnigraph/json-schema": "npm:^0.107.5" graphql: "npm:16.9.0" @@ -4463,7 +4463,7 @@ __metadata: resolution: "@examples-v1-next/fastify@workspace:examples/v1-next/integrations/fastify" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@omnigraph/openapi": "npm:^0.107.5" fastify: "npm:^5.0.0" graphql: "npm:16.9.0" @@ -4479,7 +4479,7 @@ __metadata: dependencies: "@google-cloud/functions-framework": "npm:^3.3.0" "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@omnigraph/json-schema": "npm:^0.107.5" "@types/node": "npm:^22.0.0" graphql: "npm:^16.9.0" @@ -4542,7 +4542,7 @@ __metadata: dependencies: "@graphql-hive/gateway": "npm:^1.4.8" "@graphql-mesh/cache-localforage": "npm:^0.102.11" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@omnigraph/openapi": "npm:^0.107.5" graphql: "npm:^16.9.0" languageName: unknown @@ -4553,7 +4553,7 @@ __metadata: resolution: "@examples-v1-next/openapi-youtrack@workspace:examples/v1-next/openapi-youtrack" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@omnigraph/openapi": "npm:^0.107.5" graphql: "npm:^16.9.0" languageName: unknown @@ -4601,7 +4601,7 @@ __metadata: resolution: "@examples/fastify@workspace:examples/fastify" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" fastify: "npm:5.1.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4625,7 +4625,7 @@ __metadata: resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" "@graphql-mesh/transform-federation": "npm:0.102.11" graphql: "npm:16.9.0" languageName: unknown @@ -4745,7 +4745,7 @@ __metadata: resolution: "@examples/graphql-file-upload-example@workspace:examples/graphql-file-upload-example" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" concurrently: "npm:9.1.0" graphql: "npm:16.9.0" graphql-yoga: "npm:5.8.0" @@ -4876,7 +4876,7 @@ __metadata: resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" "@graphql-mesh/json-schema": "npm:0.107.5" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5173,7 +5173,7 @@ __metadata: resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" esbuild: "npm:^0.24.0" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -5200,7 +5200,7 @@ __metadata: "@graphql-mesh/cache-file": "npm:0.102.11" "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/config": "npm:0.105.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" "@graphql-mesh/postgraphile": "npm:0.102.11" "@graphql-mesh/runtime": "npm:0.104.0" "@graphql-mesh/transform-prefix": "npm:0.102.11" @@ -5276,7 +5276,7 @@ __metadata: "@envelop/depth-limit": "npm:4.0.0" "@graphql-mesh/cache-cfw-kv": "npm:0.102.11" "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" "@graphql-mesh/plugin-rate-limit": "npm:0.102.11" "@graphql-mesh/plugin-response-cache": "npm:0.102.11" graphql: "npm:16.9.0" @@ -5317,7 +5317,7 @@ __metadata: resolution: "@examples/type-merging-batching-example@workspace:examples/type-merging-batching-example" dependencies: "@graphql-mesh/cli": "npm:0.97.0" - "@graphql-mesh/graphql": "npm:0.102.13" + "@graphql-mesh/graphql": "npm:0.102.14" "@graphql-mesh/transform-rename": "npm:0.102.11" "@graphql-mesh/transform-type-merging": "npm:0.102.11" graphql: "npm:16.9.0" @@ -6054,7 +6054,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:1.1.6, @graphql-mesh/compose-cli@npm:^1.1.6, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:1.1.7, @graphql-mesh/compose-cli@npm:^1.1.7, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": version: 0.0.0-use.local resolution: "@graphql-mesh/compose-cli@workspace:packages/compose-cli" dependencies: @@ -6166,7 +6166,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/graphql@npm:0.102.13, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.102.14, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: @@ -6307,7 +6307,7 @@ __metadata: resolution: "@graphql-mesh/migrate-config-cli@workspace:packages/legacy/migrate-config-cli" dependencies: "@graphql-mesh/cli": "npm:^0.97.0" - "@graphql-mesh/compose-cli": "npm:^1.1.6" + "@graphql-mesh/compose-cli": "npm:^1.1.7" "@graphql-mesh/config": "npm:^0.105.0" "@graphql-mesh/types": "npm:^0.102.11" "@graphql-mesh/utils": "npm:^0.102.11" @@ -21051,7 +21051,7 @@ __metadata: "@graphql-codegen/typescript": "npm:4.1.1" "@graphql-codegen/typescript-resolvers": "npm:4.4.0" "@graphql-hive/gateway": "npm:1.4.11" - "@graphql-mesh/compose-cli": "npm:1.1.6" + "@graphql-mesh/compose-cli": "npm:1.1.7" "@graphql-yoga/plugin-apollo-inline-trace": "npm:3.8.0" "@types/node": "npm:22.9.0" concurrently: "npm:9.1.0"