Skip to content

refactor: upgrade ws from 7.5.1 to 8.6.0 #1483

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

Merged
merged 1 commit into from
May 23, 2022

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented May 23, 2022

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ws from 7.5.1 to 8.6.0.

ℹ️ 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.

  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-05-01.
Release notes
Package name: ws
  • 8.6.0 - 2022-05-01

    Features

    • Add the ability to remove confidential headers on a per-redirect basis (#2030).
  • 8.5.0 - 2022-02-07

    Features

    • Added the ability to use a custom WebSocket class on the server (#2007).

    Bug fixes

    • When following redirects, the Authorization and Cookie headers are no
      longer sent if the redirect host is different from the original host (#2013).
  • 8.4.2 - 2022-01-14

    Bug fixes

    • Fixed a data framing issue introduced in version 8.4.1 (#2004).
  • 8.4.1 - 2022-01-13

    Notable changes

    • To improve performance, strings sent via websocket.ping(),
      websocket.pong(), and websocket.send() are no longer converted to
      Buffers if the data does not need to be masked (#2000).
  • 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
  • 8.2.0 - 2021-08-18
  • 8.1.0 - 2021-08-11
  • 8.0.0 - 2021-07-28
  • 7.5.7 - 2022-02-07

    Bug fixes

  • 7.5.6 - 2021-11-23

    Bug fixes

  • 7.5.5 - 2021-09-08
  • 7.5.4 - 2021-08-28
  • 7.5.3 - 2021-07-10
  • 7.5.2 - 2021-07-04
  • 7.5.1 - 2021-06-29
from ws GitHub release notes
Commit messages
Package name: ws

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

@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title [Snyk] Upgrade ws from 7.5.1 to 8.6.0 refactor: upgrade ws from 7.5.1 to 8.6.0 May 23, 2022
@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #1483 (b491167) into alpha (c07d6c9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            alpha    #1483   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          61       61           
  Lines        5949     5949           
  Branches     1357     1357           
=======================================
  Hits         5946     5946           
  Misses          3        3           

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 e2bd6be...b491167. Read the comment docs.

@mtrezza mtrezza merged commit 3d39708 into alpha May 23, 2022
@mtrezza mtrezza deleted the snyk-upgrade-0f799d741df3fa296a4688b20d617873 branch May 23, 2022 17:35
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.4.3-alpha.2

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label May 29, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.4.3-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Jun 18, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 3.4.3

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants