-
Notifications
You must be signed in to change notification settings - Fork 90
Bumping deps to avoid CVE (13/11/2025) #9273
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
Conversation
WalkthroughBumps multiple dependency and devDependency versions in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (4)
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 |
393e07b to
5962edf
Compare
3920b72 to
2bbb03f
Compare
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: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
80-145: PR description incomplete; testing status unclear.The PR description is an empty template, and testing instructions are not documented. For a dependency bump PR affecting 14 packages, explicit verification of test coverage and CI results is essential.
Please provide:
- Summary of why these specific versions were selected
- Confirmation that
npm testpasses completely- Any breaking changes encountered and how they were addressed
- Links to CI test results (if available)
📜 Review details
Configuration used: Path: .coderabbit.yaml
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(4 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: run-package-lock-validation
- GitHub Check: Build Noobaa Image
- GitHub Check: run-jest-unit-tests
🔇 Additional comments (1)
package.json (1)
134-134: Verify @types/node v24 compatibility; plan url.parse() refactoring.The major version bump from v22.18.6 to v24.10.0 introduces runtime deprecation warnings: url.parse() is deprecated in Node.js 24, and the codebase uses this API extensively (14+ calls across multiple files including
src/util/url_utils.js,src/util/signature_utils.js,src/util/http_utils.js,src/util/cloud_utils.js, and others). While not a breaking change yet, this will generate deprecation warnings in logs.No breaking changes are expected from other Node.js 24 removals (e.g.,
tls.createSecurePair()is not used in the codebase).Please confirm:
- TypeScript compilation passes without type errors
- CI tests completed successfully with @types/node v24.10.0
- Deprecation warnings from url.parse() are acceptable or plan refactoring to WHATWG URL API
98d968a to
f87041b
Compare
Bumping deps to avoid CVE (13/11/2025) Signed-off-by: liranmauda <liran.mauda@gmail.com>
343d614 to
05858a3
Compare
Explain the Changes
Summary by CodeRabbit