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.AspNetCore from 9.4.0 to 9.5.0 #275

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps FluentValidation.AspNetCore from 9.4.0 to 9.5.0.

Release notes

Sourced from FluentValidation.AspNetCore's releases.

9.5.0

Release notes

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

Changes in 9.5.0

  • Introduce new syntax for applying transformations and deprecate the old syntax (#1613)

Changes in 9.4.0

  • ChildRules now work as expected when inside a ruleset (#1597)
  • Added ImplicitlyValidateRootCollectionElements option to MVC integration (#1585)

Changes in 9.3.0

  • Support for .NET 5 and ASP.NET Core 5
  • Improvements to LanguageManager's lazy loading of resources.
  • Deprecate IStringSource and its implementors. Use delegates instead.
  • CustomizeValidatorAttribute now works in Razor pages (netcore 3.1 and net 5.0 only) (#1541)
  • RuleSetForClientSideMessagesAttribute now works in Razor pages (netcore 3.1 and net 5.0 only) (#1544)
  • Fixes to Spanish translations.

Changes in 9.2.2

  • Fix one of the inheritance validator overloads not working correctly (#1528)

Changes 9.2.1

  • Add non-generic extensibility point to inheritance validator
  • Updates to Persian translations (#1513)
  • Added Bengali translations (#1517)

Changes in 9.2.0

Changes in 9.1.3

  • Fix an issue with IncludeRulesNotInRuleSet not working correctly (#1493)

Changes in 9.1.2

  • Make the ValidationContext.ThrowOnFailures getter public.

Changes in 9.1.1

  • Update incorrect wording in CascadeMode.StopOnFirstFailure deprecation warning.

Changes in 9.1.0

  • Add new Validate extension methods that allow options to be configured using a strategy (#1467)
  • Introduce CascadeMode.Stop and deprecate CascadeMode.StopOnFirstFailure to resolve confusion/abiguity about setting the cascade mode at validator-level (#1437)
  • RaiseValidationException can be overridden to customize the exception throwing process (#1162)

... (truncated)

Changelog

Sourced from FluentValidation.AspNetCore's changelog.

9.5.0 - 31 January 2021 Introduce new syntax for applying transformations and deprecate the old syntax (#1613)

Commits
  • 350c6c6 Switch to the new Transform syntax. (#1613)
  • 6042b4f Update code usages, apostrophes, definition lists, URLs, error messages, em-d...
  • 88ffb2f FluentValidation namespace explanation in RuleSet doc page (#1618)
  • See full diff 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 will merge this PR once CI passes on it, as requested by @rsg-bot.


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 Feb 1, 2021
@github-actions github-actions bot added this to the v0.1.0 milestone Feb 1, 2021
@github-actions github-actions bot removed the .NET label Feb 4, 2021
@david-driscoll david-driscoll added the :shipit: merge Shipit! label Feb 6, 2021
@rsg-bot
Copy link
Contributor

rsg-bot commented Feb 6, 2021

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/nuget/FluentValidation.AspNetCore-9.5.0 branch from ae1fc0f to 6536b25 Compare February 8, 2021 08:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/nuget/FluentValidation.AspNetCore-9.5.0 branch from 6536b25 to 4d93533 Compare February 8, 2021 13:17
@david-driscoll
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/FluentValidation.AspNetCore-9.5.0 branch from 4d93533 to e1a6acb Compare February 8, 2021 13:29
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #275 (e1a6acb) into master (69d809f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   77.57%   77.57%           
=======================================
  Files          15       15           
  Lines         660      660           
  Branches       66       66           
=======================================
  Hits          512      512           
  Misses        148      148           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69d809f...e1a6acb. Read the comment docs.

@dependabot dependabot bot merged commit 43213b8 into master Feb 8, 2021
@dependabot dependabot bot deleted the dependabot/nuget/FluentValidation.AspNetCore-9.5.0 branch February 8, 2021 14:03
@mergify mergify bot removed the :shipit: merge Shipit! label Feb 8, 2021
@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.

2 participants