chore(deps): upgrade phase 2 — tooling majors, small runtime majors - #17
Merged
Merged
Conversation
- husky 9: prepare runs `husky`; hooks drop the v8 bootstrap lines (v9 warns on them, v10 fails); core.hooksPath moves to .husky/_ - lint-staged 17 (Node >=22.22.1, git >=2.32): .lintstagedrc renamed to .lintstagedrc.json - 17 parses an extensionless rc as YAML and made the yaml package optional - cross-env 10 (ESM-only); `start` had no env vars, so it is plain `max dev` now - prettier-plugin-organize-imports 4 / prettier-plugin-packagejson 3: no formatting drift, both plugins verified active - @dnd-kit/sortable 10 (its majors only track core ^6.3), signature_pad 5, ol 10; @dnd-kit/modifiers removed - declared but never imported verified headless: signature empty-save warns, a stroke downloads a PNG, undo empties it again; dnd reorders 1,2,3 -> 2,3,1; OpenLayers click reports lon/lat; 24 routes show no new console errors
|
Warning Review limit reachedNext included review available in 44 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
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. Comment |
This was referenced Sep 23, 2026
Deploying umi-react-admin with
|
| Latest commit: |
9c0fc95
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d60984b0.umi-react-admin.pages.dev |
| Branch Preview URL: | https://chore-deps-phase2.umi-react-admin.pages.dev |
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.
背景
依赖升级 阶段 2:开发工具主版本 + 小型运行时主版本。以阶段 1(
chore/deps-phase1)为 base,diff 只含本阶段的改动。改动
开发工具
prepare改为husky;hook 文件去掉 v8 的两行引导(v9 会警告,v10 会直接失败);core.hooksPath改为.husky/_.lintstagedrc.json,因为 17 起无扩展名的 rc 文件会按 YAML 解析,且yaml变成了可选依赖start脚本本来就没带环境变量,直接改为max dev运行时
@dnd-kit/modifiers:声明了但从未被引用验证
pnpm check、pnpm build与体积门禁通过(体积与阶段 1 相同)需要注意
lint-staged 17 在 Node <22.22.1 下无法运行,本地默认 Node 需要是 24(阶段 1 已钉到 24.21.0)。