-
-
Notifications
You must be signed in to change notification settings - Fork 145
build: Upgrade @rc-component/select to 1.1.0 #606
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
build: Upgrade @rc-component/select to 1.1.0 #606
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Walkthrough此次更改将 package.json 中 @rc-component/select 依赖的版本号从 ~1.0.7 升级到了 ~1.1.0,未涉及其他依赖项或文件的修改。 Changes
Poem
✨ Finishing Touches🧪 Generate Unit Tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
45-47
: 确认依赖升级兼容性并同步 lock 文件将
@rc-component/select
由~1.0.7
升级到~1.1.0
理论上属于向后兼容的 minor 版本,但仍需确认:
- 新版本是否引入 API 变更或破坏性行为(查看 release note / CHANGELOG)。
- 本仓库中对该包的调用在单元测试和 Storybook/示例页里是否全部通过。
- 若项目使用
package-lock.json
/yarn.lock
/pnpm-lock.yaml
,请确保同时提交更新后的锁文件,避免 CI/CD 与生产环境拉取到意外版本。建议在合并前跑一次完整测试流水线并检查构建结果。
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
package.json
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: test / react component workflow
- GitHub Check: Analyze (javascript)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #606 +/- ##
=======================================
Coverage 99.83% 99.83%
=======================================
Files 23 23
Lines 612 612
Branches 186 186
=======================================
Hits 611 611
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit