fix(deps): update dependency graphql-ws to v6.0.8 #159
Reference in New Issue
Block a user
Delete Branch "renovate/graphql-ws-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
6.0.7→6.0.8Release Notes
enisdenjo/graphql-ws (graphql-ws)
v6.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.
Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.