chore: update maintenance dependencies#233
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/react-component?upgradeToPro=build-rate-limit |
|
Warning Review limit reached
Next review available in: 58 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 selected for processing (8)
✨ 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 |
|
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.
Code Review
This pull request upgrades dependencies to React 19 and TypeScript 6, introduces ESLint flat configuration, and adds type declaration files. However, disabling strict type-checking flags in tsconfig.json significantly reduces type safety and should be avoided in favor of resolving the underlying type issues. Additionally, declaring global test functions as any in global.d.ts overrides the proper types provided by @types/jest and should be removed.
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.
❌ Deploy failed
📋 Build log (last lines)🤖 Powered by surge-preview |
|||||||||
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #233 +/- ##
=======================================
Coverage 94.28% 94.28%
=======================================
Files 6 6
Lines 140 140
Branches 41 41
=======================================
Hits 132 132
Misses 7 7
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Deployment failed with the following error: Learn More: https://vercel.com/afc163s-projects?upgradeToPro=build-rate-limit |
|
Related to ant-design/ant-design#58514. |
There was a problem hiding this comment.
Pull request overview
This PR performs a maintenance refresh of the project’s tooling and documentation, updating core dev dependencies (React/TypeScript/ESLint/testing) and migrating ESLint to the flat config format while making a small README branding/link improvement.
Changes:
- Update major dev tooling dependencies (React/React DOM, TypeScript, ESLint, Testing Library, typings, lint tooling).
- Replace legacy
.eslintrc.jswitheslint.config.mjs(ESLint flat config) and addglobal.d.tsto centralize ambient typings/module declarations. - Link the Ant Design ecosystem logo to
https://ant.designand group Dependabot updates for npm + GitHub Actions.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tsconfig.json |
Adjusts TS module/moduleResolution settings and includes global.d.ts for type checking. |
README.md |
Wraps the Ant Design ecosystem logo with a link to https://ant.design. |
README.zh-CN.md |
Same Ant Design logo link update for the Chinese README. |
package.json |
Updates dev dependency versions and adds new lint-related packages needed for ESLint flat config. |
global.d.ts |
Adds ambient references and module declarations used during type checking. |
eslint.config.mjs |
Introduces ESLint 9 flat config with React/TS/Jest configuration. |
.github/dependabot.yml |
Groups Dependabot updates for npm and GitHub Actions to reduce PR noise. |
.eslintrc.js |
Removes legacy ESLint RC config in favor of flat config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Summary
Test Plan