fix(deps): update dependency graphql-ws to v6.2.0 - #381
Open
svc-secops wants to merge 1 commit into
Open
Conversation
svc-secops
force-pushed
the
renovate/graphql-ws-6.x
branch
from
April 8, 2026 15:12
02a0157 to
db17066
Compare
svc-secops
force-pushed
the
renovate/graphql-ws-6.x
branch
from
July 14, 2026 15:28
db17066 to
0cebcb2
Compare
svc-secops
force-pushed
the
renovate/graphql-ws-6.x
branch
from
July 26, 2026 13:57
0cebcb2 to
33f96d4
Compare
svc-secops
force-pushed
the
renovate/graphql-ws-6.x
branch
from
July 29, 2026 13:40
33f96d4 to
7f39c18
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:
6.0.6→6.2.0Release Notes
enisdenjo/graphql-ws (graphql-ws)
v6.2.0Compare Source
Minor Changes
1e70c1aThanks @jwatzman! - Addparseoption for custom GraphQL parsingv6.1.1Compare Source
Patch Changes
#680
3fdd82fThanks @kkhys! - Disposing of a client event listener twice no longer removes an unrelated listenerThe unsubscribe function returned by
client.onspliced atindexOf(listener)without checking for-1, so removing an already-removed listener wouldsplice(-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. whenclient.terminate()is called from within aclosed/errorlistener) is re-invoked from the copy and unlistens again, knocking out registeredclosed/errorlisteners.v6.1.0Compare Source
Minor Changes
afb7a8aThanks @andreisergiu98! - Add support forgraphql@17v6.0.8Compare Source
Patch Changes
#667
fc03004Thanks @endigma! - Fix the server sending aCompletemessage after anErrormessage for subscriptions.Previously, when a subscription's async iterable threw an error, the server would send:
Per the protocol spec:
The server now correctly sends only the
Errormessage:Clients that correctly follow the spec should be unaffected, as they are expected to ignore messages for operations they consider already completed.
v6.0.7Compare Source
Patch Changes
#665
5536292Thanks @enisdenjo! - Remove uWebSockets.js from peer dependencies in package.jsonIt does not exist on NPM anymore and could lead to weird behavior when installing dependencies with
npm. Nothing else changes, usinggraphql-wswith uWebSockets.js still works.Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.