revert: revert accidental toolchain upgrade commits merged to main#831
Merged
Conversation
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>
Coverage report
Test suite run success3711 tests passing in 814 suites. Report generated by 🧪jest coverage report action from 211a0ee |
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.
背景
a5a8ab7f到ceb8d2e5共 13 个 commit 在未经过 PR 审查的情况下被意外直接推送到了main分支。根本原因(已通过 git reflog 确认):
分支
chore/upgrade-vite-clean由 AI 创建,未配置远端追踪分支(缺少branch.remote和branch.merge),导致执行git push时直接推送到了origin/main。本次 Revert 的 Commits(共 13 个)
a5a8ab7fdca07611474a5091f5bc0e2bb26daf188809b8edbfc0d915e6caab315ca70f441c0091af888498821a1f6e00ceb8d2e5还原目标
将
main分支恢复至19e47ae22(Merge pull request #830)的状态。变更统计
45 个文件,+1234 / -2142 行
Test plan
19e47ae22一致Made with Cursor