Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Update dependency ws to ^7.5.8 #451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency ws to ^7.5.8 #451

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

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 renovate bot force-pushed the renovate/ws-7.x branch 2 times, most recently from 5b2e303 to cd1c378 Compare July 4, 2021 06:46
@renovate renovate bot changed the title Update dependency ws to ^7.5.1 Update dependency ws to ^7.5.2 Jul 4, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from cd1c378 to 67b1c78 Compare July 10, 2021 07:43
@renovate renovate bot changed the title Update dependency ws to ^7.5.2 Update dependency ws to ^7.5.3 Jul 10, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 67b1c78 to 59c73f9 Compare July 20, 2021 00:54
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 59c73f9 to bfc8c09 Compare August 28, 2021 17:30
@renovate renovate bot changed the title Update dependency ws to ^7.5.3 Update dependency ws to ^7.5.4 Aug 28, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from bfc8c09 to 9c6ad74 Compare September 8, 2021 20:53
@renovate renovate bot changed the title Update dependency ws to ^7.5.4 Update dependency ws to ^7.5.5 Sep 8, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 9c6ad74 to 669db7a Compare November 23, 2021 20:52
@renovate renovate bot changed the title Update dependency ws to ^7.5.5 Update dependency ws to ^7.5.6 Nov 23, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 669db7a to f291caa Compare February 7, 2022 20:30
@renovate renovate bot changed the title Update dependency ws to ^7.5.6 Update dependency ws to ^7.5.7 Feb 7, 2022
@renovate renovate bot changed the title Update dependency ws to ^7.5.7 Update dependency ws to ^7.5.8 May 26, 2022
@renovate renovate bot force-pushed the renovate/ws-7.x branch from f291caa to 3b54665 Compare May 26, 2022 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant