Skip to content

Commit 9ebdd52

Browse files
chore(deps): block TypeScript 7.x in dependabot (native rewrite breaks typecheck) (#223)
1 parent d02c362 commit 9ebdd52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ updates:
4444
# See PRs #65 (original pin) and the follow-up that re-pinned after Dependabot bypassed via #72.
4545
- dependency-name: "eslint"
4646
update-types: ["version-update:semver-major"]
47+
# TypeScript 7.0 is the native "Corsa" rewrite — a breaking major that
48+
# fails typecheck (Dependabot #222, closed 2026-07-13). Allow 6.x, block 7+.
49+
- dependency-name: "typescript"
50+
versions: [">=7.0.0"]
4751

4852
- package-ecosystem: npm
4953
directory: /src/StackAlchemist.Templates

0 commit comments

Comments
 (0)