This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 5133cd7c49e [v3-1-test] Allow swc and esbuild install script for SAM
(#59608) (#59654)
5133cd7c49e is described below
commit 5133cd7c49e61bb1a81730ec97fe494a000b908b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 20 14:54:59 2025 +0100
[v3-1-test] Allow swc and esbuild install script for SAM (#59608) (#59654)
(cherry picked from commit 71352014686cf3246219343f93bdafbc61269e01)
Co-authored-by: Pierre Jeambrun <[email protected]>
---
.../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 9aa4883feb8..c5eda536ecd 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
@@ -55,5 +55,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"
+ ]
}
}