-
Notifications
You must be signed in to change notification settings - Fork 16
Update nuget non-major dependencies #1071
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
Merged
Merged
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
ac4529c
to
48b1e59
Compare
ed3ae5e
to
d332213
Compare
5f1c6c6
to
43d01c2
Compare
9615174
to
9115416
Compare
19c09a7
to
df9385a
Compare
afc06ff
to
00bb316
Compare
5ad42f5
to
095153f
Compare
48d5183
to
d157c5b
Compare
72a22d2
to
e64bfeb
Compare
e64bfeb
to
3ab37d7
Compare
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. |
|
|
martinothamar
approved these changes
Jun 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-ignore
This PR is a new feature and should not be cherry-picked onto release branches
dependency
Label Pull requests with dependency updates. Used when generation releasenotes
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:
4.0.10
->4.0.11
4.0.12
1.13.2
->1.14.0
1.14.1
1.3.0
->1.4.0
0.14.0
->0.15.2
0.14.0
->0.15.2
1.0.1
->1.0.2
7.1.0
->7.2.0
8.0.12
->8.0.17
8.0.12
->8.0.17
17.10.29
->17.14.8
4.10.0
->4.14.0
9.3.0
->9.6.0
4.0.0
->4.1.0
8.7.0
->8.12.1
17.13.0
->17.14.1
1.6.23
->1.6.24
1.6.23
->1.6.24
1.0.0-beta11
->1.0.0-beta14
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.4
6.0.1
->6.0.3
6.4.1
->6.6.0
29.3.0
->29.5.0
1.7.4
->1.8.13
1.0.1
->1.0.2
8.0.407
->8.0.411
3.0.2
->3.1.1
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.2
: 0.15.2Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
v0.15.1
: 0.15.1Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
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.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headers
sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7
to04ee1b4
(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
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/msbuild (Microsoft.Build.Tasks.Core)
v17.14.8
What's Changed
Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8
v17.14.5
What's Changed
Configuration
📅 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.