CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

[Snyk] Upgrade ws from 7.5.6 to 8.4.0 #111

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade ws from 7.5.6 to 8.4.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: ws
  • 8.4.0 - 2021-12-20

    Features

    • Added ability to generate custom masking keys (#1990).
  • 8.3.0 - 2021-11-23

    Features

    • Added ability to pause and resume a WebSocket (0a8c7a9).

    Bug fixes

    • Fixed a bug that could prevent the connection from being closed cleanly when
      using the stream API (ed2b803).
    • When following redirects, an error is now emitted and not thrown if the
      redirect URL is invalid (#1980).
  • 8.2.3 - 2021-10-02

    Bug fixes

    • When context takeover is enabled, messages are now compressed even if their size
      is below the value of the perMessageDeflate.threshold option (41ae563).
  • 8.2.2 - 2021-09-08

    Bug fixes

    • Some closing operations are now run only if needed (ec9377c).
  • 8.2.1 - 2021-08-28

    Bug fixes

    • Fixed an issue where the socket was not resumed, preventing the connection
      from being closed cleanly (869c989).
  • 8.2.0 - 2021-08-18
  • 8.1.0 - 2021-08-11
  • 8.0.0 - 2021-07-28
  • 7.5.6 - 2021-11-23

    Bug fixes

from ws GitHub release notes
Commit messages
Package name: ws
  • 00c34d7 [dist] 8.4.0
  • 35d45c2 [perf] Skip masking and unmasking if the masking key is zero
  • eb2e3a8 [feature] Introduce the `generateMask` option
  • c82b087 [dist] 8.3.0
  • 0a8c7a9 [api] Add `WebSocket#pause()` and `WebSocket#resume()`
  • ed2b803 [fix] Resume the socket in the `CLOSING` state
  • b8186dd [fix] Do not throw if the redirect URL is invalid (#1980)
  • 5a905e4 [minor] Add missing label to the issue form
  • 89d81e8 [minor] Fix nit
  • 4916d03 [minor] Allow to write frames with up to 2^48 - 1 bytes of data (#1973)
  • 5991c35 [doc] Fix nits
  • 65717f6 [ci] Test on node 17
  • a3a22e4 [pkg] Update eslint to version 8.0.0
  • cfd99b6 [dist] 8.2.3
  • fef7942 [ci] Fix typo
  • 41ae563 [fix] Ignore the `threshold` option if context takeover is enabled
  • 474aa36 [doc] Improve `WebSocket#{p{i,o}ng,send}()` documentation
  • 055949f [doc] Remove no longer needed noop function from code snippet
  • 5b85322 [ci] Update coverallsapp/github-action action to version 1.1.3
  • f871195 [doc] Update issue template
  • 72296e5 [dist] 8.2.2
  • 3039b6b [doc] Change label text to CI
  • 04c032c [ci] Use Github Actions for Windows x86 testing
  • 48c2cb3 [pkg] Update eslint-plugin-prettier to version 4.0.0
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 7ff7ebe2 and detected 0 issues on this pull request.

View more on Code Climate.