fix(deps): Upgrade draft-js immutable to 3.8.3#4474
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)
WalkthroughThe PR updates dependency versions and adds a resolution: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 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)
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`:
- Around line 359-362: Update package.json to align the peerDependency for
immutable with the resolutions entry: change the peerDependency "immutable"
version range (currently "^3.7.4") to at least "^3.8.3" so consumers are
protected the same way as the local "resolutions" for "draft-js/immutable";
modify the "immutable" entry under peerDependencies accordingly and run a quick
install/test to ensure nothing else breaks.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 022ab8cd-aef0-46e6-b531-77a87730f84e
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json
Sets resolution for draft-js to 3.8.3 and bumps immutable ^4.0.0 to 4.3.8.
Summary by CodeRabbit