Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 4, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 3 commits September 4, 2025 21:51
Bumps the npm_and_yarn group with 2 updates in the /tests directory:
[tmp](https://github.com/raszi/node-tmp) and
[@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli).

Removes `tmp`

Updates `@wdio/cli` from 9.5.3 to 9.19.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webdriverio/webdriverio/releases"><code>@​wdio/cli</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.19.2 (2025-08-24)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>wdio-junit-reporter</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14706">#14706</a>
fix(junit-reporter): improve error handling and skipped test reportin…
(<a
href="https://github.com/nair-sumesh"><code>@​nair-sumesh</code></a>)</li>
</ul>
</li>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14717">#14717</a>
fix(webdriverio): escape scripts in addInitScript (<a
href="https://github.com/birtles"><code>@​birtles</code></a>)</li>
</ul>
</li>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14700">#14700</a>
fix(wdio-xvfb): <code>autoXvfb</code> should disable xvfb completely (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-browserstack-service</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14704">#14704</a>
Add chaining of multiple layers of overwritten command definitions (<a
href="https://github.com/amaanbs"><code>@​amaanbs</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Amaan Hakim (<a
href="https://github.com/amaanbs"><code>@​amaanbs</code></a>)</li>
<li>Brian Birtles (<a
href="https://github.com/birtles"><code>@​birtles</code></a>)</li>
<li><a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a></li>
<li><a
href="https://github.com/nair-sumesh"><code>@​nair-sumesh</code></a></li>
</ul>
<h2>v9.19.1 (2025-08-12)</h2>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14696">#14696</a>
feat(wdio-xvfb): add <code>xvfbAutoInstall</code> option (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li><a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a></li>
</ul>
<h2>v9.19.0 (2025-08-11)</h2>
<h4>:rocket: New Feature</h4>
<ul>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14663">#14663</a>
feat: <code>@​wdio/xvfb</code> (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
<li><code>wdio-browserstack-service</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14680">#14680</a>
Add ignore hooks support for v9 (<a
href="https://github.com/xxshubhamxx"><code>@​xxshubhamxx</code></a>)</li>
</ul>
</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14694">#14694</a>
fix(webdriverio): don't fail if last window is closed (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14683">#14683</a>
fix: fix longpress on iOS Safari (<a
href="https://github.com/wswebcreation"><code>@​wswebcreation</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14589">#14589</a>
[BUG-14514] - Switch frame to an iframe in a Shadow DOM (<a
href="https://github.com/vishnuv688"><code>@​vishnuv688</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14661">#14661</a>
fix: simplify the getNativeContext check (<a
href="https://github.com/wswebcreation"><code>@​wswebcreation</code></a>)</li>
</ul>
</li>
<li><code>wdio-cucumber-framework</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14672">#14672</a>
feat(cucumber): Fix skipping tests with skip tag (<a
href="https://github.com/Nyaran"><code>@​Nyaran</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-browserstack-service</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14677">#14677</a>
A11y targeted scans v9 (<a
href="https://github.com/xxshubhamxx"><code>@​xxshubhamxx</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md"><code>@​wdio/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v9.19.2 (2025-08-24)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>wdio-junit-reporter</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14706">#14706</a>
fix(junit-reporter): improve error handling and skipped test reportin…
(<a
href="https://github.com/nair-sumesh"><code>@​nair-sumesh</code></a>)</li>
</ul>
</li>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14717">#14717</a>
fix(webdriverio): escape scripts in addInitScript (<a
href="https://github.com/birtles"><code>@​birtles</code></a>)</li>
</ul>
</li>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14700">#14700</a>
fix(wdio-xvfb): <code>autoXvfb</code> should disable xvfb completely (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-browserstack-service</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14704">#14704</a>
Add chaining of multiple layers of overwritten command definitions (<a
href="https://github.com/amaanbs"><code>@​amaanbs</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Amaan Hakim (<a
href="https://github.com/amaanbs"><code>@​amaanbs</code></a>)</li>
<li>Brian Birtles (<a
href="https://github.com/birtles"><code>@​birtles</code></a>)</li>
<li><a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a></li>
<li><a
href="https://github.com/nair-sumesh"><code>@​nair-sumesh</code></a></li>
</ul>
<h2>v9.19.1 (2025-08-12)</h2>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14696">#14696</a>
feat(wdio-xvfb): add <code>xvfbAutoInstall</code> option (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li><a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a></li>
</ul>
<h2>v9.19.0 (2025-08-11)</h2>
<h4>:rocket: New Feature</h4>
<ul>
<li><code>wdio-local-runner</code>, <code>wdio-types</code>,
<code>wdio-xvfb</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14663">#14663</a>
feat: <code>@​wdio/xvfb</code> (<a
href="https://github.com/goosewobbler"><code>@​goosewobbler</code></a>)</li>
</ul>
</li>
<li><code>wdio-browserstack-service</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14680">#14680</a>
Add ignore hooks support for v9 (<a
href="https://github.com/xxshubhamxx"><code>@​xxshubhamxx</code></a>)</li>
</ul>
</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14694">#14694</a>
fix(webdriverio): don't fail if last window is closed (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14683">#14683</a>
fix: fix longpress on iOS Safari (<a
href="https://github.com/wswebcreation"><code>@​wswebcreation</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14589">#14589</a>
[BUG-14514] - Switch frame to an iframe in a Shadow DOM (<a
href="https://github.com/vishnuv688"><code>@​vishnuv688</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14661">#14661</a>
fix: simplify the getNativeContext check (<a
href="https://github.com/wswebcreation"><code>@​wswebcreation</code></a>)</li>
</ul>
</li>
<li><code>wdio-cucumber-framework</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14672">#14672</a>
feat(cucumber): Fix skipping tests with skip tag (<a
href="https://github.com/Nyaran"><code>@​Nyaran</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>wdio-browserstack-service</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/4ca46771777a0ef20bfd911fbd0da0904059fd9e"><code>4ca4677</code></a>
v9.19.2</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/df3ec33741d11d196adad148f4d066a3fcbcd51b"><code>df3ec33</code></a>
v9.19.1</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/be9a42358a6646d48c3ce5a341761f55aa605b24"><code>be9a423</code></a>
v9.19.0</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/a319103a2aa58659d427c7e475a97ffadab5df60"><code>a319103</code></a>
v9.18.4</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/fc1d8576f1ccd4f4b7b99f8d01cda3fe29642c5c"><code>fc1d857</code></a>
v9.18.3</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/87f33dacfedde72c1dc972309f48d34cc1f9cd4e"><code>87f33da</code></a>
v9.18.2</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/3e04568bb2b087159ecd540b6c6c375c29dde0e5"><code>3e04568</code></a>
v9.18.1</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/a515cdf9ce892da87708c290dd2b05b051bbe602"><code>a515cdf</code></a>
v9.18.0</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/69b2f3f90bd90fa0ae4395b8dd0c74c771f24c48"><code>69b2f3f</code></a>
chore(*): update major dependencies where possible (<a
href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli/issues/14641">#14641</a>)</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/bc720bef67e2a9b2629aeaea433ba12b1d84ad22"><code>bc720be</code></a>
feat(wdio-cli): enhance job completion logging format (<a
href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli/issues/14632">#14632</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webdriverio/webdriverio/commits/v9.19.2/packages/wdio-cli">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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ion (#2690)

Fixes and improves the Spanish translations in the `Testing in Android`
section (src/android/testing.md)
…ctory (#2869)

Bumps the cargo group with 1 update in the / directory:
[h2](https://github.com/hyperium/h2).

Updates `h2` from 0.3.26 to 0.3.27
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md">h2's
changelog</a>.</em></p>
<blockquote>
<h1>0.3.27 (July 11, 2025)</h1>
<ul>
<li>Fix notifying wakers when detecting local stream errors.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hyperium/h2/commit/f6237accb3e37668a8d7fb2331f22eb7b808c1e8"><code>f6237ac</code></a>
v0.3.27</li>
<li><a
href="https://github.com/hyperium/h2/commit/f61332ed4821ee9a5c2a6247bf5b56adb62013f6"><code>f61332e</code></a>
refactor: change local reset counter to use type system more</li>
<li><a
href="https://github.com/hyperium/h2/commit/3f1a8e34cd3180c2787ce80d4b50100b74efc22c"><code>3f1a8e3</code></a>
style: fix anonymous lifetime syntax</li>
<li><a
href="https://github.com/hyperium/h2/commit/778aa7eba9c480c48a498f866456fa7357ca9b96"><code>778aa7e</code></a>
fix: notify_recv after send_reset() in reset_on_recv_stream_err() to
ensure l...</li>
<li><a
href="https://github.com/hyperium/h2/commit/be10b774f01707f9f8dc9e93bed653b52fd69b0c"><code>be10b77</code></a>
ci: pin more deps for MSRV job (<a
href="https://redirect.github.com/hyperium/h2/issues/817">#817</a>)</li>
<li><a
href="https://github.com/hyperium/h2/commit/c0d9febc182d53d94ac43dabcf44c23aa1be4f75"><code>c0d9feb</code></a>
ci: pin deps for MSRV</li>
<li><a
href="https://github.com/hyperium/h2/commit/5ccd9cfb1034e71b915e72dfcb197f773c6ac836"><code>5ccd9cf</code></a>
lints: fix unexpected cfgs warnings</li>
<li><a
href="https://github.com/hyperium/h2/commit/e6e3e9c87f89a86465d0889dea543d9bfe024e82"><code>e6e3e9c</code></a>
fix: return a WriteZero error if frames cannot be written (<a
href="https://redirect.github.com/hyperium/h2/issues/783">#783</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/h2/compare/v0.3.26...v0.3.27">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.26&new-version=0.3.27)](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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Sep 4, 2025
@pull pull bot added the ⤵️ pull label Sep 4, 2025
@pull pull bot merged commit 86334bf into jynychen:main Sep 4, 2025
13 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant