Skip to content

Commit

Permalink
chore: bump the npm-low-risk group with 27 updates (#1081)
Browse files Browse the repository at this point in the history
Bumps the npm-low-risk group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.4.0` | `9.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.3.0` |
`15.7.0` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) |
`8.1.3` | `8.1.5` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.5` |
`15.2.7` |
| [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` |
`5.5.2` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) |
`4.21.0` | `4.22.0` |
|
[@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver)
| `4.1.23` | `4.1.24` |
| [mocha](https://github.com/mochajs/mocha) | `10.4.0` | `10.5.2` |
|
[@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)
| `10.0.6` | `10.0.7` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.44.1`
| `1.45.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.14.1` | `20.14.9` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` |
`22.12.1` |
|
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
| `7.24.6` | `7.24.7` |
|
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)
| `7.24.6` | `7.24.7` |
|
[@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react)
| `7.24.6` | `7.24.7` |
|
[@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)
| `7.24.6` | `7.24.7` |
| [react-shadow](https://github.com/Wildhoney/ReactShadow) | `20.4.0` |
`20.5.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.4` | `29.1.5`
|
|
[@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals)
| `8.38.2` | `8.39.0` |
|
[devtools](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/devtools)
| `8.38.2` | `8.39.0` |
|
[webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio)
| `8.38.2` | `8.39.0` |
| [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` |
|
[@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli)
| `8.38.2` | `8.39.0` |
|
[@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner)
| `8.38.2` | `8.39.0` |
|
[@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework)
| `8.38.2` | `8.39.0` |
|
[@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter)
| `8.38.2` | `8.39.0` |

Updates `eslint` from 9.4.0 to 9.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.6.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a>
feat: Implement feature flags (<a
href="https://github.com/eslint/eslint/issues/18516">#18516</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8824aa1469ffc572c5e5c1765d1b6da113dfba19"><code>8824aa1</code></a>
feat: add <code>ecmaVersion: 2025</code>, parsing duplicate named
capturing groups (<a
href="https://github.com/eslint/eslint/issues/18596">#18596</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a>
fix: Allow escaping characters in config patterns on Windows (<a
href="https://github.com/eslint/eslint/issues/18628">#18628</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/21d3766c3f4efd981d3cc294c2c82c8014815e6e"><code>21d3766</code></a>
fix: <code>no-unused-vars</code> include caught errors pattern in report
message (<a
href="https://github.com/eslint/eslint/issues/18609">#18609</a>)
(Kirk Waiblinger)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d7a7736937981befc5dfd68ce512f1a6ebf93e68"><code>d7a7736</code></a>
fix: improve <code>no-unused-vars</code> message on unused caught errors
(<a
href="https://github.com/eslint/eslint/issues/18608">#18608</a>)
(Kirk Waiblinger)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9e95d2d06c0a7017417a3de4929b14d1008c63c"><code>f9e95d2</code></a>
fix: correct locations of invalid <code>/* eslint */</code> comments (<a
href="https://github.com/eslint/eslint/issues/18593">#18593</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a>
docs: Limit search to just docs (<a
href="https://github.com/eslint/eslint/issues/18627">#18627</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a>
docs: Update getting-started.md - add pnpm to init eslint config (<a
href="https://github.com/eslint/eslint/issues/18599">#18599</a>)
(Kostiantyn Ochenash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/44915bb95dfa21f946021d77b3b361e7e9b140e0"><code>44915bb</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d50db7bcb4c19c0631ab80b120249ecf155824ce"><code>d50db7b</code></a>
docs: Update vscode-eslint info (<a
href="https://github.com/eslint/eslint/issues/18595">#18595</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.6.0 (<a
href="https://github.com/eslint/eslint/issues/18632">#18632</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a>
refactor: Use language.visitorKeys and check for non-JS SourceCode (<a
href="https://github.com/eslint/eslint/issues/18625">#18625</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a>
refactor: Return value of applyInlineConfig() (<a
href="https://github.com/eslint/eslint/issues/18623">#18623</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d2d06f7a70d9b96b125ecf2de8951bea549db4da"><code>d2d06f7</code></a>
refactor: use <code>/</code> separator when adjusting
<code>ignorePatterns</code> on Windows (<a
href="https://github.com/eslint/eslint/issues/18613">#18613</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/642197346bf02d277c2014144537aa21ab57dc59"><code>6421973</code></a>
refactor: fix disable directives for languages with 0-based lines (<a
href="https://github.com/eslint/eslint/issues/18605">#18605</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0a135395aca72461eb8b4c6f0866290bcf59916e"><code>0a13539</code></a>
refactor: Allow optional methods for languages (<a
href="https://github.com/eslint/eslint/issues/18604">#18604</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c7ddee0d089e4db7be3f1a09f1a5731dd90b81b1"><code>c7ddee0</code></a>
chore: make internal-rules not being a package (<a
href="https://github.com/eslint/eslint/issues/18601">#18601</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3379164e8b0cee57caf7da34226982075ebef51a"><code>3379164</code></a>
chore: remove <code>.eslintrc.js</code> (<a
href="https://github.com/eslint/eslint/issues/18011">#18011</a>)
(唯然)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d0c3a322fbcc2f70cfcd9d5010efef721245c382"><code>d0c3a32</code></a>
chore: update knip (with webdriver-io plugin) (<a
href="https://github.com/eslint/eslint/issues/18594">#18594</a>)
(Lars Kappert)</li>
</ul>
<h2>v9.5.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d"><code>b2d256c</code></a>
feat: <code>no-sparse-arrays</code> report on &quot;comma&quot; instead
of the whole array (<a
href="https://github.com/eslint/eslint/issues/18579">#18579</a>)
(fisker Cheung)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5"><code>6880286</code></a>
fix: treat <code>*</code> as a universal pattern (<a
href="https://github.com/eslint/eslint/issues/18586">#18586</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624"><code>7fbe211</code></a>
fix: message template for all files ignored (<a
href="https://github.com/eslint/eslint/issues/18564">#18564</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911"><code>469cb36</code></a>
fix: Don't lint the same file multiple times (<a
href="https://github.com/eslint/eslint/issues/18552">#18552</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5cff638c03183204d09eb0a7a8bd2e032630db17"><code>5cff638</code></a>
fix: improve message for ignored files without a matching config (<a
href="https://github.com/eslint/eslint/issues/18404">#18404</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe"><code>455f7fd</code></a>
docs: add section about including <code>.gitignore</code> files (<a
href="https://github.com/eslint/eslint/issues/18590">#18590</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0"><code>721eafe</code></a>
docs: update info about universal <code>files</code> patterns (<a
href="https://github.com/eslint/eslint/issues/18587">#18587</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1"><code>8127127</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874"><code>55c2a66</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121"><code>eb76282</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2"><code>ff6e96e</code></a>
docs: <code>baseConfig</code> and <code>overrideConfig</code> can be
arrays (<a
href="https://github.com/eslint/eslint/issues/18571">#18571</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20"><code>d2d83e0</code></a>
docs: Add mention of eslint-transforms to v9 migration guide (<a
href="https://github.com/eslint/eslint/issues/18566">#18566</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7"><code>9ce6832</code></a>
docs: add callout box for unintuitive behavior (<a
href="https://github.com/eslint/eslint/issues/18567">#18567</a>)
(Ben McCann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01"><code>b8db99c</code></a>
docs: Add VS Code info to config migration guide (<a
href="https://github.com/eslint/eslint/issues/18555">#18555</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3"><code>518a35c</code></a>
docs: Mention config migrator (<a
href="https://github.com/eslint/eslint/issues/18561">#18561</a>)
(Nicholas C. Zakas)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.6.0 - June 28, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.6.0 (<a
href="https://github.com/eslint/eslint/issues/18632">#18632</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a>
fix: Allow escaping characters in config patterns on Windows (<a
href="https://github.com/eslint/eslint/issues/18628">#18628</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a>
docs: Limit search to just docs (<a
href="https://github.com/eslint/eslint/issues/18627">#18627</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a>
refactor: Use language.visitorKeys and check for non-JS SourceCode (<a
href="https://github.com/eslint/eslint/issues/18625">#18625</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a>
feat: Implement feature flags (<a
href="https://github.com/eslint/eslint/issues/18516">#18516</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a>
refactor: Return value of applyInlineConfig() (<a
href="https://github.com/eslint/eslint/issues/18623">#18623</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a>
docs: Update getting-started.md - add pnpm to init eslint config (<a
href="https://github.com/eslint/eslint/issues/18599">#18599</a>)
(Kostiantyn Ochenash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/44915bb95dfa21f946021d77b3b361e7e9b140e0"><code>44915bb</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d2d06f7a70d9b96b125ecf2de8951bea549db4da"><code>d2d06f7</code></a>
refactor: use <code>/</code> separator when adjusting
<code>ignorePatterns</code> on Windows (<a
href="https://github.com/eslint/eslint/issues/18613">#18613</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/21d3766c3f4efd981d3cc294c2c82c8014815e6e"><code>21d3766</code></a>
fix: <code>no-unused-vars</code> include caught errors pattern in report
message (<a
href="https://github.com/eslint/eslint/issues/18609">#18609</a>)
(Kirk Waiblinger)</li>
<li><a
href="https://github.com/eslint/eslint/commit/642197346bf02d277c2014144537aa21ab57dc59"><code>6421973</code></a>
refactor: fix disable directives for languages with 0-based lines (<a
href="https://github.com/eslint/eslint/issues/18605">#18605</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d7a7736937981befc5dfd68ce512f1a6ebf93e68"><code>d7a7736</code></a>
fix: improve <code>no-unused-vars</code> message on unused caught errors
(<a
href="https://github.com/eslint/eslint/issues/18608">#18608</a>)
(Kirk Waiblinger)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0a135395aca72461eb8b4c6f0866290bcf59916e"><code>0a13539</code></a>
refactor: Allow optional methods for languages (<a
href="https://github.com/eslint/eslint/issues/18604">#18604</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9e95d2d06c0a7017417a3de4929b14d1008c63c"><code>f9e95d2</code></a>
fix: correct locations of invalid <code>/* eslint */</code> comments (<a
href="https://github.com/eslint/eslint/issues/18593">#18593</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8824aa1469ffc572c5e5c1765d1b6da113dfba19"><code>8824aa1</code></a>
feat: add <code>ecmaVersion: 2025</code>, parsing duplicate named
capturing groups (<a
href="https://github.com/eslint/eslint/issues/18596">#18596</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c7ddee0d089e4db7be3f1a09f1a5731dd90b81b1"><code>c7ddee0</code></a>
chore: make internal-rules not being a package (<a
href="https://github.com/eslint/eslint/issues/18601">#18601</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3379164e8b0cee57caf7da34226982075ebef51a"><code>3379164</code></a>
chore: remove <code>.eslintrc.js</code> (<a
href="https://github.com/eslint/eslint/issues/18011">#18011</a>)
(唯然)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d0c3a322fbcc2f70cfcd9d5010efef721245c382"><code>d0c3a32</code></a>
chore: update knip (with webdriver-io plugin) (<a
href="https://github.com/eslint/eslint/issues/18594">#18594</a>)
(Lars Kappert)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d50db7bcb4c19c0631ab80b120249ecf155824ce"><code>d50db7b</code></a>
docs: Update vscode-eslint info (<a
href="https://github.com/eslint/eslint/issues/18595">#18595</a>)
(Nicholas C. Zakas)</li>
</ul>
<p>v9.5.0 - June 14, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/f588160c2f9996c9c62b787f1fe678f71740ec43"><code>f588160</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.5.0 (<a
href="https://github.com/eslint/eslint/issues/18591">#18591</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/58908415c3e9e7924d39a2ff96573f7677ddb806"><code>5890841</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe"><code>455f7fd</code></a>
docs: add section about including <code>.gitignore</code> files (<a
href="https://github.com/eslint/eslint/issues/18590">#18590</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e9f4ccd8a182801e08d96d4246df10246ea82a58"><code>e9f4ccd</code></a>
chore: remove unused eslint-disable directive (<a
href="https://github.com/eslint/eslint/issues/18589">#18589</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0"><code>721eafe</code></a>
docs: update info about universal <code>files</code> patterns (<a
href="https://github.com/eslint/eslint/issues/18587">#18587</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4b23ffd6454cfb1a269430f5fe28e7d1c37b9d3e"><code>4b23ffd</code></a>
refactor: Move JS parsing logic into JS language (<a
href="https://github.com/eslint/eslint/issues/18448">#18448</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5"><code>6880286</code></a>
fix: treat <code>*</code> as a universal pattern (<a
href="https://github.com/eslint/eslint/issues/18586">#18586</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1"><code>8127127</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d"><code>b2d256c</code></a>
feat: <code>no-sparse-arrays</code> report on &quot;comma&quot; instead
of the whole array (<a
href="https://github.com/eslint/eslint/issues/18579">#18579</a>)
(fisker Cheung)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1495b93d6fac4d7b6c9efa24c46b613f47feb1d4"><code>1495b93</code></a>
chore: update WebdriverIO packages (<a
href="https://github.com/eslint/eslint/issues/18558">#18558</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cea7ede4618d789180d37ee12a57939b30a5c4ee"><code>cea7ede</code></a>
chore: add website donate link instead of opencollective (<a
href="https://github.com/eslint/eslint/issues/18582">#18582</a>)
(Strek)</li>
<li><a
href="https://github.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874"><code>55c2a66</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121"><code>eb76282</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2"><code>ff6e96e</code></a>
docs: <code>baseConfig</code> and <code>overrideConfig</code> can be
arrays (<a
href="https://github.com/eslint/eslint/issues/18571">#18571</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624"><code>7fbe211</code></a>
fix: message template for all files ignored (<a
href="https://github.com/eslint/eslint/issues/18564">#18564</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ec948803c99ab1b001f093c7a2c412945fbb385f"><code>ec94880</code></a>
chore: package.json update for eslint-config-eslint release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20"><code>d2d83e0</code></a>
docs: Add mention of eslint-transforms to v9 migration guide (<a
href="https://github.com/eslint/eslint/issues/18566">#18566</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/69125865b058c08ded162d4395d606dd22acb77d"><code>6912586</code></a>
chore: extract formatting rules into separate config (<a
href="https://github.com/eslint/eslint/issues/18560">#18560</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7"><code>9ce6832</code></a>
docs: add callout box for unintuitive behavior (<a
href="https://github.com/eslint/eslint/issues/18567">#18567</a>)
(Ben McCann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01"><code>b8db99c</code></a>
docs: Add VS Code info to config migration guide (<a
href="https://github.com/eslint/eslint/issues/18555">#18555</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3"><code>518a35c</code></a>
docs: Mention config migrator (<a
href="https://github.com/eslint/eslint/issues/18561">#18561</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911"><code>469cb36</code></a>
fix: Don't lint the same file multiple times (<a
href="https://github.com/eslint/eslint/issues/18552">#18552</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9738f7e9dee49a9a3a7b8bfce87eb236ede6f572"><code>9738f7e</code></a>
ci: fix CLI flags for c8, raise thresholds (<a
href="https://github.com/eslint/eslint/issues/18554">#18554</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/eb440fcf16bd2f62d58b7aa9bbaf546cd94e9918"><code>eb440fc</code></a>
docs: specifying files with arbitrary or no extension (<a
href="https://github.com/eslint/eslint/issues/18539">#18539</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/38c159e7dda812ce6dfdbf8c5b78db7cdd676c62"><code>38c159e</code></a>
docs: Provide example of reading package.json for plugins meta (<a
href="https://github.com/eslint/eslint/issues/18530">#18530</a>)
(Nicholas C. Zakas)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/473d1bb7c3dfcf629ac048ca811f4b5eef04a692"><code>473d1bb</code></a>
9.6.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/f435566baf7b3eaddb7955cb1aff7648dd308a7e"><code>f435566</code></a>
Build: changelog update for 9.6.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.6.0 (<a
href="https://github.com/eslint/eslint/issues/18632">#18632</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a>
fix: Allow escaping characters in config patterns on Windows (<a
href="https://github.com/eslint/eslint/issues/18628">#18628</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a>
docs: Limit search to just docs (<a
href="https://github.com/eslint/eslint/issues/18627">#18627</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a>
refactor: Use language.visitorKeys and check for non-JS SourceCode (<a
href="https://github.com/eslint/eslint/issues/18625">#18625</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a>
feat: Implement feature flags (<a
href="https://github.com/eslint/eslint/issues/18516">#18516</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a>
refactor: Return value of applyInlineConfig() (<a
href="https://github.com/eslint/eslint/issues/18623">#18623</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a>
docs: Update getting-started.md - add pnpm to init eslint config (<a
href="https://github.com/eslint/eslint/issues/18599">#18599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.4.0...v9.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `globals` from 15.3.0 to 15.7.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.7.0</h2>
<ul>
<li>Update globals (<a
href="https://github.com/sindresorhus/globals/issues/255">#255</a>)
f017b0f</li>
</ul>
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.6.0...v15.7.0">https://github.com/sindresorhus/globals/compare/v15.6.0...v15.7.0</a></p>
<h2>v15.6.0</h2>
<ul>
<li>Add Chai globals (<a
href="https://github.com/sindresorhus/globals/issues/247">#247</a>)
9b0c591</li>
</ul>
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.5.0...v15.6.0">https://github.com/sindresorhus/globals/compare/v15.5.0...v15.6.0</a></p>
<h2>v15.5.0</h2>
<ul>
<li>Update globals (<a
href="https://github.com/sindresorhus/globals/issues/254">#254</a>)
19ea4cf</li>
</ul>
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.4.0...v15.5.0">https://github.com/sindresorhus/globals/compare/v15.4.0...v15.5.0</a></p>
<h2>v15.4.0</h2>
<ul>
<li>Add globals for every yearly es versions (<a
href="https://github.com/sindresorhus/globals/issues/252">#252</a>)
45c1b17</li>
</ul>
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.3.0...v15.4.0">https://github.com/sindresorhus/globals/compare/v15.3.0...v15.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/globals/commit/a20894b9b2f95176ae1e32aab46ed542d8ef3214"><code>a20894b</code></a>
15.7.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/f017b0f401542a46cd57f7bea29813ad09dac074"><code>f017b0f</code></a>
Update (<a
href="https://github.com/sindresorhus/globals/issues/255">#255</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/5261dd91292dd48e1d7eb2f36f680c970d6d0a1a"><code>5261dd9</code></a>
15.6.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/9b0c591f6fd7d8028f0d46e4ec36dcf6628f40c5"><code>9b0c591</code></a>
Add Chai globals (<a
href="https://github.com/sindresorhus/globals/issues/247">#247</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/d4082e22e522ffde7b3e242f6815323d00aee284"><code>d4082e2</code></a>
15.5.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/19ea4cf2797f416ab741db0628a7e5e2c9d8169b"><code>19ea4cf</code></a>
Update (<a
href="https://github.com/sindresorhus/globals/issues/254">#254</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/73ad28f8a00ea2b822ff6dabb299094da2141c35"><code>73ad28f</code></a>
Assert <code>es2024</code> is the same as <code>builtin</code> (<a
href="https://github.com/sindresorhus/globals/issues/253">#253</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/e1d566f167d71a8cd6f99c7f6ad52ddcc49d5746"><code>e1d566f</code></a>
15.4.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/45c1b17d2e6055899de159cadb5bf86270ef23ec"><code>45c1b17</code></a>
Add globals for every yearly es versions (<a
href="https://github.com/sindresorhus/globals/issues/252">#252</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/15980fd1121a510f59fc06f2ef6ae138c0042ce4"><code>15980fd</code></a>
Readme tweaks</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/globals/compare/v15.3.0...v15.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `lerna` from 8.1.3 to 8.1.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lerna/lerna/releases">lerna's
releases</a>.</em></p>
<blockquote>
<h2>v8.1.5</h2>
<h2><a
href="https://github.com/lerna/lerna/compare/v8.1.4...v8.1.5">8.1.5</a>
(2024-06-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update npm utility dependencies and related packages (<a
href="https://github.com/lerna/lerna/issues/4033">#4033</a>)
(<a
href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772">bd1c2d8</a>)</li>
</ul>
<h2>v8.1.4</h2>
<h2><a
href="https://github.com/lerna/lerna/compare/v8.1.3...v8.1.4">8.1.4</a>
(2024-06-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>specify 'dependencies: true' when prepping task runner options (<a
href="https://github.com/lerna/lerna/issues/4017">#4017</a>)
(<a
href="https://github.com/lerna/lerna/commit/244462d59008f627ca7836c490a97951a9e5dd26">244462d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/lerna/lerna/compare/v8.1.4...v8.1.5">8.1.5</a>
(2024-06-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update npm utility dependencies and related packages (<a
href="https://github.com/lerna/lerna/issues/4033">#4033</a>)
(<a
href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772">bd1c2d8</a>)</li>
</ul>
<h2><a
href="https://github.com/lerna/lerna/compare/v8.1.3...v8.1.4">8.1.4</a>
(2024-06-09)</h2>
<p><strong>Note:</strong> Version bump only for package lerna</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lerna/lerna/commit/3f91a3433fcca2c4a63a179497bbb7255cc86e16"><code>3f91a34</code></a>
chore(misc): publish 8.1.5</li>
<li><a
href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772"><code>bd1c2d8</code></a>
fix: update npm utility dependencies and related packages (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4033">#4033</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/7bd983510110d00d9c3db94fb99f74773ab75d40"><code>7bd9835</code></a>
chore(misc): publish 8.1.4</li>
<li><a
href="https://github.com/lerna/lerna/commit/65657cd234e31c671de90b12aa58d630cff28280"><code>65657cd</code></a>
chore: set corepack env vars in workflow (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4015">#4015</a>)</li>
<li>See full diff in <a
href="https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna">compare
view</a></li>
</ul>
</details>
<br />

Updates `lint-staged` from 15.2.5 to 15.2.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/okonet/lint-staged/releases">lint-staged's
releases</a>.</em></p>
<blockquote>
<h2>v15.2.7</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/pull/1440">#1440</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac"><code>a51be80</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - In
the previous version the native <code>git rev-parse
--show-toplevel</code> command was taken into use for resolving the
current git repo root. This version drops the
<code>--path-format=absolute</code> option to support earlier git
versions since it's also the default behavior. If you are still having
trouble, please try upgrading <code>git</code> to the latest
version.</li>
</ul>
<h2>v15.2.6</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/pull/1433">#1433</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4"><code>119adb2</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! -
Use native &quot;git rev-parse&quot; commands to determine git repo root
directory and the .git config directory, instead of using custom logic.
This hopefully makes path resolution more robust on non-POSIX
systems.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's
changelog</a>.</em></p>
<blockquote>
<h2>15.2.7</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/pull/1440">#1440</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac"><code>a51be80</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - In
the previous version the native <code>git rev-parse
--show-toplevel</code> command was taken into use for resolving the
current git repo root. This version drops the
<code>--path-format=absolute</code> option to support earlier git
versions since it's also the default behavior. If you are still having
trouble, please try upgrading <code>git</code> to the latest
version.</li>
</ul>
<h2>15.2.6</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/pull/1433">#1433</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4"><code>119adb2</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! -
Use native &quot;git rev-parse&quot; commands to determine git repo root
directory and the .git config directory, instead of using custom logic.
This hopefully makes path resolution more robust on non-POSIX
systems.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/87e4b30bd6ff967d391e9cf84eac8387636af7ad"><code>87e4b30</code></a>
chore(changeset): release (<a
href="https://github.com/okonet/lint-staged/issues/1441">#1441</a>)</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/a39e8291d173e2357a84abeee63638eb9182bf16"><code>a39e829</code></a>
docs: adjust changeset</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac"><code>a51be80</code></a>
fix: drop option to support earlier Git versions</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/a91d942930672fce37de639cef49949b08b522da"><code>a91d942</code></a>
chore(changeset): release</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4"><code>119adb2</code></a>
fix: use native git command to get .git directory</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/e0386dc1a9e545df49f246b0e14476ea3fb8dcb2"><code>e0386dc</code></a>
fix: use native git command to get top-level directory for repo</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/659387011754eeed818646ce594a772f3106e49a"><code>6593870</code></a>
ci: test Node.js versions against current instead of latest
dependency</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/6c226c52b6b8a28429026aee93b828c1e5775238"><code>6c226c5</code></a>
ci: add workflow for testing required Node.js semver range</li>
<li>See full diff in <a
href="https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `prettier` from 3.3.0 to 3.3.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.3.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#332">Changelog</a></p>
<h2>3.3.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.3.2</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.3.1...3.3.2">diff</a></p>
<h4>Fix handlebars path expressions starts with <code>@</code> (<a
href="https://github.com/prettier/prettier/pull/16358">#16358</a>
by <a
href="https://github.com/Princeyadav05"><code>@​Princeyadav05</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="hbs"><code>{{! Input }}
&lt;div&gt;{{@x.y.z}}&lt;/div&gt;
<p>{{! Prettier 3.3.1 }}<br />
&lt;div&gt;{{<a
href="https://github.com/x"><code>@​x</code></a>}}&lt;/div&gt;</p>
<p>{{! Prettier 3.3.2 }}<br />
&lt;div&gt;{{<a
href="https://github.com/x"><code>@​x</code></a>.y.z}}&lt;/div&gt;<br />
</code></pre></p>
<h1>3.3.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.3.0...3.3.1">diff</a></p>
<h4>Preserve empty lines in front matter (<a
href="https://github.com/prettier/prettier/pull/16347">#16347</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="markdown"><code>&lt;!-- Input --&gt;
---
foo:
  - bar1
<ul>
<li>
<p>bar2</p>
</li>
<li>
<p>bar3</p>
</li>
</ul>
<hr />
<p>Markdown</p>
<p>&lt;!-- Prettier 3.3.0 --&gt;</p>
<hr />
<p>foo:</p>
<ul>
<li>bar1</li>
<li>bar2</li>
<li>bar3</li>
</ul>
<hr />
<p>Markdown</p>
<p>&lt;!-- Prettier 3.3.1 --&gt;<br />
&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/1596a608dedac55c20bad3f1b5bfd47f961c696b"><code>1596a60</code></a>
Release 3.3.2</li>
<li><a
href="https://github.com/prettier/prettier/commit/aebcee5ea49ff0ee934ce39d26edb09cbd3f17db"><code>aebcee5</code></a>
chore(deps): update dependency esbuild to v0.21.5 (<a
href="https://github.com/prettier/prettier/issues/16379">#16379</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/57aa9287a078f0ed266e779bd00528fff2598bb2"><code>57aa928</code></a>
chore(deps): update dependency c8 to v10 (<a
href="https://github.com/prettier/prettier/issues/16380">#16380</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/c3d0b7f419f6f51876bbb1fc36b9755b8c9dcb8e"><code>c3d0b7f</code></a>
chore(deps): update typescript-eslint to v7.13.0 (<a
href="https://github.com/prettier/prettier/issues/16376">#16376</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/27c35db5e20a121aad0cc3fff7a80658b7503ea0"><code>27c35db</code></a>
chore(deps): update dependency codemirror-graphql to v2.0.12 (<a
href="https://github.com/prettier/prettier/issues/16369">#16369</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/6de325866695e23269d0d217cf73c4cc0340226e"><code>6de3258</code></a>
chore(deps): update dependency jest to v30.0.0-alpha.5 (<a
href="https://github.com/prettier/prettier/issues/16371">#16371</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/b5f983d2bb24ae78ba560c7d57c4b1753ea32cfa"><code>b5f983d</code></a>
Upgrade yarn to v4.3.0 (<a
href="https://github.com/prettier/prettier/issues/16377">#16377</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/d6f37c4109e97fdfa054d7af147e82495a18d1c7"><code>d6f37c4</code></a>
chore(deps): update dependency browserslist to v4.23.1 (<a
href="https://github.com/prettier/prettier/issues/16368">#16368</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/5055b7d39265fddae29917390c83ef28df497f23"><code>5055b7d</code></a>
chore(deps): update dependency execa to v9.2.0 (<a
href="https://github.com/prettier/prettier/issues/16372">#16372</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/f4608cc76b097a03487f00132a904dea1312c56d"><code>f4608cc</code></a>
chore(deps): update dependency cspell to v8.8.4 (<a
href="https://github.com/prettier/prettier/issues/16370">#16370</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.3.0...3.3.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript` from 5.4.5 to 5.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.5</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed
issues query for TypeScript v5.5.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed
issues query for TypeScript v5.5.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed
issues query for TypeScript v5.5.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.5 RC</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.5.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.5.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.5 Beta</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.5.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/TypeScript/commit/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a>
Update LKG</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58931">#58931</a>
(Defer creation of barebonesLibSourc...) into release-5.5 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58811">#58811</a>
(fix(58801): &quot;Move to file&quot; on globa...) into release-5.5
(#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a>
Bump version to 5.5.2 and LKG</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58895">#58895</a>
(Fix global when typescript.js loade...) into release-5.5 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58872">#58872</a>
(Fix declaration emit crash) into release-5.5 (<a
href="https://github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58810">#58810</a>
(Fixed declaration emit issue relate...) into release-5.5 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58786">#58786</a>
(Fixed declaration emit crash relate...) into release-5.5 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/39c9eebf1707b194b525a4c471b8b6bfe3f52642"><code>39c9eeb</code></a>
Pick <a
href="https://github.com/Microsoft/TypeScript/issues/58857">#58857</a>
to release-5.5 (<a
href="https://github.com/Microsoft/TypeScript/issues/58858">#58858</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/2b0009c6790d66bbc943fc3975eb8bc9e8dec83f"><code>2b0009c</code></a>
🤖 Pick PR <a
href="https://github.com/Microsoft/TypeScript/issues/58846">#58846</a>
(Ensure the updates with crashes rev...) into release-5.5 (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `selenium-webdriver` from 4.21.0 to 4.22.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.22.0</h2>
<h2>Detailed Changelogs by Component</h2>
<p><!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriver</a></strong>
<!-- raw HTML omitted --></p>
<h2>What's Changed</h2>
<ul>
<li>[dotnet] change source of navigation alias by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/13960">SeleniumHQ/selenium#13960</a></li>
<li>[rust] Include mixed output (INFO, WARN, DEBUG, etc. to stderr and
minimal JSON to stdout) by <a
href="https://github.com/bonigarcia"><code>@​bonigarcia</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/13414">SeleniumHQ/selenium#13414</a></li>
<li>Add <code>selenium-manager</code> executables to python manifest by
<a href="https://github.com/yuzawa-san"><code>@​yuzawa-san</code></a> in
<a
href="https://github.com/SeleniumHQ/selenium/pull/13998">SeleniumHQ/selenium#13998</a></li>
<li>[java][bidi] Remove non-relevant annotations by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14013">SeleniumHQ/selenium#14013</a></li>
<li>[java] Add convenience for enabling BiDi by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14029">SeleniumHQ/selenium#14029</a></li>
<li>14034: Eliminate assumption of mutable list argument in
SeleniumManager.getBinaryPaths() by <a
href="https://github.com/sbabcoc"><code>@​sbabcoc</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14036">SeleniumHQ/selenium#14036</a></li>
<li>14035: Add 'toJson' method to produce expected serialization by <a
href="https://github.com/sbabcoc"><code>@​sbabcoc</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14038">SeleniumHQ/selenium#14038</a></li>
<li>[js] Trying to fix JS nightly by <a
href="https://github.com/diemol"><code>@​diemol</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14048">SeleniumHQ/selenium#14048</a></li>
<li>Notify nightly failures by <a
href="https://github.com/diemol"><code>@​diemol</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14049">SeleniumHQ/selenium#14049</a></li>
<li>[rb] manage bidi instance on the bridge not the driver by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14071">SeleniumHQ/selenium#14071</a></li>
<li>Fix EOFError when calling the Remote WebDriver download_file method
by <a href="https://github.com/millin"><code>@​millin</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14031">SeleniumHQ/selenium#14031</a></li>
<li>[rb] Expand RBS typing support by replacing untypes with precise
typing by <a href="https://github.com/aguspe"><code>@​aguspe</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/13709">SeleniumHQ/selenium#13709</a></li>
<li>[rb] Implement High Level Logging API with BiDi by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14073">SeleniumHQ/selenium#14073</a></li>
<li>[rb] Add <code>logger</code> gem as a runtime dependency by <a
href="https://github.com/Earlopain"><code>@​Earlopain</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14082">SeleniumHQ/selenium#14082</a></li>
<li>[build] Add Bazel bidi flag by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14083">SeleniumHQ/selenium#14083</a></li>
<li>[rb] implement toggle for BiDi and Classic implementations by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14092">SeleniumHQ/selenium#14092</a></li>
<li>[dotnet] add asynchronous methods to Navigation class by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14051">SeleniumHQ/selenium#14051</a></li>
<li>[py] Add low-level sync API to use DevTools by <a
href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/13977">SeleniumHQ/selenium#13977</a></li>
<li>[bidi][js] Add types for user prompt related events by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14097">SeleniumHQ/selenium#14097</a></li>
<li>[build] update rules_dotnet to 0.15.1 by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14096">SeleniumHQ/selenium#14096</a></li>
<li>[rust] Use pure Rust implementation for which command by <a
href="https://github.com/bonigarcia"><code>@​bonigarcia</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14114">SeleniumHQ/selenium#14114</a></li>
<li>[rust] Enable Firefox nightly for linux on arm64 by <a
href="https://github.com/bgermann"><code>@​bgermann</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14099">SeleniumHQ/selenium#14099</a></li>
<li>Add preference to enable CDP in Firefox by default by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14091">SeleniumHQ/selenium#14091</a></li>
<li>[bazel + js]: Get small js tests running on the rbe by <a
href="https://github.com/shs96c"><code>@​shs96c</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14123">SeleniumHQ/selenium#14123</a></li>
<li>[bidi][js] Add callback handlers for logging APIs by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14120">SeleniumHQ/selenium#14120</a></li>
<li>Update bazel and its dependencies by <a
href="https://github.com/shs96c"><code>@​shs96c</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14129">SeleniumHQ/selenium#14129</a></li>
<li>Updating Firefox AddOns for Testing by <a
href="https://github.com/diemol"><code>@​diemol</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/13999">SeleniumHQ/selenium#13999</a></li>
<li>fixed docs api url in README.md for selenium-webdriver npm package
by <a
href="https://github.com/3dprogramin"><code>@​3dprogramin</code></a> in
<a
href="https://github.com/SeleniumHQ/selenium/pull/14138">SeleniumHQ/selenium#14138</a></li>
<li>[py] Implement High Level Logging API with BiDi by <a
href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14107">SeleniumHQ/selenium#14107</a></li>
<li>[rb] Adds support for the w3c silent option for the ruby library by
<a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14152">SeleniumHQ/selenium#14152</a></li>
<li>[java][grid]: video file name set independently in dynamic grid via
se:videoName by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14148">SeleniumHQ/selenium#14148</a></li>
<li>[bidi][js] Add high-level logging API by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14135">SeleniumHQ/selenium#14135</a></li>
<li>[js] Fix locate nodes BiDi test by <a
href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14140">SeleniumHQ/selenium#14140</a></li>
<li>[py] remove desired capabilities argument for Webkitgtk by <a
href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in
<a
href="https://github.com/SeleniumHQ/selenium/pull/14128">SeleniumHQ/selenium#14128</a></li>
<li>[build] create a stage release workflow for after the pre-release PR
by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://github.com/SeleniumHQ/selenium/pull/14122">SeleniumHQ/selenium#14122</a></li>
<li>EdgeOptions.useWebView to return &quot;this&quot; by <a
href="https://github.com/vlad8x8"><code>@​vlad8x8</code></a> in <a
href="https://github.com/SeleniumHQ/selenium/pull/14157">SeleniumHQ/selenium#14157</a></li>
<li>[java] minor performance improvements and code cleanup by <a
href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in
<a
href="https://github.com/SeleniumHQ/selenium/pull/14054">SeleniumHQ/selenium#14054</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/yuzawa-san"><code>@​yuzawa-san</code></a> made
their first contribution in <a
href="https://github.com/SeleniumHQ/selenium/pull/13998">SeleniumHQ/selenium#13998</a></li>
<li><a href="https://github.com/millin"><code>@​millin</code></a> made
their first contribution in <a
href="https://github.com/SeleniumHQ/selenium/pull/14031">SeleniumHQ/selenium#14031</a></li>
<li><a href="https://github.com/bgermann"><code>@​bgermann</code></a>
made their first contribution in <a
href="https://github.com/SeleniumHQ/selenium/pull/14099">SeleniumHQ/selenium#14099</a></li>
<li><a
href="https://github.com/3dprogramin"><code>@​3dprogramin</code></a>
made their first contribution in <a
href="https://github.com/SeleniumHQ/selenium/pull/14138">SeleniumHQ/selenium#14138</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/c5f314670396b04e92b32500bd6e0dfac31e841f"><code>c5f3146</code></a>
[build] Prepare for release of Selenium 4.22.0 (<a
href="https://github.com/SeleniumHQ/selenium/issues/14163">#14163</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/2a7ddf1fdeb724bb5f4bd6cd64867894aa485add"><code>2a7ddf1</code></a>
[java] use java.nio to check files <a
href="https://github.com/SeleniumHQ/selenium/issues/14088">#14088</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/00c4f60eb1602c7bbc1340c9ad56ca4f9d4ef51f"><code>00c4f60</code></a>
[build] create github workflow for updating documentation</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/6704db0535b1f11ba15b242cb2a6a96f704b4b8f"><code>6704db0</code></a>
[java] minor performance improvements and code cleanup (<a
href="https://github.com/SeleniumHQ/selenium/issues/14054">#14054</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/aca918be3c33a869959eeff3c25c352f77ca4f8c"><code>aca918b</code></a>
EdgeOptions.useWebView to return &quot;this&quot; (<a
href="https://github.com/SeleniumHQ/selenium/issues/14157">#14157</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0814580fbba02480f893e17a9f9414b34c1e34fd"><code>0814580</code></a>
[build] create a stage release workflow for after the pre-release PR (<a
href="https://github.com/SeleniumHQ/selenium/issues/14122">#14122</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/8b567118737a5d0466a23077249e6f4c74f3b695"><code>8b56711</code></a>
[py] remove desired capabilities argument for Webkitgtk (<a
href="https://github.com/SeleniumHQ/selenium/issues/14128">#14128</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/078ff3b4baf4a3c68d38a55fdb5c1cb0b34b4b96"><code>078ff3b</code></a>
[js] Fix locate nodes BiDi test (<a
href="https://github.com/SeleniumHQ/selenium/issues/14140">#14140</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f8db820e734a1c0f37bc11a5aea193527ed850af"><code>f8db820</code></a>
[rb] remove guards from test for fixed edge bug</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/8960ff01ce184cfd753043ebabe831c0103dc388"><code>8960ff0</code></a>
[bidi][js] Add high-level logging API (<a
href="https://github.com/SeleniumHQ/selenium/issues/14135">#14135</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.21.0...selenium-4.22.0">compare
view</a></li>
</ul>
</details>
<br />

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

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

Updates `mocha` from 10.4.0 to 10.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mochajs/mocha/releases">mocha's
releases</a>.</em></p>
<blockquote>
<h2>v10.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: better tracking of seen objects in error serialization by <a
href="https://github.com/sam-super"><code>@​sam-super</code></a> in <a
href="https://github.com/mochajs/mocha/pull/5032">mochajs/mocha#5032</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sam-super"><code>@​sam-super</code></a>
made their first contribution in <a
href="https://github.com/mochajs/mocha/pull/5032">mochajs/mocha#5032</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mochajs/mocha/compare/v10.5.1...v10.5.2">https://github.com/mochajs/mocha/compare/v10.5.1...v10.5.2</a></p>
<h2>v10.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: Add error handling for nonexistent file case with --file option
by <a href="https://github.com/khoaHyh"><code>@​khoaHyh</code></a> in <a
href="https://github.com/mochajs/mocha/pull/5086">mochajs/mocha#5086</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/khoaHyh"><code>@​khoaHyh</code></a> made
their first contribution in <a
href="https://github.com/mochajs/mocha/pull/5086">mochajs/mocha#5086</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mochajs/mocha/compare/v10.5.0...v10.5.1">https://github.com/mochajs/moc…
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 0997735 commit 6806726
Show file tree
Hide file tree
Showing 3 changed files with 1,714 additions and 2,401 deletions.
Loading

0 comments on commit 6806726

Please sign in to comment.