Skip to content

Commit

Permalink
Update federation composition to 0.14.3 (#6380)
Browse files Browse the repository at this point in the history
The `transformSupergraphToPublicSchema` removes now `@policy`, `@requiresScopes` and `@authenticated`.

The public schema shouldn't have them.
  • Loading branch information
kamilkisiela authored Jan 17, 2025
1 parent 2264fd1 commit 40213fb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .changeset/good-countries-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@graphql-hive/cli': patch
'hive': patch
---

Update `@theguild/federation-composition` to [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)


2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@oclif/plugin-help": "6.0.22",
"@oclif/plugin-update": "4.2.13",
"@sinclair/typebox": "0.34.13",
"@theguild/federation-composition": "0.14.2",
"@theguild/federation-composition": "0.14.3",
"colors": "1.4.0",
"env-ci": "7.3.0",
"graphql": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sentry/node": "7.120.2",
"@sentry/types": "7.120.2",
"@slack/web-api": "7.8.0",
"@theguild/federation-composition": "0.14.2",
"@theguild/federation-composition": "0.14.3",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/bcryptjs": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-tools/stitching-directives": "3.1.24",
"@hive/service-common": "workspace:*",
"@sentry/node": "7.120.2",
"@theguild/federation-composition": "0.14.2",
"@theguild/federation-composition": "0.14.3",
"@trpc/server": "10.45.2",
"@types/async-retry": "1.4.8",
"@types/ioredis-mock": "8.2.5",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40213fb

Please sign in to comment.