Updates the requirements on async-validator to permit the latest version.
Changelog
*Sourced from [async-validator's changelog](https://github.com/yiminghe/async-validator/blob/master/HISTORY.md).*
> # History
> ----
> ## 3.0.0 / 2019-08-07
>
> - Enum validates `false` value: [#164](https://github-redirect.dependabot.com/yiminghe/async-validator/pull/164)
>
> ## 2.0.0 / 2019-07-26
>
> - use @pika/pack
>
> ## 1.11.3 / 2019-06-28
>
> - support suppressWarning option when validate
>
> ## 1.11.1 / 2019-04-22
>
> - support message as function
>
> ## 1.11.0 / 2019-03-22
>
> - support promise usage(asyncValidator)
>
> ## 1.10.1 / 2018-12-18
>
> - support override warning
>
> ## 1.10.0 / 2018-10-17
>
> - revert promise
>
> ## 1.9.0 / 2018-10-10
>
> - .validate returns promise
>
> ## 1.8.0 / 2017-08-16
>
> - validator support return promise.
>
> ## 1.7.0 / 2017-06/09
>
> - add es
> - support string patter
>
> ## 1.6.0 / 2016-03-30
>
> - support defaultField
>
> ## 1.5.0 / 2016-02-02
>
> - support deep merge with default messages
> ... (truncated)
Commits
- [`3704331`](https://github.com/yiminghe/async-validator/commit/37043317696ba9e20e6e5e0ba29fbc0fa68a1a17) v3.0.3
- [`17084a8`](https://github.com/yiminghe/async-validator/commit/17084a8414f465e0ed8b33f2fa5e9008dda73a43) fix process
- [`289eb24`](https://github.com/yiminghe/async-validator/commit/289eb24471b17e8fe21a824a06d565c6e3a56a4b) Merge pull request [#181](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/181) from kouchao/master
- [`7476de6`](https://github.com/yiminghe/async-validator/commit/7476de61f11e90d1ce7cbb17a6d09bfa4b383d6e) v3.0.2
- [`bb834a1`](https://github.com/yiminghe/async-validator/commit/bb834a18c2f112a0a35161faf79739399978c46c) use pika-plugin-build-web-babel
- [`5f86ef7`](https://github.com/yiminghe/async-validator/commit/5f86ef7bf0d55dc0b9b517676714e4c9f8ef90d6) update build
- [`684b9bf`](https://github.com/yiminghe/async-validator/commit/684b9bf997d775441404df9beb8932d6eb878903) fix process is not defined
- [`be62ede`](https://github.com/yiminghe/async-validator/commit/be62ede68245ca4f61e8a78e0ff32888c8f2b8e1) v3.0.1
- [`d09a848`](https://github.com/yiminghe/async-validator/commit/d09a84801286473b74392166a0019d0f0838e328) 3.x
- [`2452cdf`](https://github.com/yiminghe/async-validator/commit/2452cdf54b01000ecbf728739e3b14c9f4d80a99) Merge pull request [#164](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/164) from jpenna/master
- Additional commits viewable in [compare view](https://github.com/yiminghe/async-validator/compare/1.11.3...v3.0.3)
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 recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 use this milestone` will set the current milestone 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.
Updates the requirements on async-validator to permit the latest version.
Changelog
*Sourced from [async-validator's changelog](https://github.com/yiminghe/async-validator/blob/master/HISTORY.md).* > # History > ---- > ## 3.0.0 / 2019-08-07 > > - Enum validates `false` value: [#164](https://github-redirect.dependabot.com/yiminghe/async-validator/pull/164) > > ## 2.0.0 / 2019-07-26 > > - use @pika/pack > > ## 1.11.3 / 2019-06-28 > > - support suppressWarning option when validate > > ## 1.11.1 / 2019-04-22 > > - support message as function > > ## 1.11.0 / 2019-03-22 > > - support promise usage(asyncValidator) > > ## 1.10.1 / 2018-12-18 > > - support override warning > > ## 1.10.0 / 2018-10-17 > > - revert promise > > ## 1.9.0 / 2018-10-10 > > - .validate returns promise > > ## 1.8.0 / 2017-08-16 > > - validator support return promise. > > ## 1.7.0 / 2017-06/09 > > - add es > - support string patter > > ## 1.6.0 / 2016-03-30 > > - support defaultField > > ## 1.5.0 / 2016-02-02 > > - support deep merge with default messages > ... (truncated)Commits
- [`3704331`](https://github.com/yiminghe/async-validator/commit/37043317696ba9e20e6e5e0ba29fbc0fa68a1a17) v3.0.3 - [`17084a8`](https://github.com/yiminghe/async-validator/commit/17084a8414f465e0ed8b33f2fa5e9008dda73a43) fix process - [`289eb24`](https://github.com/yiminghe/async-validator/commit/289eb24471b17e8fe21a824a06d565c6e3a56a4b) Merge pull request [#181](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/181) from kouchao/master - [`7476de6`](https://github.com/yiminghe/async-validator/commit/7476de61f11e90d1ce7cbb17a6d09bfa4b383d6e) v3.0.2 - [`bb834a1`](https://github.com/yiminghe/async-validator/commit/bb834a18c2f112a0a35161faf79739399978c46c) use pika-plugin-build-web-babel - [`5f86ef7`](https://github.com/yiminghe/async-validator/commit/5f86ef7bf0d55dc0b9b517676714e4c9f8ef90d6) update build - [`684b9bf`](https://github.com/yiminghe/async-validator/commit/684b9bf997d775441404df9beb8932d6eb878903) fix process is not defined - [`be62ede`](https://github.com/yiminghe/async-validator/commit/be62ede68245ca4f61e8a78e0ff32888c8f2b8e1) v3.0.1 - [`d09a848`](https://github.com/yiminghe/async-validator/commit/d09a84801286473b74392166a0019d0f0838e328) 3.x - [`2452cdf`](https://github.com/yiminghe/async-validator/commit/2452cdf54b01000ecbf728739e3b14c9f4d80a99) Merge pull request [#164](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/164) from jpenna/master - Additional commits viewable in [compare view](https://github.com/yiminghe/async-validator/compare/1.11.3...v3.0.3)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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 use this milestone` will set the current milestone 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.