chore: standardize repository maintenance#52
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 23 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
✨ 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 repository configuration, CI/CD settings, and documentation for @rc-component/listy. Key changes include updating Dependabot schedules and grouping, simplifying funding options, adding a Chinese translation of the README, updating Vercel build settings, and adding wildcard include patterns to tsconfig.json. Feedback on these changes highlights that the simplified API tables in both the English and Chinese READMEs are missing critical details (such as types, defaults, and programmatic APIs) and should be restored. Additionally, it is recommended to add an exclude array to tsconfig.json to prevent TypeScript from scanning build output directories, which can cause duplicate identifier errors and slow down compilation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 211 211
Branches 62 63 +1
=========================================
Hits 211 211 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
❌ Deploy failed
📋 Build log (last lines)🤖 Powered by surge-preview |
|||||||||
|
Deployment failed with the following error: Learn More: https://vercel.com/react-component?upgradeToPro=build-rate-limit |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Pull request overview
This PR standardizes repository maintenance by refreshing documentation and aligning CI/release/automation configurations with the current @rc-component/* ecosystem patterns.
Changes:
- Refreshes
README.mdand addsREADME.zh-CN.mdwith consistent branding, badges, install/usage/dev/release/license sections. - Updates tooling and automation: adds flat ESLint config, updates TypeScript config include/exclude, and modernizes GitHub workflows (test, preview, CodeQL, react-doctor, dependabot, funding).
- Cleans up legacy configuration by removing the old
.eslintrc.jsand legacy workflow.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vercel.json | Sets explicit Vercel install/build/output settings for docs deployment. |
| tsconfig.json | Adds explicit include/exclude to standardize TS project boundaries. |
| tests/snapshots/listy.test.tsx.snap | Updates snapshot header URL. |
| README.zh-CN.md | Adds a new Simplified Chinese README with standardized sections and example. |
| README.md | Rewrites README to match standardized rc-component README structure and content. |
| package.json | Updates package description, removes legacy script, and refreshes dev tooling deps. |
| eslint.config.mjs | Introduces ESLint flat config and replaces legacy .eslintrc.js. |
| .github/workflows/test.yml | Adds reusable test workflow integration. |
| .github/workflows/surge-preview.yml | Adds Surge preview workflow for PR builds. |
| .github/workflows/react-doctor.yml | Adds React Doctor workflow for PR/push checks. |
| .github/workflows/main.yml | Removes legacy workflow entrypoint. |
| .github/workflows/codeql.yml | Updates CodeQL schedule, language matrix, and action pinning. |
| .github/FUNDING.yml | Simplifies funding configuration to the intended platforms. |
| .github/dependabot.yml | Groups updates and standardizes schedules/timezone for npm/actions. |
| .eslintrc.js | Removes legacy ESLint config in favor of flat config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8dd2ac3 to
897e3e7
Compare

Summary
@rc-component/np; remove legacy Now configuration where present.Refs ant-design/ant-design#58514
Test
npm run lint\n-npx tsc --noEmit\n-npm run compile\n-npm test\n-npm run build\n-git diff --check