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 bdfe789d573 Fix pnpm version in package.json until we upgrade (#71516)
bdfe789d573 is described below

commit bdfe789d573fd57ff62f98745ec2fbc5926baa88
Author: Brent Bovenzi <[email protected]>
AuthorDate: Thu Aug 13 07:08:46 2026 -0400

    Fix pnpm version in package.json until we upgrade (#71516)
---
 Dockerfile.ci                                                            | 1 +
 .../src/airflow/api_fastapi/auth/managers/simple/ui/package.json         | 1 +
 airflow-core/src/airflow/ui/package.json                                 | 1 +
 dev/react-plugin-tools/react_plugin_template/package.json                | 1 +
 4 files changed, 4 insertions(+)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index b53bbe54b48..2ae0ea43a91 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1758,6 +1758,7 @@ ENV AIRFLOW_PYTHON_VERSION=${AIRFLOW_PYTHON_VERSION}
 ENV GOLANG_MAJOR_MINOR_VERSION="1.26.5"
 ENV TEMURIN_VERSION="11"
 ENV NODEJS_VERSION="22.23.1"
+# keep this in sync with package.json files
 ENV PNPM_VERSION="10.28.1"
 ENV RUSTUP_HOME="/usr/local/rustup"
 ENV CARGO_HOME="/usr/local/cargo"
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 b2298e04e99..d98d0db0cee 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
@@ -63,6 +63,7 @@
     "vite-plugin-css-injected-by-js": "^5.0.2",
     "vitest": "^4.1.10"
   },
+  "packageManager": "[email protected]",
   "pnpm": {
     "minimumReleaseAge": 5760,
     "onlyBuiltDependencies": [
diff --git a/airflow-core/src/airflow/ui/package.json 
b/airflow-core/src/airflow/ui/package.json
index 9bdeb11982d..4acdbb9262a 100644
--- a/airflow-core/src/airflow/ui/package.json
+++ b/airflow-core/src/airflow/ui/package.json
@@ -122,6 +122,7 @@
     "vitest": "^4.1.9",
     "web-worker": "^1.5.0"
   },
+  "packageManager": "[email protected]",
   "pnpm": {
     "minimumReleaseAge": 5760,
     "onlyBuiltDependencies": [
diff --git a/dev/react-plugin-tools/react_plugin_template/package.json 
b/dev/react-plugin-tools/react_plugin_template/package.json
index eff3cefd0ce..b1441fb7acb 100644
--- a/dev/react-plugin-tools/react_plugin_template/package.json
+++ b/dev/react-plugin-tools/react_plugin_template/package.json
@@ -72,6 +72,7 @@
     "vite-plugin-dts": "^4.3.0",
     "vitest": "^4.1.10"
   },
+  "packageManager": "[email protected]",
   "pnpm": {
     "minimumReleaseAge": 5760,
     "onlyBuiltDependencies": [

Reply via email to