Skip to content

fix(deps): update dependency graphql-ws to v6.1.1#4063

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

fix(deps): update dependency graphql-ws to v6.1.1#4063
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-ws-6.x

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

enisdenjo/graphql-ws (graphql-ws)

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Pull requests that update a dependency file label Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/graphql-ws-6.x branch 2 times, most recently from 9a0ee06 to 19ce316 Compare July 21, 2026 03:14
@renovate
renovate Bot force-pushed the renovate/graphql-ws-6.x branch from 19ce316 to 24ed30e Compare July 22, 2026 20:39
@renovate renovate Bot changed the title fix(deps): update dependency graphql-ws to v6.1.0 fix(deps): update dependency graphql-ws to v6.1.1 Jul 22, 2026
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