Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FluentValidation from 9.5.3 to 10.0.4 #433

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps FluentValidation from 9.5.3 to 10.0.4.

Release notes

Sourced from FluentValidation's releases.

10.0.4

Release notes

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

Changes in 10.0.4

  • Resolved an issue where async conditions were run synchronously when applied to synchronous property validators

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#1698)

Changes in 10.0.2

  • ErrorCode is now exposed on IRuleComponent

Changes in 10.0.1

  • Add GetPropertyValue to IValidationRule to support #1688
  • Context object is now strongly typed inside IValidationRule<T>.ApplyCondition/ApplyAsyncCondition for users of the internal API

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:

10.0.3

Release notes

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

Changes in 10.0.3

  • Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#1698)

Changes in 10.0.2

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

10.0.4 - 17 April 2021 Fix a bug where async conditions were sometimes run synchronously.

10.0.3 - 15 April 2021 Fix ArgumentOutOfRangeException when condition returns false for RuleForEach containing multiple components (#1698)

10.0.2 - 9 April 2021 Expose ErrorCode property on IRuleComponent.

10.0.1 - 8 April 2021 Add GetPropertyValue method to IValidationRule Fix context parameter types on IValidationRule.ApplyCondition and ApplyAsyncCondition.

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
  • de7a28b Fix a bug where async conditions were sometimes run synchronously.
  • a7f019d Update README.md
  • db0879b Fix #1698 ArgumentOutOfRangeException when condition returns false for RuleFo...
  • 7c0251a Update bug_report.yml
  • 19112f9 Remove references to WebApi/MVC5 integration
  • aa4d86a Update aspnet.md
  • e8f809b Remove deprecated issue template key
  • 2edb55b Update changelog
  • fce90fa Expose ErrorCode on IRuleComponent
  • 09f9edd Update bug_report.yml
  • 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 dependabot bot added .NET 📦 dependencies Pull requests that update a dependency file labels Apr 19, 2021
@github-actions github-actions bot added this to the v0.1.0 milestone Apr 19, 2021
@github-actions github-actions bot removed the .NET label Apr 22, 2021
@david-driscoll david-driscoll merged commit 047368d into master Apr 27, 2021
@david-driscoll david-driscoll deleted the dependabot/nuget/FluentValidation-10.0.4 branch April 27, 2021 04:36
@github-actions github-actions bot modified the milestones: v0.1.0, v0.1.1 Dec 16, 2022
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