This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 71352014686 Allow swc and esbuild install script for SAM (#59608)
71352014686 is described below
commit 71352014686cf3246219343f93bdafbc61269e01
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Fri Dec 19 20:11:40 2025 +0100
Allow swc and esbuild install script for SAM (#59608)
---
.../src/airflow/api_fastapi/auth/managers/simple/ui/package.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
index 23da76cbf6e..06db7f5fd39 100644
--- a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
+++ b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
@@ -59,5 +59,11 @@
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/utils": "^8.50.0",
"@typescript-eslint/parser": "8.50.0"
+ },
+ "pnpm": {
+ "onlyBuiltDependencies": [
+ "@swc/core",
+ "esbuild"
+ ]
}
}