dependabot[bot] opened a new pull request, #1306: URL: https://github.com/apache/incubator-stormcrawler/pull/1306
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.46.0 to 1.47.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright-java/releases">com.microsoft.playwright:playwright's releases</a>.</em></p> <blockquote> <h2>v1.47.0</h2> <h2>Network Tab improvements</h2> <p>The Network tab in the trace viewer has several nice improvements:</p> <ul> <li>filtering by asset type and URL</li> <li>better display of query string parameters</li> <li>preview of font assets</li> </ul> <p><img src="https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2" alt="Network tab now has filters" /></p> <h2>Miscellaneous</h2> <ul> <li>The <code>mcr.microsoft.com/playwright/java:v1.47.0</code> now serves a Playwright image based on Ubuntu 24.04 Noble. To use the 22.02 jammy-based image, please use <code>mcr.microsoft.com/playwright/java:v1.47.0-jammy</code> instead.</li> <li>The <code>:latest</code>/<code>:focal</code>/<code>:jammy</code> tag for Playwright Docker images is no longer being published. Pin to a specific version for better stability and reproducibility.</li> <li>TLS client certificates can now be passed from memory by passing <code>cert</code> and <code>key</code> as byte arrays instead of file paths.</li> <li><code>noWaitAfter</code> in <a href="https://playwright.dev/java/docs/api/class-locator#locator-select-option">locator.selectOption()</a> was deprecated.</li> <li>We've seen reports of WebGL in Webkit misbehaving on GitHub Actions <code>macos-13</code>. We recommend upgrading GitHub Actions to <code>macos-14</code>.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 129.0.6668.29</li> <li>Mozilla Firefox 130.0</li> <li>WebKit 18.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 128</li> <li>Microsoft Edge 128</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-java/commit/bb0f48ee402e0405c743ada81a4ca4f6cbc8a6ae"><code>bb0f48e</code></a> chore: set version to 1.47.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1673">#1673</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/ee18e1a499c9a3fa78c71312ea6917c27afe8bbf"><code>ee18e1a</code></a> chore: roll 1.47.0-beta-1726138322000 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1672">#1672</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/9cf4bf226388881a18ed0c6fefff9b8544ebe198"><code>9cf4bf2</code></a> docs: Update ROLLING.md with new roll script</li> <li><a href="https://github.com/microsoft/playwright-java/commit/36350f3c5c8d501248aec31db1751f32902f5d9b"><code>36350f3</code></a> chore: roll 1.47.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1670">#1670</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/f3476c68ffb9b17a2dce6210511b583f14d9f5d0"><code>f3476c6</code></a> test: fix client-certificate tests (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1669">#1669</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/8fd8f1c8317c4597953aed4535915046f65fcc00"><code>8fd8f1c</code></a> test: remove per-context proxy hacks for Windows/Chromium (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1668">#1668</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/7d2066693bff1eb8565eef404658c1ad225c5aec"><code>7d20666</code></a> chore(deps): bump the all group with 2 updates (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1664">#1664</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/6b01b878cbe6c627eeba0455a20808485c1f45e4"><code>6b01b87</code></a> chore: roll driver to 1.47.0 alpha 2024 08 28 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1663">#1663</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/2e32eb704f88e7880610bc0fae8ed184cd713908"><code>2e32eb7</code></a> feat(junit): Implement automatic saving of traces and screenshots via fixture...</li> <li><a href="https://github.com/microsoft/playwright-java/commit/b81b1446808d6e76c3161bb2cd1316a1a6b5237f"><code>b81b144</code></a> fix: null check in ListenerCollection notify method (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1661">#1661</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright-java/compare/v1.46.0...v1.47.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: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org