chore: update dependency @graphql-yoga/subscription to ^5.1.1 - #11796
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/graphql-yoga-subscription-5.x
branch
from
September 16, 2026 18:15
8b90bff to
c87868f
Compare
renovate
Bot
force-pushed
the
renovate/graphql-yoga-subscription-5.x
branch
2 times, most recently
from
September 17, 2026 17:04
c6bfb7b to
1803ef6
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/graphql-yoga-subscription-5.x
branch
from
September 17, 2026 23:51
1803ef6 to
f3495a4
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.0.5→^5.1.1Release Notes
graphql-hive/graphql-yoga (@graphql-yoga/subscription)
v5.1.1Compare Source
Patch Changes
#4577
7bff35cThanks @egoodwinx! - Add homepage and bugs.url to package.json
files
Updated dependencies
[
7bff35c]:v5.1.0Compare Source
Minor Changes
#4341
b70ad4aThanks @wotan-allfather! - feat: add configurable repeater
buffer to createPubSub
This allows users to configure how values are buffered when pushed faster than consumed,
preventing RepeaterOverflowError when more than 1024 pending pushes accumulate.
Available buffers from @repeaterjs/repeater:
FixedBuffer(capacity)- allows N values to be pushed without waiting, throws when fullSlidingBuffer(capacity)- discards oldest values when capacity is exceededDroppingBuffer(capacity)- discards newest values when capacity is exceededExample:
Closes #3692
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.