chore(deps): consolidate dependabot updates and fix package downgrade conflicts#146
Merged
Merged
Conversation
… conflicts Apply the following safe migrations from pending dependabot PRs: - Microsoft.EntityFrameworkCore 10.0.8 -> 10.0.9 (Eaf.Middleware.Application) - Microsoft.Data.SqlClient 7.0.1 -> 7.0.2 (Eaf.Middleware.Web.Core) - log4net 3.3.1 -> 3.3.2 (Eaf.Log4NetServiceBus and tests) - EPPlus 8.6.0 -> 8.6.1 (Eaf.Middleware.Application and Eaf.ProjectName.Tests) - actions/checkout v6 -> v7 (opencode workflows) Companion fixes: - Update System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.JsonWebTokens in Eaf.SqlServerCache to 8.18.0 to resolve NU1605 downgrade introduced by Microsoft.Data.SqlClient 7.0.2 -> Microsoft.IdentityModel.Protocols.OpenIdConnect. - Ignore AutoMapper major-version updates in dependabot.yml because Abp.AutoMapper 10.4.0 is binary-incompatible with AutoMapper >= 15.0.0. Refs: #138 #140 #141 #142 #143 Co-Authored-By: Afonso Dutra Nogueira Filho <afonsoft@gmail.com>
afonsoft
self-requested a review
July 12, 2026 01:07
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Summary
Consolidates the safe dependabot updates currently open in the repository and fixes the companion package downgrade errors (
NU1605) that caused theSecurity & QualityandCoverage ReportsCI jobs to fail.Migrations applied
src/Eaf.Middleware.Application/Eaf.Middleware.Application.csprojsrc/Eaf.Middleware.Web.Core/Eaf.Middleware.Web.Core.csprojSystem.IdentityModel.Tokens.JwtandMicrosoft.IdentityModel.JsonWebTokens≥ 8.16.0.src/Eaf.Log4NetServiceBus/Eaf.Log4NetServiceBus.csproj,test/Eaf.Log4NetServiceBus.Tests/Eaf.Log4NetServiceBus.Tests.csprojsrc/Eaf.Middleware.Application/Eaf.Middleware.Application.csproj,Templates/Api/test/Eaf.ProjectName.Tests/Eaf.ProjectName.Tests.csprojNU1605downgrade..github/workflows/opencode.yml,.github/workflows/opencode-auto-fix.ymlCompanion fixes
src/Eaf.SqlServerCache/Eaf.SqlServerCache.csproj: bumpedSystem.IdentityModel.Tokens.JwtandMicrosoft.IdentityModel.JsonWebTokensfrom8.13.0to8.18.0to satisfy the new transitive dependencyMicrosoft.Data.SqlClient 7.0.2 → Microsoft.IdentityModel.Protocols.OpenIdConnect 8.16.0..github/dependabot.yml: added an ignore rule forAutoMappermajor-version updates becauseAbp.AutoMapper 10.4.0is binary-incompatible withAutoMapper >= 15.0.0(seecommon.propscomment). This prevents future broken PRs like Bump AutoMapper from 14.0.0 to 16.2.0 #139.Not migrated
Abp.AutoMapper 10.4.0is binary-incompatible withAutoMapper >= 15.0.0, and the codebase usesMapperConfigurationAPIs that changed across major versions. The dependabot ignore rule above addresses this.Verification
dotnet restore Eaf.sln✅dotnet restore Templates/Api/Eaf.ApiWithSrc.sln✅dotnet build Eaf.sln --configuration Release✅ (0 errors, pre-existing warnings)dotnet build Templates/Api/Eaf.ApiWithSrc.sln --configuration Release✅ (0 errors, pre-existing warnings)dotnet testexecuted locally for the affected test projects:Eaf.Log4NetServiceBus.Tests✅Eaf.SqlServerCache.Tests✅Eaf.Middleware.Application.Tests✅Eaf.Middleware.Web.Core.Tests✅Checklist
Component Type
Link to Devin session: https://app.devin.ai/sessions/e2405afbbf894ccfa44c405c5464cee2
Requested by: @afonsoft