Skip to content

Commit fe51492

Browse files
chore(deps): Bump the all group with 7 updates (#3567)
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [zod](https://github.com/colinhacks/zod) | `3.25.74` | `4.0.5` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.31.0` | | [@rollup/wasm-node](https://github.com/rollup/rollup) | `4.44.2` | `4.45.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.4` | `20.19.7` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.36.0` | | [rollup](https://github.com/rollup/rollup) | `4.44.2` | `4.45.0` | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.16.2` | `9.17.0` | Updates `zod` from 3.25.74 to 4.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v4.0.5</h2> <h2>Commits:</h2> <ul> <li>f91a73ec23f9ec28d908af2caa643a54088516c5 Support pipes in discriminated unions. Closes <a href="https://redirect.github.com/colinhacks/zod/issues/4856">#4856</a> (<a href="https://redirect.github.com/colinhacks/zod/issues/4861">#4861</a>)</li> <li>45afab0f846dffd591362b6f770017507eb185b5 4.0.5</li> </ul> <h2>v4.0.4</h2> <h2>Commits:</h2> <ul> <li>9335f0543d6359f9236e3e33b78cc5b2788dbe0f Adds <code>ZodFirstPartyTypeKind</code> stub to fix module resolution failure inside <code>zod-to-json-schema</code></li> </ul> <h2>v4.0.3</h2> <h2>Commits:</h2> <ul> <li>5905a8d810eff6f4677e6aa9e557f92a676805cf Improve check-versions script</li> <li>f3e749b1b057a2cf0a0bce7e07abec4e0520e0f8 Remove global File interface</li> <li>44a936cb77961e57a0988d8a3c63d9c71fce69ac 4.0.2</li> <li>74006edd49e3fe8d74010090462859593c2bd1e2 Fix JSR provenance</li> <li>ff4af5e889d4ad7136a9cde7202b16261db5c83c 4.0.3</li> <li>ce573e8799f86e2f68307eba95c2d40fc92617b7 Update test badge</li> <li>9a7161a976d6349f738c00cb6d6528c0407a65e8 Fix versions</li> </ul> <h2>v4.0.0</h2> <p>With this release, <code>[email protected]</code> has been published to <code>npm</code>. There were no code changes between 3.25.76 and 4.0.0!</p> <p>Zod 4 has been stable for the past 6 weeks, but it was published inside <a href="mailto:[email protected]">[email protected]</a> on npm. this transitionary window gave the ecosystem time to incrementally support for Zod 4 (without dropping support for Zod 3). As there is now near-universal support for Zod 4 in the ecosystem, ths time feels right to finally put a bow on things 🎀</p> <p>To upgrade to Zod 4:</p> <pre><code>npm upgrade zod@^4.0.0 </code></pre> <p>If you’ve already migrated to Zod 4 using the subpaths, there are no changes required. however you can optionally simplify your imports (recommended)</p> <pre lang="ts"><code>// after upgrading to [email protected]: import * as z from &quot;zod&quot;; // Zod 4 (regular) import * as z from &quot;zod/mini&quot; // Zod 4 Mini <p>// these still work, but are no longer needed<br /> import * as z from &quot;zod/v4&quot;;<br /> import * as z from &quot;zod/v4-mini&quot;:</p> <p>// if you still need Zod 3<br /> import * as z from &quot;zod/v3&quot;; // Zod 3<br /> </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/45afab0f846dffd591362b6f770017507eb185b5"><code>45afab0</code></a> 4.0.5</li> <li><a href="https://github.com/colinhacks/zod/commit/f91a73ec23f9ec28d908af2caa643a54088516c5"><code>f91a73e</code></a> Support pipes in discriminated unions. Closes <a href="https://redirect.github.com/colinhacks/zod/issues/4856">#4856</a> (<a href="https://redirect.github.com/colinhacks/zod/issues/4861">#4861</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/9335f0543d6359f9236e3e33b78cc5b2788dbe0f"><code>9335f05</code></a> 4.0.4</li> <li><a href="https://github.com/colinhacks/zod/commit/4d6e266119d5935aa233f1948524adf82f2e7e21"><code>4d6e266</code></a> improve changelog (<a href="https://redirect.github.com/colinhacks/zod/issues/4860">#4860</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/878775ef28b11cdefd26a88709c475f3f1e7d5fa"><code>878775e</code></a> Improve docs</li> <li><a href="https://github.com/colinhacks/zod/commit/9a7161a976d6349f738c00cb6d6528c0407a65e8"><code>9a7161a</code></a> Fix versions</li> <li><a href="https://github.com/colinhacks/zod/commit/ce573e8799f86e2f68307eba95c2d40fc92617b7"><code>ce573e8</code></a> Update test badge</li> <li><a href="https://github.com/colinhacks/zod/commit/ff4af5e889d4ad7136a9cde7202b16261db5c83c"><code>ff4af5e</code></a> 4.0.3</li> <li><a href="https://github.com/colinhacks/zod/commit/74006edd49e3fe8d74010090462859593c2bd1e2"><code>74006ed</code></a> Fix JSR provenance</li> <li><a href="https://github.com/colinhacks/zod/commit/44a936cb77961e57a0988d8a3c63d9c71fce69ac"><code>44a936c</code></a> 4.0.2</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v3.25.74...v4.0.5">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 9.30.1 to 9.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.31.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19892">#19892</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/[email protected]</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1"><code>d5054e5</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187"><code>0f4a378</code></a> chore: update eslint (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19917">#19917</a>) (루밀LuMir)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@​eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.31.0 - July 11, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/[email protected]</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1"><code>d5054e5</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187"><code>0f4a378</code></a> chore: update eslint (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19917">#19917</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19892">#19892</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1"><code>d5054e5</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.31.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@rollup/wasm-node` from 4.44.2 to 4.45.0 <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.0</h2> <h2>4.45.0</h2> <p><em>2025-07-12</em></p> <h3>Features</h3> <ul> <li>Improve tree-shaking when both branches of a conditional expression return the same boolean value (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li>In environments that support both CJS and ESM, prefer the ESM build of Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure static blocks do not prevent tree-shaking if they access <code>this</code> (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6000">#6000</a>: feat: improve get literal value for conditional expression (<a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6001">#6001</a>: Correct the parent scope for static blocks (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6005">#6005</a>: fix: export field order prefer esm (<a href="https://github.com/DylanPiercey"><code>@​DylanPiercey</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.0</h2> <p><em>2025-07-12</em></p> <h3>Features</h3> <ul> <li>Improve tree-shaking when both branches of a conditional expression return the same boolean value (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li>In environments that support both CJS and ESM, prefer the ESM build of Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure static blocks do not prevent tree-shaking if they access <code>this</code> (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6000">#6000</a>: feat: improve get literal value for conditional expression (<a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6001">#6001</a>: Correct the parent scope for static blocks (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6005">#6005</a>: fix: export field order prefer esm (<a href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/b7c7c1159f70ebe8ad6f94c942ebab2fa59c7982"><code>b7c7c11</code></a> 4.45.0</li> <li><a href="https://github.com/rollup/rollup/commit/7be41cb5a5a4e9c41ca8e2ea17639ec16734e629"><code>7be41cb</code></a> feat: improve get literal value for conditional expression (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1923218f2c32a30b08a491d0446af1761b4dff5d"><code>1923218</code></a> fix: export field order prefer esm (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9cebb0b6d9f03d11f53a8c3e7e9e3a79f567e3c6"><code>9cebb0b</code></a> Correct the parent scope for static blocks (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.44.2...v4.45.0">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.19.4 to 20.19.7 <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.35.1 to 8.36.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.36.0</h2> <h2>8.36.0 (2025-07-07)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> support <code>basePath</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11357">#11357</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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.36.0 (2025-07-07)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> support <code>basePath</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11357">#11357</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/84b7a2e905c2a82fda3015f01683525d019c9c3c"><code>84b7a2e</code></a> chore(release): publish 8.36.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0c40c7a5dc827902e55093f53259fbad348d4603"><code>0c40c7a</code></a> feat(typescript-eslint): support <code>basePath</code> in <code>tseslint.config()</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11357">#11357</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e2ecca60d9e8486bb13e98b3e1a65d529bedef03"><code>e2ecca6</code></a> chore: fix issues introduced by updated <code>nx</code> configuration (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11230">#11230</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.44.2 to 4.45.0 <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.0</h2> <h2>4.45.0</h2> <p><em>2025-07-12</em></p> <h3>Features</h3> <ul> <li>Improve tree-shaking when both branches of a conditional expression return the same boolean value (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li>In environments that support both CJS and ESM, prefer the ESM build of Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure static blocks do not prevent tree-shaking if they access <code>this</code> (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6000">#6000</a>: feat: improve get literal value for conditional expression (<a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6001">#6001</a>: Correct the parent scope for static blocks (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6005">#6005</a>: fix: export field order prefer esm (<a href="https://github.com/DylanPiercey"><code>@​DylanPiercey</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.0</h2> <p><em>2025-07-12</em></p> <h3>Features</h3> <ul> <li>Improve tree-shaking when both branches of a conditional expression return the same boolean value (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li>In environments that support both CJS and ESM, prefer the ESM build of Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ensure static blocks do not prevent tree-shaking if they access <code>this</code> (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6000">#6000</a>: feat: improve get literal value for conditional expression (<a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6001">#6001</a>: Correct the parent scope for static blocks (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6005">#6005</a>: fix: export field order prefer esm (<a href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/b7c7c1159f70ebe8ad6f94c942ebab2fa59c7982"><code>b7c7c11</code></a> 4.45.0</li> <li><a href="https://github.com/rollup/rollup/commit/7be41cb5a5a4e9c41ca8e2ea17639ec16734e629"><code>7be41cb</code></a> feat: improve get literal value for conditional expression (<a href="https://redirect.github.com/rollup/rollup/issues/6000">#6000</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1923218f2c32a30b08a491d0446af1761b4dff5d"><code>1923218</code></a> fix: export field order prefer esm (<a href="https://redirect.github.com/rollup/rollup/issues/6005">#6005</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9cebb0b6d9f03d11f53a8c3e7e9e3a79f567e3c6"><code>9cebb0b</code></a> Correct the parent scope for static blocks (<a href="https://redirect.github.com/rollup/rollup/issues/6001">#6001</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.44.2...v4.45.0">compare view</a></li> </ul> </details> <br /> Updates `webdriverio` from 9.16.2 to 9.17.0 <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.17.0 (2025-07-09)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>create-wdio</code>, <code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14618">#14618</a> feat: integrate the <code>create-wdio</code> package (<a href="https://github.com/mato533"><code>@​mato533</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-browser-runner</code>, <code>wdio-cucumber-framework</code>, <code>wdio-globals</code>, <code>wdio-mocha-framework</code>, <code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14626">#14626</a> chore(linter) fixed linter warnings with --fix (<a href="https://github.com/smarkows"><code>@​smarkows</code></a>)</li> </ul> </li> <li><code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14625">#14625</a> fix(webdriver): <a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14622">#14622</a> added ability to proxy websocket connections (<a href="https://github.com/smarkows"><code>@​smarkows</code></a>)</li> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14623">#14623</a> fix(webdriver): re-enable undici global dispatcher (<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/14587">#14587</a> [BUG-14499] - Improved switchFrame for delayed iframe contexts (<a href="https://github.com/vishnuv688"><code>@​vishnuv688</code></a>)</li> </ul> </li> <li><code>wdio-allure-reporter</code>, <code>wdio-reporter</code>, <code>wdio-utils</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14581">#14581</a> fix: Emit browser custom command <code>beforeCommand</code> to fix broken reports (<a href="https://github.com/dprevost-LMI"><code>@​dprevost-LMI</code></a>)</li> </ul> </li> <li><code>wdio-local-runner</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14611">#14611</a> fix(<code>@​wdio/local-runner</code>): added graceful exit on SIGINT (<a href="https://github.com/DQRI"><code>@​DQRI</code></a>)</li> </ul> </li> <li><code>wdio-browser-runner</code>, <code>wdio-cli</code>, <code>wdio-globals</code>, <code>wdio-jasmine-framework</code>, <code>wdio-local-runner</code>, <code>wdio-runner</code>, <code>wdio-utils</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14592">#14592</a> fix(<code>@​wdio/jasmine-framework</code>): become independant from expect-webdriverio (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-mocha-framework</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14506">#14506</a> fix(mocha-framework): report spec load error as failure in <code>after</code> hook (<a href="https://github.com/lezram"><code>@​lezram</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14615">#14615</a> fix(docs): correct typos and improve clarity in Best Practices guide (<a href="https://github.com/Agnes-Au"><code>@​Agnes-Au</code></a>)</li> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14599">#14599</a> Update BoilerplateProjects.md (<a href="https://github.com/amiya-pattnaik"><code>@​amiya-pattnaik</code></a>)</li> </ul> </li> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14614">#14614</a> Add URLs to Browserstack WebDriverIO services (<a href="https://github.com/sindhupullapantula"><code>@​sindhupullapantula</code></a>)</li> </ul> </li> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14612">#14612</a> docs: add note about WebDriver Bidi support in browser.url command (<a href="https://github.com/Siolto"><code>@​Siolto</code></a>)</li> </ul> </li> <li><code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14606">#14606</a> Add wdio-obsidian-service to docs and cli (<a href="https://github.com/jesse-r-s-hines"><code>@​jesse-r-s-hines</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>wdio-browserstack-service</code>, <code>wdio-lighthouse-service</code>, <code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14607">#14607</a> chore: replace asset to with at import statement (<a href="https://github.com/mato533"><code>@​mato533</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14593">#14593</a> internal(security): update security policy with threat model (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Agnes Au (<a href="https://github.com/Agnes-Au"><code>@​Agnes-Au</code></a>)</li> <li>Amiya Pattanaik (<a href="https://github.com/amiya-pattnaik"><code>@​amiya-pattnaik</code></a>)</li> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> <li>David Prevost (<a href="https://github.com/dprevost-LMI"><code>@​dprevost-LMI</code></a>)</li> <li>Dmytro 🇺🇦 (<a href="https://github.com/DQRI"><code>@​DQRI</code></a>)</li> <li>Jesse Hines (<a href="https://github.com/jesse-r-s-hines"><code>@​jesse-r-s-hines</code></a>)</li> <li>Marcel (<a href="https://github.com/lezram"><code>@​lezram</code></a>)</li> <li>Simon Coen (<a href="https://github.com/Siolto"><code>@​Siolto</code></a>)</li> <li>Simon Markowski (<a href="https://github.com/smarkows"><code>@​smarkows</code></a>)</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">webdriverio's changelog</a>.</em></p> <blockquote> <h2>v9.17.0 (2025-07-09)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>create-wdio</code>, <code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14618">#14618</a> feat: integrate the <code>create-wdio</code> package (<a href="https://github.com/mato533"><code>@​mato533</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-browser-runner</code>, <code>wdio-cucumber-framework</code>, <code>wdio-globals</code>, <code>wdio-mocha-framework</code>, <code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14626">#14626</a> chore(linter) fixed linter warnings with --fix (<a href="https://github.com/smarkows"><code>@​smarkows</code></a>)</li> </ul> </li> <li><code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14625">#14625</a> fix(webdriver): <a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14622">#14622</a> added ability to proxy websocket connections (<a href="https://github.com/smarkows"><code>@​smarkows</code></a>)</li> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14623">#14623</a> fix(webdriver): re-enable undici global dispatcher (<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/14587">#14587</a> [BUG-14499] - Improved switchFrame for delayed iframe contexts (<a href="https://github.com/vishnuv688"><code>@​vishnuv688</code></a>)</li> </ul> </li> <li><code>wdio-allure-reporter</code>, <code>wdio-reporter</code>, <code>wdio-utils</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14581">#14581</a> fix: Emit browser custom command <code>beforeCommand</code> to fix broken reports (<a href="https://github.com/dprevost-LMI"><code>@​dprevost-LMI</code></a>)</li> </ul> </li> <li><code>wdio-local-runner</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14611">#14611</a> fix(<code>@​wdio/local-runner</code>): added graceful exit on SIGINT (<a href="https://github.com/DQRI"><code>@​DQRI</code></a>)</li> </ul> </li> <li><code>wdio-browser-runner</code>, <code>wdio-cli</code>, <code>wdio-globals</code>, <code>wdio-jasmine-framework</code>, <code>wdio-local-runner</code>, <code>wdio-runner</code>, <code>wdio-utils</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14592">#14592</a> fix(<code>@​wdio/jasmine-framework</code>): become independant from expect-webdriverio (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-mocha-framework</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14506">#14506</a> fix(mocha-framework): report spec load error as failure in <code>after</code> hook (<a href="https://github.com/lezram"><code>@​lezram</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14615">#14615</a> fix(docs): correct typos and improve clarity in Best Practices guide (<a href="https://github.com/Agnes-Au"><code>@​Agnes-Au</code></a>)</li> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14599">#14599</a> Update BoilerplateProjects.md (<a href="https://github.com/amiya-pattnaik"><code>@​amiya-pattnaik</code></a>)</li> </ul> </li> <li><code>wdio-browserstack-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14614">#14614</a> Add URLs to Browserstack WebDriverIO services (<a href="https://github.com/sindhupullapantula"><code>@​sindhupullapantula</code></a>)</li> </ul> </li> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14612">#14612</a> docs: add note about WebDriver Bidi support in browser.url command (<a href="https://github.com/Siolto"><code>@​Siolto</code></a>)</li> </ul> </li> <li><code>wdio-cli</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14606">#14606</a> Add wdio-obsidian-service to docs and cli (<a href="https://github.com/jesse-r-s-hines"><code>@​jesse-r-s-hines</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>wdio-browserstack-service</code>, <code>wdio-lighthouse-service</code>, <code>wdio-utils</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14607">#14607</a> chore: replace asset to with at import statement (<a href="https://github.com/mato533"><code>@​mato533</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/14593">#14593</a> internal(security): update security policy with threat model (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Agnes Au (<a href="https://github.com/Agnes-Au"><code>@​Agnes-Au</code></a>)</li> <li>Amiya Pattanaik (<a href="https://github.com/amiya-pattnaik"><code>@​amiya-pattnaik</code></a>)</li> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>)</li> <li>David Prevost (<a href="https://github.com/dprevost-LMI"><code>@​dprevost-LMI</code></a>)</li> <li>Dmytro 🇺🇦 (<a href="https://github.com/DQRI"><code>@​DQRI</code></a>)</li> <li>Jesse Hines (<a href="https://github.com/jesse-r-s-hines"><code>@​jesse-r-s-hines</code></a>)</li> <li>Marcel (<a href="https://github.com/lezram"><code>@​lezram</code></a>)</li> <li>Simon Coen (<a href="https://github.com/Siolto"><code>@​Siolto</code></a>)</li> <li>Simon Markowski (<a href="https://github.com/smarkows"><code>@​smarkows</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/796df04f0f5c744d5ef4bafd3759995fa4829d6f"><code>796df04</code></a> v9.17.0</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/ea9d91050e2d90985a55fddfe3be55b1abf77b1a"><code>ea9d910</code></a> [BUG-14499] - Improved switchFrame for delayed iframe contexts (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14587">#14587</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/97c8f8a7a5cc090255f985fccf4d7fbcb58e5204"><code>97c8f8a</code></a> fix: Emit browser custom command <code>beforeCommand</code> to fix broken reports (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14581">#14581</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/6464dc7d4abd848853cb31eb5119d45bc5f84070"><code>6464dc7</code></a> fix(<code>@​wdio/jasmine-framework</code>): become independant from expect-webdriverio (<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/caba3057cd03ab67357e88d955673f8ae2ebd56c"><code>caba305</code></a> docs: add note about WebDriver Bidi support in url command (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/14612">#14612</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/62fed3a98dd8942913aec42e482b2a2fec924edf"><code>62fed3a</code></a> chore(deps): bump the minor-deps-updates-main group across 1 directory with 2...</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/3ac69325c87ae8dc40a8458808a5ddced7e7a525"><code>3ac6932</code></a> chore(internal): update deps, fix unit tests</li> <li>See full diff in <a href="https://github.com/webdriverio/webdriverio/commits/v9.17.0/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>
1 parent c4ef850 commit fe51492

File tree

2 files changed

+283
-196
lines changed

2 files changed

+283
-196
lines changed

0 commit comments

Comments
 (0)