Skip to content

Update dependency graphql-ws to v6.2.1 - #12004

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphql-ws-6.x
Open

Update dependency graphql-ws to v6.2.1#12004
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphql-ws-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
graphql-ws (source) 6.0.86.2.1 age confidence

Release Notes

enisdenjo/graphql-ws (graphql-ws)

v6.2.1

Compare Source

Patch Changes

v6.2.0

Compare Source

Minor Changes

v6.1.1

Compare Source

Patch Changes
  • #​680 3fdd82f Thanks @​kkhys! - Disposing of a client event listener twice no longer removes an unrelated listener

    The unsubscribe function returned by client.on spliced at indexOf(listener) without checking for -1, so removing an already-removed listener would splice(-1, 1) and silently drop the most recently registered listener of the same event. This happens in practice without any double-dispose by the user: emits iterate over a copy of the listeners, so a one-shot internal listener that already unlistened itself during a nested emit (e.g. when client.terminate() is called from within a closed/error listener) is re-invoked from the copy and unlistens again, knocking out registered closed/error listeners.

v6.1.0

Compare Source

Minor Changes

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 this update 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 added the dependencies label Sep 9, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-ws-6.x branch from 007b98c to 5ae88c4 Compare September 9, 2026 05:48
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
Overall Coverage 🟢 58.35% 🟢 58.35% ⚪ 0%

Minimum allowed coverage is 0%, this run produced 58.35%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants