Skip to content

Bump dependencies#3835

Merged
martincostello merged 2 commits intomasterfrom
bump-dependencies
Mar 10, 2026
Merged

Bump dependencies#3835
martincostello merged 2 commits intomasterfrom
bump-dependencies

Conversation

@martincostello
Copy link
Collaborator

Update various dependencies to their latest versions as dependabot is sometimes timing out or can't handle specific patch updates.

Update various dependencies to their latest versions as dependabot is timing out.
Copilot AI review requested due to automatic review settings March 10, 2026 10:29
@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 10, 2026
@martincostello martincostello enabled auto-merge (squash) March 10, 2026 10:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned package versions across test projects to newer patch releases (and refreshes related verification snapshots), reducing reliance on Dependabot’s patch-by-patch updates and keeping the repo aligned with current .NET/ASP.NET/EF/OpenAPI tooling.

Changes:

  • Bump EF Core InMemory / ASP.NET Core testing/auth packages per target framework (net8/net9/net10) in test website projects.
  • Update centrally-managed package versions (e.g., Microsoft.Build, Microsoft.OpenApi, Kiota, ReportGenerator).
  • Refresh integration test snapshots to match updated OpenAPI/NSwag output (e.g., additionalProperties emission and PATCH body typing).

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/WebSites/TodoApp/TodoApp.csproj Bumps EFCore.InMemory VersionOverride per TFM.
test/WebSites/OAuth2Integration/OAuth2Integration.csproj Bumps Duende IdentityServer and JwtBearer VersionOverride per TFM.
test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj Updates ASP.NET Core testing package overrides per TFM.
Directory.Packages.props Updates centrally-managed dependency versions (Build/OpenAPI/Kiota/EFCore/etc.).
test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/code/GeneratesValidClient_8032c779929ecfff/NSwagOpenApiClient.verified.cs Snapshot refresh for generated client PATCH body parameter typing.
test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/8_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt Snapshot refresh (additionalProperties now emitted).
test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/9_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt Snapshot refresh (additionalProperties now emitted).
test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/10_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt Snapshot refresh (additionalProperties now emitted).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.92%. Comparing base (2ba8905) to head (8565356).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3835   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files         111      111           
  Lines        3885     3885           
  Branches      783      783           
=======================================
  Hits         3688     3688           
  Misses        197      197           
Flag Coverage Δ
Linux 94.92% <ø> (ø)
Windows 94.92% <ø> (?)
macOS 94.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello merged commit 0447776 into master Mar 10, 2026
14 checks passed
@martincostello martincostello deleted the bump-dependencies branch March 10, 2026 10:50
This was referenced Mar 10, 2026
This was referenced Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants