Update dependency graphql-yoga to v5.21.2#147
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/graphql-yoga-5.x
branch
from
June 24, 2026 13:42
e2c4636 to
dda61b3
Compare
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.18.0→5.21.2Release Notes
graphql-hive/graphql-yoga (graphql-yoga)
v5.21.2Compare Source
Patch Changes
39b55baThanks @enisdenjo! - Fix provenance attestations when publishing
with pnpm
v5.21.1Compare Source
Patch Changes
4b43efdThanks @enisdenjo! - dependencies updates:
@whatwg-node/server@^0.11.0↗︎(from
^0.10.14, independencies)v5.21.0Compare Source
Minor Changes
#4430
e263f7eThanks @ardatan! - Short-circuit response in
onRequestParsehookIn the
onRequestParsehook, if a response is sent usingendResponse, we should short-circuitthe request parsing and return that response immediately. This allows users to handle certain
requests entirely within the
onRequestParsehook without needing to go through the rest of therequest processing pipeline.
Or you can also short-circuit the response inside the request parser:
v5.20.0Compare Source
Minor Changes
#4428
93f1dc0Thanks @ardatan! - Support changing
graphqlEndpointafterinitialization;
v5.19.0Compare Source
Minor Changes
7e0aaf6Thanks @ardatan! - Update TypeScript to v6, and remove
`ReadableStream`'s `AsyncIterable` typings
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)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.