ci: ignore TypeScript major updates in dependabot - #109
Merged
Conversation
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>
Deploying webpage with
|
| 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 |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TypeScript 7 (the Go-native compiler) ships without a stable programmatic compiler API.
astro checkruns@astrojs/language-server, which is built on Volar and drives TypeScript through that API — so the TS 7 bump in #107 crashesvalidatewithCannot 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