-
Notifications
You must be signed in to change notification settings - Fork 13k
chore: revert dep changed federations #37186
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
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughReclassifies @rocket.chat/federation-sdk as a runtime dependency. Moves it from devDependencies and removes peerDependencies in ee/packages/federation-matrix/package.json and packages/core-services/package.json, adding it under dependencies at version 0.1.21. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
⏰ 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). (21)
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 @@
## release-7.11.0 #37186 +/- ##
===============================================
Coverage 67.45% 67.45%
===============================================
Files 3329 3329
Lines 113381 113381
Branches 20573 20578 +5
===============================================
+ Hits 76477 76481 +4
+ Misses 34306 34301 -5
- Partials 2598 2599 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Pull Request Overview
This PR reverts dependency changes for the federation SDK, moving @rocket.chat/federation-sdk from peer dependencies back to regular dependencies and removing peer dependency declarations.
- Moved
@rocket.chat/federation-sdkfrom devDependencies to dependencies in both packages - Removed
peerDependenciessections that declared the federation SDK as peer dependencies
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/core-services/package.json | Moved federation SDK from devDependencies to dependencies and removed peerDependencies section |
| ee/packages/federation-matrix/package.json | Moved federation SDK from devDependencies to dependencies and removed peerDependencies section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Replace #37185
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit