-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
Updated react-bootstrap to latest version #2194
Updated react-bootstrap to latest version #2194
Conversation
WalkthroughThe changes involve upgrading the Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add Documentation and Community
|
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
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
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (3)
- package.json (1 hunks)
- src/screens/OrganizationPeople/AddMember.tsx (2 hunks)
- src/screens/OrganizationPeople/OrganizationPeople.tsx (3 hunks)
Files skipped from review due to trivial changes (2)
- src/screens/OrganizationPeople/AddMember.tsx
- src/screens/OrganizationPeople/OrganizationPeople.tsx
Additional comments not posted (1)
package.json (1)
41-41
: Verify the impact of upgradingreact-bootstrap
.The upgrade from version
^2.7.4
to^2.10.4
may introduce new features or changes. Ensure that all components usingreact-bootstrap
continue to function as expected and that no additional configuration changes are needed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2194 +/- ##
========================================
Coverage 97.59% 97.59%
========================================
Files 247 247
Lines 7036 7036
Branches 2008 2008
========================================
Hits 6867 6867
Misses 154 154
Partials 15 15 ☔ View full report in Codecov by Sentry. |
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.
- You seem to have removed functionality to get the tests to pass.
- No functionality must be negatively affected by the upgrade.
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
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
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
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (2)
- src/screens/OrganizationPeople/AddMember.tsx (2 hunks)
- src/screens/OrganizationPeople/OrganizationPeople.tsx (3 hunks)
Files skipped from review due to trivial changes (1)
- src/screens/OrganizationPeople/OrganizationPeople.tsx
Files skipped from review as they are similar to previous changes (1)
- src/screens/OrganizationPeople/AddMember.tsx
Please fix the failing test. We have recently added a documentation check. |
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.
Should there be an updated test for the updated dropdown changes?
Not required since these attributes are optional. |
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
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
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
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
@palisadoes Please review the PR |
988564b
into
PalisadoesFoundation:develop
Issue Number:
Fixes #1969
Did you add tests for your changes?
Not required
Does this PR introduce a breaking change?
No
Have you read the contributing guide?
Yes
Summary by CodeRabbit
New Features
react-bootstrap
package to version2.10.4
, potentially introducing new features and improvements.Improvements
AddMember
dropdown menu by removing unnecessary attributes, enhancing usability and maintainability.Dropdown.Item
components to improve compatibility with Bootstrap's utility classes.Bug Fixes