chore: 采用 TypeScript 6(dependabot #33) - #70
Open
Last-emo-boy wants to merge 2 commits into
Open
Conversation
- typescript 5.9.3 -> 6.0.3(root + runtime-node + windows-host-agent) - ts-jest 29.4.6 -> 29.4.11(peer typescript <7) - @typescript-eslint/parser+plugin 8.56.1 -> 8.62.0(peer typescript <6.1) - packages/tsconfig/base.json: +ignoreDeprecations 6.0(静音 node10 弃用 TS5107) - shared/runtime-node/windows-host-agent tsconfig: +types:[node] (TS6 下 node10 解析不再向上拾取 root @types/node) 对应 dependabot PR #33。tsc 0 错误、build(4 包 + emit)通过。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
概述
将 TypeScript 从 5.9.3 升级到 6.0.3,并配套升级相关工具链。对应 dependabot PR #33(编译器 major,单独隔离验证)。
改动
>=4.3 <7,覆盖 TS6<6.1.0,minor 升级,覆盖 TS6"ignoreDeprecations": "6.0"moduleResolution=node10弃用),保持现有解析行为"types": ["node"]node_modules/@types,显式声明 node 类型验证
--legacy-peer-deps):peer 全部解析通过,证明 CI 的npm ci可过。dist/index.js产出。decompiler-worker的SqliteError: disk I/O error是全量并行下的瞬时磁盘错误,隔离单跑 44/44 全过。风险
编译器大版本。已保持
moduleResolution行为不变(仅静音弃用),未改动模块解析语义。建议合并前让 CI 完整复跑。🤖 Generated with Claude Code