Avoid deep imports#285
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 selected for processing (2)
Walkthrough此 PR 升级了 Changes依赖版本更新与导入路径对齐
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the @rc-component/util and @rc-component/father-plugin dependencies and refactors a test import to use the root entry point of @rc-component/util. Feedback suggests moving @rc-component/util from dependencies to devDependencies if its usage is limited to testing, thereby reducing the production bundle size.
变更内容
@rc-component/util到包含根入口导出的版本,并升级@rc-component/father-plugin。spyElementPrototypes的lib深路径导入调整为从@rc-component/util根入口导入。验证
npm run lint通过,保留既有 warning。npm test通过。Summary by CodeRabbit
发布说明
Chores
Tests