Skip to content

Commit

Permalink
Update dependency FluentValidation.AspNetCore to v11.3.0 (#704)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentValidation.AspNetCore](https://fluentvalidation.net/)
([source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore))
| nuget | minor | `11.2.2` -> `11.3.0` |

---

### Release Notes

<details>
<summary>FluentValidation/FluentValidation.AspNetCore</summary>

###
[`v11.3.0`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.3.0)

[Compare
Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.2.2...11.3.0)

### Release notes

[Please read the upgrade guide if you are moving from 10.x to
11.x](https://docs.fluentvalidation.net/en/latest/upgrading-to-11.html)

#### Changes in 11.3.0

- Added `Filter` property to auto-validation configuration to optionally
include/exclude certain types from auto-validation
([FluentValidation/FluentValidation#2091)

#### Changes in 11.2.2

- Fix issue where implicit child validation could still be executed for
Record types even when disabled
([#&#8203;7](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/issues/7))
- Add additional overload of `AddToModelState` that doesn't require a
prefix
([#&#8203;5](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/issues/5))

#### Changes in 11.2.1

- Add deprecation warnings on various registration methods within the
call to `AddFluentValidation` (see
[FluentValidation/FluentValidation#1963)
- The dependency on the FluentValidation.DependencyInjectionExtensions
package now uses a floating version.

#### Changes in 11.2.0

- The dependency on the core FluentValidation library now uses a
floating version.

#### Changes in 11.1.3

- Deprecate the `AddFluentValidation` registration methods. These have
been replaced with `AddFluentValidationAutoValidation` and
`AddFluentValidationClientsideAdapters` (see
[FluentValidation/FluentValidation#1965)

#### Changes in 11.1.2

- Fixed `NullReferenceException` being thrown in
`AddFluentValidationClientsideAdapters` caused by a missing registration
for `IValidatorFactory`

#### Changes in 11.1.1

- Fixed `NullReferenceException` being thrown in
`AddFluentValidationClientsideAdapters`
([FluentValidation/FluentValidation#1969)

#### Changes in 11.1.0

- Added a `ToDictionary` method to `ValidationResult` (particularly
useful when working with Minimal APIs)-
- MVC auto validation: Deprecated Implicit validation of child
properties
([FluentValidation/FluentValidation#1960)
- MVC auto validation: Deprecated Implicit validation of root collection
elements
([FluentValidation/FluentValidation#1960)
- Introduce `services.AddFluentValidationAutoValidation()` and
`services.AddFluentValidationClientsideAdapters()` as replacements for
`services.AddFluentValidation()`
([FluentValidation/FluentValidation#1965)

#### Changes in 11.0

- Throw exceptions when async validator is invoked synchronously
([#&#8203;1705](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/issues/1705))
- Remove deprecated
`RunDefaultMvcValidationAfterFluentValidationExecutes` option from
ASP.NET integration.

### Downloads

Binaries can be downloaded from nuget:

-
[FluentValidation.AspNetCore](http://nuget.org/packages/fluentvalidation.aspnetcore)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 1, 2023
1 parent 980016f commit c4a33f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orso.Arpa.Domain/Orso.Arpa.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.2.2" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down

0 comments on commit c4a33f5

Please sign in to comment.