Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies(dependabot): bump mocha and @types/mocha (#107)
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.2.0 to 10.7.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>v10.7.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add option to not fail on failing test suite by <a href="https://github.com/ilgonmic"><code>@ilgonmic</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/4771">mochajs/mocha#4771</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ilgonmic"><code>@ilgonmic</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/4771">mochajs/mocha#4771</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mochajs/mocha/compare/v10.6.1...v10.7.0">https://github.com/mochajs/mocha/compare/v10.6.1...v10.7.0</a></p> <h2>v10.6.1</h2> <h2>What's Changed</h2> <ul> <li>fix: do not exit when only unref'd timer is present in test code by <a href="https://github.com/boneskull"><code>@boneskull</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/3825">mochajs/mocha#3825</a></li> <li>fix: support canonical module by <a href="https://github.com/JacobLey"><code>@JacobLey</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5040">mochajs/mocha#5040</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mochajs/mocha/compare/v10.6.0...v10.6.1">https://github.com/mochajs/mocha/compare/v10.6.0...v10.6.1</a></p> <h2>v10.6.0</h2> <h2>What's Changed</h2> <ul> <li>feat: allow ^ versions for character encoding packages by <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5150">mochajs/mocha#5150</a></li> <li>feat: allow ^ versions for yargs packages by <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5152">mochajs/mocha#5152</a></li> <li>feat: allow ^ versions for file matching packages by <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5151">mochajs/mocha#5151</a></li> <li>feat: allow ^ versions for data serialization packages by <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5153">mochajs/mocha#5153</a></li> <li>feat: allow ^ versions for miscellaneous packages by <a href="https://github.com/JoshuaKGoldberg"><code>@JoshuaKGoldberg</code></a> in <a href="https://redirect.github.com/mochajs/mocha/pull/5154">mochajs/mocha#5154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0">https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0</a></p> <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://redirect.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://redirect.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://redirect.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://redirect.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/mocha/compare/v10.5.0...v10.5.1</a></p> <h2>v10.5.0</h2> <h3>:tada: Enhancements</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>10.7.0 / 2024-07-20</h2> <h3>:tada: Enhancements</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/4771">#4771</a> feat: add option to not fail on failing test suite (<a href="https://github.com/ilgonmic"><strong><code>@ilgonmic</code></strong></a>)</li> </ul> <h2>10.6.1 / 2024-07-20</h2> <h3>:bug: Fixes</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/3825">#3825</a> fix: do not exit when only unref'd timer is present in test code (<a href="https://github.com/boneskull"><strong><code>@boneskull</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5040">#5040</a> fix: support canonical module (<a href="https://github.com/JacobLey"><strong><code>@JacobLey</code></strong></a>)</li> </ul> <h2>10.6.0 / 2024-07-02</h2> <h3>:tada: Enhancements</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5150">#5150</a> feat: allow ^ versions for character encoding packages (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5151">#5151</a> feat: allow ^ versions for file matching packages (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5152">#5152</a> feat: allow ^ versions for yargs packages (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5153">#5153</a> feat: allow ^ versions for data serialization packages (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5154">#5154</a> feat: allow ^ versions for miscellaneous packages (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> </ul> <h2>10.5.2 / 2024-06-25</h2> <h3>:bug: Fixes</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5032">#5032</a> fix: better tracking of seen objects in error serialization (<a href="https://github.com/sam-super"><strong><code>@sam-super</code></strong></a>)</li> </ul> <h2>10.5.1 / 2024-06-24</h2> <h3>:bug: Fixes</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5086">#5086</a> fix: Add error handling for nonexistent file case with --file option (<a href="https://github.com/khoaHyh"><strong><code>@khoaHyh</code></strong></a>)</li> </ul> <h2>10.5.0 / 2024-06-24</h2> <h3>:tada: Enhancements</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5015">#5015</a> feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (<a href="https://github.com/yourWaifu"><strong><code>@yourWaifu</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5143">#5143</a> feat: allow using any 3.x chokidar dependencies (<a href="https://github.com/simhnna"><strong><code>@simhnna</code></strong></a>)</li> <li><a href="https://redirect.github.com/mochajs/mocha/pull/4835">#4835</a> feat: add MOCHA_OPTIONS env variable (<a href="https://github.com/icholy"><strong><code>@icholy</code></strong></a>)</li> </ul> <h3>:bug: Fixes</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5107">#5107</a> fix: include stack in browser uncaught error reporting (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@JoshuaKGoldberg</code></strong></a>)</li> </ul> <h3>:nut_and_bolt: Other</h3> <ul> <li><a href="https://redirect.github.com/mochajs/mocha/pull/5110">#5110</a> chore: switch two-column list styles to be opt-in (<a href="https://github.com/marjys"><strong><code>@marjys</code></strong></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/9692b3ae2cc98e228c01a47a2ef8f22f6c59c7a9"><code>9692b3a</code></a> Release v10.7.0</li> <li><a href="https://github.com/mochajs/mocha/commit/8711e72b9dd573dff6940061dd5643986c02f38a"><code>8711e72</code></a> docs: add 10.7.0 to CHANGELOG.md and docs/index.md</li> <li><a href="https://github.com/mochajs/mocha/commit/deb8679810a60aa5198f49751f3d7b71e10fe072"><code>deb8679</code></a> feat: add option to not fail on failing test suite (<a href="https://redirect.github.com/mochajs/mocha/issues/4771">#4771</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/9a1c45891f8d646c1bd540407ec7b3e63940deda"><code>9a1c458</code></a> Release v10.6.1</li> <li><a href="https://github.com/mochajs/mocha/commit/3855e6688b42f4112c1227133fd4a308b8f66271"><code>3855e66</code></a> docs: add 10.6.1 to CHANGELOG.md</li> <li><a href="https://github.com/mochajs/mocha/commit/579e047802d1b4e22ddf4162622d5e1322c2caac"><code>579e047</code></a> fix: support canonical module (<a href="https://redirect.github.com/mochajs/mocha/issues/5040">#5040</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/6d24689b2905dd4615f317d80e8388979263bab5"><code>6d24689</code></a> fix: do not exit when only unref'd timer is present in test code (<a href="https://redirect.github.com/mochajs/mocha/issues/3825">#3825</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/24560c1532b8e67d1254b489fcc6f84c4033c0e1"><code>24560c1</code></a> chore: remove failing hyperlink linkcheck task (<a href="https://redirect.github.com/mochajs/mocha/issues/5176">#5176</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/95772effd3283a892ef1832e33fb9f6a4e9ff447"><code>95772ef</code></a> ci: harden label based browser runner</li> <li><a href="https://github.com/mochajs/mocha/commit/8d0ca3ed77ba8a704b2aa8b58267a084a475a51b"><code>8d0ca3e</code></a> docs: remove outdated license scan badge (<a href="https://redirect.github.com/mochajs/mocha/issues/5167">#5167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v10.2.0...v10.7.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~joshuakgoldberg">joshuakgoldberg</a>, a new releaser for mocha since your current version.</p> </details> <br /> Updates `@types/mocha` from 8.2.3 to 10.0.7 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information