perf: Upgrade to mongodb 7.1.0#10087
Conversation
|
🚀 Thanks for opening this pull request! |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughMongoDB dependency in package.json is updated from version 7.0.0 to 7.1.0, representing a minor version upgrade. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 48: Ensure package-lock.json is updated to lock mongodb@7.1.0: after
changing "mongodb": "7.1.0" in package.json, run npm install or npm ci to
regenerate/refresh package-lock.json and verify the lockfile contains the exact
version 7.1.0 for the package named "mongodb" (search for the package entry in
package-lock.json) so CI and npm ci will consistently resolve to 7.1.0.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #10087 +/- ##
=======================================
Coverage 92.61% 92.61%
=======================================
Files 191 191
Lines 15776 15776
Branches 180 180
=======================================
Hits 14611 14611
Misses 1153 1153
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## [9.4.1-alpha.2](9.4.1-alpha.1...9.4.1-alpha.2) (2026-03-03) ### Performance Improvements * Upgrade to mongodb 7.1.0 ([#10087](#10087)) ([bebf2fd](bebf2fd))
|
🎉 This change has been released in version 9.4.1-alpha.2 |
## [9.4.1](9.4.0...9.4.1) (2026-03-04) ### Bug Fixes * Cloud Hooks and Cloud Jobs bypass `readOnlyMasterKey` write restriction ([GHSA-vc89-5g3r-cmhh](https://github.com/parse-community/parse-server/security/advisories/GHSA-vc89-5g3r-cmhh)) ([#10088](#10088)) ([9a3dd4d](9a3dd4d)) * MongoDB default batch size changed from 1000 to 100 without announcement ([#10085](#10085)) ([8f17397](8f17397)) ### Performance Improvements * Upgrade to mongodb 7.1.0 ([#10087](#10087)) ([bebf2fd](bebf2fd))
|
🎉 This change has been released in version 9.4.1 |
Pull Request
Issue
Upgrade to mongodb 7.1.0
Tasks
Summary by CodeRabbit