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.0.2 #1629

Merged
merged 1 commit into from
May 27, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
FluentValidation.AspNetCore (source) nuget patch 11.0.1 -> 11.0.2

Release Notes

JeremySkinner/fluentvalidation

v11.0.2

Compare Source

Release notes

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

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: 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 May 27, 2022
@RehanSaeed RehanSaeed added template/API The Swagger API project template maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning. and removed maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. labels May 27, 2022
@RehanSaeed RehanSaeed merged commit ff999f6 into main May 27, 2022
@RehanSaeed RehanSaeed deleted the renovate/fluentvalidation.aspnetcore-11.x branch May 27, 2022 10:30
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

2 participants