-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: fix ci error #525
chore: fix ci error #525
Conversation
📝 WalkthroughWalkthrough本次变更主要集中在 package.json 文件中。新增了开发依赖 "@rc-component/np"(版本 ^1.0.3),并对 react-intl 的依赖声明进行了调整——先从 dependencies 中移除,再以相同版本重新添加。其余配置、脚本和版本信息均未发生改变。 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request addresses a CI error by updating dependencies and modifying test snapshots. The changes include updates to the Changes
|
@@ -234,6 +234,7 @@ | |||
"react-highlight-words": "^0.20.0", | |||
"react-infinite-scroll-component": "^6.1.0", | |||
"react-intersection-observer": "^9.13.1", | |||
"react-intl": "7.1.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The react-intl
package was removed and then re-added. Ensure this change is intentional and verify that it does not affect the functionality of the application.
Bundle ReportBundle size has no change ✅ |
Deploying ant-design-x with
|
Latest commit: |
0061510
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a8bffc47.ant-design-x.pages.dev |
Branch Preview URL: | https://fix-ci.ant-design-x.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #525 +/- ##
=======================================
Coverage ? 91.45%
=======================================
Files ? 67
Lines ? 1462
Branches ? 385
=======================================
Hits ? 1337
Misses ? 125
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Size Limit 报错可以先忽略,main 目前 CI 是挂了的。本 PR 合并后即可恢复。 |
Summary by CodeRabbit