chore(deps): update nuget packages - #154
Open
renovate[bot] wants to merge 3 commits into
Open
renovate[bot] wants to merge 3 commits into
renovate[bot] wants to merge 3 commits into
Conversation
renovate
Bot
force-pushed
the
renovate/nuget
branch
from
June 12, 2025 15:54
bbf919f to
06493dc
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
from
June 19, 2025 19:54
06493dc to
cdf2fd5
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
3 times, most recently
from
July 9, 2025 17:28
d68955e to
fcaf597
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
6 times, most recently
from
July 21, 2025 23:07
744c82b to
9e2fa4a
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
18 times, most recently
from
July 28, 2025 20:10
aaf594c to
1f1524f
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
18 times, most recently
from
August 9, 2025 13:35
f24a134 to
f6aca42
Compare
renovate
Bot
force-pushed
the
renovate/nuget
branch
8 times, most recently
from
August 13, 2025 02:38
fbf726c to
ab345f8
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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
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.
Motivation
Automated dependency update by Renovate bot.
Description
This PR contains the following updates:
10.0.5→10.0.99.0.5→9.0.1710.0.5→10.0.99.0.7→9.0.1710.0.5→10.0.99.0.7→9.0.171.21.2→1.23.01.22.1→1.23.010.0.0→10.0.16.0.0→6.1.12.0.5→2.0.92.0.0-beta4.22272.1→2.0.92.0.0-beta4.22272.1→2.0.0-beta5.25306.19.0.7→9.0.170.8.1→0.8.3Testing
This is an automated dependency update. No functional changes are expected.
Impact
Release Notes
dotnet/dotnet (Microsoft.Extensions.Configuration.CommandLine)
v10.0.9v10.0.8v10.0.7v10.0.6serilog/serilog-settings-configuration (Serilog.Settings.Configuration)
v10.0.1What's Changed
New Contributors
Full Changelog: serilog/serilog-settings-configuration@v10.0.0...v10.0.1
serilog/serilog-sinks-console (Serilog.Sinks.Console)
v6.1.1What's Changed
Full Changelog: serilog/serilog-sinks-console@v6.1.0...v6.1.1
v6.1.0{UtcTimestamp}in output templates (@ManuelRin)dotnet/command-line-api (System.CommandLine.NamingConventionBinder)
v2.0.0-beta5.25306.1: System.CommandLine v2.0.0-beta5.25306.1Announcing System.CommandLine 2.0.0-beta5 and our path to a stable release (#2576)
What's Changed
Tokenoperator overload by @vlada-shubina in #1842tag by @sebekkz in #2008
SetActionoverloads returningintandTask<int>by @jonsequitur in #2121Cliprefix by @jonsequitur in #2132CliActionto be non-exclusive by @jonsequitur in #2147GetHashCodeandEqualsoverrides inHelpOptionandVerboseOptionby @jonsequitur in #2159OptionResult.IdentifierTokenCountproperty by @jonsequitur in #2164SymbolResult.Errorsby @jonsequitur in #2166CliActioninto synchronous and asynchronous types by @jonsequitur in #2205CliRootCommandby @jonsequitur in #2224New Contributors