Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Bump FluentValidation.DependencyInjectionExtensions from 9.3.0 to 9.5.0 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps FluentValidation.DependencyInjectionExtensions from 9.3.0 to 9.5.0.

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions'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.DependencyInjectionExtensions's changelog.

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

9.4.0 - 14 January 2021 ChildRules now work as expected when inside a ruleset (#1597) Added ImplicitlyValidateRootCollectionElements option to MVC integration (#1585)

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)
  • 4dd0f46 Update changelog, bump version
  • 01bd049 Add ImplicitlyValidateRootCollectionElements MVC option (#1586)
  • be10c61 Fix #1597 child rules not working as expeted with rulesets.
  • a147ef4 Deprecate PropertyValidator ctor that takes a string. Add HasCondition/HasAsy...
  • f41af6e CI updates
  • cb1bf5e Update inheritance.md (#1605)
  • 343ac21 Remove unneeded additional targets
  • Additional commits viewable 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 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant