Skip to content

chore: Upgrades ws #656

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
Jun 4, 2024
Merged

chore: Upgrades ws #656

merged 1 commit into from
Jun 4, 2024

Conversation

tuliomir
Copy link
Contributor

@tuliomir tuliomir commented May 31, 2024

Acceptance Criteria

  • Upgrades ws from 7.5.9 to 8.17.0

Notes

There is a list of breaking changes on v8's release notes, most notably the deprecation of NodeJS < 10 and changes to the lib's error handling methods.

To validate for these changes, besides this repository unit and integration tests, the built version was tested manually on the Desktop Wallet and passed the full automated test suite for the Headless Wallet.

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added the dependencies Pull requests that update a dependency file label May 31, 2024
@tuliomir tuliomir self-assigned this May 31, 2024
Copy link

codecov bot commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.67%. Comparing base (34ad7f9) to head (46b4e4b).

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #656       +/-   ##
===========================================
+ Coverage   62.55%   79.67%   +17.12%     
===========================================
  Files          77       77               
  Lines        5846     5846               
  Branches     1214     1227       +13     
===========================================
+ Hits         3657     4658     +1001     
+ Misses       2093     1171      -922     
+ Partials       96       17       -79     

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

@tuliomir tuliomir requested review from andreabadesso and r4mmer May 31, 2024 16:34
@tuliomir tuliomir marked this pull request as ready for review May 31, 2024 16:35
@tuliomir tuliomir requested a review from pedroferreira1 as a code owner May 31, 2024 16:35
@tuliomir tuliomir removed the request for review from pedroferreira1 May 31, 2024 16:35
@tuliomir tuliomir force-pushed the chore/upgrades-ws branch from 108d1a3 to 46b4e4b Compare June 4, 2024 16:07
@tuliomir tuliomir merged commit 28f6f46 into master Jun 4, 2024
4 checks passed
@tuliomir tuliomir deleted the chore/upgrades-ws branch June 4, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants