FatturaElettronica / FatturaElettronica.Forms

Windows.Forms per FatturaElettronica.NET
http://fatturaelettronicaopensource.org/
Other
4 stars 11 forks source link

Bump FluentValidation from 8.1.3 to 8.2.3 #33

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps FluentValidation from 8.1.3 to 8.2.3.

Changelog *Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).* > 8.2.3 - 12 April 2019 > Fix issue with WebApi integration where DataAnnotations validation could generate duplicate messages when used in the same > project as FluentValidation. > > 8.2.2 - 5 April 2019 > Fix typo in FluentValidation.DependencyInjectionExtensions package name. > > 8.2.1 - 4 April 2019 > Resolved issue using InjectValidator with RuleForEach. > Add support for a default IValidatorInterceptor to be registered with the ASP.NET Core Service Provider. > Added "Without" test extensions for consistency with existing "With" text extensions. > > 8.2.0 - 26 March 2019 > Add extensions for injecting child validators using the ASP.NET Core Service Provider. > WithLocalizedMessage is deprecated. Use the overload of WithMessage that takes a Func instead. > Implement RuleFor(...).ForEach(...) as an alternative to RuleForEach >
Commits - [`9cba444`](https://github.com/JeremySkinner/FluentValidation/commit/9cba44449e808b35ba8a0e7aba6ca309c196c2fc) Fix duplicate DataAnnotations messages in WebApi integration. - [`26b8c6a`](https://github.com/JeremySkinner/FluentValidation/commit/26b8c6a36a02c1ff1aed4a0f9eb231e370a6aa6a) Cleanup NotEmpty/Empty validators. - [`87d5dd7`](https://github.com/JeremySkinner/FluentValidation/commit/87d5dd7c5eb9f10884172f1d675095eeb7c6fc1d) R# settings. - [`e9eea44`](https://github.com/JeremySkinner/FluentValidation/commit/e9eea44fb1b8ce1e7ce8e15347eb7a4acf4a2660) Remove use of sn.exe for verification. - [`4f90814`](https://github.com/JeremySkinner/FluentValidation/commit/4f9081478aa07b48f147d2b19f04312c41f3ff9d) Update changelog. - [`e3d5182`](https://github.com/JeremySkinner/FluentValidation/commit/e3d518280c9fc8097e8ce1661cbd70ef7f098efd) Fix package name. - [`a1e6ea1`](https://github.com/JeremySkinner/FluentValidation/commit/a1e6ea10835c066e46674a38a40e1f09bf765052) Update core.md - [`e2ee92f`](https://github.com/JeremySkinner/FluentValidation/commit/e2ee92f1e6645162113aa742f26462b340d1fa0f) Switch to using full signing on Linux/Macos builds, as this is now supported ... - [`e09807c`](https://github.com/JeremySkinner/FluentValidation/commit/e09807cfd299581a56f3904be2952cb5e6892d29) Update repository url. - [`cc49f09`](https://github.com/JeremySkinner/FluentValidation/commit/cc49f0956f15bd0efa968021e06f8918e1adfff1) Update changelog - Additional commits viewable in [compare view](https://github.com/JeremySkinner/fluentvalidation/compare/8.1.3...8.2.3)


Dependabot compatibility score

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 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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #37.