JoshR-Github-Enterprise-Demo / GHE-Demo

MIT License
0 stars 0 forks source link

Update dependency FluentValidation.AspNetCore to v11 - autoclosed #27

Closed joshr-mend-app[bot] closed 11 months ago

joshr-mend-app[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
FluentValidation.AspNetCore (source) nuget major 8.6.2 -> 11.3.0

Release Notes

FluentValidation/FluentValidation.AspNetCore ### [`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 ([https://github.com/FluentValidation/FluentValidation/issues/2091](https://togithub.com/FluentValidation/FluentValidation/issues/2091)) #### Changes in 11.2.2 - Fix issue where implicit child validation could still be executed for Record types even when disabled ([#​7](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/issues/7)) - Add additional overload of `AddToModelState` that doesn't require a prefix ([#​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 [https://github.com/FluentValidation/FluentValidation/issues/1963](https://togithub.com/FluentValidation/FluentValidation/issues/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 [https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.2.2`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.2.2) [Compare Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.2.1...11.2.2) ### 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.2.2 - Fix issue where implicit child validation could still be executed for Record types even when disabled ([#​7](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/issues/7)) - Add additional overload of `AddToModelState` that doesn't require a prefix ([#​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 [https://github.com/FluentValidation/FluentValidation/issues/1963](https://togithub.com/FluentValidation/FluentValidation/issues/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 [https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.2.1`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.2.1) [Compare Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.2.0...11.2.1) ### 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.2.1 - Add deprecation warnings on various registration methods within the call to `AddFluentValidation` (see [https://github.com/FluentValidation/FluentValidation/issues/1963](https://togithub.com/FluentValidation/FluentValidation/issues/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 [https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.2.0`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.2.0) [Compare Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.1.3...11.2.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.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 [https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.1.3`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.1.3) [Compare Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.1.2...11.1.3) ### 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.1.3 - Deprecate the `AddFluentValidation` registration methods. These have been replaced with `AddFluentValidationAutoValidation` and `AddFluentValidationClientsideAdapters` (see [https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.1.2`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.1.2) [Compare Source](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/compare/11.1.1...11.1.2) ### 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.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` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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) ### [`v11.1.1`](https://togithub.com/FluentValidation/FluentValidation.AspNetCore/releases/tag/11.1.1) ### 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.1.1 - Fixed `NullReferenceException` being thrown in `AddFluentValidationClientsideAdapters` ([https://github.com/FluentValidation/FluentValidation/issues/1969](https://togithub.com/FluentValidation/FluentValidation/issues/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 ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - MVC auto validation: Deprecated Implicit validation of root collection elements ([https://github.com/FluentValidation/FluentValidation/issues/1960](https://togithub.com/FluentValidation/FluentValidation/issues/1960)) - Introduce `services.AddFluentValidationAutoValidation()` and `services.AddFluentValidationClientsideAdapters()` as replacements for `services.AddFluentValidation()` ([https://github.com/FluentValidation/FluentValidation/issues/1965](https://togithub.com/FluentValidation/FluentValidation/issues/1965)) #### Changes in 11.0 - Throw exceptions when async validator is invoked synchronously ([#​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)

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 this update again.