Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump the test-dependencies group with 2 updates (#11444
) Bumps the test-dependencies group with 2 updates: [chai](https://github.com/chaijs/chai) and [mocha](https://github.com/mochajs/mocha). Updates `chai` from 5.1.2 to 5.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chaijs/chai/releases">chai's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix: ability to register more plugins inside a plugin by <a href="https://github.com/tpluscode"><code>@tpluscode</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1639">chaijs/chai#1639</a></li> <li>chore: bump playwright to fix CI by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1663">chaijs/chai#1663</a></li> <li>chore: introduce prettier and run it by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1660">chaijs/chai#1660</a></li> <li>chore: drop old CJS entrypoints by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1662">chaijs/chai#1662</a></li> <li>chore: enable eslint recommended config by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1659">chaijs/chai#1659</a></li> <li>Integrated <code>chai-subset</code> and added assert-based negation to containSubset by <a href="https://github.com/BreadInvasion"><code>@BreadInvasion</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1664">chaijs/chai#1664</a></li> <li>Add coverage check to tests by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1669">chaijs/chai#1669</a></li> <li>fix floating point precision in closeTo assertion by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1667">chaijs/chai#1667</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tpluscode"><code>@tpluscode</code></a> made their first contribution in <a href="https://redirect.github.com/chaijs/chai/pull/1639">chaijs/chai#1639</a></li> <li><a href="https://github.com/BreadInvasion"><code>@BreadInvasion</code></a> made their first contribution in <a href="https://redirect.github.com/chaijs/chai/pull/1664">chaijs/chai#1664</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chaijs/chai/compare/v5.1.2...v5.2.0">https://github.com/chaijs/chai/compare/v5.1.2...v5.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chaijs/chai/commit/93409cd3f7975f67cae95c780c81a056eed364ac"><code>93409cd</code></a> fix floating point precision in closeTo assertion (<a href="https://redirect.github.com/chaijs/chai/issues/1667">#1667</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/25bcaab31369f437325d539f8942cb68407b927b"><code>25bcaab</code></a> Add coverage check to tests (<a href="https://redirect.github.com/chaijs/chai/issues/1669">#1669</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/da2e1093b1943bdfe6024d1737d3cd1a7d0a1bb4"><code>da2e109</code></a> feat: integrated <code>chai-subset</code> and added assert-based negation to containSubs...</li> <li><a href="https://github.com/chaijs/chai/commit/d044441fdf92e7ab0a889100e4f5b4a8653891ba"><code>d044441</code></a> chore: enable eslint recommended config (<a href="https://redirect.github.com/chaijs/chai/issues/1659">#1659</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/0fa4061e217a5ecfa4dac83987d3edfab4bb15f6"><code>0fa4061</code></a> chore: drop old CJS entrypoints (<a href="https://redirect.github.com/chaijs/chai/issues/1662">#1662</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/6d8d7276971fa138ffa21b1c10b7236e0fd45f2f"><code>6d8d727</code></a> chore: introduce prettier and run it (<a href="https://redirect.github.com/chaijs/chai/issues/1660">#1660</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/c8dcd06ae19fb1c45d54762041f2eba4b1782a21"><code>c8dcd06</code></a> chore: bump playwright to fix CI (<a href="https://redirect.github.com/chaijs/chai/issues/1663">#1663</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/3bc02eee4612a5245a675e656340e21813a7be4c"><code>3bc02ee</code></a> fix: ability to register more plugins inside a plugin (<a href="https://redirect.github.com/chaijs/chai/issues/1639">#1639</a>)</li> <li>See full diff in <a href="https://github.com/chaijs/chai/compare/v5.1.2...v5.2.0">compare view</a></li> </ul> </details> <br /> Updates `mocha` from 10.4.0 to 11.1.0 <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>v11.1.0</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.2...v11.1.0">11.1.0</a> (2025-01-02)</h2> <h3>🌟 Features</h3> <ul> <li>bump yargs to 17 (<a href="https://redirect.github.com/mochajs/mocha/issues/5165">#5165</a>) (<a href="https://github.com/mochajs/mocha/commit/8f1c8d888b0104afcd95ca55a517320399755749">8f1c8d8</a>)</li> </ul> <h2>v11.0.2</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.1...v11.0.2">11.0.2</a> (2024-12-09)</h2> <h3>🩹 Fixes</h3> <ul> <li>catch exceptions setting Error.stackTraceLimit (<a href="https://redirect.github.com/mochajs/mocha/issues/5254">#5254</a>) (<a href="https://github.com/mochajs/mocha/commit/259f8f8ba5709b5d84fa66e17cd10560a11f45c9">259f8f8</a>)</li> <li>error handling for unexpected numeric arguments passed to cli (<a href="https://redirect.github.com/mochajs/mocha/issues/5263">#5263</a>) (<a href="https://github.com/mochajs/mocha/commit/210d658678a2ec3b6f85c59d4b300b4722671099">210d658</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>correct outdated <code>status: accepting prs</code> link (<a href="https://redirect.github.com/mochajs/mocha/issues/5268">#5268</a>) (<a href="https://github.com/mochajs/mocha/commit/f729cd09b61bb598409f19b3c76b9e9536812237">f729cd0</a>)</li> <li>replace "New in" with "Since" in version annotations (<a href="https://redirect.github.com/mochajs/mocha/issues/5262">#5262</a>) (<a href="https://github.com/mochajs/mocha/commit/6f10d12c6c6dfa4df7d5221a3ce688f687aaf320">6f10d12</a>)</li> </ul> <h2>v11.0.1</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-12-02)</h2> <h3>🌟 Features</h3> <ul> <li>bumped glob dependency from 8 to 10 (<a href="https://redirect.github.com/mochajs/mocha/issues/5250">#5250</a>) (<a href="https://github.com/mochajs/mocha/commit/43c3157c6ef4f2d4bfecf3ad3a42479fd64187b8">43c3157</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>fix examples for <code>linkPartialObjects</code> methods (<a href="https://redirect.github.com/mochajs/mocha/issues/5255">#5255</a>) (<a href="https://github.com/mochajs/mocha/commit/34e0e52e047a9119aeae9cb5b660a8438656a1e0">34e0e52</a>)</li> </ul> <h2>v11.0.0 Prerelease</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.0">11.0.0</a> (2024-11-11)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>adapt new engine range for Mocha 11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5216">#5216</a>)</li> </ul> <h3>🌟 Features</h3> <ul> <li>allow calling hook methods (<a href="https://redirect.github.com/mochajs/mocha/issues/5231">#5231</a>) (<a href="https://github.com/mochajs/mocha/commit/e3da641b08bed20f12df524fc64cb9579f980c1e">e3da641</a>)</li> </ul> <h3>🩹 Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/blob/main/CHANGELOG.md">mocha's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.2...v11.1.0">11.1.0</a> (2025-01-02)</h2> <h3>🌟 Features</h3> <ul> <li>bump yargs to 17 (<a href="https://redirect.github.com/mochajs/mocha/issues/5165">#5165</a>) (<a href="https://github.com/mochajs/mocha/commit/8f1c8d888b0104afcd95ca55a517320399755749">8f1c8d8</a>)</li> <li>replace <code>strip-ansi</code> with <code>util.stripVTControlCharacters</code> (<a href="https://redirect.github.com/mochajs/mocha/issues/5267">#5267</a>) (<a href="https://github.com/mochajs/mocha/commit/3c191c05d9db1e99aec9b600edac2ce10a6b6d71">3c191c0</a>), closes <a href="https://redirect.github.com/mochajs/mocha/issues/5265">#5265</a></li> </ul> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.1...v11.0.2">11.0.2</a> (2024-12-09)</h2> <h3>🩹 Fixes</h3> <ul> <li>catch exceptions setting Error.stackTraceLimit (<a href="https://redirect.github.com/mochajs/mocha/issues/5254">#5254</a>) (<a href="https://github.com/mochajs/mocha/commit/259f8f8ba5709b5d84fa66e17cd10560a11f45c9">259f8f8</a>)</li> <li>error handling for unexpected numeric arguments passed to cli (<a href="https://redirect.github.com/mochajs/mocha/issues/5263">#5263</a>) (<a href="https://github.com/mochajs/mocha/commit/210d658678a2ec3b6f85c59d4b300b4722671099">210d658</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>correct outdated <code>status: accepting prs</code> link (<a href="https://redirect.github.com/mochajs/mocha/issues/5268">#5268</a>) (<a href="https://github.com/mochajs/mocha/commit/f729cd09b61bb598409f19b3c76b9e9536812237">f729cd0</a>)</li> <li>replace "New in" with "Since" in version annotations (<a href="https://redirect.github.com/mochajs/mocha/issues/5262">#5262</a>) (<a href="https://github.com/mochajs/mocha/commit/6f10d12c6c6dfa4df7d5221a3ce688f687aaf320">6f10d12</a>)</li> </ul> <h2><a href="https://github.com/mochajs/mocha/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-12-02)</h2> <h3>🌟 Features</h3> <ul> <li>bumped glob dependency from 8 to 10 (<a href="https://redirect.github.com/mochajs/mocha/issues/5250">#5250</a>) (<a href="https://github.com/mochajs/mocha/commit/43c3157c6ef4f2d4bfecf3ad3a42479fd64187b8">43c3157</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>fix examples for <code>linkPartialObjects</code> methods (<a href="https://redirect.github.com/mochajs/mocha/issues/5255">#5255</a>) (<a href="https://github.com/mochajs/mocha/commit/34e0e52e047a9119aeae9cb5b660a8438656a1e0">34e0e52</a>)</li> </ul> <h2><a href="https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.0">11.0.0</a> (2024-11-11)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>adapt new engine range for Mocha 11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5216">#5216</a>)</li> </ul> <h3>🌟 Features</h3> <ul> <li>allow calling hook methods (<a href="https://redirect.github.com/mochajs/mocha/issues/5231">#5231</a>) (<a href="https://github.com/mochajs/mocha/commit/e3da641b08bed20f12df524fc64cb9579f980c1e">e3da641</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>adapt new engine range for Mocha 11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5216">#5216</a>) (<a href="https://github.com/mochajs/mocha/commit/80da25a4132ca50d3ad35087cb62c9b0f8fc946a">80da25a</a>)</li> </ul> <h3>📚 Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/a87fb1130a877649e564e144a73b1716b6296cbd"><code>a87fb11</code></a> chore(main): release 11.1.0 (<a href="https://redirect.github.com/mochajs/mocha/issues/5277">#5277</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/3c191c05d9db1e99aec9b600edac2ce10a6b6d71"><code>3c191c0</code></a> feat: replace <code>strip-ansi</code> with <code>util.stripVTControlCharacters</code> (<a href="https://redirect.github.com/mochajs/mocha/issues/5267">#5267</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8f1c8d888b0104afcd95ca55a517320399755749"><code>8f1c8d8</code></a> feat: bump yargs to 17 (<a href="https://redirect.github.com/mochajs/mocha/issues/5165">#5165</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/6caa9026eb120b136dc8210614b31310f8bff83b"><code>6caa902</code></a> chore(main): release 11.0.2 (<a href="https://redirect.github.com/mochajs/mocha/issues/5269">#5269</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/259f8f8ba5709b5d84fa66e17cd10560a11f45c9"><code>259f8f8</code></a> fix: catch exceptions setting Error.stackTraceLimit (<a href="https://redirect.github.com/mochajs/mocha/issues/5254">#5254</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/210d658678a2ec3b6f85c59d4b300b4722671099"><code>210d658</code></a> fix: error handling for unexpected numeric arguments passed to cli (<a href="https://redirect.github.com/mochajs/mocha/issues/5263">#5263</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/6f10d12c6c6dfa4df7d5221a3ce688f687aaf320"><code>6f10d12</code></a> docs: replace "New in" with "Since" in version annotations (<a href="https://redirect.github.com/mochajs/mocha/issues/5262">#5262</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/f729cd09b61bb598409f19b3c76b9e9536812237"><code>f729cd0</code></a> docs: correct outdated <code>status: accepting prs</code> link (<a href="https://redirect.github.com/mochajs/mocha/issues/5268">#5268</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/4c558fb83ca5d7e260961b1ebfddcd377017a608"><code>4c558fb</code></a> chore(main): release 11.0.1 (<a href="https://redirect.github.com/mochajs/mocha/issues/5257">#5257</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/a5bd707301006a318f8fea205545d8779a1c94c5"><code>a5bd707</code></a> Release v11.0.1</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v10.4.0...v11.1.0">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