chore(deps): update dependency express-jwt to version 8.x 🌟 (major) #1490
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:
6.1.2
->8.4.1
6.15.0
->7.2.0
2.0.22
->3.1.7
Release Notes
auth0/express-jwt (express-jwt)
v8.4.1
Compare Source
v8.4.0
Compare Source
v8.3.0
Compare Source
v8.2.1
Compare Source
v8.2.0
Compare Source
v8.1.0
Compare Source
v8.0.0
Compare Source
v7.7.8
Compare Source
v7.7.7
Compare Source
v7.7.6
Compare Source
v7.7.5
Compare Source
v7.7.4
Compare Source
v7.7.3
Compare Source
v7.7.2
Compare Source
v7.7.1
Compare Source
v7.7.0
Compare Source
v7.6.2
Compare Source
v7.6.1
Compare Source
v7.6.0
Compare Source
v7.5.2
Compare Source
v7.5.1
Compare Source
v7.5.0
Compare Source
v7.4.3
Compare Source
v7.4.2
Compare Source
v7.4.1
Compare Source
v7.4.0
Compare Source
v7.3.0
Compare Source
v7.2.0
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
express-validator/express-validator (express-validator)
v7.2.0
Compare Source
hide()
method (#1304, #1305)v7.1.0
Compare Source
IsURLOptions
(#1258, #1259)isULID()
validator (#1248)v7.0.1
Compare Source
checkSchema()
warning that known validators are unknown when its value isfalse
- #1223v7.0.0
Compare 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/check
andexpress-validator/filter
sanitize()
,sanitizeBody()
, etc)ValidationParamSchema
andValidationSchema
)isObject()
validator now assumesoptions.strict = true
by defaultparam
property has been renamed topath
oneOf()
validation errors no longer have aparam: '_error'
propertyValidationError
type is now a discriminated union, it might be necessary to useswitch
orif
statements 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, #1180ExpressValidator
class which allows adding "persistent" custom validators, sanitizers, and options - #1077, #1079, #1209oneOf()
support to.if()
- #1170oneOf()
- #956, #1022Bug fixes 🐛
ko-KR
toMobilePhoneLocale
- #1218, #1219withMessage
andnot
in schemas - #664New Contributors
Full Changelog: express-validator/express-validator@v6.15.0...v7.0.0
remy/nodemon (nodemon)
v3.1.7
Compare Source
v3.1.6
Compare Source
Bug Fixes
v3.1.5
Compare Source
v3.1.4
Compare Source
v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.3
Compare Source
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare 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 is behind base branch, 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.