From 156f47a6e7878c1b4eae1db7bc06caacf81eb463 Mon Sep 17 00:00:00 2001 From: Mykola Harmash Date: Wed, 25 Jun 2025 14:36:51 +0200 Subject: [PATCH] Remove playwright-chromium package from dependencies (#225221) This change remove `playwright-chromium` package from Kibana dependencies. * The package isn't used anywhere in the codebase * The package conflicts with `@playwright/test` by installing the same `playwright` executable which then misses a bunch of features, including the `test` command (cherry picked from commit 4250dfb2587a84288cc05f6d094c556e95eebc9b) # Conflicts: # package.json # yarn.lock --- package.json | 3 +-- yarn.lock | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 75738e9b625de..d52150b0b44df 100644 --- a/package.json +++ b/package.json @@ -1821,8 +1821,7 @@ "pirates": "^4.0.7", "piscina": "^3.2.0", "pixelmatch": "^5.3.0", - "playwright": "1.49.0", - "playwright-chromium": "1.49.0", + "playwright": "1.53.1", "pngjs": "^7.0.0", "postcss": "^8.5.3", "postcss-loader": "^8.1.1", diff --git a/yarn.lock b/yarn.lock index 3cdd0c5297c10..0e9dbdf5fbbd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25151,13 +25151,6 @@ platform@^1.3.0: resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.5.tgz#fb6958c696e07e2918d2eeda0f0bc9448d733444" integrity sha512-TuvHS8AOIZNAlE77WUDiR4rySV/VMptyMfcfeoMgs4P8apaZM3JrnbzBiixKUv+XR6i+BXrQh8WAnjaSPFO65Q== -playwright-chromium@1.49.0: - version "1.49.0" - resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.49.0.tgz#0661428204396dbf5445eb04536d43a5f91bca59" - integrity sha512-xU+nOHawNFKfJsHTTGyWqSJ5nRGGHQq1wTsc49H9rM+hDNnoKZi+3m12mGoLpqvJP7vRjZQ3uvU9/UJZbrJ1AA== - dependencies: - playwright-core "1.49.0" - playwright-chromium@=1.48.2: version "1.48.2" resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.48.2.tgz#90a0795f934a3fe5f21fcfc997ec2ff5343be15a" @@ -25175,6 +25168,11 @@ playwright-core@1.49.0: resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb" integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA== +playwright-core@1.53.1: + version "1.53.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.1.tgz#0b6f7a2006ccb6126ffcc3e3b2fa9efda23b6638" + integrity sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg== + playwright@1.49.0: version "1.49.0" resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a" @@ -25184,6 +25182,15 @@ playwright@1.49.0: optionalDependencies: fsevents "2.3.2" +playwright@1.53.1: + version "1.53.1" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.1.tgz#86fb041b237a6868d163c87c4b9737fd1cac145e" + integrity sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw== + dependencies: + playwright-core "1.53.1" + optionalDependencies: + fsevents "2.3.2" + playwright@=1.48.2: version "1.48.2" resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.2.tgz#fca45ae8abdc34835c715718072aaff7e305167e"