dependabot[bot] opened a new pull request, #1527: URL: https://github.com/apache/incubator-stormcrawler/pull/1527
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.51.0 to 1.52.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.52.0</h2> <h2>Highlights</h2> <ul> <li> <p>New method <a href="https://playwright.dev/java/docs/api/class-locatorassertions#locator-assertions-to-contain-class">assertThat(locator).containsClass()</a> to ergonomically assert individual class names on the element.</p> <pre lang="java"><code>assertThat(page.getByRole(AriaRole.LISTITEM, new Page.GetByRoleOptions().setName("Ship v1.52"))) .containsClass("done"); </code></pre> </li> <li> <p><a href="https://playwright.dev/java/docs/aria-snapshots">Aria Snapshots</a> got two new properties: <a href="https://playwright.dev/java/docs/aria-snapshots#strict-matching"><code>/children</code></a> for strict matching and <code>/url</code> for links.</p> <pre lang="java"><code>assertThat(locator).matchesAriaSnapshot(""" - list - /children: equal - listitem: Feature A - listitem: - link "Feature B": - /url: "https://playwright.dev" """); </code></pre> </li> </ul> <h2>Miscellaneous</h2> <ul> <li>New option <a href="https://playwright.dev/java/docs/api/class-apirequest#api-request-new-context-option-max-redirects"><code>setMaxRedirects</code></a> in <a href="https://playwright.dev/java/docs/api/class-apirequest#api-request-new-context">apiRequest.newContext()</a> to control the maximum number of redirects.</li> <li>New option <a href="https://playwright.dev/java/docs/api/class-locator#locator-aria-snapshot-option-ref"><code>setRef</code></a> in <a href="https://playwright.dev/java/docs/api/class-locator#locator-aria-snapshot">locator.ariaSnapshot()</a> to generate reference for each element in the snapshot which can later be used to locate the element.</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Method <a href="https://playwright.dev/java/docs/api/class-route#route-continue">route.continue()</a> does not allow to override the <code>Cookie</code> header anymore. If a <code>Cookie</code> header is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use <a href="https://playwright.dev/java/docs/api/class-browsercontext#browser-context-add-cookies">browserContext.addCookies()</a>.</li> <li>macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 136.0.7103.25</li> <li>Mozilla Firefox 137.0</li> <li>WebKit 18.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 135</li> <li>Microsoft Edge 135</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-java/commit/6b385a17b18b340ce51bb5710a21307bbb18fc90"><code>6b385a1</code></a> chore: mark 1.52.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1783">#1783</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/8cca01851acdbc05a13644ddf0164da7ca369056"><code>8cca018</code></a> chore: roll 1.52.0 driver, implement new features (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1780">#1780</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/478417bb56684d123b92004433c88267aa30546b"><code>478417b</code></a> chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 t...</li> <li><a href="https://github.com/microsoft/playwright-java/commit/739202fddfe57764173eedd9ce25f2b1da212771"><code>739202f</code></a> test: do not send Content-Length header for HEAD requests (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1771">#1771</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/8593941005e6e5efae361318a7458fb7de719246"><code>8593941</code></a> test: fix 'SLF4J(W): No SLF4J providers were found.' warning (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1772">#1772</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/b2852f5d574e8e00b359b7da8e8f0e890eec6d08"><code>b2852f5</code></a> devops: migrate to GitHub App for automation (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1770">#1770</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/playwright-java/compare/v1.51.0...v1.52.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