Skip to content

chore(deps): reduce patch-level dependency drift#447

Merged
yordis merged 1 commit into
masterfrom
yordis/chore-refresh-patch-dependencies
Jul 19, 2026
Merged

chore(deps): reduce patch-level dependency drift#447
yordis merged 1 commit into
masterfrom
yordis/chore-refresh-patch-dependencies

Conversation

@yordis

@yordis yordis commented Jul 19, 2026

Copy link
Copy Markdown
Member
  • Patch drift delays maintenance and security fixes without adding meaningful stability.
  • Keeping low-risk dependencies current reduces the size and uncertainty of future migrations.
  • Supported test infrastructure avoids relying on an obsolete framework-specific verification path.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@cursor

cursor Bot commented Jul 19, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Routine dependency patches and a small test-harness package swap; no production logic changes.

Overview
Bumps centrally managed NuGet versions in Directory.Packages.props, mostly patch releases (e.g. 10.0.9 → 10.0.10 for several Microsoft.Extensions and System.* packages, plus AWSSDK.Core, SQLitePCLRaw, and TraceEvent).

Source generator tests move off the obsolete Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit package (1.1.1) to Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.4, with CSharpSourceGeneratorVerifier now using DefaultVerifier instead of XUnitVerifier (the old comment blocking upgrades is removed).

Reviewed by Cursor Bugbot for commit 4c17b0d. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8dc775bf-1a97-4e0f-a6c5-ac3bafb71ab3

📥 Commits

Reviewing files that changed from the base of the PR and between ea39969 and 4c17b0d.

📒 Files selected for processing (3)
  • src/Directory.Packages.props
  • src/EventStore.SourceGenerators.Tests/EventStore.SourceGenerators.Tests.csproj
  • src/EventStore.SourceGenerators.Tests/Messaging/CSharpSourceGeneratorVerifier.cs

Walkthrough

Central package pins were updated, and source-generator tests were migrated from the XUnit-specific verifier package to DefaultVerifier.

Changes

Package and verifier updates

Layer / File(s) Summary
Central package version pins
src/Directory.Packages.props
AWS, Microsoft, and System package versions were updated, including the source-generator testing package.
Source-generator verifier migration
src/EventStore.SourceGenerators.Tests/EventStore.SourceGenerators.Tests.csproj, src/EventStore.SourceGenerators.Tests/Messaging/CSharpSourceGeneratorVerifier.cs
The test project now references the non-XUnit source-generator testing package, and its verifier uses DefaultVerifier.

Estimated code review effort: 2 (Simple) | ~10 minutes

Poem

A rabbit hops through packages bright,
Pins are fresh and versions light.
The verifier sheds its XUnit hue,
Default checks now guide tests true.
Squeak—clean builds bloom anew!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the patch-level dependency updates and test infrastructure change.
Description check ✅ Passed The description is clearly related to the dependency and test verifier updates in the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/chore-refresh-patch-dependencies

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordis merged commit ef70c57 into master Jul 19, 2026
22 checks passed
@yordis
yordis deleted the yordis/chore-refresh-patch-dependencies branch July 19, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant