Skip to content

Commit a5e00f2

Browse files
authored
fix: bump @theguild/federation-composition (#6633)
1 parent 16b0e13 commit a5e00f2

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

.changeset/honest-numbers-heal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-hive/cli': patch
3+
'hive': patch
4+
---
5+
6+
Fix Federation composition error when having an inaccessible default value on an inaccessible field.

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.14.4",
62+
"@theguild/federation-composition": "0.14.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.14.4",
40+
"@theguild/federation-composition": "0.14.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
@@ -17,7 +17,7 @@
1717
"@graphql-tools/stitching-directives": "3.1.24",
1818
"@hive/service-common": "workspace:*",
1919
"@sentry/node": "7.120.2",
20-
"@theguild/federation-composition": "0.14.4",
20+
"@theguild/federation-composition": "0.14.5",
2121
"@trpc/server": "10.45.2",
2222
"@types/async-retry": "1.4.8",
2323
"@types/ioredis-mock": "8.2.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)