fix(deps): update dependency express-validator to v7 #217
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.14.2
->^7.0.0
Release Notes
express-validator/express-validator
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.