-
-
Notifications
You must be signed in to change notification settings - Fork 831
fix(deps): update dependency @theguild/federation-composition to v0.18.5 #7250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @theguild/federation-composition to v0.18.5 #7250
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
💻 Website PreviewThe latest changes are available as preview in: https://pr-7250.graphql-tools.pages.dev |
f2f0d70
to
0abbc17
Compare
…8.5 (#7250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
0.18.3
->0.18.5
Release Notes
graphql-hive/federation-composition (@theguild/federation-composition)
v0.18.5
Compare Source
Patch Changes
#151
f9b9908
Thanks @n1ru4l! - Fix issue where the satisfiability check raised an exception for fields that share different object type and interface definitions across subgraphs.#152
e4440a1
Thanks @n1ru4l! - Fix issue where scalar type marked with@inaccessible
does not fail the composition if all usages are not marked with@inaccessible
.Composing the following subgraphs resulted in an invalid supergraph instead of failing the composition.
v0.18.4
Compare Source
Patch Changes
#146
55b48e9
Thanks @n1ru4l! - Resolve usage of@requires
FieldSet
with a union field selection to raise anEXTERNAL_UNUSED
error.#150
9bd8016
Thanks @n1ru4l! - Fix incorrectly raisedIMPLEMENTED_BY_INACCESSIBLE
error for inaccessible object fields where the object type is inaccessible.For example the following subgraph, will no longer result in the error
Field B.id is @​inaccessible but implements the interface field Node.id, which is in the API schema.
.#147
8c5bc0c
Thanks @n1ru4l! - Add support for@provides
fragment selection sets on union type fields.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.