dheerajturaga commented on PR #70616: URL: https://github.com/apache/airflow/pull/70616#issuecomment-5136672820
I pushed a commit that pins `typescript` back to `~6.0.3` (from `~7.0.2`), keeping the other 30 dependency bumps in this Dependabot update. **Why:** TypeScript 7.0.2 dropped the legacy JS Compiler API, and `unplugin-dts` (used via `vite-plugin-dts`) still depends on it. That broke `pnpm build` and failed CI's `Static checks / compile-edge-assets` prek hook: ``` Error: [unplugin-dts] The installed "typescript" package does not provide the JavaScript Compiler API (this happens with TypeScript 7+), and the fallback "@typescript/typescript6" was not found. ``` Once `vite-plugin-dts`/`unplugin-dts` add TypeScript 7 support (or once we add the `@typescript/typescript6` shim), this pin can be lifted. --- Drafted-by: Claude Code (Sonnet 5); reviewed by @dheerajturaga before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
