-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
chore: bump rc-tree version to 5.11.0 #549
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough在此拉取请求中, Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)package.json (2)
这是一个简单的换行符移除,不影响功能。
请确认此版本更新是否包含重要的更改或潜在的破坏性变更。 运行以下脚本来检查 rc-tree 5.11.0 的发布说明: ✅ Verification successfulrc-tree 5.11.0 版本更新是安全的 根据发布说明,此版本包含两个功能性更新:
这些更改都是功能增强,不包含破坏性变更。 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# 描述:获取 rc-tree 5.11.0 的发布信息
# 检查发布说明
gh release view v5.11.0 --repo react-component/tree
# 检查两个版本之间的提交记录
gh api graphql -f query='
{
repository(owner: "react-component", name: "tree") {
comparison(base: "v5.10.1", head: "v5.11.0") {
commits(first: 10) {
nodes {
commit {
message
messageHeadline
}
}
}
}
}
}'
Length of output: 1056 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 (
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
Summary by CodeRabbit
rc-tree
依赖的版本,从~5.10.1
升级到~5.11.0
,可能包含了错误修复或新功能。