Ruby Gem and Node Package for comprehensive Generation 1-7 Pokedex data, including 809 Pokémon, uses JSON schemas to verify the data
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.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>v7.1.0</h2> <h1>7.1.0 / 2020-02-26</h1> <h2>:tada: Enhancements</h2> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>: Add Node.js native ESM support (<a href="https://github.com/giltayar"><strong>@giltayar</strong></a>)</p> <p>Mocha supports writing your test files as ES modules:</p> <ul> <li>Node.js only v12.11.0 and above</li> <li>Node.js below v13.2.0, you must set <code>--experimental-modules</code> option</li> <li>current limitations: please check our <a href="https://mochajs.org/#nodejs-native-esm-support">documentation</a></li> <li>for programmatic usage: see <a href="https://mochajs.org/api/mocha#loadFilesAsync">API: loadFilesAsync()</a></li> </ul> <p><strong>Note:</strong> Node.JS native <a href="https://nodejs.org/api/esm.html">ECMAScript Modules</a> implementation has status: <strong>Stability: 1 - Experimental</strong></p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>: Programmatic API cannot access retried test objects (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4174">#4174</a>: Browser: fix <code>allowUncaught</code> option (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:book: Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4058">#4058</a>: Manage author list in AUTHORS instead of <code>package.json</code> (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4138">#4138</a>: Upgrade ESLint v6.8 (<a href="https://github.com/kaicataldo"><strong>@kaicataldo</strong></a>)</li> </ul> <h2>v7.0.1</h2> <h1>7.0.1 / 2020-01-25</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4165">#4165</a>: Fix exception when skipping tests programmatically (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4153">#4153</a>: Restore backwards compatibility for <code>reporterOptions</code> (<a href="https://github.com/holm"><strong>@holm</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4150">#4150</a>: Fix recovery of an open test upon uncaught exception (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4147">#4147</a>: Fix regression of leaking uncaught exception handler (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:book: Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4146">#4146</a>: Update copyright & trademark notices per OJSF (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4140">#4140</a>: Fix broken links (<a href="https://github.com/KyoungWan"><strong>@KyoungWan</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4133">#4133</a>: Print more descriptive error message (<a href="https://github.com/Zirak"><strong>@Zirak</strong></a>)</li> </ul> <h2>v7.0.0</h2> <h1>7.0.0 / 2020-01-05</h1> </tr></table> ... (truncated) </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> <h1>7.1.0 / 2020-02-26</h1> <h2>:tada: Enhancements</h2> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>: Add Node.js native ESM support (<a href="https://github.com/giltayar"><strong>@giltayar</strong></a>)</p> <p>Mocha supports writing your test files as ES modules:</p> <ul> <li>Node.js only v12.11.0 and above</li> <li>Node.js below v13.2.0, you must set <code>--experimental-modules</code> option</li> <li>current limitations: please check our <a href="https://mochajs.org/#nodejs-native-esm-support">documentation</a></li> <li>for programmatic usage: see <a href="https://mochajs.org/api/mocha#loadFilesAsync">API: loadFilesAsync()</a></li> </ul> <p><strong>Note:</strong> Node.JS native <a href="https://nodejs.org/api/esm.html">ECMAScript Modules</a> implementation has status: <strong>Stability: 1 - Experimental</strong></p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>: Programmatic API cannot access retried test objects (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4174">#4174</a>: Browser: fix <code>allowUncaught</code> option (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:book: Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4058">#4058</a>: Manage author list in AUTHORS instead of <code>package.json</code> (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4138">#4138</a>: Upgrade ESLint v6.8 (<a href="https://github.com/kaicataldo"><strong>@kaicataldo</strong></a>)</li> </ul> <h1>7.0.1 / 2020-01-25</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4165">#4165</a>: Fix exception when skipping tests programmatically (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4153">#4153</a>: Restore backwards compatibility for <code>reporterOptions</code> (<a href="https://github.com/holm"><strong>@holm</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4150">#4150</a>: Fix recovery of an open test upon uncaught exception (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4147">#4147</a>: Fix regression of leaking uncaught exception handler (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:book: Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4146">#4146</a>: Update copyright & trademark notices per OJSF (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4140">#4140</a>: Fix broken links (<a href="https://github.com/KyoungWan"><strong>@KyoungWan</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4133">#4133</a>: Print more descriptive error message (<a href="https://github.com/Zirak"><strong>@Zirak</strong></a>)</li> </ul> <h1>7.0.0 / 2020-01-05</h1> <h2>:boom: Breaking Changes</h2> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/09b948bd899e39a684dd6e2d871ea3fc77f9aee0"><code>09b948b</code></a> Release v7.1.0</li> <li><a href="https://github.com/mochajs/mocha/commit/d43092e0b9768e392492a47a4069b3e0ff9ed9a6"><code>d43092e</code></a> update CHANGELOG for v7.1.0 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/57be4558eac737efae9ea67bee5de6e9f4fd6b0c"><code>57be455</code></a> Add support for Node.JS native ES modules (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/a995e3324b9da02c9cda8ad26e2695a853c28f30"><code>a995e33</code></a> Fix: programmatic API cannot access retried test objects (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/ac12f2c9a41f6952f085453a9c25c439813e58d4"><code>ac12f2c</code></a> Browser: fix 'allowUncaught' handling (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4174">#4174</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/2ff1cb23689d193c7ed1498b0d44588558b5585d"><code>2ff1cb2</code></a> uncaughtException: refactor, move and add tests</li> <li><a href="https://github.com/mochajs/mocha/commit/b431609f01c8d6e7399ab592d6df1a319f81eea7"><code>b431609</code></a> docs: update browser options</li> <li><a href="https://github.com/mochajs/mocha/commit/883ae4b5e1aacd8cf30694da33b391ce58f4cca8"><code>883ae4b</code></a> ESLint: use 'const' instead of 'let'</li> <li><a href="https://github.com/mochajs/mocha/commit/2a1b6372ed176832ae0818e8758c172b7131e081"><code>2a1b637</code></a> Upgrade: ESLint v6.8 (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4138">#4138</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/dbba276826f149e15dd8c78dbb478a8e798fe205"><code>dbba276</code></a> Manage author list in AUTHORS instead of package.json (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4058">#4058</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.2...v7.1.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/~juergba">juergba</a>, a new releaser for mocha since your current version.</p> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.1.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot-preview[bot] and has received 1 comments.