dheerajturaga opened a new pull request, #70865: URL: https://github.com/apache/airflow/pull/70865
The `edge-ui-package-updates` Dependabot group had no restriction on update types, so a `typescript` major bump (6.x → 7.x) kept riding along with routine minor/patch updates. TypeScript 7 dropped the legacy JS Compiler API that `unplugin-dts` (used via `vite-plugin-dts`) still depends on, which breaks `pnpm build` and fails the `compile-edge-assets` prek hook — seen in #70616 and #70848. This restricts the group to `minor`/`patch` and ignores major updates, matching the pattern already used by `core-ui-package-updates` (airflow-core UI) and the `3-3-edge-ui-package-updates` sibling group that already covers this same directory on `v3-3-test`. related: #70616, #70848 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Sonnet 5) Generated-by: Claude Code (Sonnet 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
