-
Notifications
You must be signed in to change notification settings - Fork 0
Update all non-major dependencies #43
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
==========================================
- Coverage 74.19% 72.58% -1.62%
==========================================
Files 28 28
Lines 124 124
Branches 0 7 +7
==========================================
- Hits 92 90 -2
Misses 32 32
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
ef649d8 to
278a8e5
Compare
488d8c0 to
d082f94
Compare
05559eb to
52a85c3
Compare
77b6dd8 to
551591a
Compare
866f0a1 to
45e9f98
Compare
8f6502b to
323a915
Compare
5418d1d to
bd3b268
Compare
30f03f4 to
aa46f5f
Compare
6717383 to
8de5f7c
Compare
8de5f7c to
d440552
Compare
f273fb4 to
882528a
Compare
b902359 to
c096eb6
Compare
fb51df4 to
4342130
Compare
af68330 to
ca959c3
Compare
ca959c3 to
6234e96
Compare
fd0fe83 to
b79c68c
Compare
b79c68c to
f1b79ad
Compare
380948d to
fb07e47
Compare
e82f305 to
a1cf7a5
Compare
693deb6 to
89a8928
Compare
89a8928 to
782e2ac
Compare
782e2ac to
b867cf9
Compare
b867cf9 to
57629ef
Compare
57629ef to
88ab39c
Compare
88ab39c to
3a9eb43
Compare
3a9eb43 to
2058406
Compare
2058406 to
459c18e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.4.0->11.12.07.0.1->7.0.207.0.0->7.0.207.0.0->7.0.2017.4.1->17.14.14.2.0->4.15.04.1.0->4.3.01.2.0-beta.435->1.2.0-beta.5566.4.0->6.9.019.5.0->19.14.18.7.0->8.9.13.0.0->3.2.07.0.101->7.0.4104.2.0->4.3.02.4.2->2.9.32.4.5->2.8.2Release Notes
JeremySkinner/fluentvalidation (FluentValidation.DependencyInjectionExtensions)
v11.11.0Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.11.0
Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.10.0Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.2Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.2
ScalePrecisionValidatorerror message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.1Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.1
Fix issue with CascadeMode on child validators (#2207)
Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelector(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionarymethod toValidationResult(particularly useful when working with Minimal APIs)-InjectValidator(#1960)IValidatorFactoryandServiceProviderValidatorFactory(#1961)services.AddFluentValidationAutoValidation()andservices.AddFluentValidationClientsideAdapters()as replacements forservices.AddFluentValidation()(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyExceptionbeing incorrectly thrown when the top-levelWhenmethod withRuleForEach, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResultusing System.Text.Json (#1928)Changes in 11.0.1
With*andWithout*assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutesoption from ASP.NET integration.Optionsproperty from RuleComponent.PropertyValidatorbackwards compatibility layer.Only()to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.9.0Compare Source
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCorepackage has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidationpackage. ForFluentValidation.AspNetCorerelease notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.0
NullReferenceException(#2152)RuleFor(x => x)) (#2168)AddValidatorsFromAssemblyContainingfrom registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAddedto allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull(See #2069 for migration steps)TransformandTransformAsyncmethods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecisionvalidator and introducePrecisionScalevalidator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regexin net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelectorshould make use ofPropertyNameResolverwhen parsing expressions (#2003)Changes in 11.2.1
Only()not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Includecalls with theMemberNameValidatorSelectorConfiguration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.