[8.7] update dependency playwright to ^1.30.0 (#151106) (#151371)

# Backport

This will backport the following commits from `main` to `8.7`:
- [update dependency playwright to ^1.30.0
(#151106)](https://github.com/elastic/kibana/pull/151106)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2023-02-15T19:11:06Z","message":"update
dependency playwright to ^1.30.0 (#151106)\n\n##
Summary\r\n\r\nCurrently we use 1.27.1 that comes with bundled Chromium
107.0.5304.18\r\n(released September 28, 2022)\r\n\r\nUpdating
playwright to use the recent
[Chromium\r\n110](https://github.com/microsoft/playwright/releases/tag/v1.30.0)
for\r\ntesting.","sha":"6a4bdf247f49f9b6599767f1f804f5a60d0d7e99","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.7.0","v8.6.2","v8.8.0"],"number":151106,"url":"https://github.com/elastic/kibana/pull/151106","mergeCommit":{"message":"update
dependency playwright to ^1.30.0 (#151106)\n\n##
Summary\r\n\r\nCurrently we use 1.27.1 that comes with bundled Chromium
107.0.5304.18\r\n(released September 28, 2022)\r\n\r\nUpdating
playwright to use the recent
[Chromium\r\n110](https://github.com/microsoft/playwright/releases/tag/v1.30.0)
for\r\ntesting.","sha":"6a4bdf247f49f9b6599767f1f804f5a60d0d7e99"}},"sourceBranch":"main","suggestedTargetBranches":["8.7","8.6"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151106","number":151106,"mergeCommit":{"message":"update
dependency playwright to ^1.30.0 (#151106)\n\n##
Summary\r\n\r\nCurrently we use 1.27.1 that comes with bundled Chromium
107.0.5304.18\r\n(released September 28, 2022)\r\n\r\nUpdating
playwright to use the recent
[Chromium\r\n110](https://github.com/microsoft/playwright/releases/tag/v1.30.0)
for\r\ntesting.","sha":"6a4bdf247f49f9b6599767f1f804f5a60d0d7e99"}}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
Kibana Machine 2023-02-15 15:17:37 -05:00 committed by GitHub
parent 28a83c4c53
commit 8ccac649ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View file

@ -1147,7 +1147,7 @@
"pirates": "^4.0.1",
"piscina": "^3.2.0",
"pixelmatch": "^5.3.0",
"playwright": "^1.26.0",
"playwright": "^1.30.0",
"pngjs": "^3.4.0",
"postcss": "^8.4.14",
"postcss-loader": "^4.2.0",

View file

@ -21648,12 +21648,17 @@ playwright-core@1.27.1, playwright-core@=1.27.1:
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.1.tgz#840ef662e55a3ed759d8b5d3d00a5f885a7184f4"
integrity sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==
playwright@^1.26.0:
version "1.27.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.27.1.tgz#4eecac5899566c589d4220ca8acc16abe8a67450"
integrity sha512-xXYZ7m36yTtC+oFgqH0eTgullGztKSRMb4yuwLPl8IYSmgBM88QiB+3IWb1mRIC9/NNwcgbG0RwtFlg+EAFQHQ==
playwright-core@1.30.0:
version "1.30.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285"
integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==
playwright@^1.30.0:
version "1.30.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.30.0.tgz#b1d7be2d45d97fbb59f829f36f521f12010fe072"
integrity sha512-ENbW5o75HYB3YhnMTKJLTErIBExrSlX2ZZ1C/FzmHjUYIfxj/UnI+DWpQr992m+OQVSg0rCExAOlRwB+x+yyIg==
dependencies:
playwright-core "1.27.1"
playwright-core "1.30.0"
plugin-error@^1.0.1:
version "1.0.1"