Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): Bump the all group across 1 directory with 7 updates (…
…#2931) Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.0` | `16.0.0` | | [@rollup/wasm-node](https://github.com/rollup/rollup) | `4.28.1` | `4.29.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.0` | `8.18.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.0` | `8.18.2` | | [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` | | [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.29.1` | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.4.2` | `9.4.5` | Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md"><code>@rollup/plugin-node-resolve</code>'s changelog</a>.</em></p> <blockquote> <h2>v16.0.0</h2> <p><em>2024-12-15</em></p> <h3>Breaking Changes</h3> <ul> <li>feat!: set development or production condition (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1823">#1823</a>)</li> </ul> <h2>v15.3.1</h2> <p><em>2024-12-15</em></p> <h3>Updates</h3> <ul> <li>refactor: replace <code>test</code> with <code>includes</code> (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/1787">#1787</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/1459cf0ab5e5eb7beee46f52bc4dbbb88d3e4335"><code>1459cf0</code></a> fix(node-resolve): do not ignore exceptions (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/564">#564</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/366380eb33c31957fa80dd1df9d4cec8477294c2"><code>366380e</code></a> fix(node-resolve)!: resolve hash in path (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/588">#588</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/621768bfa45e934c9a3eb8462c2d8ea3005762ed"><code>621768b</code></a> feat(commonjs)!: return the namespace by default when requiring ESM (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/507">#507</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/e6324695220a8e4c6e34e3537df32bf6a7814041"><code>e632469</code></a> chore(node-resolve): update dependencies</li> <li><a href="https://github.com/rollup/plugins/commit/84dfddb544d71f55ad7cb164f7c5fcf37e297226"><code>84dfddb</code></a> chore(node-resolve): clean up changelog</li> <li><a href="https://github.com/rollup/plugins/commit/3fa649dc028801d763518d1c3ff3eea665572e1d"><code>3fa649d</code></a> chore(release): node-resolve v8.4.0</li> <li><a href="https://github.com/rollup/plugins/commit/a582b59fdda306f2b581eb1f7fba49dbb31d4b5f"><code>a582b59</code></a> chore(release): node-resolve v8.3.0</li> <li><a href="https://github.com/rollup/plugins/commit/a60cb7685fd0425515c67ed6ad98010e7d1df868"><code>a60cb76</code></a> chore(release): node-resolve v8.2.0</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve">compare view</a></li> </ul> </details> <br /> Updates `@rollup/wasm-node` from 4.28.1 to 4.29.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.29.1</h2> <h2>4.29.1</h2> <p><em>2024-12-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix crash from deoptimized logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5769">#5769</a>: Remove unnecessary lifetimes (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5771">#5771</a>: fix: do not optimize the literal value if the cache is deoptimized (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v4.29.0</h2> <h2>4.29.0</h2> <p><em>2024-12-20</em></p> <h3>Features</h3> <ul> <li>Treat objects as truthy and always check second argument to better simplify logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5759">#5759</a>: docs: add utf-8 encoding to JSON file reading (<a href="https://github.com/chouchouji"><code>@chouchouji</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5760">#5760</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/5763">#5763</a>: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5766">#5766</a>: chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5767">#5767</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</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.29.1</h2> <p><em>2024-12-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix crash from deoptimized logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5769">#5769</a>: Remove unnecessary lifetimes (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5771">#5771</a>: fix: do not optimize the literal value if the cache is deoptimized (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>4.29.0</h2> <p><em>2024-12-20</em></p> <h3>Features</h3> <ul> <li>Treat objects as truthy and always check second argument to better simplify logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5759">#5759</a>: docs: add utf-8 encoding to JSON file reading (<a href="https://github.com/chouchouji"><code>@chouchouji</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5760">#5760</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/5763">#5763</a>: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5766">#5766</a>: chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5767">#5767</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/5d3777803404c67ce14c62b8b05d6e26e46856f5"><code>5d37778</code></a> 4.29.1</li> <li><a href="https://github.com/rollup/rollup/commit/86e1f43801d9eb34b8e9cc5fc4315bf5cde7b860"><code>86e1f43</code></a> fix: do not optimize the literal value if the cache is deoptimized (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f1169525d1c3cebf911ae40c20e19d2fddffec37"><code>f116952</code></a> Remove unnecessary lifetimes (<a href="https://redirect.github.com/rollup/rollup/issues/5769">#5769</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/dadd4882c4984d7875af799ad56e506784d50e1c"><code>dadd488</code></a> 4.29.0</li> <li><a href="https://github.com/rollup/rollup/commit/a4b78eb75e297e4d3904786f4a00bc81343d1b27"><code>a4b78eb</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5767">#5767</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/d52f00d22deb8f48224a5290c8aefe89ffbf91a2"><code>d52f00d</code></a> fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/65c89019dfb459fa98fbe9acccda1febb4d0d52e"><code>65c8901</code></a> chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://redirect.github.com/rollup/rollup/issues/5766">#5766</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/7a8ac460c62b0406a749e367dbd0b74973282449"><code>7a8ac46</code></a> docs: add utf-8 encoding to JSON file reading (<a href="https://redirect.github.com/rollup/rollup/issues/5759">#5759</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/31f1670b43f58acb90ac6a135c44ab7d8b39f7ef"><code>31f1670</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5760">#5760</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.28.1...v4.29.1">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.18.2</h2> <h2>8.18.2 (2024-12-23)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages of deprecated declared constants as object value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type/value context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow default assertionStyle option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle noUncheckedIndexedAccess true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li> <li><strong>typescript-eslint:</strong> export types so that declarations can be named for dts files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513">#10513</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Luke Deen Taylor <a href="https://github.com/controversial"><code>@controversial</code></a></li> <li>Ronen Amiel</li> <li>Scott O'Hara</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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> <h2>v8.18.1</h2> <h2>8.18.1 (2024-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] don't report when an expression includes comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10444">#10444</a>)</li> <li><strong>eslint-plugin:</strong> handle string like index type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10460">#10460</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10474">#10474</a>)</li> <li><strong>eslint-plugin:</strong> use consistent naming for asserting types and casting values (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10472">#10472</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] better message when comparing between literal types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10454">#10454</a>)</li> <li><strong>scope-manager:</strong> visit params decorator before nest scope (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10475">#10475</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.18.2 (2024-12-23)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle noUncheckedIndexedAccess true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow default assertionStyle option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type/value context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages of deprecated declared constants as object value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Luke Deen Taylor <a href="https://github.com/controversial"><code>@controversial</code></a></li> <li>Ronen Amiel</li> <li>Scott O'Hara</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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> <h2>8.18.1 (2024-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>scope-manager:</strong> visit params decorator before nest scope (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10475">#10475</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] better message when comparing between literal types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10454">#10454</a>)</li> <li><strong>eslint-plugin:</strong> use consistent naming for asserting types and casting values (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10472">#10472</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10474">#10474</a>)</li> <li><strong>eslint-plugin:</strong> handle string like index type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10460">#10460</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] don't report when an expression includes comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10444">#10444</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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/157b781f2b59c7e9c0d2558ce302cf5c886fddff"><code>157b781</code></a> chore(release): publish 8.18.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/83c3bbf379fcf9ae8ea552f98c201d1727b5f52a"><code>83c3bbf</code></a> fix(eslint-plugin): [no-unnecessary-condition] handle noUncheckedIndexedAcces...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6a387fea53865db774ccda7280a8445712be3cc"><code>c6a387f</code></a> fix(eslint-plugin): [consistent-type-assertions] allow default assertionStyle...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/47472998d5fffb567c3b5ed98b24297f39cffbe1"><code>4747299</code></a> fix(eslint-plugin): [no-unnecessary-type-arguments] handle type/value context...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c91ed5ca2ea416c42e85c2b044479e395eaf27a"><code>4c91ed5</code></a> fix(eslint-plugin): [no-unsafe-type-assertion] fix for unsafe assertion to a ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/91e7217003fdae85862c0f90fec0fc2cd6f1dd65"><code>91e7217</code></a> fix(eslint-plugin): [consistent-indexed-object-style] use a suggestion over a...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dfd550df50379705cb5f5e493b60ae3c06037b38"><code>dfd550d</code></a> chore(deps): update dependency prettier to v3.4.2 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10478">#10478</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8ca9cba38c52508c2060a153bb28197a688f1b1e"><code>8ca9cba</code></a> fix(eslint-plugin): [no-unnecessary-condition] don't flag values of an uncons...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ba39ddef1c8efa58241696912793dc1807fa6c5a"><code>ba39dde</code></a> fix(eslint-plugin): [prefer-reduce-type-parameter] don't report cases in whic...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6c75493f37f497cb44042e2a00281ed999e3f800"><code>6c75493</code></a> fix(eslint-plugin): [no-deprecated] not reporting usages of deprecated declar...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.18.2</h2> <h2>8.18.2 (2024-12-23)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages of deprecated declared constants as object value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type/value context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow default assertionStyle option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle noUncheckedIndexedAccess true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li> <li><strong>typescript-eslint:</strong> export types so that declarations can be named for dts files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513">#10513</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Luke Deen Taylor <a href="https://github.com/controversial"><code>@controversial</code></a></li> <li>Ronen Amiel</li> <li>Scott O'Hara</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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> <h2>v8.18.1</h2> <h2>8.18.1 (2024-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] don't report when an expression includes comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10444">#10444</a>)</li> <li><strong>eslint-plugin:</strong> handle string like index type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10460">#10460</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10474">#10474</a>)</li> <li><strong>eslint-plugin:</strong> use consistent naming for asserting types and casting values (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10472">#10472</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] better message when comparing between literal types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10454">#10454</a>)</li> <li><strong>scope-manager:</strong> visit params decorator before nest scope (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10475">#10475</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</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/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.18.2 (2024-12-23)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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> <h2>8.18.1 (2024-12-16)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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/157b781f2b59c7e9c0d2558ce302cf5c886fddff"><code>157b781</code></a> chore(release): publish 8.18.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2ce15840934fb5bf1ad4b1136658be9578ab82c"><code>b2ce158</code></a> chore(release): publish 8.18.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d03270fe0d8d05852d0602659e52e80531f92847"><code>d03270f</code></a> chore: fix incorrect licenses (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10481">#10481</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `globals` from 15.13.0 to 15.14.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.14.0</h2> <ul> <li>Add <code>vitest</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/274">#274</a>) 06a5723</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0">https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/48c7b51a8fb284142f88fe34ada7558c0531c44f"><code>48c7b51</code></a> 15.14.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/06a572349b08709b49d8999038961558da4da4e7"><code>06a5723</code></a> Add <code>vitest</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/274">#274</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.28.1 to 4.29.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.29.1</h2> <h2>4.29.1</h2> <p><em>2024-12-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix crash from deoptimized logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5769">#5769</a>: Remove unnecessary lifetimes (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5771">#5771</a>: fix: do not optimize the literal value if the cache is deoptimized (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v4.29.0</h2> <h2>4.29.0</h2> <p><em>2024-12-20</em></p> <h3>Features</h3> <ul> <li>Treat objects as truthy and always check second argument to better simplify logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5759">#5759</a>: docs: add utf-8 encoding to JSON file reading (<a href="https://github.com/chouchouji"><code>@chouchouji</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5760">#5760</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/5763">#5763</a>: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5766">#5766</a>: chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5767">#5767</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</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.29.1</h2> <p><em>2024-12-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix crash from deoptimized logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5769">#5769</a>: Remove unnecessary lifetimes (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5771">#5771</a>: fix: do not optimize the literal value if the cache is deoptimized (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>4.29.0</h2> <p><em>2024-12-20</em></p> <h3>Features</h3> <ul> <li>Treat objects as truthy and always check second argument to better simplify logical expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5759">#5759</a>: docs: add utf-8 encoding to JSON file reading (<a href="https://github.com/chouchouji"><code>@chouchouji</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5760">#5760</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/5763">#5763</a>: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5766">#5766</a>: chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5767">#5767</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/5d3777803404c67ce14c62b8b05d6e26e46856f5"><code>5d37778</code></a> 4.29.1</li> <li><a href="https://github.com/rollup/rollup/commit/86e1f43801d9eb34b8e9cc5fc4315bf5cde7b860"><code>86e1f43</code></a> fix: do not optimize the literal value if the cache is deoptimized (<a href="https://redirect.github.com/rollup/rollup/issues/5771">#5771</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f1169525d1c3cebf911ae40c20e19d2fddffec37"><code>f116952</code></a> Remove unnecessary lifetimes (<a href="https://redirect.github.com/rollup/rollup/issues/5769">#5769</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/dadd4882c4984d7875af799ad56e506784d50e1c"><code>dadd488</code></a> 4.29.0</li> <li><a href="https://github.com/rollup/rollup/commit/a4b78eb75e297e4d3904786f4a00bc81343d1b27"><code>a4b78eb</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5767">#5767</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/d52f00d22deb8f48224a5290c8aefe89ffbf91a2"><code>d52f00d</code></a> fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (<a href="https://redirect.github.com/rollup/rollup/issues/5763">#5763</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/65c89019dfb459fa98fbe9acccda1febb4d0d52e"><code>65c8901</code></a> chore(deps): update dependency <code>@rollup/plugin-node-resolve</code> to v16 (<a href="https://redirect.github.com/rollup/rollup/issues/5766">#5766</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/7a8ac460c62b0406a749e367dbd0b74973282449"><code>7a8ac46</code></a> docs: add utf-8 encoding to JSON file reading (<a href="https://redirect.github.com/rollup/rollup/issues/5759">#5759</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/31f1670b43f58acb90ac6a135c44ab7d8b39f7ef"><code>31f1670</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5760">#5760</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.28.1...v4.29.1">compare view</a></li> </ul> </details> <br /> Updates `webdriverio` from 9.4.2 to 9.4.5 <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.4.5 (2024-12-19)</h2> <h4>:nail_care: Polish</h4> <ul> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13995">#13995</a> fix: Fixes an error message. (<a href="https://github.com/damencho"><code>@damencho</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Дамян Минков (<a href="https://github.com/damencho"><code>@damencho</code></a>)</li> </ul> <h2>v9.4.4 (2024-12-19)</h2> <h4>:nail_care: Polish</h4> <ul> <li><code>wdio-testingbot-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13991">#13991</a> <code>@wdio/testingbot-service</code>: Update TestingBot Tunnel typings: add noCache and noBump (<a href="https://github.com/jochen-testingbot"><code>@jochen-testingbot</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>eslint-plugin-wdio</code>, <code>wdio-allure-reporter</code>, <code>wdio-appium-service</code>, <code>wdio-browser-runner</code>, <code>wdio-browserstack-service</code>, <code>wdio-cli</code>, <code>wdio-config</code>, <code>wdio-cucumber-framework</code>, <code>wdio-firefox-profile-service</code>, <code>wdio-globals</code>, <code>wdio-jasmine-framework</code>, <code>wdio-json-reporter</code>, <code>wdio-junit-reporter</code>, <code>wdio-lighthouse-service</code>, <code>wdio-local-runner</code>, <code>wdio-logger</code>, <code>wdio-mocha-framework</code>, <code>wdio-protocols</code>, <code>wdio-repl</code>, <code>wdio-reporter</code>, <code>wdio-runner</code>, <code>wdio-sauce-service</code>, <code>wdio-shared-store-service</code>, <code>wdio-smoke-test-cjs-service</code>, <code>wdio-smoke-test-service</code>, <code>wdio-spec-reporter</code>, <code>wdio-static-server-service</code>, <code>wdio-sumologic-reporter</code>, <code>wdio-testingbot-service</code>, <code>wdio-types</code>, <code>wdio-utils</code>, <code>wdio-webdriver-mock-service</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13867">#13867</a> chore: upgrade to Eslint v9 (<a href="https://github.com/christian-bromann"><code>@christian-bromann</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>Jochen (<a href="https://github.com/jochen-testingbot"><code>@jochen-testingbot</code></a>)</li> </ul> <h2>v9.4.3 (2024-12-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-cli</code>, <code>wdio-config</code>, <code>wdio-local-runner</code>, <code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13962">#13962</a> fix(<code>@wdio/cli</code>): propagate node-options to worker env (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-utils</code>, <code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13978">#13978</a> fix(webdriver): enable Bidi commands for Appium sessions (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-types</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13988">#13988</a> wdio-types: add <code>platformVersion</code> field for BrowserStackCapabilities (<a href="https://github.com/Delta456"><code>@Delta456</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/13983">#13983</a> fix(<code>@wdio/utils</code>): Unset geckodriver when stable is set as browserVersion (<a href="https://github.com/nextlevelbeard"><code>@nextlevelbeard</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> <li>Ricardo Barbosa (<a href="https://github.com/nextlevelbeard"><code>@nextlevelbeard</code></a>)</li> <li>Swastik Baranwal (<a href="https://github.com/Delta456"><code>@Delta456</code></a>)</li> <li><a href="https://github.com/alphabetkrish"><code>@alphabetkrish</code></a></li> </ul> </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.4.5 (2024-12-19)</h2> <h4>:nail_care: Polish</h4> <ul> <li><code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13995">#13995</a> fix: Fixes an error message. (<a href="https://github.com/damencho"><code>@damencho</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Дамян Минков (<a href="https://github.com/damencho"><code>@damencho</code></a>)</li> </ul> <h2>v9.4.4 (2024-12-19)</h2> <h4>:nail_care: Polish</h4> <ul> <li><code>wdio-testingbot-service</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13991">#13991</a> <code>@wdio/testingbot-service</code>: Update TestingBot Tunnel typings: add noCache and noBump (<a href="https://github.com/jochen-testingbot"><code>@jochen-testingbot</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>eslint-plugin-wdio</code>, <code>wdio-allure-reporter</code>, <code>wdio-appium-service</code>, <code>wdio-browser-runner</code>, <code>wdio-browserstack-service</code>, <code>wdio-cli</code>, <code>wdio-config</code>, <code>wdio-cucumber-framework</code>, <code>wdio-firefox-profile-service</code>, <code>wdio-globals</code>, <code>wdio-jasmine-framework</code>, <code>wdio-json-reporter</code>, <code>wdio-junit-reporter</code>, <code>wdio-lighthouse-service</code>, <code>wdio-local-runner</code>, <code>wdio-logger</code>, <code>wdio-mocha-framework</code>, <code>wdio-protocols</code>, <code>wdio-repl</code>, <code>wdio-reporter</code>, <code>wdio-runner</code>, <code>wdio-sauce-service</code>, <code>wdio-shared-store-service</code>, <code>wdio-smoke-test-cjs-service</code>, <code>wdio-smoke-test-service</code>, <code>wdio-spec-reporter</code>, <code>wdio-static-server-service</code>, <code>wdio-sumologic-reporter</code>, <code>wdio-testingbot-service</code>, <code>wdio-types</code>, <code>wdio-utils</code>, <code>wdio-webdriver-mock-service</code>, <code>webdriver</code>, <code>webdriverio</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13867">#13867</a> chore: upgrade to Eslint v9 (<a href="https://github.com/christian-bromann"><code>@christian-bromann</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>Jochen (<a href="https://github.com/jochen-testingbot"><code>@jochen-testingbot</code></a>)</li> </ul> <h2>v9.4.3 (2024-12-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>wdio-cli</code>, <code>wdio-config</code>, <code>wdio-local-runner</code>, <code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13962">#13962</a> fix(<code>@wdio/cli</code>): propagate node-options to worker env (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-utils</code>, <code>webdriver</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13978">#13978</a> fix(webdriver): enable Bidi commands for Appium sessions (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> </ul> </li> <li><code>wdio-types</code> <ul> <li><a href="https://redirect.github.com/webdriverio/webdriverio/pull/13988">#13988</a> wdio-types: add <code>platformVersion</code> field for BrowserStackCapabilities (<a href="https://github.com/Delta456"><code>@Delta456</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/13983">#13983</a> fix(<code>@wdio/utils</code>): Unset geckodriver when stable is set as browserVersion (<a href="https://github.com/nextlevelbeard"><code>@nextlevelbeard</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Christian Bromann (<a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a>)</li> <li>Ricardo Barbosa (<a href="https://github.com/nextlevelbeard"><code>@nextlevelbeard</code></a>)</li> <li>Swastik Baranwal (<a href="https://github.com/Delta456"><code>@Delta456</code></a>)</li> <li><a href="https://github.com/alphabetkrish"><code>@alphabetkrish</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webdriverio/webdriverio/commit/cef3ee07f23f9029e3a73cfee2ab2326b5d44b05"><code>cef3ee0</code></a> v9.4.5</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/5fcba78a6d79b3ba68ea29fc4b4d95368686bd08"><code>5fcba78</code></a> fix: Fixes an error message. (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/13995">#13995</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/d327d86e07d16eaa0ecdf0656c1868ba73261393"><code>d327d86</code></a> v9.4.4</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/a2ae35332f9b3fc9490136df1ac3d2e14c1e35b6"><code>a2ae353</code></a> chore: upgrade to Eslint v9 (<a href="https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio/issues/13867">#13867</a>)</li> <li><a href="https://github.com/webdriverio/webdriverio/commit/8ee63eaefd86cf06eea832bb8d4c1920e9cc4e55"><code>8ee63ea</code></a> v9.4.3</li> <li>See full diff in <a href="https://github.com/webdriverio/webdriverio/commits/v9.4.5/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