Skip to content

Commit 18997f7

Browse files
chore(deps-dev): Bump the all group with 9 updates (#3593)
Bumps the all group with 9 updates: | Package | From | To | | --- | --- | --- | | [@puppeteer/browsers](https://github.com/puppeteer/puppeteer) | `2.10.5` | `2.10.6` | | [@rollup/wasm-node](https://github.com/rollup/rollup) | `4.45.0` | `4.45.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.7` | `20.19.9` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.37.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.3` | | [pkg-dir](https://github.com/sindresorhus/pkg-dir) | `8.0.0` | `9.0.0` | | [rollup](https://github.com/rollup/rollup) | `4.45.0` | `4.45.1` | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.17.0` | `9.18.1` | Updates `@puppeteer/browsers` from 2.10.5 to 2.10.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases"><code>@​puppeteer/browsers</code>'s releases</a>.</em></p> <blockquote> <h2>browsers: v2.10.6</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/browsers-v2.10.5...browsers-v2.10.6">2.10.6</a> (2025-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>browsers:</strong> correctly handle LINUX_ARM in chromium data (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14032">#14032</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/519d8e0f7cc3c781f97338c2e513b52479c64d20">519d8e0</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md"><code>@​puppeteer/browsers</code>'s changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>Combined changelog for puppeteer and puppeteer-core.</p> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.13.0...puppeteer-v24.14.0">24.14.0</a> (2025-07-16)</h2> <h3>Miscellaneous Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​puppeteer/browsers</code> bumped from 2.10.5 to 2.10.6</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>add debugging highlight to ElementHandle.click() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14024">#14024</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/8c4d87af17aceb0a25aecc85819f4258f717b944">8c4d87a</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>roll to Chrome 138.0.7204.157 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14029">#14029</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/2a733b401f688ea1e74b0e8af65c7399021db1ea">2a733b4</a>)</li> <li><strong>webdriver:</strong> provide proper exception while accessing response in BiDi (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14031">#14031</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/915047341b779a580be07552d853c88c6b306603">9150473</a>)</li> </ul> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.12.1...puppeteer-v24.13.0">24.13.0</a> (2025-07-14)</h2> <h3>Miscellaneous Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.12.1 to 24.13.0</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>respect <code>proxyServer</code> in incognito browser context in BiDi (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14013">#14013</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/1559ee4cafb96afb637609de5f3fc63e3e1e60ad">1559ee4</a>)</li> <li><strong>webdriver:</strong> support network response content in BiDi (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14016">#14016</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/b4d4d1915f729a2760a8c74b50877d92ce5e1c94">b4d4d19</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/3d72c43a2d2a681a44d1f96c3c6432b6a75ac8e5"><code>3d72c43</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14026">#14026</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/519d8e0f7cc3c781f97338c2e513b52479c64d20"><code>519d8e0</code></a> fix(browsers): correctly handle LINUX_ARM in chromium data (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14032">#14032</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/915047341b779a580be07552d853c88c6b306603"><code>9150473</code></a> fix(webdriver): provide proper exception while accessing response in BiDi (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/1">#1</a>...</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/f51708c0371170f40d980cfc49479f3b176c4a5f"><code>f51708c</code></a> chore: bump chromium-bidi to 7.1.1 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14030">#14030</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/2a733b401f688ea1e74b0e8af65c7399021db1ea"><code>2a733b4</code></a> fix: roll to Chrome 138.0.7204.157 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14029">#14029</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/6e0f294eeaab75aa71beeaa8df59886a95880402"><code>6e0f294</code></a> chore: sync Firefox contentblocking preference change from Bug 1977066 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14028">#14028</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/8c4d87af17aceb0a25aecc85819f4258f717b944"><code>8c4d87a</code></a> feat: add debugging highlight to ElementHandle.click() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14024">#14024</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/b6e43e2a805391daabe84b2084f6fdbc9cc4f985"><code>b6e43e2</code></a> chore(deps-dev): Bump the dev-dependencies group with 8 updates (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14020">#14020</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/4fdab575a74fd9424e42647ad9debc97237abfe1"><code>4fdab57</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14014">#14014</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/51690f9e75187d6049ed953611cff5648c55a195"><code>51690f9</code></a> test: re-enable some tests for Chromium BiDi (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14023">#14023</a>)</li> <li>Additional commits viewable in <a href="https://github.com/puppeteer/puppeteer/compare/browsers-v2.10.5...browsers-v2.10.6">compare view</a></li> </ul> </details> <br /> Updates `@rollup/wasm-node` from 4.45.0 to 4.45.1 <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.45.1</h2> <h2>4.45.1</h2> <p><em>2025-07-15</em></p> <h3>Bug Fixes</h3> <ul> <li>Resolve crash when using certain conditional expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6009">#6009</a>: Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</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.45.1</h2> <p><em>2025-07-15</em></p> <h3>Bug Fixes</h3> <ul> <li>Resolve crash when using certain conditional expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6009">#6009</a>: Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/a9b04957eac7803e61390d4387e3e96dbe4118c4"><code>a9b0495</code></a> 4.45.1</li> <li><a href="https://github.com/rollup/rollup/commit/9ff1da5a718e919789943b40272a0fe0133cd87f"><code>9ff1da5</code></a> Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.45.0...v4.45.1">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.19.7 to 20.19.9 <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 `typescript-eslint` from 8.36.0 to 8.37.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.37.0</h2> <h2>8.37.0 (2025-07-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> infer tsconfigRootDir from call stack (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370">#11370</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11381">#11381</a>)</li> <li><strong>type-utils:</strong> add missing 'types' dependency to 'type-utils' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11383">#11383</a>)</li> <li><strong>type-utils:</strong> handle namespaced exports in specifier matching (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11380">#11380</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Bill Collins</li> <li>Josh Goldberg ✨</li> <li>René <a href="https://github.com/Renegade334"><code>@​Renegade334</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.37.0 (2025-07-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> infer tsconfigRootDir from call stack (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370">#11370</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/816be172ce475f5f15373d70fb20c5e87b53c915"><code>816be17</code></a> chore(release): publish 8.37.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7126c3a970d606ae36000a5ca8039373ce2df8fc"><code>7126c3a</code></a> feat(typescript-estree): infer tsconfigRootDir from call stack (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11370">#11370</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.37.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-prettier` from 10.1.5 to 10.1.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's releases</a>.</em></p> <blockquote> <h2>v10.1.8</h2> <p>republish latest version</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8">https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h1>eslint-config-prettier</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/9b0b0a47ec28a7a83cf65e8436a8776910379385"><code>9b0b0a4</code></a> fix: release a new latest version</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.5.3</h2> <p>republish the latest version</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3">https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3</a></p> <h2>v5.5.2</h2> <p>republish the latest version</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2">https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/cdfcefde2570a45f7c56f1f992115d6199ada09b"><code>cdfcefd</code></a> fix: release a new latest version</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/d8c303ede509195ee3e977bca948d86c8b628863"><code>d8c303e</code></a> fix: release a new latest version</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `pkg-dir` from 8.0.0 to 9.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/pkg-dir/releases">pkg-dir's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <ul> <li>Rename package from <code>pkg-dir</code> to <code>package-directory</code> faf8ab8</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/package-directory/compare/v8.0.0...v8.1.0">https://github.com/sindresorhus/package-directory/compare/v8.0.0...v8.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sindresorhus/pkg-dir/commits">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.45.0 to 4.45.1 <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.45.1</h2> <h2>4.45.1</h2> <p><em>2025-07-15</em></p> <h3>Bug Fixes</h3> <ul> <li>Resolve crash when using certain conditional expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6009">#6009</a>: Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</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.45.1</h2> <p><em>2025-07-15</em></p> <h3>Bug Fixes</h3> <ul> <li>Resolve crash when using certain conditional expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6009">#6009</a>: Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/a9b04957eac7803e61390d4387e3e96dbe4118c4"><code>a9b0495</code></a> 4.45.1</li> <li><a href="https://github.com/rollup/rollup/commit/9ff1da5a718e919789943b40272a0fe0133cd87f"><code>9ff1da5</code></a> Add hasDeoptimizedCache flag for ConditionalExpression (<a href="https://redirect.github.com/rollup/rollup/issues/6009">#6009</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.45.0...v4.45.1">compare view</a></li> </ul> </details> <br /> Updates `webdriverio` from 9.17.0 to 9.18.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.18.1</h2> <p>No updates!</p> <h2>v9.18.0 (2025-07-16)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>create-wdio</code>, <code>wdio-browserstack-service</code>, <code>wdio-cucumber-framework</code>, <code>wdio-json-reporter</code>, <code>wdio-logger</code>, <code>wdio-mocha-framework</code>, <code>wdio-utils</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14570">#14570</a> fix(security): address multiple security vulnerabilities across codebase (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14642">#14642</a> fix: avoid starting a timeout if the timer was resolved immediately (<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>)</li> </ul> </li> <li><code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14640">#14640</a> fix(webdriverio): properly toggle DISABLE_WEBDRIVERIO_DEPRECATION_WARNINGS (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14634">#14634</a> feat: do not attach prefs when debuggerAddress is specified (<a href="https://github.com/uladhsi"><code>@​uladhsi</code></a>)</li> </ul> </li> <li><code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14632">#14632</a> feat(wdio-cli): enhance job completion logging format (<a href="https://github.com/NaamuKim"><code>@​NaamuKim</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>create-wdio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14631">#14631</a> chore: Update services.json to add TV Labs service (<a href="https://github.com/regan-karlewicz"><code>@​regan-karlewicz</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>wdio-browserstack-service</code>, <code>wdio-cli</code>, <code>wdio-lighthouse-service</code>, <code>wdio-reporter</code>, <code>wdio-static-server-service</code>, <code>wdio-sumologic-reporter</code>, <code>wdio-webdriver-mock-service</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14641">#14641</a> chore(*): update major dependencies where possible (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14633">#14633</a> ci: skip test suite for pushes that change only markdown files (<a href="https://github.com/kitsiosk"><code>@​kitsiosk</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> <li>Kitsios Konstantinos (<a href="https://github.com/kitsiosk"><code>@​kitsiosk</code></a>)</li> <li>Luke (<a href="https://github.com/NaamuKim"><code>@​NaamuKim</code></a>)</li> <li>Regan Karlewicz (<a href="https://github.com/regan-karlewicz"><code>@​regan-karlewicz</code></a>)</li> <li>Vladimir (<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>)</li> <li><a href="https://github.com/uladhsi"><code>@​uladhsi</code></a></li> </ul> <h2>v9.17.1</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> <h1>Changelog</h1> <blockquote> <p><strong>Tags:</strong></p> <ul> <li>:boom: [Breaking Change]</li> <li>:eyeglasses: [Spec Compliancy]</li> <li>:rocket: [New Feature]</li> <li>:bug: [Bug Fix]</li> <li>:memo: [Documentation]</li> <li>:house: [Internal]</li> <li>:nail_care: [Polish]</li> </ul> </blockquote> <p><em>Note: Gaps between patch versions are faulty, broken or test releases.</em></p> <p>See <a href="https://github.com/webdriverio-boneyard/v4/blob/master/CHANGELOG.md">CHANGELOG - v4</a>.</p> <p>See <a href="https://github.com/webdriverio/webdriverio/blob/v5/CHANGELOG.md">CHANGELOG - v5</a>.</p> <p>See <a href="https://github.com/webdriverio/webdriverio/blob/v6/CHANGELOG.md">CHANGELOG - v6</a></p> <p>See <a href="https://github.com/webdriverio/webdriverio/blob/v7/CHANGELOG.md">CHANGELOG - v7</a></p> <p>See <a href="https://github.com/webdriverio/webdriverio/blob/v8/CHANGELOG.md">CHANGELOG - v8</a></p> <hr /> <h2>v9.18.0 (2025-07-16)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>create-wdio</code>, <code>wdio-browserstack-service</code>, <code>wdio-cucumber-framework</code>, <code>wdio-json-reporter</code>, <code>wdio-logger</code>, <code>wdio-mocha-framework</code>, <code>wdio-utils</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14570">#14570</a> fix(security): address multiple security vulnerabilities across codebase (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14642">#14642</a> fix: avoid starting a timeout if the timer was resolved immediately (<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>)</li> </ul> </li> <li><code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14640">#14640</a> fix(webdriverio): properly toggle DISABLE_WEBDRIVERIO_DEPRECATION_WARNINGS (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14634">#14634</a> feat: do not attach prefs when debuggerAddress is specified (<a href="https://github.com/uladhsi"><code>@​uladhsi</code></a>)</li> </ul> </li> <li><code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14632">#14632</a> feat(wdio-cli): enhance job completion logging format (<a href="https://github.com/NaamuKim"><code>@​NaamuKim</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>create-wdio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14631">#14631</a> chore: Update services.json to add TV Labs service (<a href="https://github.com/regan-karlewicz"><code>@​regan-karlewicz</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>wdio-browserstack-service</code>, <code>wdio-cli</code>, <code>wdio-lighthouse-service</code>, <code>wdio-reporter</code>, <code>wdio-static-server-service</code>, <code>wdio-sumologic-reporter</code>, <code>wdio-webdriver-mock-service</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14641">#14641</a> chore(*): update major dependencies where possible (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14633">#14633</a> ci: skip test suite for pushes that change only markdown files (<a href="https://github.com/kitsiosk"><code>@​kitsiosk</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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/b63166ae24e2792310fda4dbaab851967a44082d"><code>b63166a</code></a> fix(webdriverio): don't throw if tree to attach element couldn't be found, as...</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/37b4536580653882a674f8b7d6fb11625d7d73f8"><code>37b4536</code></a> fix(security): address multiple security vulnerabilities across codebase (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14">#14</a>...</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/webdriverio/issues/14641">#14641</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/3740f39bdafb7ef82d76daebdebbaa4335ba4c0e"><code>3740f39</code></a> fix: avoid starting a timeout if the timer was resolved immediately (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14642">#14642</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/04f7c4e0baefec2376e18a30beb92e1ef1c6d326"><code>04f7c4e</code></a> fix(webdriverio): properly toggle DISABLE_WEBDRIVERIO_DEPRECATION_WARNINGS (#...</li> <li>See full diff in <a href="https://github.com/webdriverio/webdriverio/commits/v9.18.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> Co-authored-by: Maksim Sadym <[email protected]>
1 parent e967f5e commit 18997f7

File tree

2 files changed

+271
-233
lines changed

2 files changed

+271
-233
lines changed

0 commit comments

Comments
 (0)