sourcegraph-typescript icon indicating copy to clipboard operation
sourcegraph-typescript copied to clipboard

Update dependency ws to ^7.5.8

Open renovate[bot] opened this issue 4 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ws ^7.4.6 -> ^7.5.8 age adoption passing confidence
@types/ws 7.4.4 -> 7.4.7 age adoption passing confidence

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

Compare Source

Bug fixes

v7.5.7

Compare Source

Bug fixes

v7.5.6

Compare Source

Bug fixes

v7.5.5

Compare Source

Bug fixes

v7.5.4

Compare Source

Bug fixes

v7.5.3

Compare Source

Bug fixes
  • The WebSocketServer constructor now throws an error if more than one of the noServer, server, and port options are specefied (66e58d2).
  • Fixed a bug where a 'close' event was emitted by a WebSocketServer before 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

Compare Source

Bug fixes
  • The opening handshake is now aborted if the client receives a Sec-WebSocket-Extensions header but no extension was requested or if the server indicates an extension not requested by the client (aca94c8).

v7.5.1

Compare Source

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

Compare Source

Features
  • Some errors now have a code property describing the specific type of error that has occurred (#​1901).
Bug fixes
  • A close frame is now sent to the remote peer if an error (such as a data framing error) occurs (8806aa9).
  • The close code is now always 1006 if no close frame is received, even if the connection is closed due to an error (8806aa9).

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.

renovate[bot] avatar Jul 01 '21 07:07 renovate[bot]