Vamsi-klu commented on PR #67741: URL: https://github.com/apache/airflow/pull/67741#issuecomment-4584959539
The template now raises the host-shared runtime floors above the current Airflow UI versions: `react`/`react-dom` move to `^19.2.6` here, while the host UI is still on `^19.2.5`, and `@chakra-ui/react` moves to `^3.35.0` while the host UI is still `~3.34.0`. Because the template externalizes React/ReactDOM and generated plugins run against the host globals, this can produce plugin packages whose declared/runtime floor is not satisfied by the current host UI bundle. Can we either keep these template ranges compatible with the host versions, or update the host UI dependencies in the same change? --- Drafted-by: Codex (GPT-5); reviewed by @Vamsi-klu 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]
