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.3 to 9.0.1. <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.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> <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> <p><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>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4638">#4638</a>: Limit the size of <code>actual</code>/<code>expected</code> for <code>diff</code> generation (<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/4389">#4389</a>: Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base (<a href="https://github.com/MoonSupport"><strong><code>@MoonSupport</code></strong></a>)</p> </li> </ul> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4640">#4640</a>: Add new option <code>--dry-run</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4128">#4128</a>: Fix: control stringification of error message (<a href="https://github.com/syeutyu"><strong><code>@syeutyu</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4646">#4646</a>: Deprecate <code>Runner(suite: Suite, delay: boolean)</code> signature (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4643">#4643</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <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> <!-- 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.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> <p><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>)</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4638">#4638</a>: Limit the size of <code>actual</code>/<code>expected</code> for <code>diff</code> generation (<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/4389">#4389</a>: Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base (<a href="https://github.com/MoonSupport"><strong><code>@MoonSupport</code></strong></a>)</p> </li> </ul> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4640">#4640</a>: Add new option <code>--dry-run</code> (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4128">#4128</a>: Fix: control stringification of error message (<a href="https://github.com/syeutyu"><strong><code>@syeutyu</code></strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4646">#4646</a>: Deprecate <code>Runner(suite: Suite, delay: boolean)</code> signature (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4643">#4643</a>: Update production dependencies (<a href="https://github.com/juergba"><strong><code>@juergba</code></strong></a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/dcad90ad6e79864c871e2bc55b22c79ac6952991"><code>dcad90a</code></a> Release v9.0.1</li> <li><a href="https://github.com/mochajs/mocha/commit/858b182a78a91dc5367f781aa17fecefbb1a78a3"><code>858b182</code></a> update CHANGELOG for v9.0.1 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/c17dd8c88bdf41c6f61ec28b04015f99a00a5022"><code>c17dd8c</code></a> Browser: add separate build in ES2018 (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4657">#4657</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/b20f3c953d21540ed6846feb060638f36cb48cac"><code>b20f3c9</code></a> ESM: proper version check in hasStableEsmImplementation (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4653">#4653</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8339c3db2cb273f6b56a4cfa7974510f1bf72934"><code>8339c3d</code></a> Release v9.0.0</li> <li><a href="https://github.com/mochajs/mocha/commit/92518dfd3cf2a6458a5c1e67976f1d1eb3c9d1d7"><code>92518df</code></a> update CHANGELOG for v9.0.0 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/7259a5b1ed83f2191a3330cec905085677803dd0"><code>7259a5b</code></a> Update production dependencies (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4643">#4643</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/82123061ac84dca1a42635167a73714d5f89a846"><code>8212306</code></a> Add new option "--dry-run" (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4640">#4640</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/9872410a717ab389d6b7f585cb00a7b0f8ea1d69"><code>9872410</code></a> Deprecate "Runner(suite: Suite, delay: boolean)" (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4646">#4646</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/a93d759c4c4cfd6da2656be5cbcb6fb9a125a4a1"><code>a93d759</code></a> Limit the size of 'actual'/'expected' before generating diff (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4638">#4638</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.3...v9.0.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.3&new-version=9.0.1) 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.