chore(deps): update apollo graphql packages to v5.0.1#5444
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5444 +/- ##
=========================================
Coverage 61.53% 61.53%
Complexity 14 14
=========================================
Files 2 2
Lines 78 78
Branches 4 4
=========================================
Hits 48 48
Misses 24 24
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
63532eb to
083a55e
Compare
3c6e713 to
5139a20
Compare
5139a20 to
d9021fe
Compare
d9021fe to
3d6c603
Compare
|
DanySK
pushed a commit
that referenced
this pull request
Jun 28, 2026
## [43.1.11](43.1.10...43.1.11) (2026-06-28) ### Dependency updates * **core-deps:** update react to v2026.6.7-19.2.7 ([#5441](#5441)) ([12d9e71](12d9e71)) * **core-deps:** update react to v2026.6.8-19.2.7 ([#5456](#5456)) ([5c78cf3](5c78cf3)) * **core-deps:** update react to v2026.6.9-19.2.7 ([#5458](#5458)) ([a906c9c](a906c9c)) * **deps:** update apollo graphql packages to v5.0.1 ([#5444](#5444)) ([c200439](c200439)) * **deps:** update gradle to v9.6.1 ([#5450](#5450)) ([4931d30](4931d30)) * **deps:** update junit-framework monorepo to v6.1.1 ([#5457](#5457)) ([8e21a62](8e21a62)) * **deps:** update logback monorepo ([#5442](#5442)) ([d543dad](d543dad)) * **deps:** update node.js to 24.18 ([#5447](#5447)) ([7b8638f](7b8638f)) * **deps:** update plugin jpackage to v2.1.0 ([#5455](#5455)) ([19f68e1](19f68e1)) * **deps:** update plugin multijvmtesting to v4.5.3 ([#5451](#5451)) ([97e09bc](97e09bc)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.1.20 ([#5453](#5453)) ([2ecefae](2ecefae)) * **deps:** update plugin shadowjar to v9.4.3 ([#5449](#5449)) ([f722c5d](f722c5d)) ### Build and continuous integration * **deps:** update danysk/build-check-deploy-gradle-action action to v4.0.37 ([#5443](#5443)) ([60eb286](60eb286)) * **website:** prefer link replacement over 404 ignore ([#5454](#5454)) ([b154e49](b154e49)) ### General maintenance * **build:** update the javadoc.io cache ([1e14768](1e14768)) * **build:** update the javadoc.io cache ([f7dd081](f7dd081))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
5.0.0→5.0.15.0.0→5.0.1Release Notes
apollographql/apollo-kotlin (com.apollographql.apollo)
v5.0.1: 5.0.1A few bugfixes, support for
onError, and promote "directives on directives" which was merged in the specification recently.Experimental
onErrorsupportIf your server supports the
onErrorrequest parameter, you can now use it to control error propagation:When using
OnError.NULL, error propagation is disabled, meaning you get more partial data:If an error occurs at
user.email, you will get a partial response withuser.namebut nouser.email, instead of propagating the error to the parentuserfield:{ "errors": [{"path": ["user", "email"] }], "data": { "user": { "name": "John Doe", "email": null } } }Coupled with error aware parsing, it allows for more granular error handling.
Note:
onErrorachieves the same functionality as@experimental_DisableErrorPropagation. It is expected thatonErrorultimately replaces the directive.👷♂️ All changes
ApolloClientsupport foronError(#6963)allowDirectivesOnDirectivesnot being honored (#6953)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.