Changelog
*Sourced from [async-validator's changelog](https://github.com/yiminghe/async-validator/blob/master/HISTORY.md).*
> # History
> ----
> ## 3.2.0 / 2019-10-16
>
> - support `any` type: [yiminghe/async-validator#190](https://github-redirect.dependabot.com/yiminghe/async-validator/pull/190)
>
> ## 3.1.0 / 2019-09-09
>
> - add d.ts
>
> ## 3.0.0 / 2019-08-07
>
> - Enum validates `false` value: [yiminghe/async-validator#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
> ... (truncated)
Commits
- [`908957d`](https://github.com/yiminghe/async-validator/commit/908957ddd46eea00f54d49c7634865672bff9932) v3.2.3
- [`fa2f3f5`](https://github.com/yiminghe/async-validator/commit/fa2f3f506045295e7dbb6eaf4d16cdf8cd0d4f7a) Merge pull request [#205](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/205) from sunnyShining/master
- [`3a71b09`](https://github.com/yiminghe/async-validator/commit/3a71b09bcc6ae58644d03548cb03fc6bc715d2b4) fix export some types
- [`304471f`](https://github.com/yiminghe/async-validator/commit/304471f5f168b05a3123c97e0fa7542452fe9c8f) clean babel config
- [`80a13db`](https://github.com/yiminghe/async-validator/commit/80a13db585247dfbf3f158d6cbf57abd3ea7e6b7) clean babel
- [`9434f63`](https://github.com/yiminghe/async-validator/commit/9434f63a14be9a4917a145e348e5be6e5af9b8fb) Merge pull request [#203](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/203) from ygj6/pika-pack
- [`2ec7320`](https://github.com/yiminghe/async-validator/commit/2ec732018855d27cc5c6cb76b93084d6c9bebd6b) modified package.json from 'pack build' to 'pika-pack build to support local ...
- [`47fb624`](https://github.com/yiminghe/async-validator/commit/47fb624c2b0c87be26f1d5f75394963a343a5fd0) v3.2.2
- [`7bebaa2`](https://github.com/yiminghe/async-validator/commit/7bebaa2cf73347dcc6ef84f805afdc91c758af1a) Merge pull request [#199](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/199) from okxiaoliang4/patch-1
- [`ec3152d`](https://github.com/yiminghe/async-validator/commit/ec3152d8f3e4cac048518628a4a9c5cde54ba91e) fix: validator callback parameters can't be void
- Additional commits viewable in [compare view](https://github.com/yiminghe/async-validator/compare/1.11.5...v3.2.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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps async-validator from 1.11.5 to 3.2.3.
Changelog
*Sourced from [async-validator's changelog](https://github.com/yiminghe/async-validator/blob/master/HISTORY.md).* > # History > ---- > ## 3.2.0 / 2019-10-16 > > - support `any` type: [yiminghe/async-validator#190](https://github-redirect.dependabot.com/yiminghe/async-validator/pull/190) > > ## 3.1.0 / 2019-09-09 > > - add d.ts > > ## 3.0.0 / 2019-08-07 > > - Enum validates `false` value: [yiminghe/async-validator#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 > ... (truncated)Commits
- [`908957d`](https://github.com/yiminghe/async-validator/commit/908957ddd46eea00f54d49c7634865672bff9932) v3.2.3 - [`fa2f3f5`](https://github.com/yiminghe/async-validator/commit/fa2f3f506045295e7dbb6eaf4d16cdf8cd0d4f7a) Merge pull request [#205](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/205) from sunnyShining/master - [`3a71b09`](https://github.com/yiminghe/async-validator/commit/3a71b09bcc6ae58644d03548cb03fc6bc715d2b4) fix export some types - [`304471f`](https://github.com/yiminghe/async-validator/commit/304471f5f168b05a3123c97e0fa7542452fe9c8f) clean babel config - [`80a13db`](https://github.com/yiminghe/async-validator/commit/80a13db585247dfbf3f158d6cbf57abd3ea7e6b7) clean babel - [`9434f63`](https://github.com/yiminghe/async-validator/commit/9434f63a14be9a4917a145e348e5be6e5af9b8fb) Merge pull request [#203](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/203) from ygj6/pika-pack - [`2ec7320`](https://github.com/yiminghe/async-validator/commit/2ec732018855d27cc5c6cb76b93084d6c9bebd6b) modified package.json from 'pack build' to 'pika-pack build to support local ... - [`47fb624`](https://github.com/yiminghe/async-validator/commit/47fb624c2b0c87be26f1d5f75394963a343a5fd0) v3.2.2 - [`7bebaa2`](https://github.com/yiminghe/async-validator/commit/7bebaa2cf73347dcc6ef84f805afdc91c758af1a) Merge pull request [#199](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/199) from okxiaoliang4/patch-1 - [`ec3152d`](https://github.com/yiminghe/async-validator/commit/ec3152d8f3e4cac048518628a4a9c5cde54ba91e) fix: validator callback parameters can't be void - Additional commits viewable in [compare view](https://github.com/yiminghe/async-validator/compare/1.11.5...v3.2.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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)