Changelog
*Sourced from [validator's changelog](https://github.com/chriso/validator.js/blob/master/CHANGELOG.md).*
> #### 10.3.0
>
> - Strict Gmail validation in `isEmail()`
> ([#832](https://github-redirect.dependabot.com/chriso/validator.js/pull/832))
> - New locales
> ([#831](https://github-redirect.dependabot.com/chriso/validator.js/pull/831),
> [#835](https://github-redirect.dependabot.com/chriso/validator.js/pull/835),
> [#836](https://github-redirect.dependabot.com/chriso/validator.js/pull/836))
>
> #### 10.2.0
>
> - Export the list of supported locales in `isPostalCode()`
> ([#830](https://github-redirect.dependabot.com/chriso/validator.js/pull/830))
>
> #### 10.1.0
>
> - Added an `isISO31661Alpha3()` validator
> ([#809](https://github-redirect.dependabot.com/chriso/validator.js/pull/809))
>
> #### 10.0.0
>
> - Allow floating points in `isNumeric()`
> ([#810](https://github-redirect.dependabot.com/chriso/validator.js/pull/810))
> - Disallow GMail addresses with multiple consecutive dots, or leading/trailing dots
> ([#820](https://github-redirect.dependabot.com/chriso/validator.js/pull/820))
> - Added an `isRFC3339()` validator
> ([#816](https://github-redirect.dependabot.com/chriso/validator.js/pull/816))
> - Reject domain parts longer than 63 octets in `isFQDN()`, `isURL()` and `isEmail()`
> ([bb3e542](https://github.com/chriso/validator.js/commit/bb3e542))
> - Added a new Amex prefix to `isCreditCard()`
> ([#805](https://github-redirect.dependabot.com/chriso/validator.js/pull/805))
> - Fixed `isFloat()` min/max/gt/lt filters when a locale with a comma decimal is used
> ([2b70821](https://github.com/chriso/validator.js/commit/2b70821))
> - Normalize Yandex emails
> ([#807](https://github-redirect.dependabot.com/chriso/validator.js/pull/807))
> - New locales
> ([#803](https://github-redirect.dependabot.com/chriso/validator.js/pull/803))
Commits
- [`0a9b52d`](https://github.com/chriso/validator.js/commit/0a9b52d818e459d4942c22a630f657b2f01ad976) 10.3.0
- [`bf51a17`](https://github.com/chriso/validator.js/commit/bf51a178bac379c46ecc39bd96a779baa74cd106) Merge pull request [#839](https://github-redirect.dependabot.com/chriso/validator.js/issues/839) from radotzki/pr/german-numbers
- [`45f48e8`](https://github.com/chriso/validator.js/commit/45f48e89d4f2fea4b45f1dcc4c70f0ca7dbcd5c3) Support German numbers without a separator after country code
- [`41c2ac0`](https://github.com/chriso/validator.js/commit/41c2ac0d848fbc82673c222a195cee6a7c7c448a) Update the changelog
- [`bf34fac`](https://github.com/chriso/validator.js/commit/bf34fac355183209026514e4a9e273a7a3eab740) Merge pull request [#836](https://github-redirect.dependabot.com/chriso/validator.js/issues/836) from agims7/newPostalCodesValidation
- [`1ff9804`](https://github.com/chriso/validator.js/commit/1ff9804bb6d84fee4abbfcaf6ab4f7e0a71640f6) Added EE, HR, HU, LT, LU, LV SI postal codes validation
- [`e218607`](https://github.com/chriso/validator.js/commit/e218607e82c13f0e24d7c04a8a0530b4494d4e2c) Update the changelog
- [`8725ab2`](https://github.com/chriso/validator.js/commit/8725ab2838d68179506d6709f38d69282132a3dc) Merge pull request [#835](https://github-redirect.dependabot.com/chriso/validator.js/issues/835) from InhumanSoul/master
- [`f2e0c5d`](https://github.com/chriso/validator.js/commit/f2e0c5d3b9dad01b55b0adc774e5952f136b1d58) Add Swedish locale for isMobilePhone
- [`22495e5`](https://github.com/chriso/validator.js/commit/22495e5ee9ec7a7da21b32a90641da283950aa5d) Remove src lint overrides
- Additional commits viewable in [compare view](https://github.com/chriso/validator.js/compare/9.4.1...10.3.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps validator from 9.4.1 to 10.3.0.
Changelog
*Sourced from [validator's changelog](https://github.com/chriso/validator.js/blob/master/CHANGELOG.md).* > #### 10.3.0 > > - Strict Gmail validation in `isEmail()` > ([#832](https://github-redirect.dependabot.com/chriso/validator.js/pull/832)) > - New locales > ([#831](https://github-redirect.dependabot.com/chriso/validator.js/pull/831), > [#835](https://github-redirect.dependabot.com/chriso/validator.js/pull/835), > [#836](https://github-redirect.dependabot.com/chriso/validator.js/pull/836)) > > #### 10.2.0 > > - Export the list of supported locales in `isPostalCode()` > ([#830](https://github-redirect.dependabot.com/chriso/validator.js/pull/830)) > > #### 10.1.0 > > - Added an `isISO31661Alpha3()` validator > ([#809](https://github-redirect.dependabot.com/chriso/validator.js/pull/809)) > > #### 10.0.0 > > - Allow floating points in `isNumeric()` > ([#810](https://github-redirect.dependabot.com/chriso/validator.js/pull/810)) > - Disallow GMail addresses with multiple consecutive dots, or leading/trailing dots > ([#820](https://github-redirect.dependabot.com/chriso/validator.js/pull/820)) > - Added an `isRFC3339()` validator > ([#816](https://github-redirect.dependabot.com/chriso/validator.js/pull/816)) > - Reject domain parts longer than 63 octets in `isFQDN()`, `isURL()` and `isEmail()` > ([bb3e542](https://github.com/chriso/validator.js/commit/bb3e542)) > - Added a new Amex prefix to `isCreditCard()` > ([#805](https://github-redirect.dependabot.com/chriso/validator.js/pull/805)) > - Fixed `isFloat()` min/max/gt/lt filters when a locale with a comma decimal is used > ([2b70821](https://github.com/chriso/validator.js/commit/2b70821)) > - Normalize Yandex emails > ([#807](https://github-redirect.dependabot.com/chriso/validator.js/pull/807)) > - New locales > ([#803](https://github-redirect.dependabot.com/chriso/validator.js/pull/803))Commits
- [`0a9b52d`](https://github.com/chriso/validator.js/commit/0a9b52d818e459d4942c22a630f657b2f01ad976) 10.3.0 - [`bf51a17`](https://github.com/chriso/validator.js/commit/bf51a178bac379c46ecc39bd96a779baa74cd106) Merge pull request [#839](https://github-redirect.dependabot.com/chriso/validator.js/issues/839) from radotzki/pr/german-numbers - [`45f48e8`](https://github.com/chriso/validator.js/commit/45f48e89d4f2fea4b45f1dcc4c70f0ca7dbcd5c3) Support German numbers without a separator after country code - [`41c2ac0`](https://github.com/chriso/validator.js/commit/41c2ac0d848fbc82673c222a195cee6a7c7c448a) Update the changelog - [`bf34fac`](https://github.com/chriso/validator.js/commit/bf34fac355183209026514e4a9e273a7a3eab740) Merge pull request [#836](https://github-redirect.dependabot.com/chriso/validator.js/issues/836) from agims7/newPostalCodesValidation - [`1ff9804`](https://github.com/chriso/validator.js/commit/1ff9804bb6d84fee4abbfcaf6ab4f7e0a71640f6) Added EE, HR, HU, LT, LU, LV SI postal codes validation - [`e218607`](https://github.com/chriso/validator.js/commit/e218607e82c13f0e24d7c04a8a0530b4494d4e2c) Update the changelog - [`8725ab2`](https://github.com/chriso/validator.js/commit/8725ab2838d68179506d6709f38d69282132a3dc) Merge pull request [#835](https://github-redirect.dependabot.com/chriso/validator.js/issues/835) from InhumanSoul/master - [`f2e0c5d`](https://github.com/chriso/validator.js/commit/f2e0c5d3b9dad01b55b0adc774e5952f136b1d58) Add Swedish locale for isMobilePhone - [`22495e5`](https://github.com/chriso/validator.js/commit/22495e5ee9ec7a7da21b32a90641da283950aa5d) Remove src lint overrides - Additional commits viewable in [compare view](https://github.com/chriso/validator.js/compare/9.4.1...10.3.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.