fix(deps): bump activity-feed and threaded-annotations to v2#4643
Conversation
|
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 ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughSeven Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Around line 127-134: The `@box/cldr-data` package has inconsistent version
specifiers between devDependencies and peerDependencies: devDependencies uses
^34.2.0 while peerDependencies uses >=34.2.0. Update the peerDependencies entry
for `@box/cldr-data` to use the same caret operator constraint (^34.2.0) as
specified in devDependencies to ensure consistent semver constraints.
Additionally, review whether `@box/frontend` and `@box/languages` should be
available to consumers; if they should be, add them to the peerDependencies
section with appropriate version constraints that match their corresponding
devDependencies versions.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 5418f296-ced7-4fcd-a2d3-6a4aa1e851e1
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 11 seconds in the queue, including 1 second running CI. Required conditions to merge
|
Summary
@box/activity-feedto ^2.1.5 and@box/threaded-annotationsto ^2.1.3 (major version upgrade).@box/blueprint-web^16.1.1,@box/blueprint-web-assets^5.1.1,@box/collaboration-popover^2.1.1,@box/readable-time^2.1.1,@box/user-selector^2.1.2.Test plan
yarn installcleannpx yarn-deduplicate yarn.lockappliedSummary by CodeRabbit