Uh oh!
There was an error while loading. Please reload this page.
fix(worker): Fix type error - #1093
Conversation
This comment has been minimized.
This comment has been minimized.
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated Yarn Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ 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 |
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (33)
|
In #1092, we added a resolution for
path-to-regexpto pin all versions to 8.4.0. The problem is express depended on version 0.1.12, which caused this type error:The fix is to add separate resolutions for specifically 0.1.12 and ^8
Summary by CodeRabbit
Bug Fixes
Chores