MCS-Lite / mcs-lite

🎛 MCS Lite Common UI and Websites.
https://mcslite.netlify.com
MIT License
75 stars 9 forks source link

chore(deps): update dependency validator to v10 - autoclosed #628

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
validator devDependencies major 9.4.1 -> 10.11.0 source

Release Notes

chriso/validator.js ### [`v10.11.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​10110) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.10.0...10.11.0) - Fix imports like `import .. from "validator/lib/.."` ([#​961](https://togithub.com/chriso/validator.js/pull/961)) - New locale ([#​958](https://togithub.com/chriso/validator.js/pull/958)) ### [`v10.10.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​10100) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.9.0...10.10.0) - `isISO8601()` strict mode now works in the browser ([#​932](https://togithub.com/chriso/validator.js/pull/932)) - New and improved locales ([#​931](https://togithub.com/chriso/validator.js/pull/931), [#​933](https://togithub.com/chriso/validator.js/pull/933), [#​947](https://togithub.com/chriso/validator.js/pull/947), [#​950](https://togithub.com/chriso/validator.js/pull/950)) ### [`v10.9.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1090) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.8.0...10.9.0) - Added an option to `isURL()` to reject email-like URLs ([#​901](https://togithub.com/chriso/validator.js/pull/901)) - Added a `strict` option to `isISO8601()` ([#​910](https://togithub.com/chriso/validator.js/pull/910)) - Relaxed `isJWT()` signature requirements ([#​906](https://togithub.com/chriso/validator.js/pull/906)) - New and improved locales ([#​899](https://togithub.com/chriso/validator.js/pull/899), [#​904](https://togithub.com/chriso/validator.js/pull/904), [#​913](https://togithub.com/chriso/validator.js/pull/913), [#​916](https://togithub.com/chriso/validator.js/pull/916), [#​925](https://togithub.com/chriso/validator.js/pull/925), [#​928](https://togithub.com/chriso/validator.js/pull/928)) ### [`v10.8.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1080) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.7.1...10.8.0) - Added `isIdentityCard()` ([#​846](https://togithub.com/chriso/validator.js/pull/846)) - Better error when validators are passed an invalid type ([#​895](https://togithub.com/chriso/validator.js/pull/895)) - Locales are now exported ([#​890](https://togithub.com/chriso/validator.js/pull/890), [#​892](https://togithub.com/chriso/validator.js/pull/892)) - New locale ([#​896](https://togithub.com/chriso/validator.js/pull/896)) ### [`v10.7.1`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1071) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.7.0...10.7.1) - Ignore case when checking URL protocol ([#​887](https://togithub.com/chriso/validator.js/issues/887)) - Locale fix ([#​889](https://togithub.com/chriso/validator.js/pull/889)) ### [`v10.7.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1070) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.6.0...10.7.0) - Added `isMagnetURI()` to validate [magnet URIs](https://en.wikipedia.org/wiki/Magnet_URI_scheme) ([#​884](https://togithub.com/chriso/validator.js/pull/884)) - Added `isJWT()` to validate [JSON web tokens](https://en.wikipedia.org/wiki/JSON_Web_Token) ([#​885](https://togithub.com/chriso/validator.js/pull/885)) ### [`v10.6.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1060) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.5.0...10.6.0) - Updated `isMobilePhone()` to match any locale's pattern by default ([#​874](https://togithub.com/chriso/validator.js/pull/874)) - Added an option to ignore whitespace in `isEmpty()` ([#​880](https://togithub.com/chriso/validator.js/pull/880)) - New and improved locales ([#​878](https://togithub.com/chriso/validator.js/pull/878), [#​879](https://togithub.com/chriso/validator.js/pull/879)) ### [`v10.5.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1050) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.4.0...10.5.0) - Disabled domain-specific email validation ([#​873](https://togithub.com/chriso/validator.js/pull/873)) - Added support for IP hostnames in `isEmail()` ([#​845](https://togithub.com/chriso/validator.js/pull/845)) - Added a `no_symbols` option to `isNumeric()` ([#​848](https://togithub.com/chriso/validator.js/pull/848)) - Added a `no_colons` option to `isMACAddress()` ([#​849](https://togithub.com/chriso/validator.js/pull/849)) - Updated `isURL()` to reject protocol relative URLs unless a flag is set ([#​860](https://togithub.com/chriso/validator.js/issues/860)) - New and improved locales ([#​801](https://togithub.com/chriso/validator.js/pull/801), [#​856](https://togithub.com/chriso/validator.js/pull/856), [#​859](https://togithub.com/chriso/validator.js/issues/859), [#​861](https://togithub.com/chriso/validator.js/pull/861), [#​862](https://togithub.com/chriso/validator.js/pull/862), [#​863](https://togithub.com/chriso/validator.js/pull/863), [#​864](https://togithub.com/chriso/validator.js/pull/864), [#​870](https://togithub.com/chriso/validator.js/pull/870), [#​872](https://togithub.com/chriso/validator.js/pull/872)) ### [`v10.4.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1040) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.3.0...10.4.0) - Added an `isIPRange()` validator ([#​842](https://togithub.com/chriso/validator.js/pull/842)) - Accept an array of locales in `isMobilePhone()` ([#​742](https://togithub.com/chriso/validator.js/pull/742)) - New locale ([#​843](https://togithub.com/chriso/validator.js/pull/843)) ### [`v10.3.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1030) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.2.0...10.3.0) - Strict Gmail validation in `isEmail()` ([#​832](https://togithub.com/chriso/validator.js/pull/832)) - New locales ([#​831](https://togithub.com/chriso/validator.js/pull/831), [#​835](https://togithub.com/chriso/validator.js/pull/835), [#​836](https://togithub.com/chriso/validator.js/pull/836)) ### [`v10.2.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1020) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.1.0...10.2.0) - Export the list of supported locales in `isPostalCode()` ([#​830](https://togithub.com/chriso/validator.js/pull/830)) ### [`v10.1.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1010) [Compare Source](https://togithub.com/chriso/validator.js/compare/10.0.0...10.1.0) - Added an `isISO31661Alpha3()` validator ([#​809](https://togithub.com/chriso/validator.js/pull/809)) ### [`v10.0.0`](https://togithub.com/chriso/validator.js/blob/master/CHANGELOG.md#​1000) [Compare Source](https://togithub.com/chriso/validator.js/compare/9.4.1...10.0.0) - Allow floating points in `isNumeric()` ([#​810](https://togithub.com/chriso/validator.js/pull/810)) - Disallow GMail addresses with multiple consecutive dots, or leading/trailing dots ([#​820](https://togithub.com/chriso/validator.js/pull/820)) - Added an `isRFC3339()` validator ([#​816](https://togithub.com/chriso/validator.js/pull/816)) - Reject domain parts longer than 63 octets in `isFQDN()`, `isURL()` and `isEmail()` ([bb3e542](https://togithub.com/chriso/validator.js/commit/bb3e542)) - Added a new Amex prefix to `isCreditCard()` ([#​805](https://togithub.com/chriso/validator.js/pull/805)) - Fixed `isFloat()` min/max/gt/lt filters when a locale with a comma decimal is used ([2b70821](https://togithub.com/chriso/validator.js/commit/2b70821)) - Normalize Yandex emails ([#​807](https://togithub.com/chriso/validator.js/pull/807)) - New locales ([#​803](https://togithub.com/chriso/validator.js/pull/803))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



This PR has been generated by Renovate Bot. View repository job log here.

michaelhsu-bot commented 6 years ago
Warnings
:warning: Please add a label to your PR.
:warning: Please assign someone to merge this PR, and optionally include people who should review.
:warning: Changes were made to package.json, but not to licenses.csv - Perhaps you need to run `$ yarn run license`?

Generated by :no_entry_sign: dangerJS

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-introduction ready!

Built with commit d2db5a7bd9e854ee0b2d3623d7ea37cadb97abf8

https://deploy-preview-628--mcs-lite-introduction.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcslite ready!

Built with commit d2db5a7bd9e854ee0b2d3623d7ea37cadb97abf8

https://deploy-preview-628--mcslite.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-ui ready!

Built with commit d2db5a7bd9e854ee0b2d3623d7ea37cadb97abf8

https://deploy-preview-628--mcs-lite-ui.netlify.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #628 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #628   +/-   ##
=======================================
  Coverage   83.77%   83.77%           
=======================================
  Files         326      326           
  Lines        2694     2694           
  Branches      174      174           
=======================================
  Hits         2257     2257           
  Misses        372      372           
  Partials       65       65

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae921c2...d2db5a7. Read the comment docs.