FatturaElettronica / FatturaElettronica.Forms

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

Bump FluentValidation from 9.3.0 to 9.5.1 #93

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps FluentValidation from 9.3.0 to 9.5.1.

Release notes

Sourced from FluentValidation's releases.

9.5.1

Release notes

Please read the upgrade guide if you are moving from 8.x to 9.x

Changes in 9.5.1

  • Fix incorrect wording in deprecation message for Transform (#1613)
  • Fix ScalePrecision validator being available in intellisense for non-decimal properties.
  • Expose additional overload of Transform that receives the root object in the transformer.

Changes in 9.5.0

  • Introduce new syntax for applying transformations and deprecate the old syntax (#1613)

Changes in 9.4.0

  • ChildRules now work as expected when inside a ruleset (#1597)
  • Added ImplicitlyValidateRootCollectionElements option to MVC integration (#1585)

Changes in 9.3.0

  • Support for .NET 5 and ASP.NET Core 5
  • Improvements to LanguageManager's lazy loading of resources.
  • Deprecate IStringSource and its implementors. Use delegates instead.
  • CustomizeValidatorAttribute now works in Razor pages (netcore 3.1 and net 5.0 only) (#1541)
  • RuleSetForClientSideMessagesAttribute now works in Razor pages (netcore 3.1 and net 5.0 only) (#1544)
  • Fixes to Spanish translations.

Changes in 9.2.2

  • Fix one of the inheritance validator overloads not working correctly (#1528)

Changes 9.2.1

  • Add non-generic extensibility point to inheritance validator
  • Updates to Persian translations (#1513)
  • Added Bengali translations (#1517)

Changes in 9.2.0

Changes in 9.1.3

  • Fix an issue with IncludeRulesNotInRuleSet not working correctly (#1493)

Changes in 9.1.2

  • Make the ValidationContext.ThrowOnFailures getter public.

Changes in 9.1.1

  • Update incorrect wording in CascadeMode.StopOnFirstFailure deprecation warning.

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

9.5.1 - 11 February 2021 Fix incorrect wording in deprecation message for Transform (#1613) Fix ScalePrecision validator being available in intellisense for non-decimal properties. Expose additional overload of Transform that receives the root object in the transformer.

9.5.0 - 31 January 2021 Introduce new syntax for applying transformations and deprecate the old syntax (#1613)

9.4.0 - 14 January 2021 ChildRules now work as expected when inside a ruleset (#1597) Added ImplicitlyValidateRootCollectionElements option to MVC integration (#1585)

Commits
  • 7d1816c Update changelog & bump version.
  • 62b30ed Update CI branch name
  • 336dee5 Update custom validators doc
  • c71b89f Update heading
  • 165e648 Create new issue template.
  • 737c357 Expose additional overload of Transform that receives the root object in the ...
  • bb306da ScalePrecision validator should only be available for decimal and decimal? pr...
  • 6836d69 Fix incorrect deprecation message wording
  • 350c6c6 Switch to the new Transform syntax. (#1613)
  • 6042b4f Update code usages, apostrophes, definition lists, URLs, error messages, em-d...
  • Additional commits viewable in compare view


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

Superseded by #96.