chore(deps): bump WireMock.Net to 2.13.0 across test projects - #94
Conversation
Completes the WireMock alignment: #92's squash landed the test projects at 2.11.0 (the commit message said 2.13.0) while the Scriban pin was already raised to 7.2.5. This bumps all 9 test projects to 2.13.0 for real, matching the pin. Supersedes the recurring Dependabot 2.13 bump. The tests/Directory.Build.props pin (Scriban.Signed 7.2.5) already covers 2.13's floor. Verified with a forced restore: Scriban resolves to 7.2.5 (no NU1902/NU1605), build 0/0, 314 unit tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 43 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
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. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
=======================================
Coverage 91.50% 91.50%
=======================================
Files 61 61
Lines 1860 1860
Branches 289 289
=======================================
Hits 1702 1702
Misses 82 82
Partials 76 76 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Summary
Completes the WireMock alignment. #92's squash landed the 9 test projects at 2.11.0 (its commit message said 2.13.0) while the Scriban pin was already raised to 7.2.5. This bumps all 9 test projects to 2.13.0 for real, matching the pin, and supersedes the recurring Dependabot 2.13 bump.
The
tests/Directory.Build.propspin (Scriban.Signed 7.2.5) already covers 2.13's floor — no NU1902 (patched) and no NU1605 (7.2.5 ≥ floor).Type of change
Checklist
dotnet build FrigateRelay.sln -c Release(0/0, forced restore)bash .github/scripts/run-tests.sh(314 unit tests; integration skipped — needs Docker)Notes for reviewer
9
.csproj,2.11.0 → 2.13.0only. Verified withdotnet restore --force+dotnet nuget whythat Scriban resolves to the pinned 7.2.5 (not the transitive 7.2.0) — the lesson from the prior iteration where a warm cache masked the real resolution.