Skip to content

Bump FluentValidation from 9.5.3 to 10.0.0#135

Merged
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.0
Apr 7, 2021
Merged

Bump FluentValidation from 9.5.3 to 10.0.0#135
Matthiee merged 1 commit intomasterfrom
dependabot/nuget/FluentValidation-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2021

Bumps FluentValidation from 9.5.3 to 10.0.0.

Release notes

Sourced from FluentValidation's releases.

10.0.0

Release notes

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

Changes in 10.0.0

  • Various performance improvements throughout the library
  • Collection rules now only iterate the collection once
  • Property validator classes are now generic
  • Deprecated non-generic PropertyValidator.
  • Changed type of ValidationResult.Errors from IList<ValidationFailure> to List<ValidationFailure>
  • The internal API now uses generics.
  • Various property validator options have been seperated into RuleComponents.
  • Various parts of the internal API are now internal (PropertyRule, CollectionPropertyRule etc).
  • ValidatorDescriptor now returns rule components in various places, where PropertyValidators were previously returned
  • Default service lifetime in ASP.NET projects is now Scoped rather than Transient.
  • Combined IActionContextValidatorInterceptor and IValidatorInterceptor.
  • Changes to the ASP.NET Client Validator Adaptor interfaces. These now receive the rule component.
  • Removed deprecated IStringSource and its inheritors.
  • Removed deprecated FormattedMessageArguments from ValidationFailure.
  • Removed other deprecated code.

Downloads

Binaries can be downloaded from nuget:

9.5.4

Release notes

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

Changes in 9.5.4

  • Fix Serbian translation of error messages (#1683)
  • Add Vietnamese translations of error messages (#1677)

Changes in 9.5.3

  • Fix Swedish translation for CreditCardValidator (#1664)

Changes in 9.5.2

  • Fix Dutch translation of some errors (#1653)
  • Fix string equality comparison in WithCustomState extension (#1658)

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

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

10.0.0 - 6 April 2021 Please review the upgrade guide for 10.0: https://docs.fluentvalidation.net/en/latest/upgrading-to-10.html Performance improvements. Collection rules now only iterate the collection once. Property validators are now generic. Internal API now uses generics. Deprecated non-generic PropertyValidator. Various property validator options have been seperated into RuleComponents. Various parts of the internal API are now internal (PropertyRule, CollectionPropertyRule etc). ValidatorDescriptor now returns rule components in various places. Changed type of ValidationResult.Errors from IList to List Default service lifetime is now Scoped rather than Transient. Combine IActionContextValidatorInterceptor and IValidatorInterceptor. Changes to the ASP.NET Client Validator Adaptor interfaces. These now receive the rule component. Removed deprecated IStringSource and its inheritors. Removed deprecated FormattedMessageArguments from ValidationFailure. Removed other deprecated code.

9.5.4 - 5 April 2021 Fix Serbian translation of error messages (#1683) Add Vietnamese translations of error messages (#1677)

Commits
  • e8e0929 Bump version
  • 77b11d1 Merge branch '9.x' into main
  • 2744fff Backport language changes from 10.0 to 9.x
  • 5d268ef Fix Serbian translations of error messages (#1683)
  • edfea40 Update issue template.
  • 7e984f0 Update bug report issue template to use Github Issue Forms.
  • 5f45422 Add Vietnamese language for built-in validator
  • 064616d Update version.
  • 46a4c41 Fix #1674 Nested When conditions throw an exception.
  • f7c334e Make various classes and methods public again.
  • 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 dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 7, 2021
@dependabot dependabot Bot requested a review from Matthiee April 7, 2021 05:50
@Matthiee Matthiee merged commit ed38cb7 into master Apr 7, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/FluentValidation-10.0.0 branch April 7, 2021 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant