Skip to content

chore: update dependency @graphql-yoga/subscription to ^5.1.1 - #11796

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-yoga-subscription-5.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-yoga-subscription-5.x

Conversation

@renovate

@renovate renovate Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-yoga/subscription (source) ^5.0.5^5.1.1 age adoption passing confidence

Release Notes

graphql-hive/graphql-yoga (@​graphql-yoga/subscription)

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes
  • #​4341
    b70ad4a
    Thanks @​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 full
    • SlidingBuffer(capacity) - discards oldest values when capacity is exceeded
    • DroppingBuffer(capacity) - discards newest values when capacity is exceeded

    Example:

    import { createPubSub, SlidingBuffer } from '@graphql-yoga/subscription'
    
    const pubSub = createPubSub({
      repeaterBuffer: new SlidingBuffer(256)
    })

    Closes #​3692


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from raymondfeng as a code owner September 16, 2026 06:02
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 16, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-yoga-subscription-5.x branch from 8b90bff to c87868f Compare September 16, 2026 18:15
@renovate renovate Bot changed the title chore: update dependency @graphql-yoga/subscription to ^5.1.0 chore: update dependency @graphql-yoga/subscription to ^5.1.1 Sep 16, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-yoga-subscription-5.x branch 2 times, most recently from c6bfb7b to 1803ef6 Compare September 17, 2026 17:04
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/graphql-yoga-subscription-5.x branch from 1803ef6 to f3495a4 Compare September 17, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants