dependabot[bot] opened a new pull request, #37425: URL: https://github.com/apache/superset/pull/37425
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.58.0</h2> <h2>Timeline</h2> <p>If you're using <a href="https://playwright.dev/docs/test-sharding#merging-reports-from-multiple-environments">merged reports</a>, the HTML report Speedboard tab now shows the Timeline:</p> <p><img src="https://github.com/microsoft/playwright/blob/main/docs/src/images/timeline.png?raw=true" alt="Timeline chart in the HTML report" /></p> <h2>UI Mode and Trace Viewer Improvements</h2> <ul> <li>New 'system' theme option follows your OS dark/light mode preference</li> <li>Search functionality (Cmd/Ctrl+F) is now available in code editors</li> <li>Network details panel has been reorganized for better usability</li> <li>JSON responses are now automatically formatted for readability</li> </ul> <p>Thanks to <a href="https://github.com/cpAdm"><code>@cpAdm</code></a> for contributing these improvements!</p> <h2>Miscellaneous</h2> <p><a href="https://playwright.dev/docs/api/class-browsertype#browser-type-connect-over-cdp">browserType.connectOverCDP()</a> now accepts an <code>isLocal</code> option. When set to <code>true</code>, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.</p> <h2>Breaking Changes ⚠️</h2> <ul> <li>Removed <code>_react</code> and <code>_vue</code> selectors. See <a href="https://playwright.dev/docs/locators">locators guide</a> for alternatives.</li> <li>Removed <code>:light</code> selector engine suffix. Use standard CSS selectors instead.</li> <li>Option <code>devtools</code> from <a href="https://playwright.dev/docs/api/class-browsertype#browser-type-launch">browserType.launch()</a> has been removed. Use <code>args: ['--auto-open-devtools-for-tabs']</code> instead.</li> <li>Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 145.0.7632.6</li> <li>Mozilla Firefox 146.0.1</li> <li>WebKit 26.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 144</li> <li>Microsoft Edge 144</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/961381ec73a9fa2661d92504eab1a6bd6eaffc75"><code>961381e</code></a> chore: mark 1.58.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/38921">#38921</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0c1b64c8fcfc53332c72a92a4243817fd57bd9ba"><code>0c1b64c</code></a> chore: hide stuff (<a href="https://redirect.github.com/microsoft/playwright/issues/38882">#38882</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/b1fd5d0c5bfc27af126abd2e738c4ec0d9a196b8"><code>b1fd5d0</code></a> test: unflake some ui-mode tests (<a href="https://redirect.github.com/microsoft/playwright/issues/38907">#38907</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/faf317ca1e203265dc4a998ee55a1808db75fae3"><code>faf317c</code></a> chore: tune press/type via cli (<a href="https://redirect.github.com/microsoft/playwright/issues/38898">#38898</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/ba4b983c1673c2b7bef3711a3ad100e2883a28e6"><code>ba4b983</code></a> docs: add v1.58 release notes (<a href="https://redirect.github.com/microsoft/playwright/issues/38879">#38879</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/00fb7a962713a8d095efffc071bc5d094b3b59ac"><code>00fb7a9</code></a> chore: implement shard weights feedback (<a href="https://redirect.github.com/microsoft/playwright/issues/38902">#38902</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/42d4f18d7fff541243ab10dd2a372c5e608f8346"><code>42d4f18</code></a> test: unflake/skip/fix some tests (<a href="https://redirect.github.com/microsoft/playwright/issues/38905">#38905</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/42b978447280252d7942e0ace915a406e4cf925c"><code>42b9784</code></a> feat(dot): onTestPause + make --pause private (<a href="https://redirect.github.com/microsoft/playwright/issues/38904">#38904</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/428b5576d191cc196969acd1a65a80160b875da1"><code>428b557</code></a> fix(html): truncate step titles (<a href="https://redirect.github.com/microsoft/playwright/issues/38884">#38884</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/595983451517d48ebeb24fc7148cc82a5750e7ff"><code>5959834</code></a> chore(list): onTestPaused (<a href="https://redirect.github.com/microsoft/playwright/issues/38777">#38777</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
