Update dependency express-validator to v6.13.0 #15

Merged
sebclem merged 1 commits from renovate/express-validator-6.x into main 2021-12-06 14:25:46 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
express-validator (source) dependencies minor 6.9.2 -> 6.13.0

Release Notes

express-validator/express-validator

v6.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/express-validator/express-validator/compare/v6.12.2...v6.13.0

v6.12.2

Compare Source

Fixes:
  • #​1072: add type for checkSchema function return
  • #​1092, #​1086: correctly allow falsy values as options in checkSchema

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

big kudos to @​fedeci for the many improvements! 🎉


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [express-validator](https://express-validator.github.io) ([source](https://github.com/express-validator/express-validator)) | dependencies | minor | [`6.9.2` -> `6.13.0`](https://renovatebot.com/diffs/npm/express-validator/6.9.2/6.13.0) | --- ### Release Notes <details> <summary>express-validator/express-validator</summary> ### [`v6.13.0`](https://github.com/express-validator/express-validator/releases/v6.13.0) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.12.2...v6.13.0) #### What's Changed - docs: warn users about bad practice by [@&#8203;hariprasadkc](https://github.com/hariprasadkc) in https://github.com/express-validator/express-validator/pull/1094 - schema usage according to documentation results in Error by [@&#8203;fkarg](https://github.com/fkarg) in https://github.com/express-validator/express-validator/pull/1095 - v6.13 features by [@&#8203;fedeci](https://github.com/fedeci) in https://github.com/express-validator/express-validator/pull/1091 #### New Contributors - [@&#8203;hariprasadkc](https://github.com/hariprasadkc) made their first contribution in https://github.com/express-validator/express-validator/pull/1094 - [@&#8203;fkarg](https://github.com/fkarg) made their first contribution in https://github.com/express-validator/express-validator/pull/1095 **Full Changelog**: https://github.com/express-validator/express-validator/compare/v6.12.2...v6.13.0 ### [`v6.12.2`](https://github.com/express-validator/express-validator/releases/v6.12.2) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.12.1...v6.12.2) ##### Fixes: - [#&#8203;1072](https://github.com/express-validator/express-validator/issues/1072): add type for `checkSchema` function return - [#&#8203;1092](https://github.com/express-validator/express-validator/issues/1092), [#&#8203;1086](https://github.com/express-validator/express-validator/issues/1086): correctly allow falsy values as options in `checkSchema` ### [`v6.12.1`](https://github.com/express-validator/express-validator/releases/v6.12.1) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.12.0...v6.12.1) - [#&#8203;1061](https://github.com/express-validator/express-validator/issues/1061), [#&#8203;1059](https://github.com/express-validator/express-validator/issues/1059) - allow using readonly arrays in TypeScript ### [`v6.12.0`](https://github.com/express-validator/express-validator/releases/v6.12.0) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.11.1...v6.12.0) - [#&#8203;1047](https://github.com/express-validator/express-validator/issues/1047), [#&#8203;1049](https://github.com/express-validator/express-validator/issues/1049) - make `withMessage` actually override a custom validator's message - [#&#8203;1026](https://github.com/express-validator/express-validator/issues/1026), [#&#8203;1037](https://github.com/express-validator/express-validator/issues/1037) - add missing arguments of `isAlphanumeric` ### [`v6.11.1`](https://github.com/express-validator/express-validator/releases/v6.11.1) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.11.0...v6.11.1) - [#&#8203;1034](https://github.com/express-validator/express-validator/issues/1034), [#&#8203;1035](https://github.com/express-validator/express-validator/issues/1035) - Fix publishing mistake with npm 7 ### [`v6.11.0`](https://github.com/express-validator/express-validator/releases/v6.11.0) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.10.1...v6.11.0) - [#&#8203;995](https://github.com/express-validator/express-validator/issues/995), [#&#8203;999](https://github.com/express-validator/express-validator/issues/999) - Make `oneOf()` work imperatively ### [`v6.10.1`](https://github.com/express-validator/express-validator/releases/v6.10.1) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.10.0...v6.10.1) - [#&#8203;1001](https://github.com/express-validator/express-validator/issues/1001), [#&#8203;1004](https://github.com/express-validator/express-validator/issues/1004) - Updated dependencies ### [`v6.10.0`](https://github.com/express-validator/express-validator/releases/v6.10.0) [Compare Source](https://github.com/express-validator/express-validator/compare/v6.9.2...v6.10.0) - [#&#8203;735](https://github.com/express-validator/express-validator/issues/735), [#&#8203;871](https://github.com/express-validator/express-validator/issues/871), [#&#8203;948](https://github.com/express-validator/express-validator/issues/948) - **add migration example from v5 to v6** - [#&#8203;822](https://github.com/express-validator/express-validator/issues/822), [#&#8203;974](https://github.com/express-validator/express-validator/issues/974), [#&#8203;976](https://github.com/express-validator/express-validator/issues/976) - add ability to run `oneOf()` imperatively - [#&#8203;822](https://github.com/express-validator/express-validator/issues/822), [#&#8203;977](https://github.com/express-validator/express-validator/issues/977) - add ability to run `checkSchema()` imperatively - [#&#8203;975](https://github.com/express-validator/express-validator/issues/975) - fix objects whose `toString` property is not a function - [#&#8203;882](https://github.com/express-validator/express-validator/issues/882), [#&#8203;978](https://github.com/express-validator/express-validator/issues/978) - add `isObject` validator - [#&#8203;986](https://github.com/express-validator/express-validator/issues/986), [#&#8203;987](https://github.com/express-validator/express-validator/issues/987) - TypeScript - make `isURL` accept non-standard protocols big kudos to [@&#8203;fedeci](https://github.com/fedeci) for the many improvements! 🎉 </details> --- ### Configuration 📅 **Schedule**: 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-12-06 14:03:51 +01:00
sebclem merged commit 9eb24c8a03 into main 2021-12-06 14:25:46 +01:00
sebclem deleted branch renovate/express-validator-6.x 2021-12-06 14:25:46 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/cnc-speed-calculator#15
No description provided.