Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe package configuration adds an explicit ChangesDependency resolution
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
Closing — covered by #4736 (lockfile already drops the stale immutable 3.7.6 entry). |
Ensure nested
immutableunderdraft-jsresolves to^3.8.3and drop the stale3.7.6lockfile entry.Why a resolution
draft-js/@types/draft-jspinimmutable@~3.7.4.immutable@^4(sass/devDependency) must stay on v4, so the override is scoped underdraft-js(not a global pin).Dep chain:
Steps taken
@types/draft-js/immutableresolution (^3.8.3) alongside existingdraft-js/immutable; merged the staleimmutable@~3.7.4lock entry onto3.8.3(removed3.7.6).yarn install— Already up-to-date.npx yarn-deduplicate yarn.lockthenyarn install— lockfile stable.yarn audit— noimmutableversions below3.8.3remain inyarn.lock(nested installs resolve to3.8.3; top-level dev/sass stays on4.3.9).Summary by CodeRabbit