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.3. <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.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> <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> <!-- 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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/e044ef02ae66ba5c4dc756041c111050c7e6f9e3"><code>e044ef0</code></a> Release v9.0.3</li> <li><a href="https://github.com/mochajs/mocha/commit/89076017139438dc01f5ad9dbd7124bcfd07724a"><code>8907601</code></a> update CHANGELOG for v9.0.3 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/73138906705f162f84f461d85e21edd3333ef094"><code>7313890</code></a> Fix exception rethrow from js config file (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4702">#4702</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/37222019348d604f741cdecc3fe58d9bb7188ba9"><code>3722201</code></a> Fix: using custom interface in parallel mode (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4688">#4688</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/68308215a3483504cf3614915c26ff890990846c"><code>6830821</code></a> ESM: fix swallowing MODULE_NOT_FOUND errors in case of type:module (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4687">#4687</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/5c59da0e64e9336bde96907f98ac17987de8c887"><code>5c59da0</code></a> Release v9.0.2</li> <li><a href="https://github.com/mochajs/mocha/commit/0ce352837abddfdd84bbf9a2f72e9fbee82f057f"><code>0ce3528</code></a> update CHANGELOG for v9.0.2 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/ff51a771d8b62a202ee226fa8183696c16c246d1"><code>ff51a77</code></a> Update production dependencies (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4674">#4674</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/21cda3e0892f840bb2e86b24958959a85bb5bc64"><code>21cda3e</code></a> Make "-r <dir>" work with new import-first loading (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4668">#4668</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/f033ff1ab561101e956285924343c23150cd6595"><code>f033ff1</code></a> Fix: karma-mocha should run both browser bundles (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4663">#4663</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.3...v9.0.3">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.3) 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 still under discussion. The issue was opened by dependabot-preview[bot] and has received 0 comments.