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

Update dependency FluentValidation.AspNetCore to v11.1.1 #1652

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
FluentValidation.AspNetCore (source) nuget minor 11.0.3 -> 11.1.1

Release Notes

JeremySkinner/fluentvalidation

v11.1.0

Compare Source

Release notes

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

Changes in 11.1.0

  • Added a ToDictionary method to ValidationResult (particularly useful when working with Minimal APIs)-
  • MVC auto validation: Deprecated Implicit validation of child properties (#​1960)
  • MVC auto validation: Deprecated Implicit validation of root collection elements (#​1960)
  • Deprecated InjectValidator (#​1960)
  • Deprecated IValidatorFactory and ServiceProviderValidatorFactory (#​1961)
  • Introduce services.AddFluentValidationAutoValidation() and services.AddFluentValidationClientsideAdapters() as replacements for services.AddFluentValidation() (#​1965)
  • Remove duplication between sync and async validation in the internal model.

Changes in 11.0.3

  • Fix AsyncValidatorInvokedSynchronouslyException being incorrectly thrown when the top-level When method with RuleForEach, even when invoked asynchronously (#​1955)

Changes in 11.0.2

  • Child validator contexts now contain a reference to their parent context (#​1945)
  • Support deserialization of ValidationResult using System.Text.Json (#​1928)

Changes in 11.0.1

  • Fix regression in the Test Helper affecting the With* and Without* assertion methods (#​1937)

Changes in 11.0

  • Throw exceptions when async validator is invoked synchronously (#​1705)
  • Removal deprecated OnFailure/OnAnyFailure callbacks.
  • Remove deprecated RunDefaultMvcValidationAfterFluentValidationExecutes option from ASP.NET integration.
  • Remove deprecated Options property from RuleComponent.
  • Remove deprecated TestHelper methods.
  • Remove non-generic PropertyValidator backwards compatibility layer.
  • Add method Only() to the test helper asserting that no other validation errors were raised.
  • Ensure property covariance is properly handled throughout the internal model (#​1713)

Downloads

Binaries can be downloaded from nuget:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label Jun 22, 2022
@renovate renovate bot force-pushed the renovate/fluentvalidation.aspnetcore-11.x branch from 59e18fc to a5655f4 Compare June 27, 2022 11:56
@renovate renovate bot changed the title Update dependency FluentValidation.AspNetCore to v11.1.0 Update dependency FluentValidation.AspNetCore to v11.1.1 Jun 27, 2022
@RehanSaeed RehanSaeed added template/API The Swagger API project template patch Pull requests requiring a patch version update according to semantic versioning. labels Jun 28, 2022
@RehanSaeed RehanSaeed merged commit 887778a into main Jun 28, 2022
@RehanSaeed RehanSaeed deleted the renovate/fluentvalidation.aspnetcore-11.x branch June 28, 2022 14:20
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. patch Pull requests requiring a patch version update according to semantic versioning. template/API The Swagger API project template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant