This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun 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 5a98a6ee321 [v3-1-test] Remove playwright dependency (#59607)
5a98a6ee321 is described below

commit 5a98a6ee321eb682321f60e4efc1c426a2c1f262
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Thu Dec 18 16:43:11 2025 +0100

    [v3-1-test] Remove playwright dependency (#59607)
---
 airflow-core/src/airflow/ui/package.json   |  1 -
 airflow-core/src/airflow/ui/pnpm-lock.yaml | 38 ------------------------------
 2 files changed, 39 deletions(-)

diff --git a/airflow-core/src/airflow/ui/package.json 
b/airflow-core/src/airflow/ui/package.json
index bf4d3398128..b364a4fae02 100644
--- a/airflow-core/src/airflow/ui/package.json
+++ b/airflow-core/src/airflow/ui/package.json
@@ -103,7 +103,6 @@
     "vite-plugin-css-injected-by-js": "^3.5.2",
     "vitest": "^2.1.9",
     "web-worker": "^1.5.0",
-    "@playwright/test": "^1.56.1",
     "@typescript-eslint/eslint-plugin": "^8.50.0",
     "@typescript-eslint/utils": "^8.50.0",
     "@typescript-eslint/parser": "^8.50.0"
diff --git a/airflow-core/src/airflow/ui/pnpm-lock.yaml 
b/airflow-core/src/airflow/ui/pnpm-lock.yaml
index ba5b7b277b6..ad5f3c2d9f9 100644
--- a/airflow-core/src/airflow/ui/pnpm-lock.yaml
+++ b/airflow-core/src/airflow/ui/pnpm-lock.yaml
@@ -162,9 +162,6 @@ importers:
       '@eslint/js':
         specifier: ^9.25.1
         version: 9.26.0
-      '@playwright/test':
-        specifier: ^1.56.1
-        version: 1.57.0
       '@stylistic/eslint-plugin':
         specifier: ^2.13.0
         version: 2.13.0([email protected]([email protected]))([email protected])
@@ -850,11 +847,6 @@ packages:
     resolution: {integrity: 
sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==}
     engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
 
-  '@playwright/[email protected]':
-    resolution: {integrity: 
sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==}
-    engines: {node: '>=18'}
-    hasBin: true
-
   '@remix-run/[email protected]':
     resolution: {integrity: 
sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==}
     engines: {node: '>=14.0.0'}
@@ -2719,11 +2711,6 @@ packages:
     resolution: {integrity: 
sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
     engines: {node: '>= 8'}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
-    engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
-    os: [darwin]
-
   [email protected]:
     resolution: {integrity: 
sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
     engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -3708,16 +3695,6 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==}
-    engines: {node: '>=18'}
-    hasBin: true
-
-  [email protected]:
-    resolution: {integrity: 
sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==}
-    engines: {node: '>=18'}
-    hasBin: true
-
   [email protected]:
     resolution: {integrity: 
sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
     engines: {node: '>=4'}
@@ -5383,10 +5360,6 @@ snapshots:
 
   '@pkgr/[email protected]': {}
 
-  '@playwright/[email protected]':
-    dependencies:
-      playwright: 1.57.0
-
   '@remix-run/[email protected]': {}
 
   '@rollup/[email protected]':
@@ -8017,9 +7990,6 @@ snapshots:
     dependencies:
       minipass: 3.3.6
 
-  [email protected]:
-    optional: true
-
   [email protected]:
     optional: true
 
@@ -9241,14 +9211,6 @@ snapshots:
       mlly: 1.8.0
       pathe: 2.0.3
 
-  [email protected]: {}
-
-  [email protected]:
-    dependencies:
-      playwright-core: 1.57.0
-    optionalDependencies:
-      fsevents: 2.3.2
-
   [email protected]: {}
 
   [email protected]: {}

Reply via email to