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 (major) #1086

Merged
merged 1 commit into from
May 10, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
FluentValidation (source) nuget major 10.4.0 -> 11.0.1
FluentValidation.AspNetCore (source) nuget major 10.4.0 -> 11.0.1
FluentValidation.DependencyInjectionExtensions (source) nuget major 10.4.0 -> 11.0.1

Release Notes

JeremySkinner/fluentvalidation

v11.0.1

Compare Source

Release notes

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

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:

v11.0.0

Compare Source


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 these updates again.


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

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

@renovate renovate bot added the 📦 dependencies Pull requests that update a dependency file label Apr 30, 2022
@github-actions github-actions bot added this to the v0.1.0 milestone Apr 30, 2022
@renovate renovate bot force-pushed the renovate/major-fluentvalidation branch from f9e83c7 to 49eebb8 Compare May 7, 2022 11:31
@david-driscoll david-driscoll force-pushed the renovate/major-fluentvalidation branch from 49eebb8 to 4e9c5b7 Compare May 10, 2022 02:56
@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #1086 (4e9c5b7) into master (92f7261) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1086   +/-   ##
=======================================
  Coverage   88.55%   88.55%           
=======================================
  Files          19       19           
  Lines        1844     1844           
  Branches      143      143           
=======================================
  Hits         1633     1633           
  Misses        211      211           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@david-driscoll david-driscoll merged commit 52e94d9 into master May 10, 2022
@david-driscoll david-driscoll deleted the renovate/major-fluentvalidation branch May 10, 2022 03:36
@github-actions github-actions 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.

2 participants