Skip to content

Bump graphql-ws from 6.0.7 to 6.0.8 in /app/assets#5304

Merged
mbklein merged 1 commit intodeploy/stagingfrom
dependabot/npm_and_yarn/app/assets/deploy/staging/graphql-ws-6.0.8
Apr 8, 2026
Merged

Bump graphql-ws from 6.0.7 to 6.0.8 in /app/assets#5304
mbklein merged 1 commit intodeploy/stagingfrom
dependabot/npm_and_yarn/app/assets/deploy/staging/graphql-ws-6.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps graphql-ws from 6.0.7 to 6.0.8.

Release notes

Sourced from graphql-ws's releases.

v6.0.8

Patch Changes

  • #667 fc03004 Thanks @​endigma! - Fix the server sending a Complete message after an Error message for subscriptions.

    Previously, when a subscription's async iterable threw an error, the server would send:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    {"id":"1","type":"complete"}
    

    Per the protocol spec:

    Error: This message terminates the operation and no further messages will be sent.

    Complete (Server → Client): If the server dispatched the Error message relative to the original Subscribe message, no Complete message will be emitted.

    The server now correctly sends only the Error message:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    

    Clients that correctly follow the spec should be unaffected, as they are expected to ignore messages for operations they consider already completed.

Changelog

Sourced from graphql-ws's changelog.

6.0.8

Patch Changes

  • #667 fc03004 Thanks @​endigma! - Fix the server sending a Complete message after an Error message for subscriptions.

    Previously, when a subscription's async iterable threw an error, the server would send:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    {"id":"1","type":"complete"}
    

    Per the protocol spec:

    Error: This message terminates the operation and no further messages will be sent.

    Complete (Server → Client): If the server dispatched the Error message relative to the original Subscribe message, no Complete message will be emitted.

    The server now correctly sends only the Error message:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    

    Clients that correctly follow the spec should be unaffected, as they are expected to ignore messages for operations they consider already completed.

Commits

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2026
Bumps [graphql-ws](https://github.com/enisdenjo/graphql-ws) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/enisdenjo/graphql-ws/releases)
- [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md)
- [Commits](enisdenjo/graphql-ws@v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: graphql-ws
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/assets/deploy/staging/graphql-ws-6.0.8 branch from 34a47b7 to 202fa37 Compare April 8, 2026 16:43
@github-actions github-actions bot mentioned this pull request Apr 8, 2026
@mbklein mbklein merged commit b1f0c71 into deploy/staging Apr 8, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/assets/deploy/staging/graphql-ws-6.0.8 branch April 8, 2026 17:31
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.

1 participant