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.2.
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
- [`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 - [`9f2ba47`](https://github.com/yiminghe/async-validator/commit/9f2ba47be75502334682de1c57ba4cb1ae2ec7b1) v3.2.1 - [`8fb62c3`](https://github.com/yiminghe/async-validator/commit/8fb62c34927130015cb02f858585cc4499f08306) Merge pull request [#197](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/197) from nilptr/fix/pattern-type - [`acbcd67`](https://github.com/yiminghe/async-validator/commit/acbcd67be5dc569767216e8cb4c9ea3f403decf4) fix RuleItem.pattern type - [`d3a09b5`](https://github.com/yiminghe/async-validator/commit/d3a09b5a18fb939e0a325cc4fe637d330fb546a9) v3.2.0 - [`8f4f198`](https://github.com/yiminghe/async-validator/commit/8f4f1981d96d56c95967b74dde42f9fe5153bfe8) bump - [`d836286`](https://github.com/yiminghe/async-validator/commit/d8362860aad75526831658b68aef0760dc79f138) Merge pull request [#190](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/190) from geritol/feat/any - [`9bd358c`](https://github.com/yiminghe/async-validator/commit/9bd358cc79d0a59f9482cf06ecc4980c91e19eb8) Merge pull request [#189](https://github-redirect.dependabot.com/yiminghe/async-validator/issues/189) from geritol/chore/test-watch - Additional commits viewable in [compare view](https://github.com/yiminghe/async-validator/compare/1.11.5...v3.2.2)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)