Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/tame-poets-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@graphql-hive/cli': patch
---

**hive dev**

Update @theguild/federation-composition to 0.14.4:
- Fix a child data type field not being accessible via interfaceObject
- Respect inaccessible enum values while creating the public schema from the supergraph AST
8 changes: 8 additions & 0 deletions .changeset/tame-poets-slash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'hive': patch
---

Update @theguild/federation-composition to 0.14.4

- Fix a child data type field not being accessible via interfaceObject
- Respect inaccessible enum values while creating the public schema from the supergraph AST
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@oclif/core": "^3.26.6",
"@oclif/plugin-help": "6.0.22",
"@oclif/plugin-update": "4.2.13",
"@theguild/federation-composition": "0.14.3",
"@theguild/federation-composition": "0.14.4",
"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.3",
"@theguild/federation-composition": "0.14.4",
"@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.3",
"@theguild/federation-composition": "0.14.4",
"@trpc/server": "10.45.2",
"@types/async-retry": "1.4.8",
"@types/ioredis-mock": "8.2.5",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

Loading