Skip to content

chore: add 6.3.5 changelog#67

Open
afc163 wants to merge 1 commit intomainfrom
chore/changelog-6.3.5
Open

chore: add 6.3.5 changelog#67
afc163 wants to merge 1 commit intomainfrom
chore/changelog-6.3.5

Conversation

@afc163
Copy link
Copy Markdown
Member

@afc163 afc163 commented Mar 27, 2026

Pre-fill the 6.3.5 changelog before release.

Changes

Summary by CodeRabbit

  • 新功能

    • 新增 antd env 命令,输出完整环境快照信息
  • 错误修复

    • 修复 antd lint 命令报告行号错误的问题
  • 其他改进

    • 依赖捆绑到包中,显著减少安装包大小

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5c0b2d35-db67-412e-80a2-ea9c8976bbce

📥 Commits

Reviewing files that changed from the base of the PR and between aef438a and 554f1b2.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • CHANGELOG.zh-CN.md

📝 Walkthrough

概述

此变更向 CHANGELOG.mdCHANGELOG.zh-CN.md 中新增 6.3.5(待定)版本记录,包含三项内容:新增 antd env 命令、修复 antd lint 行号错误问题以及依赖捆绑优化。

变更内容

文件/内容组 摘要
更新日志文件
CHANGELOG.md, CHANGELOG.zh-CN.md
新增 6.3.5(待定)版本记录,涵盖 antd env 命令扩展、antd lint 行号修复(#65)及依赖捆绑优化移除 180+ 传递依赖(#64),各文件共新增 28 行。

预估代码审查工作量

🎯 1 (琐碎) | ⏱️ ~3 分钟

🐰 更新日志笔一挥,
环境命令新相随,
行号修复闪闪亮,
依赖打包齐整齐,
版本六点三点五,
我的萝卜又升级!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题清晰准确地总结了变更的主要内容:添加 6.3.5 版本的更新日志。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/changelog-6.3.5

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

📦 Package Size Report

Metric Size Diff
Packed 24.18 MB ±0
Unpacked 25.11 MB ±0

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.82%. Comparing base (aef438a) to head (554f1b2).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +11 to +15
- 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)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
- 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))

Comment on lines +11 to +15
- 修复 `antd lint` 报告的行号始终为 0 的问题 (#65)

### 其他变更

- 将所有依赖打包进 dist,安装后 `node_modules` 中不再出现 180+ 个传递依赖 (#64)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
- 修复 `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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant