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 fluentvalidation to v11.0.3 #1151

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

JeremySkinner/fluentvalidation

v11.0.3

Compare Source

Release notes

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

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 these updates 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 10, 2022
@github-actions github-actions bot added this to the v0.1.0 milestone Jun 10, 2022
@david-driscoll david-driscoll enabled auto-merge (squash) June 10, 2022 23:01
@renovate renovate bot force-pushed the renovate/fluentvalidation branch from daa9efd to 4da83c5 Compare June 10, 2022 23:01
@david-driscoll david-driscoll merged commit 0b51165 into master Jun 10, 2022
@david-driscoll david-driscoll deleted the renovate/fluentvalidation branch June 10, 2022 23:17
@rsg-bot rsg-bot modified the milestones: v0.1.0, v0.1.1 Dec 15, 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.

3 participants