You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/05/09 05:02:26 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1214: Bump mocha from 6.2.3 to 8.4.0 in /lang/js

dependabot[bot] opened a new pull request #1214:
URL: https://github.com/apache/avro/pull/1214


   Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 8.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>v8.4.0</h2>
   <h1>8.4.0 / 2021-05-07</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4502">#4502</a>: CLI file parsing errors now have error codes (<a href="https://github.com/evaline-ju"><strong><code>@​evaline-ju</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4614">#4614</a>: Watch: fix crash when reloading files (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4630">#4630</a>: Add <code>options.require</code> to Mocha constructor for <code>root hook</code> plugins on parallel runs (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4617">#4617</a>: Dynamically generating tests with <code>top-level await</code> and ESM test files (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4608">#4608</a>: Update default file extensions (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   </ul>
   <p>Also thanks to <a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a> for various improvements on our GH actions workflows.</p>
   <h2>v8.3.2</h2>
   <h1>8.3.2 / 2021-03-12</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4599">#4599</a>: Fix regression in <code>require</code> interface (<a href="https://github.com/alexander-fenster"><strong><code>@​alexander-fenster</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4601">#4601</a>: Add build to GH actions run (<a href="https://github.com/christian-bromann"><strong><code>@​christian-bromann</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4596">#4596</a>: Filter active sponsors/backers (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4225">#4225</a>: Update config file examples (<a href="https://github.com/pkuczynski"><strong><code>@​pkuczynski</code></strong></a>)</li>
   </ul>
   <h2>v8.3.1</h2>
   <h1>8.3.1 / 2021-03-06</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4577">#4577</a>: Browser: fix <code>EvalError</code> caused by regenerator-runtime (<a href="https://github.com/snoack"><strong><code>@​snoack</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4574">#4574</a>: ESM: allow <code>import</code> from mocha in parallel mode (<a href="https://github.com/nicojs"><strong><code>@​nicojs</code></strong></a>)</li>
   </ul>
   <h2>v8.3.0</h2>
   <h1>8.3.0 / 2021-02-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4506">#4506</a>: Add error code for test timeout errors (<a href="https://github.com/boneskull"><strong><code>@​boneskull</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4112">#4112</a>: Add BigInt support to stringify util function (<a href="https://github.com/JosejeSinohui"><strong><code>@​JosejeSinohui</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</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>8.4.0 / 2021-05-07</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4502">#4502</a>: CLI file parsing errors now have error codes (<a href="https://github.com/evaline-ju"><strong><code>@​evaline-ju</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4614">#4614</a>: Watch: fix crash when reloading files (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4630">#4630</a>: Add <code>options.require</code> to Mocha constructor for <code>root hook</code> plugins on parallel runs (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4617">#4617</a>: Dynamically generating tests with <code>top-level await</code> and ESM test files (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4608">#4608</a>: Update default file extensions (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   </ul>
   <p>Also thanks to <a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a> for various improvements on our GH actions workflows.</p>
   <h1>8.3.2 / 2021-03-12</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4599">#4599</a>: Fix regression in <code>require</code> interface (<a href="https://github.com/alexander-fenster"><strong><code>@​alexander-fenster</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4601">#4601</a>: Add build to GH actions run (<a href="https://github.com/christian-bromann"><strong><code>@​christian-bromann</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4596">#4596</a>: Filter active sponsors/backers (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4225">#4225</a>: Update config file examples (<a href="https://github.com/pkuczynski"><strong><code>@​pkuczynski</code></strong></a>)</li>
   </ul>
   <h1>8.3.1 / 2021-03-06</h1>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4577">#4577</a>: Browser: fix <code>EvalError</code> caused by regenerator-runtime (<a href="https://github.com/snoack"><strong><code>@​snoack</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4574">#4574</a>: ESM: allow <code>import</code> from mocha in parallel mode (<a href="https://github.com/nicojs"><strong><code>@​nicojs</code></strong></a>)</li>
   </ul>
   <h1>8.3.0 / 2021-02-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4506">#4506</a>: Add error code for test timeout errors (<a href="https://github.com/boneskull"><strong><code>@​boneskull</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4112">#4112</a>: Add BigInt support to stringify util function (<a href="https://github.com/JosejeSinohui"><strong><code>@​JosejeSinohui</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4557">#4557</a>: Add file location when SyntaxError happens in ESM (<a href="https://github.com/giltayar"><strong><code>@​giltayar</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4521">#4521</a>: Fix <code>require</code> error when bundling Mocha with Webpack (<a href="https://github.com/devhazem"><strong><code>@​devhazem</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mochajs/mocha/commit/5064c282d13259925af05845026686bbe435d763"><code>5064c28</code></a> Release v8.4.0</li>
   <li><a href="https://github.com/mochajs/mocha/commit/9cbcc8b9852c8c2151b2455b8a49d2bd3d8b158d"><code>9cbcc8b</code></a> update CHANGELOG for v8.4.0 [ci skip]</li>
   <li><a href="https://github.com/mochajs/mocha/commit/0079ae703c4b3eefc024c360d76b9bac5ad34957"><code>0079ae7</code></a> Change CLI file parsing errors to use an error code (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4502">#4502</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/d35eb9debd437a0a88281e11fb390934848940b3"><code>d35eb9d</code></a> docs: add &quot;options.require&quot; to Mocha constructor (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4630">#4630</a>) [ci skip]</li>
   <li><a href="https://github.com/mochajs/mocha/commit/908aa05478c3a9d9ba0da9c3d35e1f914992a61f"><code>908aa05</code></a> GH actions: add Node v16 (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4629">#4629</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/8285910c4d4efc0f1e4a22d14939d103815b7fa5"><code>8285910</code></a> Watch for test files are crashed (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4614">#4614</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/34643e4c0821aeb8d6977c1942bc106c9363789a"><code>34643e4</code></a> Run browser tests on forked PRs by a dedicated label (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4616">#4616</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/8a2da76001142005826e544e4fb702ae2a77797f"><code>8a2da76</code></a> docs: dynamic tests with top-level await (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4617">#4617</a>) [ci skip]</li>
   <li><a href="https://github.com/mochajs/mocha/commit/d7ed5c24c1904a15d9f841149ba0cc5a5c2c2e2b"><code>d7ed5c2</code></a> Remove unused test.retries(n) (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4611">#4611</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/a41f18a4cea45cecb708eb675905d1ef72931592"><code>a41f18a</code></a> GH actions: stale workflow (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4613">#4613</a>) [ci skip]</li>
   <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.3...v8.4.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=6.2.3&new-version=8.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 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.

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



[GitHub] [avro] dependabot[bot] commented on pull request #1214: Bump mocha from 6.2.3 to 8.4.0 in /lang/js

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1214:
URL: https://github.com/apache/avro/pull/1214#issuecomment-860153006


   Superseded by #1256.


-- 
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.

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



[GitHub] [avro] dependabot[bot] closed pull request #1214: Bump mocha from 6.2.3 to 8.4.0 in /lang/js

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1214:
URL: https://github.com/apache/avro/pull/1214


   


-- 
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.

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