-
Notifications
You must be signed in to change notification settings - Fork 59
chore: update deps #288
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: update deps #288
Conversation
Walkthrough此次变更主要涉及依赖项的更新和导入语句的调整。在 Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
src/DropdownMenu.tsxOops! Something went wrong! :( ESLint: 7.32.0 ESLint couldn't find the plugin "eslint-plugin-react". (The package "eslint-plugin-react" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-react" was referenced from the config file in ".eslintrc.js » /node_modules/.pnpm/@umijs+fabric@3.0.0/node_modules/@umijs/fabric/dist/eslint.js". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #288 +/- ##
=======================================
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 and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/rc-menu@9.16.1 |
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)
51-53
: 依赖重新排序确认
注意到"@rc-component/trigger"
、"@rc-component/util"
以及"classnames"
的顺序已调整。虽然这不影响功能,但建议确认该排序符合项目的依赖管理策略,确保导入及打包时无问题。
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
package.json
(1 hunks)src/DropdownMenu.tsx
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- src/DropdownMenu.tsx
🔇 Additional comments (1)
package.json (1)
49-49
: 依赖更新 - 添加 @rc-component/menu
新增的依赖项"@rc-component/menu": "^1.0.0"
已添加到dependencies
中,应与src/DropdownMenu.tsx
中更新后的导入保持一致。请确认所有旧的rc-menu
引用均已替换。
Summary by CodeRabbit
Chores
Refactor