Skip to content

revert: revert accidental toolchain upgrade commits merged to main#831

Merged
LZS911 merged 1 commit into
mainfrom
revert/toolchain-auto-merged
May 14, 2026
Merged

revert: revert accidental toolchain upgrade commits merged to main#831
LZS911 merged 1 commit into
mainfrom
revert/toolchain-auto-merged

Conversation

@LZS911
Copy link
Copy Markdown
Collaborator

@LZS911 LZS911 commented May 14, 2026

背景

a5a8ab7fceb8d2e5 共 13 个 commit 在未经过 PR 审查的情况下被意外直接推送到了 main 分支。

根本原因(已通过 git reflog 确认):
分支 chore/upgrade-vite-clean 由 AI 创建,未配置远端追踪分支(缺少 branch.remotebranch.merge),导致执行 git push 时直接推送到了 origin/main

本次 Revert 的 Commits(共 13 个)

Commit 内容
a5a8ab7f fix(tsconfig): update module resolution and include jest test types
dca07611 chore(build): upgrade toolchain to Vite 8 and migrate chunk splitting
474a5091 [chore]: restore version.ts
f5bc0e2b chore(ci): switch test pipeline to turbo per-package coverage reports
b26daf18 fix(tsconfig): remove deprecated baseUrl usage
8809b8ed fix: test error
bfc0d915 refactor(test): run root tests per package and remove legacy root jest runner
e6caab31 chore: migrate toolchain to oxc, turbo, and source-based dms-kit consumption
5ca70f44 test: update 1 snapshot(s) for DMS UI
1c0091af fix: makefile build error
88849882 fix(ci): skip internal install and test in coverage action
1a1f6e00 fix(ci): github action
ceb8d2e5 fix(ci): coverage report add custom title

还原目标

main 分支恢复至 19e47ae22(Merge pull request #830)的状态。

变更统计

45 个文件,+1234 / -2142 行

Test plan

  • 确认 merge 后 main 分支 HEAD 的内容与 19e47ae22 一致

Made with Cursor

Reverts commits a5a8ab7..ceb8d2e (13 commits) that were accidentally
pushed to main via a branch without proper remote tracking configuration.

The reverted commits include:
- chore(build): upgrade toolchain to Vite 8 and migrate chunk splitting
- chore(ci): switch test pipeline to turbo per-package coverage reports
- chore: migrate toolchain to oxc, turbo, and source-based dms-kit consumption
- refactor(test): run root tests per package and remove legacy root jest runner
- fix(tsconfig): remove deprecated baseUrl usage
- fix(tsconfig): update module resolution and include jest test types
- and related CI/test fix commits

This restores main to the state at commit 19e47ae (Merge pull request #830).

Co-authored-by: Cursor <cursoragent@cursor.com>
@actiontech-bot actiontech-bot requested a review from Rain-1214 May 14, 2026 10:33
@github-actions
Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 80.72% 29349/36357
🟡 Branches 63.08% 11000/17439
🟢 Functions 84.09% 9871/11738
🟢 Lines 84.72% 28046/33106

Test suite run success

3711 tests passing in 814 suites.

Report generated by 🧪jest coverage report action from 211a0ee

@LZS911 LZS911 merged commit d73926a into main May 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant