chore Update typescript to v7#95
Conversation
dacrab
left a comment
There was a problem hiding this comment.
Build is failing, so this can't be merged as-is.
Failure (run #29170843790, bun run ci → astro check):
Cannot read properties of undefined (reading 'fileExists')
at AstroCheck.getTsconfig (@astrojs/language-server/dist/check.js:162:73)
Root cause: TypeScript 7 changed its compiler/language-service architecture, and @astrojs/check (0.9.9) / @astrojs/language-server still depends on the legacy typescript API that TS 7 removed. astro check crashes before type-checking even runs — so this is not a code error in the site, it's a tooling incompatibility.
Options:
- Wait for an
@astrojs/check/@astrojs/language-serverrelease that supports TypeScript 7, then re-run. - If TS 7 is needed now, temporarily pin
typescriptto^6(keep this update closed) until the language server is compatible.
Leaving as requesting changes until the build is green.
|
Closing: TypeScript 7 is not buildable with the current toolchain. |
This PR contains the following updates:
^6.0.3→^7.0.0Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (in timezone Europe/Athens)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.