chore: bump AndreGoepel.Marten.Identity.Blazor to 1.3.3#101
Merged
Conversation
Dependabot missed this upgrade. 1.3.3 transitively requires Marten.AspNetCore >= 9.16.0, and with central transitive pinning enabled the central Marten.AspNetCore pin has to move up with it. Dependabot had missed that one too, leaving it at 9.14.1 behind Marten core (already 9.16.0 via #99); bumping it to 9.16.0 restores Marten/Marten.AspNetCore parity. Build, the 57 bUnit tests and `dotnet list package --vulnerable` are green.
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.
Dependabot missed the
AndreGoepel.Marten.Identity.Blazor1.3.1 → 1.3.3 upgrade; this does it manually.Collateral (required, not scope creep)
1.3.3 transitively requires Marten.AspNetCore >= 9.16.0. With
CentralPackageTransitivePinningEnabled(added in #98), the centralMarten.AspNetCorepin is enforced, so it had to move up too — restore fails with NU1109 otherwise.Dependabot had also missed
Marten.AspNetCore, leaving it at 9.14.1 while Marten core was already bumped to 9.16.0 (via #99). Raising it to 9.16.0 restores Marten / Marten.AspNetCore parity.AndreGoepel.Marten.Identity.Blazor1.3.1 → 1.3.3Marten.AspNetCore9.14.1 → 9.16.0 (aligns with Marten core 9.16.0)Verification
dotnet restoresucceeds; MIB resolves to 1.3.3, Marten and Marten.AspNetCore both 9.16.0.dotnet buildsucceeds; 57/57 bUnit tests pass.dotnet list package --vulnerable --include-transitivereports no vulnerable packages.--locked-moderestore stays reproducible.