Skip to content

Commit 574b4ad

Browse files
GeekTrainerCopilot
andcommitted
chore: ignore TypeScript major bumps until astro check supports TS 7
typescript must stay on 6.x for @astrojs/check, so tell Dependabot to stop re-proposing the TS 5->7 major update. The TS 7 path is tracked separately via @typescript/native-preview. Remove this ignore once @astrojs/check supports TS 7. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 64357866-3a3f-4fd8-914b-77826de5be5a
1 parent efe2829 commit 574b4ad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ updates:
1717
dependency-type: production
1818
update-types:
1919
- patch
20+
ignore:
21+
# `typescript` is pinned to the 6.x line because our only type-checker,
22+
# @astrojs/check, peers on `typescript@^5 || ^6` and does not yet support
23+
# TypeScript 7. The TS 7 toolchain is tracked separately via the
24+
# `@typescript/native-preview` (tsgo) dev dependency and the `check:tsgo`
25+
# script. Drop this ignore once @astrojs/check supports TypeScript 7.
26+
- dependency-name: typescript
27+
update-types:
28+
- version-update:semver-major

0 commit comments

Comments
 (0)