chore(deps): bump typescript from 5.9.3 to 6.0.3 - #57
Conversation
b0c92c9 to
4a56431
Compare
128c86a to
88d2978
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
88d2978 to
3c31732
Compare
|
로컬 PR 검토 결과, 현재 head는 merge-ready가 아닙니다. 변경 요약
로컬 검증
CI / GitHub AI review
남은 리스크
다음 gate
자동화 메모marker: pr-summary-comment |
|
Claude finished @get6's task in 1m 47s —— View job PR Review: TypeScript 5.9.3 → 6.0.3
SummaryThis PR has 2 commits: the dependabot dependency bump + a follow-up fix ( tsconfig.json — Fix Analysis "ts-node": {
"compilerOptions": {
- "module": "CommonJS"
+ "module": "CommonJS",
+ "types": ["node"]
}
}The fix is correct. Both scripts (
Potential Concerns1. ts-node 10.x compatibility with TypeScript 6
If issues arise, the modern replacement is 2. Pre-existing async bug in // scripts/copy-image.ts:32
fs.readdirSync(srcDir).forEach(async (file) => {
// ...
await copyImage(imagePath, copyPath)
processedFiles.push(file) // ← runs after await, but forEach doesn't await it
})
console.log(`✅ Images processed: ${processedFiles.length}`) // ← always 0!
Lockfile Review
VerdictSafe to merge. The tsconfig fix is minimal and correct. The two remaining items are either a monitoring note (ts-node 10.x / TS6 compatibility — low risk) or a pre-existing issue not related to this PR. |
|
TypeScript 6 build 실패 수정 내용을 올렸습니다.
|
Bumps typescript from 5.9.3 to 6.0.3.
Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0