Skip to content

Commit

Permalink
build(deps-dev): bump mocha from 10.3.0 to 10.4.0 (#178)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.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>
</blockquote>
</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>
</blockquote>
</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/v10.3.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=10.3.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 Mar 27, 2024
1 parent 1f793ca commit 9080b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9080b22

Please sign in to comment.