Skip to content

Commit

Permalink
[DevDependency] Bump mocha from 8.4.0 to 10.4.0 (#631)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.4.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.4.0</h2>
<h2>10.4.0 / 2024-03-26</h2>
<h3>:tada: Enhancements</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4829">#4829</a>
feat: include <code>.cause</code> stacks in the error stack traces (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4985">#4985</a>
feat: add file path to xunit reporter (<a
href="https://github.com/bmish"><strong><code>@​bmish</code></strong></a>)</li>
</ul>
<h3>:bug: Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5074">#5074</a>
fix: harden error handling in <code>lib/cli/run.js</code> (<a
href="https://github.com/stalet"><strong><code>@​stalet</code></strong></a>)</li>
</ul>
<h3>:nut_and_bolt: Other</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5077">#5077</a>
chore: add mtfoley/pr-compliance-action (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5060">#5060</a>
chore: migrate ESLint config to flat config (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5095">#5095</a>
chore: revert <a
href="https://redirect.github.com/mochajs/mocha/pull/5069">#5069</a> to
restore Netlify builds (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5097">#5097</a>
docs: add sponsored to sponsorship link rels (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5093">#5093</a>
chore: add 'status: in triage' label to issue templates and docs (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5083">#5083</a>
docs: fix CHANGELOG.md headings to start with a root-level h1 (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5100">#5100</a>
chore: fix header generation and production build crashes (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5104">#5104</a>
chore: bump ESLint ecmaVersion to 2020 (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5116">#5116</a>
fix: eleventy template builds crash with 'unexpected token at &quot;:
string, msg...&quot;' (<a
href="https://github.com/LcsK"><strong><code>@​LcsK</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4869">#4869</a>
docs: fix documentation concerning glob expansion on UNIX (<a
href="https://github.com/binki"><strong><code>@​binki</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5122">#5122</a>
test: fix xunit integration test (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5123">#5123</a>
chore: activate dependabot for workflows (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5125">#5125</a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://github.com/dependabot"><strong><code>@​dependabot</code></strong></a>)</li>
</ul>
<h2>v10.3.0</h2>
<p>This is a stable release equivalent to <a
href="https://github.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0">v10.3.0-preminor.0</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>Fix deprecated warn gh actions by <a
href="https://github.com/outsideris"><code>@​outsideris</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/4962">mochajs/mocha#4962</a></li>
<li>fix <a
href="https://redirect.github.com/mochajs/mocha/issues/4837">#4837</a>
Update glob due to vulnerability in dep by <a
href="https://github.com/jb2311"><code>@​jb2311</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/4970">mochajs/mocha#4970</a></li>
<li>Add Node v19 to test matrix by <a
href="https://github.com/juergba"><code>@​juergba</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/4974">mochajs/mocha#4974</a></li>
<li>chore: fix the ci by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/5020">mochajs/mocha#5020</a></li>
<li>update can-i-use by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/5021">mochajs/mocha#5021</a></li>
<li>chore: remove uuid dev dependency by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/5022">mochajs/mocha#5022</a></li>
<li>chore: remove nanoid as dependency by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/5024">mochajs/mocha#5024</a></li>
<li>chore: remove touch as dev dependency by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/5023">mochajs/mocha#5023</a></li>
<li>chore: remove stale workflow by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5029">mochajs/mocha#5029</a></li>
<li>docs: fix fragment ID for yargs' &quot;extends&quot; documentation
by <a
href="https://github.com/Spencer-Doak"><code>@​Spencer-Doak</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/4918">mochajs/mocha#4918</a></li>
<li>docs: use mocha.js instead of mocha in the example run by <a
href="https://github.com/nikolas"><code>@​nikolas</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/4927">mochajs/mocha#4927</a></li>
<li>docs: fix jsdoc return type of <code>titlePath</code> method by <a
href="https://github.com/F3n67u"><code>@​F3n67u</code></a> in <a
href="https://redirect.github.com/mochajs/mocha/pull/4886">mochajs/mocha#4886</a></li>
<li>docs: overhaul contributing and maintenance docs for end-of-year
2023 by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5038">mochajs/mocha#5038</a></li>
<li>docs: touchups to labels and a template title post-revamp by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5050">mochajs/mocha#5050</a></li>
<li>fix: add alt text to Built with Netlify badge by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5068">mochajs/mocha#5068</a></li>
<li>chore: inline nyan reporter's write function by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5056">mochajs/mocha#5056</a></li>
<li>chore: remove unnecessary canvas dependency by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/mochajs/mocha/pull/5069">mochajs/mocha#5069</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mochajs/mocha/blob/master/CHANGELOG.md">mocha's
changelog</a>.</em></p>
<blockquote>
<h2>10.4.0 / 2024-03-26</h2>
<h3>:tada: Enhancements</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4829">#4829</a>
feat: include <code>.cause</code> stacks in the error stack traces (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4985">#4985</a>
feat: add file path to xunit reporter (<a
href="https://github.com/bmish"><strong><code>@​bmish</code></strong></a>)</li>
</ul>
<h3>:bug: Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5074">#5074</a>
fix: harden error handling in <code>lib/cli/run.js</code> (<a
href="https://github.com/stalet"><strong><code>@​stalet</code></strong></a>)</li>
</ul>
<h3>:nut_and_bolt: Other</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5077">#5077</a>
chore: add mtfoley/pr-compliance-action (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5060">#5060</a>
chore: migrate ESLint config to flat config (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5095">#5095</a>
chore: revert <a
href="https://redirect.github.com/mochajs/mocha/pull/5069">#5069</a> to
restore Netlify builds (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5097">#5097</a>
docs: add sponsored to sponsorship link rels (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5093">#5093</a>
chore: add 'status: in triage' label to issue templates and docs (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5083">#5083</a>
docs: fix CHANGELOG.md headings to start with a root-level h1 (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5100">#5100</a>
chore: fix header generation and production build crashes (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5104">#5104</a>
chore: bump ESLint ecmaVersion to 2020 (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5116">#5116</a>
fix: eleventy template builds crash with 'unexpected token at &quot;:
string, msg...&quot;' (<a
href="https://github.com/LcsK"><strong><code>@​LcsK</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4869">#4869</a>
docs: fix documentation concerning glob expansion on UNIX (<a
href="https://github.com/binki"><strong><code>@​binki</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5122">#5122</a>
test: fix xunit integration test (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5123">#5123</a>
chore: activate dependabot for workflows (<a
href="https://github.com/voxpelli"><strong><code>@​voxpelli</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5125">#5125</a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://github.com/dependabot"><strong><code>@​dependabot</code></strong></a>)</li>
</ul>
<h2>10.3.0 / 2024-02-08</h2>
<p>This is a stable release equivalent to <a
href="https://github.com/mochajs/mocha/blob/master/#1030-prerelease--2024-01-18">10.30.0-prerelease</a>.</p>
<h2>10.3.0-prerelease / 2024-01-18</h2>
<p>This is a prerelease version to test our ability to release.
Other than removing or updating dependencies, it contains no intended
user-facing changes.</p>
<h3>:nut_and_bolt: Other</h3>
<ul>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5069">#5069</a>:
chore: remove unnecessary canvas dependency (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5068">#5068</a>:
fix: add alt text to Built with Netlify badge (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5056">#5056</a>:
chore: inline nyan reporter's write function (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5050">#5050</a>:
docs: touchups to labels and a template title post-revamp (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5038">#5038</a>:
docs: overhaul contributing and maintenance docs for end-of-year 2023
(<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5029">#5029</a>:
chore: remove stale workflow (<a
href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5024">#5024</a>:
chore: remove nanoid as dependency (<a
href="https://github.com/Uzlopak"><strong><code>@​Uzlopak</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5023">#5023</a>:
chore: remove touch as dev dependency (<a
href="https://github.com/Uzlopak"><strong><code>@​Uzlopak</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5022">#5022</a>:
chore: remove uuid dev dependency (<a
href="https://github.com/Uzlopak"><strong><code>@​Uzlopak</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5021">#5021</a>:
update can-i-use (<a
href="https://github.com/Uzlopak"><strong><code>@​Uzlopak</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/5020">#5020</a>:
chore: fix the ci (<a
href="https://github.com/Uzlopak"><strong><code>@​Uzlopak</code></strong></a>)</li>
<li><a
href="https://redirect.github.com/mochajs/mocha/pull/4974">#4974</a>:
Add Node v19 to test matrix (<a
href="https://github.com/juergba"><strong><code>@​juergba</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/ffd9557ee291047f7beef71a24796ea2da256614"><code>ffd9557</code></a>
Release v10.4.0</li>
<li><a
href="https://github.com/mochajs/mocha/commit/7ac67f3735b1ba6b1e1565ab9136d83c50f58abf"><code>7ac67f3</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/mochajs/mocha/issues/5125">#5125</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/7a2781c17d4924c620ce5b31c4aab6c88bed72ef"><code>7a2781c</code></a>
chore: activate dependabot for workflows (<a
href="https://redirect.github.com/mochajs/mocha/issues/5123">#5123</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/97dcbb28225105f16e90d2180aa2be3386d7ec1a"><code>97dcbb2</code></a>
fix: harden error handling in <code>lib/cli/run.js</code> (<a
href="https://redirect.github.com/mochajs/mocha/issues/5074">#5074</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/6f3f45e587a17463b75047631152429fa14b82a3"><code>6f3f45e</code></a>
fix: xunit integration test (<a
href="https://redirect.github.com/mochajs/mocha/issues/5122">#5122</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/a5b565289b40a839af086b13fb369e04e205ed4b"><code>a5b5652</code></a>
docs: fix documentation concerning glob expansion on UNIX (<a
href="https://redirect.github.com/mochajs/mocha/issues/4869">#4869</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/efbb147590dfd7ff290de40a9930b07334784054"><code>efbb147</code></a>
feat: add file path to xunit reporter (<a
href="https://redirect.github.com/mochajs/mocha/issues/4985">#4985</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/a2e600d70f4d7ca6ba8741ebe8c70cfec438ef1b"><code>a2e600d</code></a>
fix: closes <a
href="https://redirect.github.com/mochajs/mocha/issues/5115">#5115</a>
(<a
href="https://redirect.github.com/mochajs/mocha/issues/5116">#5116</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/37358738260cfae7c244c157aee21654f2b588f2"><code>3735873</code></a>
feat: include <code>.cause</code> stacks in the error stack traces (<a
href="https://redirect.github.com/mochajs/mocha/issues/4829">#4829</a>)</li>
<li><a
href="https://github.com/mochajs/mocha/commit/b88978deb3c12f9b95502828f6ac29ebe8be85ef"><code>b88978d</code></a>
chore: bump ESLint ecmaVersion to 2020 (<a
href="https://redirect.github.com/mochajs/mocha/issues/5104">#5104</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mochajs/mocha/compare/v8.4.0...v10.4.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/~voxpelli">voxpelli</a>, a new releaser for
mocha since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=8.4.0&new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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
dependabot[bot] authored Jun 21, 2024
1 parent 1a48230 commit 20bc7d6
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 226 deletions.
Loading

0 comments on commit 20bc7d6

Please sign in to comment.