refactor: Bump mongodb-runner from 5.9.3 to 6.7.3#10421
refactor: Bump mongodb-runner from 5.9.3 to 6.7.3#10421mtrezza wants to merge 1 commit intoparse-community:alphafrom
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.2.513)package.json2026-04-10 18:44:21,119 [MainThread ] [ERROR] Template file not found: package.json ... [truncated 2547 characters] ... ck__) 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 @@
## alpha #10421 +/- ##
==========================================
- Coverage 92.49% 92.49% -0.01%
==========================================
Files 192 192
Lines 16786 16786
Branches 234 234
==========================================
- Hits 15527 15526 -1
- Misses 1236 1237 +1
Partials 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Closing this replacement PR. The mongodb-runner 6.x upgrade causes consistent CI failures on replica set topology tests (MongoDB 7 and MongoDB 8 ReplicaSet). Root cause: There is a bug in mongodb-runner 6.x's The 5.x version handled this correctly by replacing the port value in-place: This is an upstream bug in mongodb-runner 6.x that needs to be fixed before this upgrade can proceed. |
Changes
Bumps
mongodb-runner(devDependency) from 5.9.3 to 6.7.3.This also resolves tar security vulnerabilities transitively. The top-level
tarpackage is updated to 7.5.13 (>= 7.5.11) which addresses multiple CVEs for tar versions <= 7.5.10.Breaking Changes
None expected.
mongodb-runneris a devDependency used only for test infrastructure (spinning up MongoDB instances in CI). The major version bump (5.x to 6.x) primarily reflects an upgrade of the internal@mongodb-js/mongodb-downloaderdependency from 0.x to 1.x.Code Changes Required
None.
Closes #10419
Summary by CodeRabbit