dependabot[bot] opened a new pull request, #1615: URL: https://github.com/apache/stormcrawler/pull/1615
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.53.0 to 1.54.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.54.0</h2> <h2>Highlights</h2> <ul> <li> <p>New cookie property <code>partitionKey</code> in <a href="https://playwright.dev/java/docs/api/class-browsercontext#browser-context-cookies">browserContext.cookies()</a> and <a href="https://playwright.dev/java/docs/api/class-browsercontext#browser-context-add-cookies">browserContext.addCookies()</a>. This property allows to save and restore partitioned cookies. See <a href="https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies">CHIPS MDN article</a> for more information. Note that browsers have different support and defaults for cookie partitioning.</p> </li> <li> <p>New option <code>--user-data-dir</code> in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.</p> <pre lang="bash"><code>mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="codegen --user-data-dir=./user-data" </code></pre> </li> <li> <p><code>mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args=open</code> command does not open the test recorder anymore. Use <code>mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args=codegen</code> instead.</p> </li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 139.0.7258.5</li> <li>Mozilla Firefox 140.0.2</li> <li>WebKit 26.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 140</li> <li>Microsoft Edge 140</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-java/commit/f89f6422c452ca8b1a8ffd758289e260efb176a2"><code>f89f642</code></a> chore: set version to 1.54.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1823">#1823</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/0cf8c4e17f8e6553f908cc91d17ade2007ac42ed"><code>0cf8c4e</code></a> chore: unflake tracing test (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1822">#1822</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/1fb593e1e2fac92c336fe8a137a35d185f07aa8d"><code>1fb593e</code></a> chore: roll 1.54.1 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1821">#1821</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/915ee8d64c188e00e94f041b0d92294ff915c4a1"><code>915ee8d</code></a> chore: roll 1.54.0-alpha-2025-07-09 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1817">#1817</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/9df2165e936a7c58c4cac7ada2a4f2ff9808c6fa"><code>9df2165</code></a> devops: fix release branch name check (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1813">#1813</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/playwright-java/compare/v1.53.0...v1.54.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