-
Notifications
You must be signed in to change notification settings - Fork 59
chore: bump rc-input and rc-textarea #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Walkthrough本次变更主要更新了 Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as 开发者
participant NPM as npm 脚本执行器
participant Compile as 编译过程
participant NP as np 发布工具
Dev->>NPM: 执行 prepublishOnly 脚本
NPM->>Compile: 执行 npm run compile
Compile-->>NPM: 返回编译结果
NPM->>NP: 调用 np 命令 (--yolo, --no-publish, --branch=antd-5.x)
NP-->>NPM: 发布过程初始化
Poem
🪧 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 (
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## antd-5.x #294 +/- ##
=========================================
Coverage 98.39% 98.39%
=========================================
Files 7 7
Lines 249 249
Branches 59 59
=========================================
Hits 245 245
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit