You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/12/12 07:01:01 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #321: Bump mocha from 9.2.2 to 10.2.0

dependabot[bot] opened a new pull request, #321:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/321

   Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.2.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.2.0</h2>
   <h1>10.2.0 / 2022-12-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>: API: add possibility to decorate ESM name before import (<a href="https://github.com/j0tunn"><strong><code>@​j0tunn</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>: Browser: color of failed test icon (<a href="https://github.com/kleisauke"><strong><code>@​kleisauke</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>: Remove duplicated header (<a href="https://github.com/PauloGoncalvesBH"><strong><code>@​PauloGoncalvesBH</code></strong></a>)</li>
   </ul>
   <h2>v10.1.0</h2>
   <h1>10.1.0 / 2022-10-16</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li>
   </ul>
   <h2>v10.0.0</h2>
   <h1>10.0.0 / 2022-05-01</h1>
   <h2>:boom: Breaking Changes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.x support</strong> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4848">#4848</a>: Drop Internet-Explorer-11 support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4857">#4857</a>: Drop AMD/RequireJS support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4866">#4866</a>: Drop Growl notification support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</code> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <!-- 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>
   <h1>10.2.0 / 2022-12-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>: API: add possibility to decorate ESM name before import (<a href="https://github.com/j0tunn"><strong><code>@​j0tunn</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>: Browser: color of failed test icon (<a href="https://github.com/kleisauke"><strong><code>@​kleisauke</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>: Remove duplicated header (<a href="https://github.com/PauloGoncalvesBH"><strong><code>@​PauloGoncalvesBH</code></strong></a>)</li>
   </ul>
   <h1>10.1.0 / 2022-10-16</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li>
   </ul>
   <h1>10.0.0 / 2022-05-01</h1>
   <h2>:boom: Breaking Changes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.x support</strong> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4848">#4848</a>: Drop Internet-Explorer-11 support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4857">#4857</a>: Drop AMD/RequireJS support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4866">#4866</a>: Drop Growl notification support (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</code> (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4878">#4878</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4876">#4876</a>: Add Node.js v18 to CI test matrix (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mochajs/mocha/commit/202e9b8b4d1b6611c96d95d631c49d631d88c827"><code>202e9b8</code></a> build(v10.2.0): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/6782d6d0757a5e7b49b291bcae173316ec00c513"><code>6782d6d</code></a> build(v10.2.0): update CHANGELOG</li>
   <li><a href="https://github.com/mochajs/mocha/commit/73bb81904fa017fc474973ce9b1e8fc325709142"><code>73bb819</code></a> feat(esm): ability to decorate ESM module name before importing it (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/fc4ac58f1fda1a178b26189398b65f66f6561716"><code>fc4ac58</code></a> chore(devDeps): remove unused depedencies (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4949">#4949</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/0a10ddc1213c208ccc106acc9e8bf372a25f0dc4"><code>0a10ddc</code></a> docs: remove duplicated header (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/b0a0fb808c6d771f198fca120527222f92edaa57"><code>b0a0fb8</code></a> fix(browser): failed test icon color (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/3cc9cac7ee040fff1de10af79fb16e7586ea65e8"><code>3cc9cac</code></a> ci: update stale action (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4931">#4931</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/8f3c37b6b77b6754cd9445204c536c1a0671450a"><code>8f3c37b</code></a> chore(ci): workaround for firefox error (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4933">#4933</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/5f96d511dbf913f135b92198aab721a27f6b44fe"><code>5f96d51</code></a> build(v10.1.0): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/ed74f16878f6520411d9a391c5f184056be6da30"><code>ed74f16</code></a> build(v10.1.0): update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v9.2.2...v10.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=9.2.2&new-version=10.2.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org