From 242c96271f8e6002636be97a60da549bdcba6180 Mon Sep 17 00:00:00 2001 From: Henry Jang Date: Thu, 16 Jul 2026 16:35:05 +0900 Subject: [PATCH] =?UTF-8?q?chore(deps):=20dependabot=20=EC=97=90=EC=84=9C?= =?UTF-8?q?=20typescript=207.x=20major=20bump=20=EC=B0=A8=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 767d657..d884048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,12 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + ignore: + # typescript 7.x (native/Go tsc) 는 typescript-eslint 미지원 (peer <6.1.0) + # — typescript-estree 가 "Cannot read properties of undefined (reading 'Cjs')" + # 로 크래시. typescript-eslint 가 TS7 지원할 때까지 major bump 차단. + - dependency-name: "typescript" + versions: [">=7.0.0"] groups: svelte: patterns: