Skip to content

chore(deps): upgrade @rc-component/tree to 1.5.0 - #682

Merged
zombieJ merged 1 commit into
masterfrom
agent/upgrade-tree-1.5.0
Aug 6, 2026
Merged

chore(deps): upgrade @rc-component/tree to 1.5.0#682
zombieJ merged 1 commit into
masterfrom
agent/upgrade-tree-1.5.0

Conversation

@zombieJ

@zombieJ zombieJ commented Aug 6, 2026

Copy link
Copy Markdown
Member

Upgrade @rc-component/tree from ~1.4.0 to ~1.5.0 to consume the latest Tree behavior.

Validation:

  • ut run test -- --runInBand
  • ut run tsc

Summary by CodeRabbit

  • 更新
    • 更新树形组件依赖版本,提升兼容性与稳定性。

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tree-select Ready Ready Preview Aug 6, 2026 8:27am

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 84ef6cbb-1aab-4b9e-8ef0-6fb6e9dd850d

📥 Commits

Reviewing files that changed from the base of the PR and between b66071c and 90ab1ef.

📒 Files selected for processing (1)
  • package.json

Walkthrough

package.json@rc-component/tree 的依赖版本从 ~1.4.0 更新为 ~1.5.0

Changes

树依赖更新

Layer / File(s) Summary
更新树依赖版本
package.json
@rc-component/tree 的依赖版本从 ~1.4.0 更新为 ~1.5.0

Estimated code review effort: 1 (简单) | ~2 分钟

Suggested reviewers: afc163

Poem

我是小兔,轻跳过版本号,
树依赖换上新外套。
~1.5.0 稳稳落地,
代码胡萝卜,香气飘。

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题准确概括了将 @rc-component/tree 依赖升级到 1.5.0 的主要变更。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/upgrade-tree-1.5.0

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.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​rc-component/​tree@​1.5.09910010096100

View full report

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.84%. Comparing base (b66071c) to head (90ab1ef).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #682   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          17       17           
  Lines         633      633           
  Branches      198      181   -17     
=======================================
  Hits          632      632           
  Misses          1        1           

☔ View full report in Codecov by Harness.
📢 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.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

❌ Deploy failed

PR preview ❌ Failed ❌ Failed
🔗 Preview https://react-component-tree-select-preview-pr-682.surge.sh (may be unavailable)
📝 Commit90ab1ef
🪵 LogsView logs
📋 Build log (last lines)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" from eslint-plugin-react@7.37.5
npm error node_modules/eslint-plugin-react
npm error   dev eslint-plugin-react@"^7.37.5" from the root project
npm error   eslint-plugin-react@"^7.32.2" from @umijs/fabric@4.0.1
npm error   node_modules/@umijs/fabric
npm error     @umijs/fabric@"^4.0.0" from rc-test@7.1.3
npm error     node_modules/rc-test
npm error       dev rc-test@"^7.1.3" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.39.5
npm error node_modules/eslint
npm error   peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" from eslint-plugin-react@7.37.5
npm error   node_modules/eslint-plugin-react
npm error     dev eslint-plugin-react@"^7.37.5" from the root project
npm error     eslint-plugin-react@"^7.32.2" from @umijs/fabric@4.0.1
npm error     node_modules/@umijs/fabric
npm error       @umijs/fabric@"^4.0.0" from rc-test@7.1.3
npm error       node_modules/rc-test
npm error         dev rc-test@"^7.1.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2026-08-06T08_28_29_399Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-08-06T08_28_29_399Z-debug-0.log

🤖 Powered by surge-preview

@zombieJ
zombieJ merged commit e691c70 into master Aug 6, 2026
15 checks passed
@zombieJ
zombieJ deleted the agent/upgrade-tree-1.5.0 branch August 6, 2026 08:30
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