fix(deps): update dependency bcryptjs to v3#3651
fix(deps): update dependency bcryptjs to v3#3651renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
b86bbce to
71d923b
Compare
71d923b to
852fd5f
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3651 +/- ##
========================================
Coverage 66.41% 66.41%
========================================
Files 930 930
Lines 15398 15398
Branches 2109 2108 -1
========================================
Hits 10226 10226
- Misses 4858 4995 +137
+ Partials 314 177 -137 see 63 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
852fd5f to
c81086e
Compare
c81086e to
4b02b32
Compare
4b02b32 to
71dafaa
Compare
71dafaa to
a5e40ae
Compare
a5e40ae to
eb605d7
Compare
eb605d7 to
d9bf9fd
Compare
d9bf9fd to
e620a7d
Compare
e620a7d to
737af69
Compare
737af69 to
a2de7db
Compare
a2de7db to
03b693b
Compare
03b693b to
b7a2910
Compare
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
d10ad63 to
98825dc
Compare
98825dc to
8bab95a
Compare
8bab95a to
833520a
Compare
833520a to
88d0006
Compare
88d0006 to
dcfdf5a
Compare
dcfdf5a to
48a0009
Compare
48a0009 to
22cff12
Compare
22cff12 to
8efe3f8
Compare
8efe3f8 to
d39ad9b
Compare
d39ad9b to
c7e0f5a
Compare
c7e0f5a to
989fe10
Compare
989fe10 to
9dd524f
Compare
|
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |



This PR contains the following updates:
^2.4.3->^3.0.0Release Notes
dcodeIO/bcrypt.js (bcryptjs)
v3.0.0Compare Source
Breaking changes
2f45985)The project now exports an ECMAScript module by default, albeit with an UMD fallback, ships with types, the dist/ directory no longer exists in version control, and Closure Compiler externs have been removed.
d36bfb4)This library was not affected by the bug that led to incrementing the bcrypt version from 2a to 2b, but nowadays most implementations use 2b, including the native bcrypt binding, so this change aligns with them. Existing hashes will continue to work, but test logic that generates hashes and compares them literally might need to be updated to account for the new default.
Features
d5656b3)Other
2a9bea9)e09eb9a)58333a1)2e3b176)ec02e8a)9db275f)ac70ac5)574d690)e746547)548559d)4977df0)a84d4e4)c8c9c01)1b54cc4)Backlog from v2
7e2e93a)The npm package does not need externs as it is needed only for closure compiler. Added it in .npmignore since bcryptjs overrides global module and process in WebStorm IDE.
684fac6)b09f7f2)648482a)49a1d1a)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.