From cffd08a53d7e5a53bb59fa68e940b693e9102485 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Thu, 12 Dec 2024 14:25:44 +0100 Subject: [PATCH] Update @theguild/federation-composition to v0.14.2 (#6111) --- .changeset/unlucky-pianos-hide.md | 5 +++++ packages/libraries/cli/package.json | 2 +- packages/services/api/package.json | 2 +- packages/services/schema/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 5 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 .changeset/unlucky-pianos-hide.md diff --git a/.changeset/unlucky-pianos-hide.md b/.changeset/unlucky-pianos-hide.md new file mode 100644 index 0000000000..a8846f5802 --- /dev/null +++ b/.changeset/unlucky-pianos-hide.md @@ -0,0 +1,5 @@ +--- +'hive': patch +--- + +Fix a missing @join\_\_field on a query field where @override is used, but not in all subgraphs. diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 9cc5d89795..2bebdb0e85 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -57,7 +57,7 @@ "@oclif/core": "^3.26.6", "@oclif/plugin-help": "6.0.22", "@oclif/plugin-update": "4.2.13", - "@theguild/federation-composition": "0.14.1", + "@theguild/federation-composition": "0.14.2", "colors": "1.4.0", "env-ci": "7.3.0", "graphql": "^16.8.1", diff --git a/packages/services/api/package.json b/packages/services/api/package.json index 0a5edeccea..742a630d79 100644 --- a/packages/services/api/package.json +++ b/packages/services/api/package.json @@ -32,7 +32,7 @@ "@sentry/node": "7.120.0", "@sentry/types": "7.120.0", "@slack/web-api": "7.7.0", - "@theguild/federation-composition": "0.14.1", + "@theguild/federation-composition": "0.14.2", "@trpc/client": "10.45.2", "@trpc/server": "10.45.2", "@types/bcryptjs": "2.4.6", diff --git a/packages/services/schema/package.json b/packages/services/schema/package.json index 05d20f9c45..cabef6c575 100644 --- a/packages/services/schema/package.json +++ b/packages/services/schema/package.json @@ -15,7 +15,7 @@ "@graphql-tools/stitching-directives": "3.1.13", "@hive/service-common": "workspace:*", "@sentry/node": "7.120.0", - "@theguild/federation-composition": "0.14.1", + "@theguild/federation-composition": "0.14.2", "@trpc/server": "10.45.2", "@types/async-retry": "1.4.8", "@types/ioredis-mock": "8.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa9839c758..333f39c7fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -418,8 +418,8 @@ importers: specifier: 4.2.13 version: 4.2.13 '@theguild/federation-composition': - specifier: 0.14.1 - version: 0.14.1(graphql@16.9.0) + specifier: 0.14.2 + version: 0.14.2(graphql@16.9.0) colors: specifier: 1.4.0 version: 1.4.0 @@ -711,8 +711,8 @@ importers: specifier: 7.7.0 version: 7.7.0 '@theguild/federation-composition': - specifier: 0.14.1 - version: 0.14.1(graphql@16.9.0) + specifier: 0.14.2 + version: 0.14.2(graphql@16.9.0) '@trpc/client': specifier: 10.45.2 version: 10.45.2(@trpc/server@10.45.2) @@ -1096,8 +1096,8 @@ importers: specifier: 7.120.0 version: 7.120.0 '@theguild/federation-composition': - specifier: 0.14.1 - version: 0.14.1(graphql@16.9.0) + specifier: 0.14.2 + version: 0.14.2(graphql@16.9.0) '@trpc/server': specifier: 10.45.2 version: 10.45.2 @@ -7502,8 +7502,8 @@ packages: eslint: ^8 || ^9 typescript: ^5 - '@theguild/federation-composition@0.14.1': - resolution: {integrity: sha512-mHQMxN0yE73jBH7wicf2lj88sT+pllC3FpSkhoSPPp0CJTyoWarRAxWei1fVreF0aO+0HJHqixNivo4pkl/LlQ==} + '@theguild/federation-composition@0.14.2': + resolution: {integrity: sha512-wMw3nPTIeaAEy2Mt+InIm/fWsNoAAUTfWyjg0VfzjNXhGknZZtF+EYzi+onVGQJkwxhuLmzNOtvVCbEIwuOAww==} engines: {node: '>=18'} peerDependencies: graphql: ^16.0.0 @@ -23409,7 +23409,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@theguild/federation-composition@0.14.1(graphql@16.9.0)': + '@theguild/federation-composition@0.14.2(graphql@16.9.0)': dependencies: constant-case: 3.0.4 debug: 4.3.4