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

refactor: Upgrade ws from 8.13.0 to 8.16.0 #8921

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

parseplatformorg
Copy link
Contributor

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


Snyk has created this PR to upgrade ws from 8.13.0 to 8.16.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.


  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-12-26.
Release notes
Package name: ws
  • 8.16.0 - 2023-12-26

    Features

    • Added the autoPong option (01ba54e).
  • 8.15.1 - 2023-12-12

    Notable changes

    • The allowMultipleEventsPerMicrotask option has been renamed to
      allowSynchronousEvents (4ed7fe5).

    This is a breaking change in a patch release that could have been avoided with
    an alias, but the renamed option was added only 3 days ago, so hopefully it
    hasn't already been widely used.

  • 8.15.0 - 2023-12-09

    Features

    • Added the allowMultipleEventsPerMicrotask option (93e3552).
  • 8.14.2 - 2023-09-19

    Bug fixes

    • Fixed an issue that allowed errors thrown by failed assertions to be
      swallowed when running tests (7f4e1a7).
  • 8.14.1 - 2023-09-08

    Bug fixes

    • Improved the reliability of two tests for CITGM (fd3c64c).
  • 8.14.0 - 2023-09-06

    Features

    • The WebSocket constructor now accepts HTTP(S) URLs (#2162).
    • The socket argument of server.handleUpgrade() can now be a generic
      Duplex stream (#2165).

    Other notable changes

    • At most one event per microtask is now emitted (#2160).
  • 8.13.0 - 2023-03-10

    Features

    • Added the finishRequest option to support late addition of headers (#2123).
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

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 8.13.0 to 8.16.0 refactor: Upgrade ws from 8.13.0 to 8.16.0 Feb 15, 2024
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5179501) 93.95% compared to head (b22907d) 94.31%.

Additional details and impacted files
@@                Coverage Diff                @@
##           release-6.x.x    #8921      +/-   ##
=================================================
+ Coverage          93.95%   94.31%   +0.35%     
=================================================
  Files                186      186              
  Lines              14827    14827              
=================================================
+ Hits               13931    13984      +53     
+ Misses               896      843      -53     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza merged commit 8fe0ae7 into release-6.x.x Feb 15, 2024
27 of 28 checks passed
@mtrezza mtrezza deleted the snyk-upgrade-4b3c95acfe13dc69b2a0ef579d0cfbfb branch February 15, 2024 22:54
@parseplatformorg
Copy link
Contributor Author

🎉 This change has been released in version 6.5.0

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