dependabot[bot] opened a new pull request #152: URL: https://github.com/apache/incubator-flagon-useralejs/pull/152
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.1.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>v9.1.0</h2> <h1>9.1.0 / 2021-08-20</h1> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4716">#4716</a>: Add new option <code>--fail-zero</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4691">#4691</a>: Add new option <code>--node-option</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4607">#4607</a>: Add output option to <code>JSON</code> reporter (<a href="https://github.com/dorny"><strong><code>@dorny</code></strong></a>)</li> </ul> <h2>v9.0.3</h2> <h1>9.0.3 / 2021-07-25</h1> <h2>:bug: Fixes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4702">#4702</a>: Error rethrow from cwd-relative path while loading <code>.mocharc.js</code> (<a href="https://github.com/kirill-golovan"><strong><code>@kirill-golovan</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4688">#4688</a>: Usage of custom interface in parallel mode (<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/4687">#4687</a>: ESM: don't swallow <code>MODULE_NOT_FOUND</code> errors in case of <code>type:module</code> (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</p> </li> </ul> <h2>v9.0.2</h2> <h1>9.0.2 / 2021-07-03</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4668">#4668</a>: ESM: make <code>--require <dir></code> work with new <code>import</code>-first loading (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4674">#4674</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <h2>v9.0.1</h2> <h1>9.0.1 / 2021-06-18</h1> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4657">#4657</a>: Browser: add separate bundle for modern browsers (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <p>We added a separate browser bundle <code>mocha-es2018.js</code> in javascript ES2018, as we skipped the transpilation down to ES5. This is an <strong>experimental step towards freezing Mocha's support of IE11</strong>.</p> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4653">#4653</a>: ESM: proper version check in <code>hasStableEsmImplementation</code> (<a href="https://github.com/alexander-fenster"><strong><code>@alexander-fenster</code></strong></a>)</li> </ul> <h2>v9.0.0</h2> <h1>9.0.0 / 2021-06-07</h1> <h2>:boom: Breaking Changes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4633">#4633</a>: <strong>Drop Node.js v10.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/4635">#4635</a>: <code>import</code>-first loading of test files (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</p> </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> <h1>9.1.0 / 2021-08-20</h1> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4716">#4716</a>: Add new option <code>--fail-zero</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4691">#4691</a>: Add new option <code>--node-option</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4607">#4607</a>: Add output option to <code>JSON</code> reporter (<a href="https://github.com/dorny"><strong><code>@dorny</code></strong></a>)</li> </ul> <h1>9.0.3 / 2021-07-25</h1> <h2>:bug: Fixes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4702">#4702</a>: Error rethrow from cwd-relative path while loading <code>.mocharc.js</code> (<a href="https://github.com/kirill-golovan"><strong><code>@kirill-golovan</code></strong></a>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4688">#4688</a>: Usage of custom interface in parallel mode (<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/4687">#4687</a>: ESM: don't swallow <code>MODULE_NOT_FOUND</code> errors in case of <code>type:module</code> (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</p> </li> </ul> <h1>9.0.2 / 2021-07-03</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4668">#4668</a>: ESM: make <code>--require <dir></code> work with new <code>import</code>-first loading (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4674">#4674</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <h1>9.0.1 / 2021-06-18</h1> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4657">#4657</a>: Browser: add separate bundle for modern browsers (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <p>We added a separate browser bundle <code>mocha-es2018.js</code> in javascript ES2018, as we skipped the transpilation down to ES5. This is an <strong>experimental step towards freezing Mocha's support of IE11</strong>.</p> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4653">#4653</a>: ESM: proper version check in <code>hasStableEsmImplementation</code> (<a href="https://github.com/alexander-fenster"><strong><code>@alexander-fenster</code></strong></a>)</li> </ul> <h1>9.0.0 / 2021-06-07</h1> <h2>:boom: Breaking Changes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4633">#4633</a>: <strong>Drop Node.js v10.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/4635">#4635</a>: <code>import</code>-first loading of test files (<a href="https://github.com/giltayar"><strong><code>@giltayar</code></strong></a>)</p> </li> </ul> <p><strong>Mocha is going ESM-first!</strong> This means that it will now use ESM <code>import(test_file)</code> to load the test files, instead of the CommonJS <code>require(test_file)</code>. This is not a problem, as <code>import</code> can also load most files that <code>require</code> does. In the rare cases where this fails, it will fallback to <code>require(...)</code>. This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.</p> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4636">#4636</a>: Remove deprecated <code>utils.lookupFiles()</code> (<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/014e47a8b07809e73b1598c7abeafe7a3b57a8f7"><code>014e47a</code></a> build(v9.1.0): release</li> <li><a href="https://github.com/mochajs/mocha/commit/3a14b28bdfd785828ec862fe9fa8d19a651fd63c"><code>3a14b28</code></a> build(v9.1.0): update CHANGELOG [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/171e211cd2938b3f87011fa8c717292cb08adbe7"><code>171e211</code></a> feat(reporter): add output option to 'JSON' (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4607">#4607</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/bbf0c11b29544de91a18c1bd667c975ee44b7c90"><code>bbf0c11</code></a> feat: add new option 'fail-zero' (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4716">#4716</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/757b85dd230079901b181c68f0be82b9a3de6407"><code>757b85d</code></a> docs: improve 'grep()' and clarify docs (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4714">#4714</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/f19d3ca672e71950788bb577a7f3fb1cbf6c2d1b"><code>f19d3ca</code></a> docs: remove unsupported 'no-timeout' option (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4719">#4719</a>) [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/9f82ccbd1efa35b8007fcefaa56f563f5145ae42"><code>9f82ccb</code></a> chore(gha): update 'stale.yml' (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4718">#4718</a>) [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/09ffc30b43db53b0cb3f54670132270271d8fe97"><code>09ffc30</code></a> Set CSP on karma to prevent 'evalError' regression (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4706">#4706</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/02bf13d51c4c2a8b6167e1701067c58d169ca92b"><code>02bf13d</code></a> Update devDep '<code>@babel/preset-env</code>' and pin 'regenerator-runtime' (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4707">#4707</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/54a57880e41d750509320c4dad19deccd0b6afd2"><code>54a5788</code></a> Add new option "node-option" (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4691">#4691</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v8.4.0...v9.1.0">compare view</a></li> </ul> </details> <br /> [](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-unsubscr...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org