Skip to content

Commit 40213fb

Browse files
authored
Update federation composition to 0.14.3 (#6380)
The `transformSupergraphToPublicSchema` removes now `@policy`, `@requiresScopes` and `@authenticated`. The public schema shouldn't have them.
1 parent 2264fd1 commit 40213fb

5 files changed

Lines changed: 20 additions & 12 deletions

File tree

.changeset/good-countries-punch.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@graphql-hive/cli': patch
3+
'hive': patch
4+
---
5+
6+
Update `@theguild/federation-composition` to [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)
7+
8+

packages/libraries/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@oclif/plugin-help": "6.0.22",
6161
"@oclif/plugin-update": "4.2.13",
6262
"@sinclair/typebox": "0.34.13",
63-
"@theguild/federation-composition": "0.14.2",
63+
"@theguild/federation-composition": "0.14.3",
6464
"colors": "1.4.0",
6565
"env-ci": "7.3.0",
6666
"graphql": "^16.8.1",

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@sentry/node": "7.120.2",
3535
"@sentry/types": "7.120.2",
3636
"@slack/web-api": "7.8.0",
37-
"@theguild/federation-composition": "0.14.2",
37+
"@theguild/federation-composition": "0.14.3",
3838
"@trpc/client": "10.45.2",
3939
"@trpc/server": "10.45.2",
4040
"@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.24",
1616
"@hive/service-common": "workspace:*",
1717
"@sentry/node": "7.120.2",
18-
"@theguild/federation-composition": "0.14.2",
18+
"@theguild/federation-composition": "0.14.3",
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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)