Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cross-spawn and @wdio/cli in /tests (#1238)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependency [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli). These dependencies need to be updated together. Updates `cross-spawn` from 7.0.3 to 7.0.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md">cross-spawn's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6">7.0.6</a> (2024-11-18)</h3> <h3>Bug Fixes</h3> <ul> <li>update cross-spawn version to 7.0.5 in package-lock.json (<a href="https://github.com/moxystudio/node-cross-spawn/commit/f700743918d901eff92960e15a8dd68f87bd4176">f700743</a>)</li> </ul> <h3><a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.4...v7.0.5">7.0.5</a> (2024-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>fix escaping bug introduced by backtracking (<a href="https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f">640d391</a>)</li> </ul> <h3><a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.4">7.0.4</a> (2024-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>disable regexp backtracking (<a href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160">#160</a>) (<a href="https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff">5ff3a07</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/77cd97f3ca7b62c904a63a698fc4a79bf41977d0"><code>77cd97f</code></a> chore(release): 7.0.6</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/6717de49ff1e5de49622488dcb9c33fb25370c85"><code>6717de4</code></a> chore: upgrade standard-version</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/f700743918d901eff92960e15a8dd68f87bd4176"><code>f700743</code></a> fix: update cross-spawn version to 7.0.5 in package-lock.json</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/9a7e3b2165917367f74b8365faad9873b30d7263"><code>9a7e3b2</code></a> chore: fix build status badge</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/085268352dcbcad8064c64c5efb25268b4023184"><code>0852683</code></a> chore(release): 7.0.5</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f"><code>640d391</code></a> fix: fix escaping bug introduced by backtracking</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/bff0c87c8b627c4e6d04ec2449e733048bebb464"><code>bff0c87</code></a> chore: remove codecov</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/a7c6abc6fee79641d45b452fe6217deaa1bd0973"><code>a7c6abc</code></a> chore: replace travis with github workflows</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/9b9246e0969e86656d7ccd527716bc3c18842a19"><code>9b9246e</code></a> chore(release): 7.0.4</li> <li><a href="https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff"><code>5ff3a07</code></a> fix: disable regexp backtracking (<a href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160">#160</a>)</li> <li>Additional commits viewable in <a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6">compare view</a></li> </ul> </details> <br /> Updates `@wdio/cli` from 8.10.5 to 8.40.6 <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>v8.40.6 (2024-10-02)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-cucumber-framework</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13563">#13563</a> fix(wdio-cucumber-framework): filter cucumberFeaturesWithLineNumbers (v8) (<a href="https://github.com/johnp"><code>@johnp</code></a>)</li> </ul> </li> <li><code>wdio-types</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13567">#13567</a> fix(<code>@wdio/types</code>): make 'moz:debuggerAddress' a string or boolean (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13732">#13732</a> v8: fix(webdriverio): remove default params in actions (<a href="https://github.com/lacell75"><code>@lacell75</code></a>)</li> </ul> </li> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13569">#13569</a> v8: Auto Enable App Percy for App Automate (<a href="https://github.com/akanksha1909"><code>@akanksha1909</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Akanksha singh (<a href="https://github.com/akanksha1909"><code>@akanksha1909</code></a>)</li> <li>Amaan Hakim (<a href="https://github.com/amaanbs"><code>@amaanbs</code></a>)</li> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> <li>Fabien CELLIER (<a href="https://github.com/lacell75"><code>@lacell75</code></a>)</li> <li>Johannes Pfrang (<a href="https://github.com/johnp"><code>@johnp</code></a>)</li> </ul> <h2>v8.40.5 (2024-08-28)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-sauce-service</code> <ul> <li>replace vulnerable ip module with a maintained package <a href="https://github.com/webdriverio/webdriverio/commit/73bdc0f6c2066ff21a20a6dbd4699a2faacbc35f"><code>73bdc0f</code></a></li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> <h2>v8.40.4 (2024-08-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-appium-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13379">#13379</a> [V8 Backport] Fix Appium Shutdown Error (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Samuel Freiberg (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> <h2>v8.40.3 (2024-08-15)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13339">#13339</a> V8 ai support (<a href="https://github.com/xxshubhamxx"><code>@xxshubhamxx</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-appium-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13365">#13365</a> [V8 PORT] In <code>@wdio/appium-service</code>, kill entire Appium process tree (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> </li> <li><code>wdio-protocols</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13336">#13336</a> fix(<code>@wdio/protocols</code>): remove return value for navigateTo - v8 (<a href="https://github.com/christian-bromann"><code>@christian-bromann</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/v8.40.6/CHANGELOG.md"><code>@wdio/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>v8.40.6 (2024-10-02)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-cucumber-framework</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13563">#13563</a> fix(wdio-cucumber-framework): filter cucumberFeaturesWithLineNumbers (v8) (<a href="https://github.com/johnp"><code>@johnp</code></a>)</li> </ul> </li> <li><code>wdio-types</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13567">#13567</a> fix(<code>@wdio/types</code>): make 'moz:debuggerAddress' a string or boolean (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13732">#13732</a> v8: fix(webdriverio): remove default params in actions (<a href="https://github.com/lacell75"><code>@lacell75</code></a>)</li> </ul> </li> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13569">#13569</a> v8: Auto Enable App Percy for App Automate (<a href="https://github.com/akanksha1909"><code>@akanksha1909</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Akanksha singh (<a href="https://github.com/akanksha1909"><code>@akanksha1909</code></a>)</li> <li>Amaan Hakim (<a href="https://github.com/amaanbs"><code>@amaanbs</code></a>)</li> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> <li>Fabien CELLIER (<a href="https://github.com/lacell75"><code>@lacell75</code></a>)</li> <li>Johannes Pfrang (<a href="https://github.com/johnp"><code>@johnp</code></a>)</li> </ul> <h2>v8.40.4 (2024-08-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-appium-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13379">#13379</a> [V8 Backport] Fix Appium Shutdown Error (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Samuel Freiberg (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> <h2>v8.40.3 (2024-08-15)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13339">#13339</a> V8 ai support (<a href="https://github.com/xxshubhamxx"><code>@xxshubhamxx</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-appium-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13365">#13365</a> [V8 PORT] In <code>@wdio/appium-service</code>, kill entire Appium process tree (<a href="https://github.com/samuelfreiberg"><code>@samuelfreiberg</code></a>)</li> </ul> </li> <li><code>wdio-protocols</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13336">#13336</a> fix(<code>@wdio/protocols</code>): remove return value for navigateTo - v8 (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13344">#13344</a> Remove authuser=1 from url (<a href="https://github.com/fpereira1"><code>@fpereira1</code></a>)</li> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13334">#13334</a> docs(devtools manipulation): (<a href="https://github.com/gromanas"><code>@gromanas</code></a>)</li> </ul> <h4>Committers: 5</h4> <ul> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webdriverio/webdriverio/commit/b08ce8de4710ec3285efde033a94e257b774508b"><code>b08ce8d</code></a> v8.40.6</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/99d086552bc2f9253a596ae803bd141cfb135a0d"><code>99d0865</code></a> chore(deps): bump chokidar from 3.6.0 to 4.0.0 (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli/issues/13575">#13575</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/c94fcc0cffccc8cf3a217bc7b77794f988df8e11"><code>c94fcc0</code></a> v8.40.5</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/c25074cf89bf620cfe18909cd7dbdad8de8e722d"><code>c25074c</code></a> v8.40.3</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/47d488f983c38c58b38f2ab1c5c03725b29bcdc0"><code>47d488f</code></a> chore(deps): bump <code>@types/node</code> from 20.14.11 to 22.2.0 (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli/issues/13356">#13356</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/4cade71f6be0b8c53c48918b9a6da37a6ad21835"><code>4cade71</code></a> v8.40.2</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/9c3681f32fd96f81c9f1e07790edd76e6b40609a"><code>9c3681f</code></a> v8.40.0</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/4e4a048d21965e9f6043328c227f5372df778a6e"><code>4e4a048</code></a> chore(deps): bump <code>@vitest/snapshot</code> from 1.6.0 to 2.0.4 (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli/issues/13232">#13232</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/17622a0c1b905f3e750acadae3f12bbdcabcc72d"><code>17622a0</code></a> v8.39.1</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/82da6a28fabaf5f5fad29ea6dc976091027955f8"><code>82da6a2</code></a> v8.39.0</li> <li>Additional commits viewable in <a href="https://github.com/webdriverio/webdriverio/commits/v8.40.6/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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/FAIMS/FAIMS3/network/alerts). </details>
- Loading branch information