From 1cd84aa0e303b20baa8925146cbd581eb048ece6 Mon Sep 17 00:00:00 2001 From: Jeff Rogers Date: Fri, 12 Jun 2026 16:11:54 +0000 Subject: [PATCH] chore(deps): hold TypeScript on 5.x, ignore 6.x line in Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5300e02..7eac913 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,12 @@ updates: update-types: - "minor" - "patch" + ignore: + # TypeScript 6.0 is a transitional major (pre-native-TS7) and breaks + # ambient Node globals. Hold the 6.x line; TS 7 will still arrive as a + # normal Dependabot PR. Revisit 6.x deliberately as a tracked migration. + - dependency-name: "typescript" + versions: ["6.x"] - package-ecosystem: "github-actions" directory: "/"