feat(workflow): 增加核心依赖升级判断 - #420
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
每日自动化此前依赖自由分析,没有确定性检查 npm stable 与 beta/rc/next 通道,导致 Rslib 1.0 Beta、Rspack、Rstest 等升级候选可能被安全修复或 Review 通道长期遮蔽。
改动
实时证据
当前扫描得到:3 项 MANUAL_REVIEW、3 项 DEFER_COOLDOWN、4 项 EVALUATE、4 项 CURRENT。Rslib 0.23.2 -> 1.0.0-beta.1 命中 15 个 rslib.config.* 文件。
验证
风险与回滚
脚本只读 npm Registry 和仓库文件,不修改依赖或锁文件。升级策略可由 JSON 调整。回滚本提交即可移除命令、策略和测试。
关联 #412。