sourcegraph-typescript
sourcegraph-typescript copied to clipboard
Update dependency ws to ^7.5.8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ws | ^7.4.6 -> ^7.5.8 |
||||
| @types/ws | 7.4.4 -> 7.4.7 |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
websockets/ws
v7.5.8
Bug fixes
- Backported
0fdcc0ato the 7.x release line (2758ed3). - Backported
d68ba9eto the 7.x release line (dc1781b).
v7.5.7
Bug fixes
v7.5.6
Bug fixes
- Backported
b8186ddto the 7.x release line (73dec34). - Backported
ed2b803to the 7.x release line (22a26af).
v7.5.5
Bug fixes
v7.5.4
Bug fixes
- Backported
6a72da3to the 7.x release line (76087fb). - Backported
869c989to the 7.x release line (2799793).
v7.5.3
Bug fixes
- The
WebSocketServerconstructor now throws an error if more than one of thenoServer,server, andportoptions are specefied (66e58d2). - Fixed a bug where a
'close'event was emitted by aWebSocketServerbefore the internal HTTP/S server was actually closed (5a58730). - Fixed a bug that allowed WebSocket connections to be established after
WebSocketServer.prototype.close()was called (772236a).
v7.5.2
Bug fixes
- The opening handshake is now aborted if the client receives a
Sec-WebSocket-Extensionsheader but no extension was requested or if the server indicates an extension not requested by the client (aca94c8).
v7.5.1
Bug fixes
- Fixed an issue that prevented the connection from being closed properly if an
error occurred simultaneously on both peers (
b434b9f).
v7.5.0
Features
- Some errors now have a
codeproperty describing the specific type of error that has occurred (#1901).
Bug fixes
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.