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 mocha from 10.2.0 to 10.3.0 (#168)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.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.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' "extends" 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> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jb2311"><code>@jb2311</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/4970">mochajs/mocha#4970</a></li> <li><a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/5020">mochajs/mocha#5020</a></li> <li><a href="https://github.com/Spencer-Doak"><code>@Spencer-Doak</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/4918">mochajs/mocha#4918</a></li> <li><a href="https://github.com/nikolas"><code>@nikolas</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/4927">mochajs/mocha#4927</a></li> <li><a href="https://github.com/F3n67u"><code>@F3n67u</code></a> made their first contribution in <a href="https://redirect.github.com/mochajs/mocha/pull/4886">mochajs/mocha#4886</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0">https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0</a></p> <h2>v10.3.0-preminor.0</h2> <p>A test release tagged with <code>next</code> on npm, to test that we can do releases at all. See <a href="https://redirect.github.com/mochajs/mocha/issues/5081">#5081</a> for context.</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' "extends" 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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/a88682963619e4424c9fdcdbb46f66dc9e68876a"><code>a886829</code></a> chore: fix link in pull request template (<a href="https://redirect.github.com/mochajs/mocha/issues/5091">#5091</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/53a4bafbdeb32576440b0a21787f2525585411c0"><code>53a4baf</code></a> chore: remove unnecessary canvas dependency (<a href="https://redirect.github.com/mochajs/mocha/issues/5069">#5069</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/1ebff45397853e83fb4909c1b0136957d4487528"><code>1ebff45</code></a> chore: inline nyan reporter's write function (<a href="https://redirect.github.com/mochajs/mocha/issues/5056">#5056</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8812413288c42ef80528f10181040ab75ed3375c"><code>8812413</code></a> fix: add alt text to Built with Netlify badge (<a href="https://redirect.github.com/mochajs/mocha/issues/5068">#5068</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/645469e1920e2e86458ff068e74eef2e2915083e"><code>645469e</code></a> docs: touchups to labels and a template title post-revamp (<a href="https://redirect.github.com/mochajs/mocha/issues/5050">#5050</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/9f9917822fa1d3fe2ec2867809cbbf86f4165f0c"><code>9f99178</code></a> docs: overhaul contributing and maintenance docs for end-of-year 2023 (<a href="https://redirect.github.com/mochajs/mocha/issues/5038">#5038</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/eca4fec9eee1332a0474b80aa1740822438955f3"><code>eca4fec</code></a> docs: fix return jsdoc type of <code>titlePath</code> (<a href="https://redirect.github.com/mochajs/mocha/issues/4886">#4886</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/060f77dc2f97daac996fce926e7527e438c17e85"><code>060f77d</code></a> docs: use mocha.js instead of mocha in the example run (<a href="https://redirect.github.com/mochajs/mocha/issues/4927">#4927</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/4b60c1ad07a3baaedab86c3787d8baad29538b8f"><code>4b60c1a</code></a> docs: fix fragment ID for yargs.js <code>extends</code> docs (<a href="https://redirect.github.com/mochajs/mocha/issues/4918">#4918</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/b41e98533aa0fb87d7ba61163254881607a8a8c5"><code>b41e985</code></a> chore: remove stale workflow (<a href="https://redirect.github.com/mochajs/mocha/issues/5029">#5029</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=10.2.0&new-version=10.3.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information