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: Remove deprecated bcrypt-nodejs package #8902

Merged
merged 5 commits into from
Feb 15, 2024

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Jan 22, 2024

Pull Request

Issue

Causes a warning during install, npm WARN deprecated [email protected]: bcrypt-nodejs is no longer actively maintained. Please use bcrypt or bcryptjs. See https://github.com/kelektiv/node.bcrypt.js/wiki/bcrypt-vs-brypt.js to learn more about these two options

Closes: #8903

Approach

Tasks

  • Ensure CI passes

Copy link

parse-github-assistant bot commented Jan 22, 2024

Thanks for opening this pull request!

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c604657) 93.82% compared to head (bfe8551) 94.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #8902      +/-   ##
==========================================
+ Coverage   93.82%   94.21%   +0.38%     
==========================================
  Files         186      186              
  Lines       14797    14797              
==========================================
+ Hits        13884    13941      +57     
+ Misses        913      856      -57     

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

@cbaker6
Copy link
Contributor Author

cbaker6 commented Jan 22, 2024

Ready for review...

@mtrezza mtrezza merged commit 5202212 into parse-community:alpha Feb 15, 2024
25 of 26 checks passed
@cbaker6 cbaker6 deleted the updateUUID branch February 15, 2024 14:26
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.0.0-alpha.19

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 15, 2024
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 19, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 19, 2024
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.

bcrypt-nodejs is deprecated and throws a warning on install
3 participants