Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 Walkthrough概述此变更向 变更内容
预估代码审查工作量🎯 1 (琐碎) | ⏱️ ~3 分钟 诗
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
📦 Package Size Report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
=======================================
Coverage 99.82% 99.82%
=======================================
Files 27 27
Lines 3460 3460
Branches 800 800
=======================================
Hits 3454 3454
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request updates the English and Chinese changelogs for version 6.3.5, documenting the new antd env command, a bug fix for antd lint line numbering, and the bundling of dependencies. The reviewer suggests improving traceability by linking the referenced pull request numbers to their GitHub URLs.
| - Fix `antd lint` reporting incorrect line numbers (always showing line 0) (#65) | ||
|
|
||
| ### Other Changes | ||
|
|
||
| - Bundle all dependencies into the package — eliminates 180+ transitive packages from your `node_modules` (#64) |
There was a problem hiding this comment.
To improve traceability and make it easier for users to find more details, consider linking the PR numbers to the actual pull requests on GitHub. This is a common best practice for changelogs.
| - Fix `antd lint` reporting incorrect line numbers (always showing line 0) (#65) | |
| ### Other Changes | |
| - Bundle all dependencies into the package — eliminates 180+ transitive packages from your `node_modules` (#64) | |
| - Fix `antd lint` reporting incorrect line numbers (always showing line 0) ([#65](https://github.com/ant-design/ant-design-cli/pull/65)) | |
| ### Other Changes | |
| - Bundle all dependencies into the package — eliminates 180+ transitive packages from your `node_modules` ([#64](https://github.com/ant-design/ant-design-cli/pull/64)) |
| - 修复 `antd lint` 报告的行号始终为 0 的问题 (#65) | ||
|
|
||
| ### 其他变更 | ||
|
|
||
| - 将所有依赖打包进 dist,安装后 `node_modules` 中不再出现 180+ 个传递依赖 (#64) |
There was a problem hiding this comment.
To improve traceability and make it easier for users to find more details, consider linking the PR numbers to the actual pull requests on GitHub. This is a common best practice for changelogs.
| - 修复 `antd lint` 报告的行号始终为 0 的问题 (#65) | |
| ### 其他变更 | |
| - 将所有依赖打包进 dist,安装后 `node_modules` 中不再出现 180+ 个传递依赖 (#64) | |
| - 修复 `antd lint` 报告的行号始终为 0 的问题 ([#65](https://github.com/ant-design/ant-design-cli/pull/65)) | |
| ### 其他变更 | |
| - 将所有依赖打包进 dist,安装后 `node_modules` 中不再出现 180+ 个传递依赖 ([#64](https://github.com/ant-design/ant-design-cli/pull/64)) |
Pre-fill the 6.3.5 changelog before release.
Changes
antd envcommandantd lintline number fix (fix: correct lint line numbers from 0 to actual positions #65)Summary by CodeRabbit
新功能
antd env命令,输出完整环境快照信息错误修复
antd lint命令报告行号错误的问题其他改进