fix(deps): update dependency graphql-yoga to v5.18.1#108
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency graphql-yoga to v5.18.1#108renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
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.16.0→5.18.1Release Notes
graphql-hive/graphql-yoga (graphql-yoga)
v5.18.1Compare Source
Patch Changes
#4345
9a221c3Thanks @ardatan! - Fix error isolation in batched GraphQL operations
When processing batched GraphQL requests, an error in one operation would previously cause the
entire batch to fail. This change wraps each batched operation in error handling so that
individual operation errors are caught and returned as GraphQL errors for that specific operation,
while other operations in the batch continue to execute successfully.
#4346
f98149aThanks @ardatan! - dependencies updates:
@envelop/core@workspace:^↗︎(from
^5.3.0, independencies)@envelop/instrumentation@workspace:^↗︎(from
^1.0.0, independencies)v5.18.0Compare Source
Minor Changes
3eabd17Thanks @ardatan! - Export
GraphiQLRenderertype which is thesignature for
renderGraphiQLoption of Yoga configurationv5.17.1Compare Source
Patch Changes
c27f550Thanks @beaumontjonathan! - Bump
@whatwg-node/promise-helpers to fix missing export unfakePromise
v5.17.0Compare Source
Minor Changes
#4288
66c370cThanks @EmrysMyrddin! - Add experimental support for
coordinateerror attribute proposal.The
coordinateattribute indicates the coordinate in the schema of the resolver whichexperienced the errors. It allows for an easier error source identification than with the
pathwhich can be difficult to walk, or even lead to unsolvable ambiguities when using Union or
Interface types.
v5.16.2Compare Source
Patch Changes
#4270
ba38629Thanks @ardatan! - Fixes the bug where the error masking incorrectly
sets
http.unexpectedinstead of justunexpected.{ "extensions": { - "http": { "unexpected": true - } } }v5.16.1Compare Source
Patch Changes
#4263
6f83ceaThanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.10.14↗︎(from
^0.10.5, independencies)#4264
e1f52b6Thanks @renovate! - dependencies updates:
dset@^3.1.4↗︎ (fromdependencies)#4263
6f83ceaThanks @ardatan! - Update GraphiQL dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.