- 
                Notifications
    
You must be signed in to change notification settings  - Fork 22
 
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.114.0.121.13.2->1.14.01.14.11.3.0->1.4.00.14.0->0.15.20.14.0->0.15.21.0.1->1.0.27.1.0->7.2.08.0.12->8.0.178.0.12->8.0.1717.10.29->17.14.84.10.0->4.14.09.3.0->9.6.04.0.0->4.1.08.7.0->8.12.117.13.0->17.14.11.6.23->1.6.241.6.23->1.6.241.0.0-beta11->1.0.0-beta141.15.6495->1.15.65811.11.2->1.12.01.11.2->1.12.01.11.2->1.12.01.11.2->1.12.01.11.1->1.12.01.11.1->1.12.01.11.1->1.12.08.0.0->8.1.46.0.1->6.0.36.4.1->6.6.029.3.0->29.5.01.7.4->1.8.131.0.1->1.0.28.0.407->8.0.4113.0.2->3.1.1Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.14.0Compare Source
1.14.0 (2025-05-13)
Other Changes
Username,Password,AZURE_USERNAME, andAZURE_PASSWORDin XML comments fromEnvironmentCredentialOptionsandEnvironmentCredentialdue to lack of MFA support. See MFA enforcement details.AZURE_USERNAMEandAZURE_PASSWORDas obsolete due to lack of MFA support. See MFA enforcement details.AZURE_TOKEN_CREDENTIALSenvironment 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.2Compare 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.0introduced 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.0Compare 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.17Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent 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
52204f7to04ee1b4(#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
24a9e94to52204f7by @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
e235eb3to24a9e94by @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
7d76a23toe235eb3by @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
d144031to7d76a23by @dependabot in https://github.com/dotnet/aspnetcore/pull/59678index.htmlduring 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.8What's Changed
Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8
v17.14.5What'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.