Skip to content

ci: ignore TypeScript major updates in dependabot - #109

Merged
johnmschoonover merged 2 commits into
mainfrom
ci/ignore-typescript-7-major
Jul 26, 2026
Merged

ci: ignore TypeScript major updates in dependabot#109
johnmschoonover merged 2 commits into
mainfrom
ci/ignore-typescript-7-major

Conversation

@johnmschoonover

Copy link
Copy Markdown
Owner

TypeScript 7 (the Go-native compiler) ships without a stable programmatic compiler API. astro check runs @astrojs/language-server, which is built on Volar and drives TypeScript through that API — so the TS 7 bump in #107 crashes validate with Cannot read properties of undefined (reading 'fileExists').

Astro's tracking discussion (withastro/roadmap#1321) says support can't land until TS 7.1 stabilizes the API (~Oct 2026). This ignores TypeScript semver-major updates in dependabot until then; #107 will be closed in favor of this.

🤖 Generated with Claude Code

astro check crashes on TypeScript 7 — the native compiler ships without
a stable programmatic API, which @astrojs/language-server (Volar) needs.
Ignore TS majors until Astro language-tools support TS 7.1+.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploying webpage with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6944da5
Status: ✅  Deploy successful!
Preview URL: https://3a4642d3.webpage-bf1.pages.dev
Branch Preview URL: https://ci-ignore-typescript-7-major.webpage-bf1.pages.dev

View logs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@johnmschoonover
johnmschoonover merged commit 6fcfca9 into main Jul 26, 2026
4 checks passed
@johnmschoonover
johnmschoonover deleted the ci/ignore-typescript-7-major branch July 26, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant