Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/graphql-ws-6.x
Sep 11, 2026
Merged

Update dependency graphql-ws to v6.2.1#12004
renovate[bot] merged 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 3 times, most recently from 3c611c5 to 12c1db7 Compare September 10, 2026 04:39
@renovate
renovate Bot force-pushed the renovate/graphql-ws-6.x branch from 12c1db7 to 4f06599 Compare September 10, 2026 17:02
@github-actions

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%

@renovate
renovate Bot merged commit b00ef8b into main Sep 11, 2026
24 checks passed
@renovate
renovate Bot deleted the renovate/graphql-ws-6.x branch September 11, 2026 01:09
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