Skip to content

chore(deps): update all microsoft dependencies to v9 (major) #2000

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.Components.Web (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.AspNetCore.MiddlewareAnalysis (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 8.0.2 -> 9.0.8 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (source) 8.0.19 -> 9.0.8 age confidence
Microsoft.Extensions.Hosting.Abstractions (source) 8.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Http.Resilience (source) 8.10.0 -> 9.8.0 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.3 -> 9.0.8 age confidence
Microsoft.Extensions.Logging.Console (source) 8.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Logging.EventLog (source) 8.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Options.ConfigurationExtensions (source) 8.0.0 -> 9.0.8 age confidence
Microsoft.Extensions.ServiceDiscovery 8.2.2 -> 9.4.1 age confidence
Microsoft.Win32.SystemEvents (source) 8.0.0 -> 9.0.8 age confidence
System.DirectoryServices.AccountManagement (source) 8.0.1 -> 9.0.8 age confidence
System.DirectoryServices.Protocols (source) 5.0.1 -> 9.0.8 age confidence
System.Drawing.Common 5.0.3 -> 9.0.8 age confidence
System.Formats.Asn1 (source) 8.0.2 -> 9.0.8 age confidence
System.Security.Cryptography.Xml (source) 8.0.2 -> 9.0.8 age confidence
System.Speech (source) 8.0.0 -> 9.0.8 age confidence
System.Text.Json (source) 8.0.6 -> 9.0.8 age confidence

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.Components.Web)

v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61622)
    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 forwarded header values, preventing potential spoofing or misrouting issues.

Dependency Updates

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61762)
    Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
  • Update dependencies from dotnet/arcade (#​61714)
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
  • Update dependencies from dotnet/extensions (#​61571)
    Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
  • Update dependencies from dotnet/extensions (#​61877)
    Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
  • Update dependencies from dotnet/arcade (#​61892)
    Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.

Miscellaneous

  • Update branding to 9.0.6 (#​61831)
    Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
  • Merging internal commits for release/9.0 (#​61925)
    Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

v9.0.0: .NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0-rc.2.24474.3...v9.0.0

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes
  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar
Dependency Updates
  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies fo

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 28, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 10 times, most recently from 437cf22 to 75eab52 Compare December 5, 2024 00:05
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 13 times, most recently from 4c7d897 to 685e7f0 Compare December 11, 2024 23:49
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 5 times, most recently from 1c46dfc to 462f6bb Compare December 16, 2024 22:38
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 9 times, most recently from f03e138 to 360a912 Compare July 31, 2025 16:38
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 13 times, most recently from 3de6169 to cd55257 Compare August 9, 2025 21:15
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch 6 times, most recently from 3ab1dee to 4c7cbed Compare August 13, 2025 18:41
@renovate renovate bot force-pushed the renovate/major-all-microsoft branch from 4c7cbed to 50f4b50 Compare August 13, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants