chore(deps): dependabot 에서 typescript 7.x major bump 차단 - #84
Merged
Conversation
typescript 7.0.2 (native tsc) 는 typescript-eslint 전 버전 미지원 (peer typescript >=4.8.4 <6.1.0). eslint 실행 시 typescript-estree 가 "Cannot read properties of undefined (reading 'Cjs')" 로 크래시하여 CI Lint 단계가 실패함 (PR #83 에서 확인). typescript-eslint 가 TS7 을 지원하기 전까지 ignore 로 재발 차단. Co-Authored-By: Claude Fable 5 <[email protected]>
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.
배경
dependabot PR #83 (typescript 6.0.3 → 7.0.2) 이 CI Lint 단계에서 실패:
typescript-eslint 는 최신(8.64.0, alpha 포함)도 peer 로
typescript >=4.8.4 <6.1.0까지만 지원 — TS 7.x (native tsc) 는 병합 불가.변경
.github/dependabot.ymlnpm 업데이트에ignore: typescript >=7.0.0추가 — typescript-eslint 가 TS7 지원할 때까지 major bump 재발 차단.PR #83 은 별도로
@dependabot ignore this major version코멘트로 닫을 예정.🤖 Generated with Claude Code