FatturaElettronica / FatturaElettronica.Forms

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

Bump FluentValidation from 8.0.100 to 8.1.1 #15

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps FluentValidation from 8.0.100 to 8.1.1.

Changelog *Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).* > 8.1.1 - 11 December 2018 > Added RuleSetsExecuted property to ValidationResult. > Fix issue with shared condition cache incorrectly caching when used with RuleForEach. > > 8.1.0 - 6 December 2018 > Added format support for message placeholders. > Added support for overriding inexers for collection rules. > Allow ErrorCode to be used to override localization key in the Language Manager. > Additional error details are now shown in the ShouldNotHaveValidationErrorFor test extension. > Conditions defined with root-level When/WhenAsync/Unless/UnlessAsync are now only executed once (instead of once for each rule). > Support Otherwise method chained from root-level When/WhenAsync/Unless/UnlessAsync. > Minor wording changes to default English error messages. > Added Skip property to MVC5's CustomizeValidatorAttribute to bring parity with AspNetCore and WebApi integration. > Japanese translation of the default error messages. > Remove type constraint on the OverridePropertyName overload that takes an expression. > > 8.0.101 - 24 November 2018 > Fix clientside property comparison validation adaptor in ASP.NET Core integration. >
Commits - [`4774e8e`](https://github.com/JeremySkinner/FluentValidation/commit/4774e8e3f8f6e84237393d890dee6f6a5ce690bd) Update changelog - [`201283d`](https://github.com/JeremySkinner/FluentValidation/commit/201283d99acae9655f6429218b5d19c57f0f6f1c) Fix shared condition cache incorrectly caching for RuleForEach. - [`7e302f3`](https://github.com/JeremySkinner/FluentValidation/commit/7e302f382f78f06ca9f82d6af091547c63cc109f) Add RuleSetsExecuted property on ValidationResult - [`327d76e`](https://github.com/JeremySkinner/FluentValidation/commit/327d76e2dcde1a09e2e7f891b1a2d80a9a9fa286) Update changelog. - [`79a8f5c`](https://github.com/JeremySkinner/FluentValidation/commit/79a8f5cd6b5699aa16ed0af9c6b189644447e3cc) Add Japanese Language to the default messages ([#964](https://github-redirect.dependabot.com/JeremySkinner/FluentValidation/issues/964)) - [`e46333e`](https://github.com/JeremySkinner/FluentValidation/commit/e46333efbc662fba5050669885abb815bc75f58c) Tests for AspNetCore2.2 - [`6880b75`](https://github.com/JeremySkinner/FluentValidation/commit/6880b756d58fd6976becbdedda9376c94ae54feb) Attempt to fix callout - [`62967ad`](https://github.com/JeremySkinner/FluentValidation/commit/62967addb4ec746872fff03240536b9c616cec79) Add Skip to MVC5's CustomizeValidatorAttribute. Update aspnet docs - [`da4b0a9`](https://github.com/JeremySkinner/FluentValidation/commit/da4b0a91248c2f366395e29aa9e3297460c6917c) Update mvc5.md - [`ff049d0`](https://github.com/JeremySkinner/FluentValidation/commit/ff049d00566de6b5832dd792d574df2620ad7753) Attribution for Inclusive/ExclusiveBetween validators - Additional commits viewable in [compare view](https://github.com/JeremySkinner/FluentValidation/compare/8.0.100...8.1.1)


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 cancel merge` will cancel a previously requested merge - `@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 #16.