-
Notifications
You must be signed in to change notification settings - Fork 13k
chore(random): Review build configuration #37901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughRemoved per-package Babel config and Babel-related devDependencies, removed TypeScript ESLint devDependencies, removed Jest plugin/globals from ESLint config, and adjusted TypeScript configs (added outDir in tsconfig.build.json, changed excludes, removed outDir and strictNullChecks from tsconfig.json). Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (4)
🧰 Additional context used🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-12-10T21:00:54.909ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (2)
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 |
103bdf2 to
ee95947
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #37901 +/- ##
===========================================
+ Coverage 67.69% 67.72% +0.02%
===========================================
Files 3476 3476
Lines 113895 113895
Branches 20956 20956
===========================================
+ Hits 77098 77132 +34
+ Misses 34609 34585 -24
+ Partials 2188 2178 -10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
This pull request cleans up and simplifies the configuration for the
packages/randompackage. The main changes involve removing unnecessary dependencies and configuration files related to Babel and Jest, as well as updating TypeScript configuration to streamline the build process.Configuration cleanup and simplification:
babel.config.jsand removing related dependencies frompackage.json, since Babel is no longer needed for this package. [1] [2].eslintrc.json, simplifying the ESLint configuration.outDirsetting fromtsconfig.jsontotsconfig.build.jsonand removingstrictNullChecksfor consistency with the base config. [1] [2]Build process improvements:
tsconfig.build.jsonto output build artifacts to thedistdirectory and exclude only TypeScript spec files, ensuring a cleaner build output.Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.