-
Notifications
You must be signed in to change notification settings - Fork 5
⬆️ bump dependencies #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ bump dependencies #122
Conversation
WalkthroughThis update revises dependency versions across several files. The Dockerfile switches to a newer nginx base image. The Changes
Possibly related PRs
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.docfx/Dockerfile.docfx (1)
1-1: Ensure consistent multi-platform builds
Consider adding--platform=$BUILDPLATFORMto the final nginx stage for consistent multi-arch builds:-FROM nginx:1.28.0-alpine AS final +FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS finalThis mirrors the base stage platform specification.
Also applies to: 11-11
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.docfx/Dockerfile.docfx(2 hunks)Directory.Packages.props(3 hunks)testenvironments.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: 🐧 Prepare Linux / 🏷️ Restore
- GitHub Check: 🪟 Prepare Windows / 🏷️ Restore
🔇 Additional comments (7)
Directory.Packages.props (6)
8-10: Central xUnit extensions bump approved
UpgradingCodebelt.Extensions.Xunitand related packages to 10.0.2 is consistent and aligns with minor patch semantics.
12-13: Verify test SDK upgrade compatibility
BumpingMicrosoft.NET.Test.SdkandMicrosoft.TestPlatform.ObjectModelto 17.14.1 could affect test discovery or reporting.
Please validate that all pipelines and adapters are compatible with the updated SDKs.
22-22: xUnit Visual Studio runner patch bump OK
Updatingxunit.runner.visualstudioto 3.1.1 is a non-breaking patch.
25-25: SQLite net4 package version bump approved
UpgradingMicrosoft.Data.Sqliteto 8.0.17 for net4 is consistent with other net8 updates.
37-37: SQLite net8/netstandard2 package version bump approved
AligningMicrosoft.Data.Sqliteto 8.0.17 under net8/netstandard2 is correct.
45-50: Core libraries patch versions for .NET9 approved
UpgradingMicrosoft.Data.Sqliteand relatedMicrosoft.Extensions.*&System.Text.Jsonto 9.0.6 aligns with patch release best practices.testenvironments.json (1)
12-12: Verify new test runner Docker image exists
ThedockerImagetag was updated togimlichael/ubuntu-testrunner:mono-net8.0.411-9.0.301.
Please confirm the image is available in the registry (e.g.,docker pull gimlichael/ubuntu-testrunner:mono-net8.0.411-9.0.301).
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
==========================================
- Coverage 80.17% 79.82% -0.35%
==========================================
Files 596 593 -3
Lines 18513 18283 -230
Branches 1902 1865 -37
==========================================
- Hits 14843 14595 -248
- Misses 3599 3618 +19
+ Partials 71 70 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



This pull request includes updates to dependencies, Docker configurations, and test environments to ensure compatibility with newer versions and improve overall stability.
Dependency Updates
Directory.Packages.props, includingCodebelt.Extensions.Xunit,Microsoft.NET.Test.Sdk,Microsoft.Data.Sqlite, andSystem.Text.Json, to their latest versions for enhanced functionality and bug fixes. [1] [2] [3]Docker Configuration Updates
nginximage versions in.docfx/Dockerfile.docfxfrom1.27.4-alpineto1.28.0-alpinefor improved security and performance. [1] [2]Test Environment Updates
dockerImageintestenvironments.jsontogimlichael/ubuntu-testrunner:mono-net8.0.411-9.0.301to align with the latest runtime versions.Summary by CodeRabbit