Skip to content

Commit

Permalink
chore(deps-dev): Bump the all group with 7 updates (#3121)
Browse files Browse the repository at this point in the history
Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/wasm-node](https://github.com/rollup/rollup) | `4.34.6` |
`4.34.7` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.17.17` | `20.17.19` |
|
[eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript)
| `3.7.0` | `3.8.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.14.0` |
`15.15.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.5.1` |
| [rollup](https://github.com/rollup/rollup) | `4.34.6` | `4.34.7` |
|
[webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio)
| `9.8.0` | `9.9.1` |

Updates `@rollup/wasm-node` from 4.34.6 to 4.34.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/wasm-node</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.34.7</h2>
<h2>4.34.7</h2>
<p><em>2025-02-14</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that calls to parameters are included correctly when using
try-catch deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5840">#5840</a>:
fix(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5842">#5842</a>:
Fix prop inclusion with try-catch-deoptimization (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/wasm-node</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.34.7</h2>
<p><em>2025-02-14</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that calls to parameters are included correctly when using
try-catch deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5840">#5840</a>:
fix(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5842">#5842</a>:
Fix prop inclusion with try-catch-deoptimization (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rollup/rollup/commit/f9c52f80074e33f5b0799e8ca215e3bfac7d2755"><code>f9c52f8</code></a>
4.34.7</li>
<li><a
href="https://github.com/rollup/rollup/commit/15a6f73006c664963d5edac0139bb84b9a3a3067"><code>15a6f73</code></a>
Fix prop inclusion with try-catch-deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/a724b60719fa00ff4e59d8f825c495137b2b785d"><code>a724b60</code></a>
fix(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5840">#5840</a>)</li>
<li>See full diff in <a
href="https://github.com/rollup/rollup/compare/v4.34.6...v4.34.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.17.17 to 20.17.19
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-import-resolver-typescript` from 3.7.0 to 3.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's
releases</a>.</em></p>
<blockquote>
<h2>v3.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/345">#345</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/fcc8883c0f023247fcb9a453004f8bd3e6b7c0e2"><code>fcc8883</code></a>
Thanks <a
href="https://github.com/carlocorradini"><code>@​carlocorradini</code></a>!
- Enable the mapper function just for a set of allowed files. Improves
project discovery using glob and POSIX separator.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/346">#346</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c124e874b6429167b230697ee9f0a69e2efa5f96"><code>c124e87</code></a>
Thanks <a
href="https://github.com/carlocorradini"><code>@​carlocorradini</code></a>!
- Update get-tsconfig to the the latest version. We now support the
<code>${configDir}</code> variable, introduced in TypeScript 5.5.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's
changelog</a>.</em></p>
<blockquote>
<h2>3.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/345">#345</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/fcc8883c0f023247fcb9a453004f8bd3e6b7c0e2"><code>fcc8883</code></a>
Thanks <a
href="https://github.com/carlocorradini"><code>@​carlocorradini</code></a>!
- Enable the mapper function just for a set of allowed files. Improves
project discovery using glob and POSIX separator.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/346">#346</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c124e874b6429167b230697ee9f0a69e2efa5f96"><code>c124e87</code></a>
Thanks <a
href="https://github.com/carlocorradini"><code>@​carlocorradini</code></a>!
- Update get-tsconfig to the the latest version. We now support the
<code>${configDir}</code> variable, introduced in TypeScript 5.5.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/332affbb5bb35ee8b3f5288c1c22e7a4c0704744"><code>332affb</code></a>
chore: release eslint-import-resolver-typescript (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/347">#347</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c124e874b6429167b230697ee9f0a69e2efa5f96"><code>c124e87</code></a>
chore(deps): update get-tsconfig to latest version (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/346">#346</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/fcc8883c0f023247fcb9a453004f8bd3e6b7c0e2"><code>fcc8883</code></a>
feat: better algorithm for custom tsconfig paths (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/345">#345</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c9cfe702e057b70ba097b6f467c0baa84e4f3f82"><code>c9cfe70</code></a>
docs: use import-x/resolver-next instead of import/resolver-next (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/342">#342</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/23e71568aeb323019d0ed3b595d4f4a3fc238bee"><code>23e7156</code></a>
chore(deps): update node.js to v18.20.6 (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/340">#340</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/65eff3825bf081462f722acbe8e01c400874149f"><code>65eff38</code></a>
chore(deps): update dependency <code>@​changesets/cli</code> to ^2.27.12
(<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/339">#339</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/82a8c532d1c9c7c8811bbbc1bc3e64051e99a2fe"><code>82a8c53</code></a>
docs: remove <code>;</code> from the configuration example (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/338">#338</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c7e4ba1cc999c1e55a1558e8dfe93be2375c138b"><code>c7e4ba1</code></a>
chore(deps): update dependency <code>@​changesets/cli</code> to ^2.27.11
(<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/337">#337</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/80ef763603a0f4500d5a356694f16b4f6642c3d8"><code>80ef763</code></a>
chore(deps): update dependency <code>@​1stg/eslint-config</code> to
v7.0.1 (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/336">#336</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/ceadb103672e12af2ce9ac30b3ab4965ef581f2f"><code>ceadb10</code></a>
chore(<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/331">#331</a>):
drop <code>is-glob</code> (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/332">#332</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.7.0...v3.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `globals` from 15.14.0 to 15.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/globals/releases">globals's
releases</a>.</em></p>
<blockquote>
<h2>v15.15.0</h2>
<ul>
<li>Regenerate vitest globals (<a
href="https://redirect.github.com/sindresorhus/globals/issues/279">#279</a>)
445df81</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.14.0...v15.15.0">https://github.com/sindresorhus/globals/compare/v15.14.0...v15.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/globals/commit/8a43ab65056483c0248c7be3a69fdb2866d859a2"><code>8a43ab6</code></a>
15.15.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/445df813ad61b475be210fe12be155b144310462"><code>445df81</code></a>
Regenerate vitest globals (<a
href="https://redirect.github.com/sindresorhus/globals/issues/279">#279</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/504276b5f1f6475720a3b9b7f6158d72f2bd6ad8"><code>504276b</code></a>
Fix &quot;Update&quot; job (<a
href="https://redirect.github.com/sindresorhus/globals/issues/277">#277</a>)</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/globals/compare/v15.14.0...v15.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `prettier` from 3.5.0 to 3.5.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.5.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#351">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.5.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">diff</a></p>
<h4>Fix CLI crash when cache for old version exists (<a
href="https://redirect.github.com/prettier/prettier/pull/17100">#17100</a>
by <a
href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4>
<p>Prettier 3.5 uses a different cache format than previous versions,
Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1
fixed the problem.</p>
<h4>Support dockercompose and github-actions-workflow in VSCode (<a
href="https://redirect.github.com/prettier/prettier/pull/17101">#17101</a>
by <a
href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>)</h4>
<p>Prettier now supports the <code>dockercompose</code> and
<code>github-actions-workflow</code> languages in Visual Studio
Code.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/34f02bd86befe48ba4032a701862f49914e79187"><code>34f02bd</code></a>
Release 3.5.1</li>
<li><a
href="https://github.com/prettier/prettier/commit/61c0129ce5742753fa2bb3ae78eaeacea982372e"><code>61c0129</code></a>
Invalidate outdated cache file (<a
href="https://redirect.github.com/prettier/prettier/issues/17100">#17100</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/9cf8ec23f611dd1442f243ea599ba94b7a1a8b56"><code>9cf8ec2</code></a>
Support dockercompose and github-actions-workflow (<a
href="https://redirect.github.com/prettier/prettier/issues/17101">#17101</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/59e3696c9e395d32c8ab0d4b380beb6255c27856"><code>59e3696</code></a>
Remove blog-post-intro (<a
href="https://redirect.github.com/prettier/prettier/issues/17102">#17102</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/92ac6d036e5b226441584e9f48876ae2f7c6a6a1"><code>92ac6d0</code></a>
Add missing option <code>experimentalOperatorPosition</code> types (<a
href="https://redirect.github.com/prettier/prettier/issues/17091">#17091</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/8b1dda294a6ad7348180c38a3e6ffca798bd6682"><code>8b1dda2</code></a>
docs: avoid using <code>.html</code> extension for blog posts (<a
href="https://redirect.github.com/prettier/prettier/issues/17090">#17090</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/f95cfbca7d2347b1655f8c8a10c522705efb04fe"><code>f95cfbc</code></a>
Playground: Enable v3.5.0 features (<a
href="https://redirect.github.com/prettier/prettier/issues/17093">#17093</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/df43d96d187dc386aa9284fa52fd27fc921d63e3"><code>df43d96</code></a>
Fix blog title</li>
<li><a
href="https://github.com/prettier/prettier/commit/a4940b3296e1933e91e9ba7a91bf1ed4a250384c"><code>a4940b3</code></a>
Release blog for 3.5 (<a
href="https://redirect.github.com/prettier/prettier/issues/17020">#17020</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/8810b5be868aa10dcf3fc0f34b825903d819ecdf"><code>8810b5b</code></a>
run prettier</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `rollup` from 4.34.6 to 4.34.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v4.34.7</h2>
<h2>4.34.7</h2>
<p><em>2025-02-14</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that calls to parameters are included correctly when using
try-catch deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5840">#5840</a>:
fix(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5842">#5842</a>:
Fix prop inclusion with try-catch-deoptimization (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's
changelog</a>.</em></p>
<blockquote>
<h2>4.34.7</h2>
<p><em>2025-02-14</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that calls to parameters are included correctly when using
try-catch deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5840">#5840</a>:
fix(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5842">#5842</a>:
Fix prop inclusion with try-catch-deoptimization (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rollup/rollup/commit/f9c52f80074e33f5b0799e8ca215e3bfac7d2755"><code>f9c52f8</code></a>
4.34.7</li>
<li><a
href="https://github.com/rollup/rollup/commit/15a6f73006c664963d5edac0139bb84b9a3a3067"><code>15a6f73</code></a>
Fix prop inclusion with try-catch-deoptimization (<a
href="https://redirect.github.com/rollup/rollup/issues/5842">#5842</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/a724b60719fa00ff4e59d8f825c495137b2b785d"><code>a724b60</code></a>
fix(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5840">#5840</a>)</li>
<li>See full diff in <a
href="https://github.com/rollup/rollup/compare/v4.34.6...v4.34.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `webdriverio` from 9.8.0 to 9.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webdriverio/webdriverio/releases">webdriverio's
releases</a>.</em></p>
<blockquote>
<h2>v9.9.1 (2025-02-14)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14190">#14190</a>
fix(webdriverio): fallback to classic navigate on concurrent request
issues (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14183">#14183</a>
fix(webdriverio): fix initializing session manager after attaching to
new session (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
<li><code>wdio-webdriver-mock-service</code>, <code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14184">#14184</a>
fix(webdriverio): populate new elementId after waitForExist call (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>eslint-plugin-wdio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14188">#14188</a>
feat(eslint): Add support for multiple browser instances in eslint rules
(<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
<li><code>wdio-browser-runner</code>, <code>wdio-globals</code>,
<code>wdio-jasmine-framework</code>, <code>wdio-runner</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14185">#14185</a>
Smoke test cucumber snapshot (<a
href="https://github.com/jbblanchet"><code>@​jbblanchet</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Christian Bromann (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://github.com/jbblanchet"><code>@​jbblanchet</code></a></li>
</ul>
<h2>v9.9.0</h2>
<p>No updates!</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md">webdriverio's
changelog</a>.</em></p>
<blockquote>
<h2>v9.9.1 (2025-02-14)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14190">#14190</a>
fix(webdriverio): fallback to classic navigate on concurrent request
issues (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14183">#14183</a>
fix(webdriverio): fix initializing session manager after attaching to
new session (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
<li><code>wdio-webdriver-mock-service</code>, <code>webdriverio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14184">#14184</a>
fix(webdriverio): populate new elementId after waitForExist call (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>eslint-plugin-wdio</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14188">#14188</a>
feat(eslint): Add support for multiple browser instances in eslint rules
(<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
</ul>
</li>
<li><code>wdio-browser-runner</code>, <code>wdio-globals</code>,
<code>wdio-jasmine-framework</code>, <code>wdio-runner</code>
<ul>
<li><a
href="https://redirect.github.com/webdriverio/webdriverio/pull/14185">#14185</a>
Smoke test cucumber snapshot (<a
href="https://github.com/jbblanchet"><code>@​jbblanchet</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Christian Bromann (<a
href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li>
<li><a
href="https://github.com/jbblanchet"><code>@​jbblanchet</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/a7f0c07b223c9a4a7774fead36ec82296a99177f"><code>a7f0c07</code></a>
v9.9.1</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/323d876c64f4bbee8188f6f0176bec4e8c8fe2bc"><code>323d876</code></a>
fix(webdriverio): fallback to classic navigate on concurrent request
issues (...</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/20b23fe8d8426b790df7e7e397eff077f42b01f8"><code>20b23fe</code></a>
fix(webdriverio): fix initializing session manager after attaching to
new ses...</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/9c98ae9775ca49335cb837e7ed69128ef7f01800"><code>9c98ae9</code></a>
fix(webdriverio): populate new elementId after waitForExist call (<a
href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14184">#14184</a>)</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/620e092391d7bcc71cd7cd55ad146ad72e522da9"><code>620e092</code></a>
v9.9.0</li>
<li><a
href="https://github.com/webdriverio/webdriverio/commit/795863a5222539c0ad77f72b1c1d644a1138f667"><code>795863a</code></a>
fix(webdriverio): fix import-meta-resolve polyfill and use native one
(<a
href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14161">#14161</a>)</li>
<li>See full diff in <a
href="https://github.com/webdriverio/webdriverio/commits/v9.9.1/packages/webdriverio">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 9915156 commit fd54fc8
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 167 deletions.
Loading

0 comments on commit fd54fc8

Please sign in to comment.