Skip to content

Commit 114e7bc

Browse files
authored
bump @theguild/federation-composition (#6845)
1 parent d2f5387 commit 114e7bc

File tree

6 files changed

+39
-26
lines changed

6 files changed

+39
-26
lines changed

.changeset/plenty-clouds-obey.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@graphql-hive/cli': patch
3+
'hive': patch
4+
---
5+
6+
Update `@theguild/federation-composition` to `0.18.5`
7+
8+
Increases federation composition compatibility.
9+
- Fix errors raised by `@requires` with union field selection set
10+
- Fix incorrectly raised `IMPLEMENTED_BY_INACCESSIBLE` error for inaccessible object fields where the object type is inaccessible.
11+
- Add support for `@provides` fragment selection sets on union type fields.
12+
- Fix issue where the satisfiability check raised an exception for fields that share different object type and interface definitions across subgraphs.
13+
- Fix issue where scalar type marked with `@inaccessible` does not fail the composition if all usages are not marked with `@inaccessible`.

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.3",
24+
"@theguild/federation-composition": "0.18.5",
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.3",
62+
"@theguild/federation-composition": "0.18.5",
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.3",
40+
"@theguild/federation-composition": "0.18.5",
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.3",
18+
"@theguild/federation-composition": "0.18.5",
1919
"@trpc/server": "10.45.2",
2020
"@types/async-retry": "1.4.8",
2121
"@types/ioredis-mock": "8.2.5",

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)