Skip to content

Commit 33ad7fe

Browse files
authored
fix: bump federation composition (#6865)
1 parent 35a69a1 commit 33ad7fe

File tree

6 files changed

+67
-66
lines changed

6 files changed

+67
-66
lines changed

.changeset/plenty-clouds-obey.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
'hive': patch
44
---
55

6-
Update `@theguild/federation-composition` to `0.18.5`
6+
Update `@theguild/federation-composition` to `0.19.0`
77

88
Increases federation composition compatibility.
99
- Fix errors raised by `@requires` with union field selection set
1010
- Fix incorrectly raised `IMPLEMENTED_BY_INACCESSIBLE` error for inaccessible object fields where the object type is inaccessible.
1111
- Add support for `@provides` fragment selection sets on union type fields.
1212
- Fix issue where the satisfiability check raised an exception for fields that share different object type and interface definitions across subgraphs.
1313
- Fix issue where scalar type marked with `@inaccessible` does not fail the composition if all usages are not marked with `@inaccessible`.
14+
- Support composing executable directives from subgraphs into the supergraph

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@hive/schema": "workspace:*",
2222
"@hive/server": "workspace:*",
2323
"@hive/storage": "workspace:*",
24-
"@theguild/federation-composition": "0.18.5",
24+
"@theguild/federation-composition": "0.19.0",
2525
"@trpc/client": "10.45.2",
2626
"@trpc/server": "10.45.2",
2727
"@types/async-retry": "1.4.8",

packages/libraries/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@oclif/core": "^3.26.6",
6060
"@oclif/plugin-help": "6.0.22",
6161
"@oclif/plugin-update": "4.2.13",
62-
"@theguild/federation-composition": "0.18.5",
62+
"@theguild/federation-composition": "0.19.0",
6363
"colors": "1.4.0",
6464
"env-ci": "7.3.0",
6565
"graphql": "^16.8.1",

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@sentry/node": "7.120.2",
3838
"@sentry/types": "7.120.2",
3939
"@slack/web-api": "7.8.0",
40-
"@theguild/federation-composition": "0.18.5",
40+
"@theguild/federation-composition": "0.19.0",
4141
"@trpc/client": "10.45.2",
4242
"@trpc/server": "10.45.2",
4343
"@types/bcryptjs": "2.4.6",

packages/services/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-tools/stitching-directives": "3.1.31",
1616
"@hive/service-common": "workspace:*",
1717
"@sentry/node": "7.120.2",
18-
"@theguild/federation-composition": "0.18.5",
18+
"@theguild/federation-composition": "0.19.0",
1919
"@trpc/server": "10.45.2",
2020
"@types/async-retry": "1.4.8",
2121
"@types/ioredis-mock": "8.2.5",

0 commit comments

Comments
 (0)