Bump subscriptions-transport-ws from 0.9.16 to 0.9.19 in /backend
Created by: dependabot[bot]
Bumps subscriptions-transport-ws from 0.9.16 to 0.9.19.
Release notes
Sourced from subscriptions-transport-ws's releases.
0.9.18
Bug Fixes
- Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
@onhate
in #775- Clear WebSocket event listeners on close.
@tretne
in #615- Fix
MessageTypes
TS import errors.
@sneko
in #412- Ensure
promisedParams
errors are not handled twice.
@benjie
in #514- Fix invalid
formatResponse
console error.
@renatorib
in #761- Destructure the correct error object in
MessageTypes.GQL_START
.
@gregbty
in #588- Inline source in sourcemap files to fix broken source lookups.
@alexkirsz
in #513New Features
- Add
minTimeout
option for client.
@jedwards1211
in #675- Accept extra WebSocket client arguments.
@GingerBear
in #561- Support server-defined payload in GQL_CONNECTION_ACK message.
@mattkrick
in #347
Changelog
Sourced from subscriptions-transport-ws's changelog.
v0.9.19 (2021-06-08)
- Bump
ws
dependency to allow v6 and v7. Note that there are breaking changes inws
6.0.0
and7.0.0
; for example, messages over 100MiB are rejected, and (in v7) the behavior of sending messages while the connection is starting or ending has changed. We are publishing this package to allow users of Apollo Server 2 to avoid seeing this CVE in theirnpm audit
. However, note that (a) this CVE does not affect the subscriptions client, just the server and (b) Apollo Server 3 will remove its superficial integration with this package entirely. We encourage users of Apollo Server 2 to disable the integration with this unmaintained package vianew ApolloServer({subscriptions: false})
, and consider packages such asgraphql-ws
to power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.v0.9.18 (2020-08-17)
Bug Fixes
- Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
@onhate
in #775- Clear WebSocket event listeners on close.
@tretne
in #615- Fix
MessageTypes
TS import errors.@sneko
in #412- Ensure
promisedParams
errors are not handled twice.@benjie
in #514- Fix invalid
formatResponse
console error.@renatorib
in #761- Destructure the correct error object in
MessageTypes.GQL_START
.@gregbty
in #588- Inline source in sourcemap files to fix broken source lookups.
@alexkirsz
in #513New Features
- Add
minTimeout
option for client.@jedwards1211
in #675- Accept extra WebSocket client arguments.
@GingerBear
in #561- Support server-defined payload in GQL_CONNECTION_ACK message.
@mattkrick
in #347v0.9.17
- Bump
graphql
peer/dev deps.@hwillson
in #778
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)