chore(deps): update dependency bcryptjs to version 3.x 🌟 (major)#1490
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
chore(deps): update dependency bcryptjs to version 3.x 🌟 (major)#1490renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
1ef3d58 to
377156d
Compare
377156d to
65b8dac
Compare
65b8dac to
ab4ebca
Compare
ab4ebca to
a3a7949
Compare
a3a7949 to
7581e6b
Compare
7581e6b to
7bac590
Compare
7bac590 to
b217a6a
Compare
b217a6a to
0d466de
Compare
0d466de to
75e4fce
Compare
75e4fce to
3397d60
Compare
3397d60 to
9905a04
Compare
9905a04 to
6b745da
Compare
6b745da to
656039c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.3→3.0.34.20.0→5.2.16.1.2→8.5.16.15.0→7.3.12.0.22→3.1.14Release Notes
dcodeIO/bcrypt.js (bcryptjs)
v3.0.3Compare Source
Bug fixes
1211e9a)v3.0.2Compare Source
Bug fixes
28e5103)v3.0.1Compare Source
Bug fixes
e7055ca)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)expressjs/express (express)
v5.2.1Compare Source
=======================
v5.2.0Compare Source
========================
body-parser@^2.2.1res.redirectwith undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.v5.1.0Compare Source
========================
Uint8Arrayinres.send()res.sendFile()res.links()setprototypeofsafe-bufferutils-mergemethodsdepddebug@^4.4.0body-parser@^2.2.0router@^2.2.0content-type@^1.0.5finalhandler@^2.1.0qs@^6.14.0server-static@2.2.0type-is@2.0.1v5.0.1Compare Source
==========
cookiesemver lock to address CVE-2024-47764v5.0.0Compare Source
=========================
path-is-absolutedependency - usepath.isAbsoluteinsteadres.status()accepts only integers, and input must be greater than 99 and less than 1000RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.for non integer inputsres.redirect('back')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.res.clearCookiewill ignore user providedmaxAgeandexpiresoptionsapplication/javascript=>text/javascriptv4.22.1Compare Source
v4.22.0Compare Source
v4.21.2Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
v4.21.1Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
v4.21.0Compare Source
What's Changed
"back"magic string in redirects by @blakeembrey in #5935New Contributors
Full Changelog: expressjs/express@4.20.0...4.21.0
auth0/express-jwt (express-jwt)
v8.5.1Compare Source
v8.5.0Compare Source
v8.4.1Compare Source
v8.4.0Compare Source
v8.3.0Compare Source
v8.2.1Compare Source
v8.2.0Compare Source
v8.1.0Compare Source
v8.0.0Compare Source
v7.7.8Compare Source
v7.7.7Compare Source
v7.7.6Compare Source
v7.7.5Compare Source
v7.7.4Compare Source
v7.7.3Compare Source
v7.7.2Compare Source
v7.7.1Compare Source
v7.7.0Compare Source
v7.6.2Compare Source
v7.6.1Compare Source
v7.6.0Compare Source
v7.5.2Compare Source
v7.5.1Compare Source
v7.5.0Compare Source
v7.4.3Compare Source
v7.4.2Compare Source
v7.4.1Compare Source
v7.4.0Compare Source
v7.3.0Compare Source
v7.2.0Compare Source
v7.1.0Compare Source
v7.0.0Compare Source
express-validator/express-validator (express-validator)
v7.3.1Compare Source
v7.3.0Compare Source
v7.2.1Compare Source
#default()/#replace()to avoid object reference reuse (#1316)v7.2.0Compare Source
hide()method (#1304, #1305)v7.1.0Compare Source
IsURLOptions(#1258, #1259)isULID()validator (#1248)v7.0.1Compare Source
checkSchema()warning that known validators are unknown when its value isfalse- #1223v7.0.0Compare Source
🚀 🙌 First major version in almost 4 years! 🚀 🤯
Thanks everybody for having the patience. Hopefully this version brings many improvements to your developer experience!
Breaking changes 💥
express-validator/checkandexpress-validator/filtersanitize(),sanitizeBody(), etc)ValidationParamSchemaandValidationSchema)isObject()validator now assumesoptions.strict = trueby defaultparamproperty has been renamed topathoneOf()validation errors no longer have aparam: '_error'propertyValidationErrortype is now a discriminated union, it might be necessary to useswitchorifstatements to check that you're dealing with the type that you want to debug/formatoneOf()signature changed: fromoneOf(chains, message)tooneOf(chains, options: { message, errorType })oneOf()default error structure now groups errors by their... validation group!, instead of in a flat listCheckout the migration guide for examples on how to work around some of these:
https://express-validator.github.io/docs/migration-v6-to-v7
New features ✨
checkSchema()- #552, #1180ExpressValidatorclass which allows adding "persistent" custom validators, sanitizers, and options - #1077, #1079, #1209oneOf()support to.if()- #1170oneOf()- #956, #1022Bug fixes 🐛
ko-KRtoMobilePhoneLocale- #1218, #1219withMessageandnotin schemas - #664New Contributors
Full Changelog: express-validator/express-validator@v6.15.0...v7.0.0
remy/nodemon (nodemon)
v3.1.14Compare Source
Bug Fixes
v3.1.13Compare Source
Bug Fixes
v3.1.12Compare Source
Bug Fixes
v3.1.11Compare Source
v3.1.10Compare Source
Bug Fixes
v3.1.9Compare Source
Bug Fixes
exitcrash(9c9de6e)v3.1.8Compare Source
Bug Fixes
v3.1.7Compare Source
Bug Fixes
v3.1.6Compare Source
Bug Fixes
v3.1.5Compare Source
Bug Fixes
v3.1.4Compare Source
Bug Fixes
v3.1.3Compare Source
Bug Fixes
v3.1.2Compare Source
Bug Fixes
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Features
v3.0.3Compare Source
Bug Fixes
v3.0.2Compare Source
Bug Fixes
v3.0.1Compare Source
Bug Fixes
v3.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
However there's no function being used in semver that breaks node 8,
so it's technically still possible to run with node 8, but it will
no longer be supported (or tested in CI).
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Note
High Risk
Upgrades major versions of
expressandexpress-jwt, which can introduce breaking middleware/auth behavior and runtime incompatibilities without accompanying code changes.Overview
Updates server/tooling dependencies, including major bumps to
bcryptjs(2.x→3.x),express(4.x→5.x),express-jwt(6.x→8.x),express-validator(6.x→7.x), andnodemon(2.x→3.x).yarn.lockis regenerated accordingly, pulling in new transitive versions (notablyjsonwebtoken@9, newrouter/serve-static/body-parserchains for Express 5).Written by Cursor Bugbot for commit 656039c. This will update automatically on new commits. Configure here.