Changelog
*Sourced from [validator's changelog](https://github.com/chriso/validator.js/blob/master/CHANGELOG.md).*
> #### 10.5.0
>
> - Disabled domain-specific email validation
> ([#873](https://github-redirect.dependabot.com/chriso/validator.js/pull/873))
> - Added support for IP hostnames in `isEmail()`
> ([#845](https://github-redirect.dependabot.com/chriso/validator.js/pull/845))
> - Added a `no_symbols` option to `isNumeric()`
> ([#848](https://github-redirect.dependabot.com/chriso/validator.js/pull/848))
> - Added a `no_colons` option to `isMACAddress()`
> ([#849](https://github-redirect.dependabot.com/chriso/validator.js/pull/849))
> - Updated `isURL()` to reject protocol relative URLs unless a flag is set
> ([#860](https://github-redirect.dependabot.com/chriso/validator.js/issues/860))
> - New and improved locales
> ([#801](https://github-redirect.dependabot.com/chriso/validator.js/pull/801),
> [#856](https://github-redirect.dependabot.com/chriso/validator.js/pull/856),
> [#859](https://github-redirect.dependabot.com/chriso/validator.js/issues/859),
> [#861](https://github-redirect.dependabot.com/chriso/validator.js/pull/861),
> [#862](https://github-redirect.dependabot.com/chriso/validator.js/pull/862),
> [#863](https://github-redirect.dependabot.com/chriso/validator.js/pull/863),
> [#864](https://github-redirect.dependabot.com/chriso/validator.js/pull/864),
> [#870](https://github-redirect.dependabot.com/chriso/validator.js/pull/870),
> [#872](https://github-redirect.dependabot.com/chriso/validator.js/pull/872))
Commits
- [`ed4b52d`](https://github.com/chriso/validator.js/commit/ed4b52d7ddf7c3014c649f7d934e91ad52348407) 10.5.0
- [`ae81250`](https://github.com/chriso/validator.js/commit/ae81250ed2be56380fa199d15afdd6de06759089) Reject protocol relative URLs unless the flag is set, fixes [#860](https://github-redirect.dependabot.com/chriso/validator.js/issues/860)
- [`5733145`](https://github.com/chriso/validator.js/commit/57331450964d6555fb0cc85b7c093e57fde4805b) Update the changelog and min version
- [`bedce99`](https://github.com/chriso/validator.js/commit/bedce999d1e820b2b072c5e64d841ea2aa10cb8f) Add a new prefix for NZ phone numbers, fixes [#859](https://github-redirect.dependabot.com/chriso/validator.js/issues/859)
- [`1900ae2`](https://github.com/chriso/validator.js/commit/1900ae2ac6c5a2cb67e4b93cf3ed9248eebf1025) Add a README entry for the new email flag
- [`730dd0d`](https://github.com/chriso/validator.js/commit/730dd0d6fd848dab93d5b6fcda8732fe5b533d6a) Update the changelog
- [`e027403`](https://github.com/chriso/validator.js/commit/e027403792a661c569e8cfe2da6cbd5d5b8a3fba) Merge pull request [#873](https://github-redirect.dependabot.com/chriso/validator.js/issues/873) from chriso/chriso/domain-specific-validation-flag
- [`6030805`](https://github.com/chriso/validator.js/commit/603080592e72cb58950c551630f0473875110f64) Put domain specific email validation behind a flag
- [`f0151fa`](https://github.com/chriso/validator.js/commit/f0151fa980992d311977f2234f3aa072563dbc0a) Update the changelog and min version
- [`06d94fd`](https://github.com/chriso/validator.js/commit/06d94fdb39d4b46d02c84561f4937fdd02ac728b) Merge pull request [#862](https://github-redirect.dependabot.com/chriso/validator.js/issues/862) from retrowaver/hotfix/pl-locale-bug
- Additional commits viewable in [compare view](https://github.com/chriso/validator.js/compare/10.4.0...10.5.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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
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 10.4.0 to 10.5.0.
Changelog
*Sourced from [validator's changelog](https://github.com/chriso/validator.js/blob/master/CHANGELOG.md).* > #### 10.5.0 > > - Disabled domain-specific email validation > ([#873](https://github-redirect.dependabot.com/chriso/validator.js/pull/873)) > - Added support for IP hostnames in `isEmail()` > ([#845](https://github-redirect.dependabot.com/chriso/validator.js/pull/845)) > - Added a `no_symbols` option to `isNumeric()` > ([#848](https://github-redirect.dependabot.com/chriso/validator.js/pull/848)) > - Added a `no_colons` option to `isMACAddress()` > ([#849](https://github-redirect.dependabot.com/chriso/validator.js/pull/849)) > - Updated `isURL()` to reject protocol relative URLs unless a flag is set > ([#860](https://github-redirect.dependabot.com/chriso/validator.js/issues/860)) > - New and improved locales > ([#801](https://github-redirect.dependabot.com/chriso/validator.js/pull/801), > [#856](https://github-redirect.dependabot.com/chriso/validator.js/pull/856), > [#859](https://github-redirect.dependabot.com/chriso/validator.js/issues/859), > [#861](https://github-redirect.dependabot.com/chriso/validator.js/pull/861), > [#862](https://github-redirect.dependabot.com/chriso/validator.js/pull/862), > [#863](https://github-redirect.dependabot.com/chriso/validator.js/pull/863), > [#864](https://github-redirect.dependabot.com/chriso/validator.js/pull/864), > [#870](https://github-redirect.dependabot.com/chriso/validator.js/pull/870), > [#872](https://github-redirect.dependabot.com/chriso/validator.js/pull/872))Commits
- [`ed4b52d`](https://github.com/chriso/validator.js/commit/ed4b52d7ddf7c3014c649f7d934e91ad52348407) 10.5.0 - [`ae81250`](https://github.com/chriso/validator.js/commit/ae81250ed2be56380fa199d15afdd6de06759089) Reject protocol relative URLs unless the flag is set, fixes [#860](https://github-redirect.dependabot.com/chriso/validator.js/issues/860) - [`5733145`](https://github.com/chriso/validator.js/commit/57331450964d6555fb0cc85b7c093e57fde4805b) Update the changelog and min version - [`bedce99`](https://github.com/chriso/validator.js/commit/bedce999d1e820b2b072c5e64d841ea2aa10cb8f) Add a new prefix for NZ phone numbers, fixes [#859](https://github-redirect.dependabot.com/chriso/validator.js/issues/859) - [`1900ae2`](https://github.com/chriso/validator.js/commit/1900ae2ac6c5a2cb67e4b93cf3ed9248eebf1025) Add a README entry for the new email flag - [`730dd0d`](https://github.com/chriso/validator.js/commit/730dd0d6fd848dab93d5b6fcda8732fe5b533d6a) Update the changelog - [`e027403`](https://github.com/chriso/validator.js/commit/e027403792a661c569e8cfe2da6cbd5d5b8a3fba) Merge pull request [#873](https://github-redirect.dependabot.com/chriso/validator.js/issues/873) from chriso/chriso/domain-specific-validation-flag - [`6030805`](https://github.com/chriso/validator.js/commit/603080592e72cb58950c551630f0473875110f64) Put domain specific email validation behind a flag - [`f0151fa`](https://github.com/chriso/validator.js/commit/f0151fa980992d311977f2234f3aa072563dbc0a) Update the changelog and min version - [`06d94fd`](https://github.com/chriso/validator.js/commit/06d94fdb39d4b46d02c84561f4937fdd02ac728b) Merge pull request [#862](https://github-redirect.dependabot.com/chriso/validator.js/issues/862) from retrowaver/hotfix/pl-locale-bug - Additional commits viewable in [compare view](https://github.com/chriso/validator.js/compare/10.4.0...10.5.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
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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.