From d1112d3802cc7b12e4432cc221a53a5f6aa9c7b1 Mon Sep 17 00:00:00 2001 From: ThreeFish Date: Mon, 20 Jul 2026 18:15:56 +0800 Subject: [PATCH] =?UTF-8?q?ci(dependabot):=20=E5=BF=BD=E7=95=A5=20typescri?= =?UTF-8?q?pt=20major=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E2=80=94?= =?UTF-8?q?=E2=80=94TS7=20=E5=B7=A5=E5=85=B7=E9=93=BE=E6=9C=AA=E9=80=82?= =?UTF-8?q?=E9=85=8D=EF=BC=8C=E5=BE=85=207.1=20=E5=90=8E=E4=BA=BA=E5=B7=A5?= =?UTF-8?q?=E9=87=8D=E5=90=AF(typescript-eslint#12518);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3ccb70..5fdc3e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,12 @@ updates: # @types/vscode 的 major.minor ≤ engines.vscode)。Dependabot 单方面 bump 会破坏该约束 # 并令 CI 的 vsce package 失败,故忽略其升级——抬高最低 VS Code 版本属产品决策,需人工执行。 - dependency-name: '@types/vscode' + # typescript 7.0(Go 原生移植 tsgo)刻意未提供编译器编程 API(延至 7.1),typescript-eslint + # 无法运行于 TS7,加载期访问 ts.Extension.Cjs 触发崩溃,使 CI 的 lint 失败(详见 + # typescript-eslint#12518,closed as not planned)。故忽略 typescript 的 major 升级—— + # 待 TS 7.1 稳定编程 API 与工具链适配后再由人工重启升级。次要/补丁版仍照常跟进。 + - dependency-name: 'typescript' + update-types: ['version-update:semver-major'] - package-ecosystem: github-actions directory: / target-branch: feature/1.x.x