-
Notifications
You must be signed in to change notification settings - Fork 94
chore: bump father plugin & fast-color version #269
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
Walkthrough此次变更主要更新了项目的 package.json 文件。具体修改包括包版本的提升、部分依赖项的升级或新增,以及脚本命令的调整。同时移除了两个不再需要的依赖项。这些改动影响了发布流程中预编译和发布的执行方式。 Changes
Sequence Diagram(s)sequenceDiagram
participant 开发者 as Dev
participant CLI as npm CLI
participant 编译过程 as Build
participant 发布器 as Publisher (rc-np)
Dev->>CLI: 执行 prepublishOnly 命令
CLI->>编译过程: 执行 "npm run compile"
编译过程-->>CLI: 返回编译结果
CLI->>发布器: 执行 "rc-np"
发布器-->>CLI: 处理发布任务
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (4)
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:
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 (
|
🎊 PR Preview f654aeb has been successfully built and deployed to https://react-component-color-picker-preview-pr-269.surge.sh 🕐 Build time: 83.766s 🤖 By surge-preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #269 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 906 906
Branches 89 89
=========================================
Hits 906 906 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
配套升级版本
ref ant-design/ant-design#52333
Summary by CodeRabbit