Update nuget non-major dependencies #1071
Open
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:
1.13.2
->1.14.0
1.3.0
->1.4.0
0.14.0
->0.15.0
0.14.0
->0.15.0
1.0.1
->1.0.2
7.1.0
->7.2.0
8.0.12
->8.0.16
8.0.12
->8.0.16
4.10.0
->4.14.0
9.3.0
->9.5.0
4.0.0
->4.1.0
8.7.0
->8.11.0
8.12.0
17.13.0
->17.14.0
17.14.1
1.6.23
->1.6.24
1.6.23
->1.6.24
1.0.0-beta11
->1.0.0-beta13
1.15.6495
->1.15.6581
1.11.2
->1.12.0
1.11.2
->1.12.0
1.11.2
->1.12.0
1.11.2
->1.12.0
1.11.1
->1.12.0
1.11.1
->1.12.0
1.11.1
->1.12.0
8.0.0
->8.1.2
8.1.4
(+1)6.4.1
->6.5.0
29.3.0
->29.5.0
1.7.4
->1.8.9
1.0.1
->1.0.2
8.0.407
->8.0.410
3.0.2
->3.1.0
Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.14.0
Compare Source
1.14.0 (2025-05-13)
Other Changes
Username
,Password
,AZURE_USERNAME
, andAZURE_PASSWORD
in XML comments fromEnvironmentCredentialOptions
andEnvironmentCredential
due to lack of MFA support. See MFA enforcement details.AZURE_USERNAME
andAZURE_PASSWORD
as obsolete due to lack of MFA support. See MFA enforcement details.AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.15.0
: 0.15.0Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
belav/csharpier (CSharpier.MsBuild)
v1.0.2
Compare Source
What's Changed
Performance issues when supporting .gitignore. #1588
CSharpier was using a naive algorithm for parsing and evaluating gitignore rules that caused significant perfomance issues. @kevinboss reworked the implementation to drastically increate performance.
Exclude
bin/
andobj/
directory content from xml formatting #1600CSharpier now excludes all files in
bin/
andobj/
by default.Error on syntactically valid conditional with
is
#1612The following c# is valid and compiles with
9.0.300+
. CSharpier was updated to properly parse it.Xml formatting with comments in text element inserts extra new lines #1607
CSharpier has some issues with formatting text that contained xml comments. That has been improved.
Input & expected output
1.0.1
Inconsistent formatting of single-line lambda expressions #1594
CSharpier
1.0.0
introduced a regression that caused the following formatting. This is now working as expected.Full Changelog: belav/csharpier@1.0.1...1.0.2
fluentassertions/fluentassertions (FluentAssertions)
v7.2.0
Compare Source
What's Changed
Improvements
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
v8.0.16
: .NET 8.0.16Release
What's Changed
24a9e94
to52204f7
by @dependabot in https://github.com/dotnet/aspnetcore/pull/61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
v8.0.15
: .NET 8.0.15Release
What's Changed
e235eb3
to24a9e94
by @dependabot in https://github.com/dotnet/aspnetcore/pull/60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
v8.0.14
: .NET 8.0.14Release
What's Changed
7d76a23
toe235eb3
by @dependabot in https://github.com/dotnet/aspnetcore/pull/60150Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14
v8.0.13
: .NET 8.0.13Release
What's Changed
d144031
to7d76a23
by @dependabot in https://github.com/dotnet/aspnetcore/pull/59678index.html
during development by @github-actions in https://github.com/dotnet/aspnetcore/pull/59349Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13
dotnet/extensions (Microsoft.Extensions.Caching.Hybrid)
v9.5.0
What's Changed
CreateJsonSchema
tolerate JSO inputs that don't have a resolver set. by @eiriktsarpalis in https://github.com/dotnet/extensions/pull/6348Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.
👻 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.