-
Notifications
You must be signed in to change notification settings - Fork 13k
chore(presence): Review build configuration #37926
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
|
WalkthroughBuild configuration cleanup for the presence package: removed Babel configuration files and dependencies, simplified ESLint overrides, updated TypeScript compiler options, and adjusted package.json scripts to run from the project root instead of the src directory. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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 (4)
💤 Files with no reviewable changes (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-12-10T21:00:54.909ZApplied 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 (3)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #37926 +/- ##
===========================================
+ Coverage 71.70% 71.76% +0.06%
===========================================
Files 1453 1453
Lines 76689 76689
Branches 11138 11154 +16
===========================================
+ Hits 54988 55039 +51
+ Misses 21274 21222 -52
- Partials 427 428 +1
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
ee/packages/presencepackage. The most significant changes involve removing unnecessary dependencies and configuration files related to Babel, updating ESLint and TypeScript settings, and streamlining the linting scripts.Build and toolchain cleanup:
babel.config.js,@babel/core,@babel/preset-env,@babel/preset-typescript, andbabel-jest) as they are no longer needed for the build process. [1] [2]Linting and TypeScript configuration:
package.jsonto lint the entire project instead of just thesrcdirectory, and removed the--skipLibCheckflag from thetypecheckscript for stricter type checking.strictPropertyInitialization: falseoverride fromtsconfig.jsonto enforce stricter TypeScript checks.ESLint configuration:
.eslintrc.jsonto simplify the ESLint configuration.Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.