Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ws to v7.5.8 #2270

Merged
merged 1 commit into from
Jun 3, 2022
Merged

fix(deps): update dependency ws to v7.5.8 #2270

merged 1 commit into from
Jun 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 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

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 - At any time (no schedule defined), 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 this update 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.

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #2270 (dce8db0) into master (f43f9b7) will increase coverage by 99.88%.
The diff coverage is n/a.

❗ Current head dce8db0 differs from pull request most recent head ca2def3. Consider uploading reports for the commit ca2def3 to get more accurate results

@@             Coverage Diff             @@
##           master    #2270       +/-   ##
===========================================
+ Coverage        0   99.88%   +99.88%     
===========================================
  Files           0       32       +32     
  Lines           0     1701     +1701     
===========================================
+ Hits            0     1699     +1699     
- Misses          0        2        +2     
Impacted Files Coverage Δ
src/cmd/run.js 100.00% <0.00%> (ø)
src/util/desktop-notifier.js 100.00% <0.00%> (ø)
src/cmd/docs.js 100.00% <0.00%> (ø)
src/errors.js 100.00% <0.00%> (ø)
src/config.js 100.00% <0.00%> (ø)
src/firefox/package-identifiers.js 100.00% <0.00%> (ø)
src/util/promisify.js 100.00% <0.00%> (ø)
src/cmd/build.js 100.00% <0.00%> (ø)
src/main.js 100.00% <0.00%> (ø)
src/util/file-filter.js 100.00% <0.00%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f43f9b7...ca2def3. Read the comment docs.

@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.0 fix(deps): update dependency ws to v7.5.1 Jun 29, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 4000e93 to e450f6e Compare June 29, 2021 07:14
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.1 fix(deps): update dependency ws to v7.5.2 Jul 4, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from e450f6e to 9fa6cb3 Compare July 4, 2021 06:28
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.2 fix(deps): update dependency ws to v7.5.3 Jul 10, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 9fa6cb3 to dcc2e75 Compare July 10, 2021 07:11
@renovate renovate bot force-pushed the renovate/ws-7.x branch from dcc2e75 to 768ea21 Compare August 28, 2021 17:09
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.3 fix(deps): update dependency ws to v7.5.4 Aug 28, 2021
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.4 fix(deps): update dependency ws to v7.5.5 Sep 8, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 768ea21 to 647f0ed Compare September 8, 2021 21:01
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 647f0ed to 00ad0d7 Compare November 23, 2021 22:03
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.5 fix(deps): update dependency ws to v7.5.6 Nov 23, 2021
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 00ad0d7 to 13f2e78 Compare February 7, 2022 20:36
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.6 fix(deps): update dependency ws to v7.5.7 Feb 7, 2022
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 13f2e78 to 1e9ce5e Compare March 24, 2022 20:27
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 1e9ce5e to 984ab6c Compare May 24, 2022 11:37
@renovate renovate bot changed the title fix(deps): update dependency ws to v7.5.7 fix(deps): update dependency ws to v7.5.8 May 26, 2022
@renovate renovate bot force-pushed the renovate/ws-7.x branch from 984ab6c to dce8db0 Compare May 26, 2022 19:06
@renovate renovate bot force-pushed the renovate/ws-7.x branch from dce8db0 to ca2def3 Compare June 3, 2022 18:54
@rpl rpl merged commit b860370 into master Jun 3, 2022
@rpl rpl deleted the renovate/ws-7.x branch June 3, 2022 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants