Skip to content

Conversation

@smockle
Copy link
Collaborator

@smockle smockle commented Dec 10, 2025

No description provided.

dependabot bot and others added 6 commits December 8, 2025 20:29
Bumps the github-actions group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.268.0 to 1.269.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@8aeb6ff...d697be2)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.269.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…with 2 updates

Bumps the npm-minor-and-patch group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/auth directory: [playwright](https://github.com/microsoft/playwright).
Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/find directory: [playwright](https://github.com/microsoft/playwright).


Updates `vitest` from 4.0.13 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest)

Updates `playwright` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

Updates `playwright` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…with 2 updates (#82)

Bumps the npm-minor-and-patch group with 1 update in the / directory:
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the npm-minor-and-patch group with 1 update in the
/.github/actions/auth directory:
[playwright](https://github.com/microsoft/playwright).
Bumps the npm-minor-and-patch group with 1 update in the
/.github/actions/find directory:
[playwright](https://github.com/microsoft/playwright).

Updates `vitest` from 4.0.13 to 4.0.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.15</h2>
<h3>   🚀 Experimental Features</h3>
<ul>
<li><strong>cache</strong>: Add opt-out on a plugin level, fix internal
root cache  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9154">vitest-dev/vitest#9154</a>
<a href="https://github.com/vitest-dev/vitest/commit/a68f74e5e"><!-- raw
HTML omitted -->(a68f7)<!-- raw HTML omitted --></a></li>
<li><strong>reporters</strong>: Print import duration breakdown  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9105">vitest-dev/vitest#9105</a>
<a href="https://github.com/vitest-dev/vitest/commit/122ff321c"><!-- raw
HTML omitted -->(122ff)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Keep built-in id as is in bun and deno  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9117">vitest-dev/vitest#9117</a>
<a href="https://github.com/vitest-dev/vitest/commit/075ab3520"><!-- raw
HTML omitted -->(075ab)<!-- raw HTML omitted --></a></li>
<li>Use <code>optimizeDeps.rolldownOptions</code> to fix depreated
warning + fix <code>ssr.external: true</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9121">vitest-dev/vitest#9121</a>
<a href="https://github.com/vitest-dev/vitest/commit/fd8bd6dee"><!-- raw
HTML omitted -->(fd8bd)<!-- raw HTML omitted --></a></li>
<li>Fix external behavior with <code>deps.optimizer</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9125">vitest-dev/vitest#9125</a>
<a href="https://github.com/vitest-dev/vitest/commit/4c75492cc"><!-- raw
HTML omitted -->(4c754)<!-- raw HTML omitted --></a></li>
<li>Very minor typo in &quot;Chrome DevTools Protocol&quot;  -  by <a
href="https://github.com/HowToTestFrontend"><code>@​HowToTestFrontend</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9146">vitest-dev/vitest#9146</a>
<a href="https://github.com/vitest-dev/vitest/commit/209976419"><!-- raw
HTML omitted -->(20997)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Run <code>toMatchScreenshot</code> only
once when used with <code>expect.element</code>  -  by <a
href="https://github.com/macarie"><code>@​macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9132">vitest-dev/vitest#9132</a>
<a href="https://github.com/vitest-dev/vitest/commit/0d2e7e3e2"><!-- raw
HTML omitted -->(0d2e7)<!-- raw HTML omitted --></a></li>
<li><strong>coverage</strong>: Istanbul provider to not break source
maps  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9040">vitest-dev/vitest#9040</a>
<a href="https://github.com/vitest-dev/vitest/commit/e4ca917f1"><!-- raw
HTML omitted -->(e4ca9)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update dependency tinyexec to v1  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9122">vitest-dev/vitest#9122</a>
<a href="https://github.com/vitest-dev/vitest/commit/fd7860222"><!-- raw
HTML omitted -->(fd786)<!-- raw HTML omitted --></a></li>
<li><strong>docs</strong>: Remove <code>--browser.provider</code> from
docs  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9115">vitest-dev/vitest#9115</a>
<a href="https://github.com/vitest-dev/vitest/commit/120b3dac1"><!-- raw
HTML omitted -->(120b3)<!-- raw HTML omitted --></a></li>
<li><strong>expect</strong>: Preserve <code>currentTestName</code> in
extended matchers  -  by <a
href="https://github.com/macarie"><code>@​macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9106">vitest-dev/vitest#9106</a>
<a href="https://github.com/vitest-dev/vitest/commit/e43458e02"><!-- raw
HTML omitted -->(e4345)<!-- raw HTML omitted --></a></li>
<li><strong>pool</strong>: Terminate workers on <code>CTRL+c</code>
forceful exits  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9140">vitest-dev/vitest#9140</a>
<a href="https://github.com/vitest-dev/vitest/commit/d57d8bf0a"><!-- raw
HTML omitted -->(d57d8)<!-- raw HTML omitted --></a></li>
<li><strong>reporters</strong>: Show project in github reporter  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9138">vitest-dev/vitest#9138</a>
<a href="https://github.com/vitest-dev/vitest/commit/bb65e15c7"><!-- raw
HTML omitted -->(bb65e)<!-- raw HTML omitted --></a></li>
<li><strong>spy</strong>: Do not mock overriden method, if parent was
automocked  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9116">vitest-dev/vitest#9116</a>
<a href="https://github.com/vitest-dev/vitest/commit/1a24607b4"><!-- raw
HTML omitted -->(1a246)<!-- raw HTML omitted --></a></li>
<li><strong>web-worker</strong>: MessagePort objects passed to
Worker.postMessage work when clone === &quot;native&quot;  -  by <a
href="https://github.com/whitphx"><code>@​whitphx</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9118">vitest-dev/vitest#9118</a>
<a href="https://github.com/vitest-dev/vitest/commit/deee83e54"><!-- raw
HTML omitted -->(deee8)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.14...v4.0.15">View
changes on GitHub</a></h5>
<h2>v4.0.14</h2>
<h3>   🚀 Experimental Features</h3>
<ul>
<li><strong>browser</strong>: Expose
<code>utils.configurePrettyDOM</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9103">vitest-dev/vitest#9103</a>
<a href="https://github.com/vitest-dev/vitest/commit/2cc34e0d4"><!-- raw
HTML omitted -->(2cc34)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>: Add full names to tasks  -  by <a
href="https://github.com/macarie"><code>@​macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9087">vitest-dev/vitest#9087</a>
<a href="https://github.com/vitest-dev/vitest/commit/821aa2002"><!-- raw
HTML omitted -->(821aa)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Add tabbed failure view for
<code>toMatchScreenshot</code> with comparison slider  -  by <a
href="https://github.com/macarie"><code>@​macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8813">vitest-dev/vitest#8813</a>
<a href="https://github.com/vitest-dev/vitest/commit/c37c2eb0b"><!-- raw
HTML omitted -->(c37c2)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Externalize before caching  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9077">vitest-dev/vitest#9077</a>
<a href="https://github.com/vitest-dev/vitest/commit/e1b2e086a"><!-- raw
HTML omitted -->(e1b2e)<!-- raw HTML omitted --></a></li>
<li>Collect the duration of external imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9097">vitest-dev/vitest#9097</a>
<a href="https://github.com/vitest-dev/vitest/commit/3326cc9f4"><!-- raw
HTML omitted -->(3326c)<!-- raw HTML omitted --></a></li>
<li>Rename <code>collect</code> to <code>import</code>, remove
<code>prepare</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9091">vitest-dev/vitest#9091</a>
<a href="https://github.com/vitest-dev/vitest/commit/1256b5ca3"><!-- raw
HTML omitted -->(1256b)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Unsubscribe <code>onCancel</code> on rpc destroy  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9088">vitest-dev/vitest#9088</a>
<a href="https://github.com/vitest-dev/vitest/commit/f5b72374b"><!-- raw
HTML omitted -->(f5b72)<!-- raw HTML omitted --></a></li>
<li>Revert the viewport scaling in non-ui mode <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9018">#9018</a>
 -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9072">vitest-dev/vitest#9072</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9018">vitest-dev/vitest#9018</a>
<a href="https://github.com/vitest-dev/vitest/commit/64502a2c4"><!-- raw
HTML omitted -->(64502)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Invalidate circular modules correctly on rerun with coverage  -  by
<a href="https://github.com/aicest"><code>@​aicest</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9096">vitest-dev/vitest#9096</a>
<a href="https://github.com/vitest-dev/vitest/commit/6f22c675f"><!-- raw
HTML omitted -->(6f22c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Allow function as standard schema  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9099">vitest-dev/vitest#9099</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8a2ebbd"><!-- raw
HTML omitted -->(ed8a2)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>jsdom</strong>:
<ul>
<li>Reuse abort signals if possible  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9090">vitest-dev/vitest#9090</a>
<a href="https://github.com/vitest-dev/vitest/commit/2c468ee95"><!-- raw
HTML omitted -->(2c468)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Init <code>VITEST_POOL_ID</code> + <code>VITEST_WORKER_ID</code>
before environment setup  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9085">vitest-dev/vitest#9085</a>
<a href="https://github.com/vitest-dev/vitest/commit/379185b40"><!-- raw
HTML omitted -->(37918)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>web-worker</strong>:
<ul>
<li><code>postMessage</code> to send ports to workers  -  by <a
href="https://github.com/whitphx"><code>@​whitphx</code></a> and <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9078">vitest-dev/vitest#9078</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d1763d11"><!-- raw
HTML omitted -->(9d176)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/eb1abf08573032a532015b999ad3501c5e89e3bb"><code>eb1abf0</code></a>
chore: release v4.0.15</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a68f74e5eeedd018305fa45bcf36141690656e03"><code>a68f74e</code></a>
feat(cache): add opt-out on a plugin level, fix internal root cache (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9154">#9154</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/122ff321cc989f79f12434b8d7c7281191eac4f7"><code>122ff32</code></a>
feat(reporters): print import duration breakdown (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9105">#9105</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0d2e7e3e26c2cf8756aa8b480f6bc43313f4420c"><code>0d2e7e3</code></a>
fix(browser): run <code>toMatchScreenshot</code> only once when used
with `expect.elemen...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/d57d8bf0a635e94fae89b532c34d9b544bfc17cf"><code>d57d8bf</code></a>
fix(pool): terminate workers on <code>CTRL+c</code> forceful exits (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9140">#9140</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/bb65e15c7f0746295ad5e78ad6e2faed70ef8995"><code>bb65e15</code></a>
fix(reporters): show project in github reporter (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9138">#9138</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/52b242b870b91d92442f75552f26cbf3fd64dd95"><code>52b242b</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9133">#9133</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/4c75492cca5e2eef379b4aa730724e36d9963c6c"><code>4c75492</code></a>
fix: fix external behavior with <code>deps.optimizer</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9125">#9125</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a5d98fd0d82e90994f0e82e2db63b42212ad0886"><code>a5d98fd</code></a>
refactor(vitest): get current test name from task property (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9120">#9120</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/fd8bd6dee5380bcd07a48f40198a6db0afca2e54"><code>fd8bd6d</code></a>
fix: use <code>optimizeDeps.rolldownOptions</code> to fix depreated
warning + fix `ssr.e...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />

Updates `playwright` from 1.56.1 to 1.57.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/playwright/releases">playwright's
releases</a>.</em></p>
<blockquote>
<h2>v1.57.0</h2>
<h2>Speedboard</h2>
<p>In HTML reporter, there's a new tab we call
&quot;Speedboard&quot;:</p>
<!-- raw HTML omitted -->
<p>It shows you all your executed tests sorted by slowness,
and can help you understand where your test suite is taking longer than
expected.
Take a look at yours - maybe you'll find some tests that are spending a
longer time waiting than they should!</p>
<h2>Chrome for Testing</h2>
<p>Starting with this release, Playwright switches from Chromium, to
using <a
href="https://developer.chrome.com/blog/chrome-for-testing/">Chrome for
Testing</a> builds. Both headed and headless browsers are subject to
this. Your tests should still be passing after upgrading to Playwright
1.57.</p>
<p>We're expecting no functional changes to come from this switch. The
biggest change is the new icon and title in your toolbar.</p>
<!-- raw HTML omitted -->
<p>If you still see an unexpected behaviour change, please <a
href="https://github.com/microsoft/playwright/issues/new">file an
issue</a>.</p>
<p>On Arm64 Linux, Playwright continues to use Chromium.</p>
<h2>Waiting for webserver output</h2>
<p><a
href="https://playwright.dev/docs/api/class-testconfig#test-config-web-server">testConfig.webServer</a>
added a <code>wait</code> field. Pass a regular expression, and
Playwright will wait until the webserver logs match it.</p>
<pre lang="js"><code>import { defineConfig } from '@playwright/test';
<p>export default defineConfig({<br />
webServer: {<br />
command: 'npm run start',<br />
wait: {<br />
stdout: '/Listening on port (?&lt;my_server_port&gt;\d+)/'<br />
},<br />
},<br />
});<br />
</code></pre></p>
<p>If you include a named capture group into the expression, then
Playwright will provide the capture group contents via environment
variables:</p>
<pre lang="js"><code>import { test, expect } from '@playwright/test';
<p>test.use({ baseUrl:
<code>http://localhost:${process.env.MY_SERVER_PORT ?? 3000}</code>
});</p>
<p>test('homepage', async ({ page }) =&gt; {<br />
await page.goto('/');<br />
});<br />
&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/playwright/commit/80581972582c9565e141c5fedd3c5fa10cc0e38b"><code>8058197</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38328">#38328</a>):
docs: update 1.57 release notes</li>
<li><a
href="https://github.com/microsoft/playwright/commit/54818c59f107e73d610c7476b44dec4c7439c3dc"><code>54818c5</code></a>
chore: mark 1.57.0 (<a
href="https://redirect.github.com/microsoft/playwright/issues/38320">#38320</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/414c4f5e0a507ea94c3ff4a5924bbda1a7665d50"><code>414c4f5</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38301">#38301</a>):
fix(android): dont pass &quot;--disable-sync&quot; (<a
href="https://redirect.github.com/microsoft/playwright/issues/38301">#38301</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/ae3da48f794ac21ec818e15fe3db8cd658f04936"><code>ae3da48</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38124">#38124</a>):
feat(firefox): roll to latest firefox and firefox-beta (...</li>
<li><a
href="https://github.com/microsoft/playwright/commit/375697850f9a21565bf284a0f02188e4d13dd197"><code>3756978</code></a>
chore: fix lint warning about useEffect (<a
href="https://redirect.github.com/microsoft/playwright/issues/38285">#38285</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/019900fd24d8a9cc9fce986a2c2fb0c7e03c9408"><code>019900f</code></a>
chore: update browser_patches (<a
href="https://redirect.github.com/microsoft/playwright/issues/38286">#38286</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/483b7222563c4af5ef7214db9dd356bbce489826"><code>483b722</code></a>
docs: 1.57 release notes (<a
href="https://redirect.github.com/microsoft/playwright/issues/38267">#38267</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/46d5ea0f82c3ff557f60a89a45ba3e16f8c78658"><code>46d5ea0</code></a>
Revert &quot;feat: add request.body async getters (<a
href="https://redirect.github.com/microsoft/playwright/issues/38179">#38179</a>)&quot;
(<a
href="https://redirect.github.com/microsoft/playwright/issues/38281">#38281</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/0778fcf61e932f1087ea2ea05792e14b546d9f8a"><code>0778fcf</code></a>
chore: hide run-server command (<a
href="https://redirect.github.com/microsoft/playwright/issues/38277">#38277</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/bf6a60fd92c8c3b4afa08837aa8bbcd44f50c95e"><code>bf6a60f</code></a>
chore: default to ubuntu 24.04 for unsupported distros (<a
href="https://redirect.github.com/microsoft/playwright/issues/38269">#38269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/playwright/compare/v1.56.1...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `playwright` from 1.56.1 to 1.57.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/playwright/releases">playwright's
releases</a>.</em></p>
<blockquote>
<h2>v1.57.0</h2>
<h2>Speedboard</h2>
<p>In HTML reporter, there's a new tab we call
&quot;Speedboard&quot;:</p>
<!-- raw HTML omitted -->
<p>It shows you all your executed tests sorted by slowness,
and can help you understand where your test suite is taking longer than
expected.
Take a look at yours - maybe you'll find some tests that are spending a
longer time waiting than they should!</p>
<h2>Chrome for Testing</h2>
<p>Starting with this release, Playwright switches from Chromium, to
using <a
href="https://developer.chrome.com/blog/chrome-for-testing/">Chrome for
Testing</a> builds. Both headed and headless browsers are subject to
this. Your tests should still be passing after upgrading to Playwright
1.57.</p>
<p>We're expecting no functional changes to come from this switch. The
biggest change is the new icon and title in your toolbar.</p>
<!-- raw HTML omitted -->
<p>If you still see an unexpected behaviour change, please <a
href="https://github.com/microsoft/playwright/issues/new">file an
issue</a>.</p>
<p>On Arm64 Linux, Playwright continues to use Chromium.</p>
<h2>Waiting for webserver output</h2>
<p><a
href="https://playwright.dev/docs/api/class-testconfig#test-config-web-server">testConfig.webServer</a>
added a <code>wait</code> field. Pass a regular expression, and
Playwright will wait until the webserver logs match it.</p>
<pre lang="js"><code>import { defineConfig } from '@playwright/test';
<p>export default defineConfig({<br />
webServer: {<br />
command: 'npm run start',<br />
wait: {<br />
stdout: '/Listening on port (?&lt;my_server_port&gt;\d+)/'<br />
},<br />
},<br />
});<br />
</code></pre></p>
<p>If you include a named capture group into the expression, then
Playwright will provide the capture group contents via environment
variables:</p>
<pre lang="js"><code>import { test, expect } from '@playwright/test';
<p>test.use({ baseUrl:
<code>http://localhost:${process.env.MY_SERVER_PORT ?? 3000}</code>
});</p>
<p>test('homepage', async ({ page }) =&gt; {<br />
await page.goto('/');<br />
});<br />
&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/playwright/commit/80581972582c9565e141c5fedd3c5fa10cc0e38b"><code>8058197</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38328">#38328</a>):
docs: update 1.57 release notes</li>
<li><a
href="https://github.com/microsoft/playwright/commit/54818c59f107e73d610c7476b44dec4c7439c3dc"><code>54818c5</code></a>
chore: mark 1.57.0 (<a
href="https://redirect.github.com/microsoft/playwright/issues/38320">#38320</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/414c4f5e0a507ea94c3ff4a5924bbda1a7665d50"><code>414c4f5</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38301">#38301</a>):
fix(android): dont pass &quot;--disable-sync&quot; (<a
href="https://redirect.github.com/microsoft/playwright/issues/38301">#38301</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/ae3da48f794ac21ec818e15fe3db8cd658f04936"><code>ae3da48</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/38124">#38124</a>):
feat(firefox): roll to latest firefox and firefox-beta (...</li>
<li><a
href="https://github.com/microsoft/playwright/commit/375697850f9a21565bf284a0f02188e4d13dd197"><code>3756978</code></a>
chore: fix lint warning about useEffect (<a
href="https://redirect.github.com/microsoft/playwright/issues/38285">#38285</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/019900fd24d8a9cc9fce986a2c2fb0c7e03c9408"><code>019900f</code></a>
chore: update browser_patches (<a
href="https://redirect.github.com/microsoft/playwright/issues/38286">#38286</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/483b7222563c4af5ef7214db9dd356bbce489826"><code>483b722</code></a>
docs: 1.57 release notes (<a
href="https://redirect.github.com/microsoft/playwright/issues/38267">#38267</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/46d5ea0f82c3ff557f60a89a45ba3e16f8c78658"><code>46d5ea0</code></a>
Revert &quot;feat: add request.body async getters (<a
href="https://redirect.github.com/microsoft/playwright/issues/38179">#38179</a>)&quot;
(<a
href="https://redirect.github.com/microsoft/playwright/issues/38281">#38281</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/0778fcf61e932f1087ea2ea05792e14b546d9f8a"><code>0778fcf</code></a>
chore: hide run-server command (<a
href="https://redirect.github.com/microsoft/playwright/issues/38277">#38277</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/bf6a60fd92c8c3b4afa08837aa8bbcd44f50c95e"><code>bf6a60f</code></a>
chore: default to ubuntu 24.04 for unsupported distros (<a
href="https://redirect.github.com/microsoft/playwright/issues/38269">#38269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/playwright/compare/v1.56.1...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
…ub-actions group across 1 directory (#81)

Bumps the github-actions group with 1 update in the / directory:
[ruby/setup-ruby](https://github.com/ruby/setup-ruby).

Updates `ruby/setup-ruby` from 1.268.0 to 1.269.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/setup-ruby/releases">ruby/setup-ruby's
releases</a>.</em></p>
<blockquote>
<h2>v1.269.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Account for Bundler 4 by <a
href="https://github.com/eregon"><code>@​eregon</code></a> in <a
href="https://redirect.github.com/ruby/setup-ruby/pull/832">ruby/setup-ruby#832</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/setup-ruby/compare/v1.268.0...v1.269.0">https://github.com/ruby/setup-ruby/compare/v1.268.0...v1.269.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/setup-ruby/commit/d697be2f83c6234b20877c3b5eac7a7f342f0d0c"><code>d697be2</code></a>
Account for Bundler 4</li>
<li>See full diff in <a
href="https://github.com/ruby/setup-ruby/compare/8aeb6ff8030dd539317f8e1769a044873b56ea71...d697be2f83c6234b20877c3b5eac7a7f342f0d0c">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby/setup-ruby&package-manager=github_actions&previous-version=1.268.0&new-version=1.269.0)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
@smockle smockle requested a review from a team as a code owner December 10, 2025 21:51
@smockle smockle requested review from accessibility-bot and Copilot and removed request for Copilot December 10, 2025 21:51
@smockle smockle enabled auto-merge December 10, 2025 21:51
@smockle smockle merged commit f5fe7fd into v2 Dec 10, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants