-
Notifications
You must be signed in to change notification settings - Fork 1
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 dependencies #143
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minor
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
Bump dependencies #143
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/minor
branch
2 times, most recently
from
August 1, 2024 22:15
9c4c0c4
to
6729504
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
August 5, 2024 21:04
6729504
to
451da6b
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
2 times, most recently
from
August 14, 2024 15:47
6ba1c5c
to
9f9a08c
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
September 1, 2024 17:22
9f9a08c
to
1d7f7ac
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
4 times, most recently
from
September 15, 2024 13:09
d7500b4
to
c7dc62d
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
3 times, most recently
from
September 25, 2024 19:38
39c7c9a
to
f13770d
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
5 times, most recently
from
October 3, 2024 10:35
174f92a
to
59e3ddd
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
6 times, most recently
from
October 9, 2024 20:14
ef86edc
to
09fd305
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
October 12, 2024 22:10
09fd305
to
3e8a882
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
3 times, most recently
from
October 23, 2024 22:24
5045865
to
32f9f66
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
October 24, 2024 16:21
32f9f66
to
36ba74a
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
2 times, most recently
from
November 1, 2024 22:30
9dc28ec
to
8427621
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
6 times, most recently
from
November 16, 2024 22:15
fd46e86
to
8ec7bc6
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
2 times, most recently
from
November 21, 2024 12:17
cb554d1
to
046f3dd
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
3 times, most recently
from
December 5, 2024 19:42
b9025a5
to
dc81993
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
5 times, most recently
from
December 17, 2024 01:34
07d6324
to
630f912
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
2 times, most recently
from
December 23, 2024 23:11
9e1440a
to
3bf594b
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
3 times, most recently
from
January 14, 2025 23:36
6e038a9
to
bf0fed6
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
January 16, 2025 01:57
bf0fed6
to
c9d778c
Compare
renovate
bot
force-pushed
the
renovate/minor
branch
from
January 16, 2025 05:52
c9d778c
to
116ae95
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.9.2
->11.11.0
2.0.1.2
->2.1.0
1.1.2
->1.1.6
8.0.0
->8.0.1
8.0.1
->8.0.2
8.4.1
->8.5.1
5.10.0
->5.12.1
16.0.0
->16.3.0
v4.0.2
->v4.2.0
v4.1.7
->v4.2.2
2.32.2
->2.32.5
0.6.22
->0.6.29
4.0.0
->4.2.0
v3.2.0
->v3.3.0
v3.4.0
->v3.8.0
3.15.3
->3.17.0
1.30.3
->1.32.1
8.0.7-jammy
->8.0.12-jammy
Release Notes
JeremySkinner/fluentvalidation (FluentValidation)
v11.11.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.11.0
Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to 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)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
v11.10.0
Compare 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.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to 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)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
Changes in 11.4.0
ScalePrecision
validator and introducePrecisionScale
validator as its replacement (#2030)Changes in 11.3.0
StringSyntaxAttribute.Regex
in net7 builds (#1957)Changes in 11.2.2
MemberNameValidatorSelector
should make use ofPropertyNameResolver
when parsing expressions (#2003)Changes in 11.2.1
Only()
not taking into account parent-level unmatched failures (#1986)Changes in 11.2.0
Include
calls with theMemberNameValidatorSelector
(#1989)Changes in 11.1.1
Changes in 11.1.0
ToDictionary
method toValidationResult
(particularly useful when working with Minimal APIs)-InjectValidator
(#1960)IValidatorFactory
andServiceProviderValidatorFactory
(#1961)services.AddFluentValidationAutoValidation()
andservices.AddFluentValidationClientsideAdapters()
as replacements forservices.AddFluentValidation()
(#1965)Changes in 11.0.3
AsyncValidatorInvokedSynchronouslyException
being incorrectly thrown when the top-levelWhen
method withRuleForEach
, even when invoked asynchronously (#1955)Changes in 11.0.2
ValidationResult
using System.Text.Json (#1928)Changes in 11.0.1
With*
andWithout*
assertion methods (#1937)Changes in 11.0
RunDefaultMvcValidationAfterFluentValidationExecutes
option from ASP.NET integration.Options
property from RuleComponent.PropertyValidator
backwards compatibility layer.Only()
to the test helper asserting that no other validation errors were raised.Downloads
Binaries can be downloaded from nuget:
dotnet/runtime (Microsoft.Extensions.Hosting)
v8.0.1
: .NET 8.0.1Release
App-vNext/Polly (Polly)
v8.5.1
Compare Source
What's Changed
System.ComponentModel.DataAnnotations.Validator
by @kmcclellan in https://github.com/App-vNext/Polly/pull/2428New Contributors
Full Changelog: App-vNext/Polly@8.5.0...8.5.1
v8.5.0
Compare Source
RetryAfter
toBrokenCircuitException
. by @DL444 in https://github.com/App-vNext/Polly/pull/2324[DebuggerDisableUserUnhandledExceptions]
by @martincostello in https://github.com/App-vNext/Polly/pull/2003v8.4.2
Compare Source
scriban/scriban (Scriban)
v5.12.1
Compare Source
Changes
🐛 Bug Fixes
f8fa7e2
)Full Changelog: 5.12.0...5.12.1
Published with dotnet-releaser
v5.12.0
Compare Source
Changes
🐛 Bug Fixes
Full Changelog: 5.11.0...5.12.0
Published with dotnet-releaser
v5.11.0
Compare Source
Changes
🐛 Bug Fixes
🚀 Enhancements
🧰 Misc
5343f93
)Full Changelog: 5.10.0...5.11.0
Published with dotnet-releaser
aaubry/YamlDotNet (YamlDotNet)
v16.3.0
: Release 16.3.0What's Changed
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 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.