Skip to content

chore(deps): dependabot 에서 typescript 7.x major bump 차단 - #84

Merged
mack-erel merged 1 commit into
mainfrom
chore/dependabot-ignore-ts7
Jul 16, 2026
Merged

chore(deps): dependabot 에서 typescript 7.x major bump 차단#84
mack-erel merged 1 commit into
mainfrom
chore/dependabot-ignore-ts7

Conversation

@mack-erel

Copy link
Copy Markdown
Owner

배경

dependabot PR #83 (typescript 6.0.3 → 7.0.2) 이 CI Lint 단계에서 실패:

TypeError: Cannot read properties of undefined (reading 'Cjs')
    at @typescript-eslint/typescript-estree/dist/create-program/shared.js:59:18

typescript-eslint 는 최신(8.64.0, alpha 포함)도 peer 로 typescript >=4.8.4 <6.1.0 까지만 지원 — TS 7.x (native tsc) 는 병합 불가.

변경

  • .github/dependabot.yml npm 업데이트에 ignore: typescript >=7.0.0 추가 — typescript-eslint 가 TS7 지원할 때까지 major bump 재발 차단.

PR #83 은 별도로 @dependabot ignore this major version 코멘트로 닫을 예정.

🤖 Generated with Claude Code

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]>
@mack-erel
mack-erel merged commit 1fe0cac into main Jul 16, 2026
6 checks passed
@mack-erel
mack-erel deleted the chore/dependabot-ignore-ts7 branch July 16, 2026 07:43
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