chore(cli): 升级 Rsdoctor 至 1.6.1 - #426
Merged
Merged
Conversation
This was referenced Aug 10, 2026
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.
背景
Issue #412 的依赖升级拆分中,核心依赖扫描将
@rsdoctor/rspack-plugin1.5.18 → 1.6.1 列为 EVALUATE。本 PR 只推进该单一主题。上游 1.6.1 发布说明见 Rsdoctor v1.6.1,此前 1.6.0 的客户端可视化改进见 Rsdoctor v1.6.0。改动
--doctor、debug.rsdoctor对象透传(disableClientServer/output.reportDir)和真实构建生成.rsdoctor/manifest.json。风险与安全
@rsdoctor/rspack-plugin与 Rspack peer 约束未改变;调用链未修改。pnpm audit --prod升级前后均为 17 high、18 moderate、2 low、0 critical;Rsdoctor 路径中的fast-uri与socket.io-parserhigh advisory 仍存在。该 PR 不宣称清理 Issue security: 评估生产依赖审计中的 high 风险传递链 #414 的传递漏洞链;它们在旧锁文件中已存在,后续需单独做 transitive remediation/override 评估。验证
corepack pnpm install --frozen-lockfile --ignore-scriptsnode packages/cli/test/rsdoctor-plugin-shape.test.mjscorepack pnpm --filter @empjs/cli testcorepack pnpm test:toolchain(12/12)corepack pnpm workflow:checkcorepack pnpm ci:verifycorepack pnpm empbuild关联
目录边界
未修改
apps/**、website/**、发布 workflow、packages/cdn-*、packages/lib-*,未提交生成物/缓存。