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.0.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.0.0</h2> <h1>7.0.0 / 2020-01-05</h1> <h2>:boom: Breaking Changes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3885">#3885</a>: <strong>Drop Node.js v6.x support</strong> (<a href="https://github.com/mojosoeun"><strong>@mojosoeun</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3890">#3890</a>: Remove Node.js debug-related flags <code>--debug</code>/<code>--debug-brk</code> and deprecate <code>debug</code> argument (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3962">#3962</a>: Changes to command-line options (<a href="https://github.com/ParkSB"><strong>@ParkSB</strong></a>): <ul> <li><code>--list-interfaces</code> replaces <code>--interfaces</code></li> <li><code>--list-reporters</code> replaces <code>--reporters</code></li> </ul> </li> <li>Hook pattern of <code>this.skip()</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>): <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3859">#3859</a>: When conditionally skipping in a <code>it</code> test, related <code>afterEach</code> hooks are now executed</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3741">#3741</a>: When conditionally skipping in a <code>beforeEach</code> hook, subsequent inner <code>beforeEach</code> hooks are now skipped and related <code>afterEach</code> hooks are executed</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4136">#4136</a>: Disallow <code>this.skip()</code> within <code>after</code> hooks</li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3967">#3967</a>: Remove deprecated <code>getOptions()</code> and <code>lib/cli/options.js</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4083">#4083</a>: Uncaught exception in <code>pending</code> test: don't swallow, but retrospectively fail the test for correct exit code (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4004">#4004</a>: Align <code>Mocha</code> constructor's option names with command-line options (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3980">#3980</a>: Refactor and improve <code>--watch</code> mode with chokidar (<a href="https://github.com/geigerzaehler"><strong>@geigerzaehler</strong></a>): <ul> <li>adds command-line options <code>--watch-files</code> and <code>--watch-ignore</code></li> <li>removes <code>--watch-extensions</code></li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3979">#3979</a>: Type "rs\n" to restart tests (<a href="https://github.com/broofa"><strong>@broofa</strong></a>)</li> </ul> <h2>:fax: Deprecations</h2> <p>These are <em>soft</em>-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:</p> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3968">#3968</a>: Deprecate legacy configuration via <code>mocha.opts</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4125">#4125</a>: Fix timeout handling with <code>--inspect-brk</code>/<code>--inspect</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4070">#4070</a>: <code>Mocha</code> constructor: improve browser setup (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4068">#4068</a>: XUnit reporter should handle exceptions during diff generation (<a href="https://github.com/rgroothuijsen"><strong>@rgroothuijsen</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4030">#4030</a>: Fix <code>--allow-uncaught</code> with <code>this.skip()</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:mag: Coverage</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4109">#4109</a>: Add Node.js v13.x to CI test matrix (<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/4129">#4129</a>: Fix broken links (<a href="https://github.com/SaeromB"><strong>@SaeromB</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4127">#4127</a>: Add reporter alias names to docs (<a href="https://github.com/khg0712"><strong>@khg0712</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4101">#4101</a>: Clarify invalid usage of <code>done()</code> (<a href="https://github.com/jgehrcke"><strong>@jgehrcke</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4092">#4092</a>: Replace <code>:coffee:</code> with emoji ☕️ (<a href="https://github.com/pzrq"><strong>@pzrq</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4088">#4088</a>: Initial draft of project charter (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4066">#4066</a>: Change <code>sh</code> to <code>bash</code> for code block in docs/index.md (<a href="https://github.com/HyunSangHan"><strong>@HyunSangHan</strong></a>)</li> </ul> </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.0.0 / 2020-01-05</h1> <h2>:boom: Breaking Changes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3885">#3885</a>: <strong>Drop Node.js v6.x support</strong> (<a href="https://github.com/mojosoeun"><strong>@mojosoeun</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3890">#3890</a>: Remove Node.js debug-related flags <code>--debug</code>/<code>--debug-brk</code> and deprecate <code>debug</code> argument (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3962">#3962</a>: Changes to command-line options (<a href="https://github.com/ParkSB"><strong>@ParkSB</strong></a>): <ul> <li><code>--list-interfaces</code> replaces <code>--interfaces</code></li> <li><code>--list-reporters</code> replaces <code>--reporters</code></li> </ul> </li> <li>Hook pattern of <code>this.skip()</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>): <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3859">#3859</a>: When conditionally skipping in a <code>it</code> test, related <code>afterEach</code> hooks are now executed</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3741">#3741</a>: When conditionally skipping in a <code>beforeEach</code> hook, subsequent inner <code>beforeEach</code> hooks are now skipped and related <code>afterEach</code> hooks are executed</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4136">#4136</a>: Disallow <code>this.skip()</code> within <code>after</code> hooks</li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3967">#3967</a>: Remove deprecated <code>getOptions()</code> and <code>lib/cli/options.js</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4083">#4083</a>: Uncaught exception in <code>pending</code> test: don't swallow, but retrospectively fail the test for correct exit code (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4004">#4004</a>: Align <code>Mocha</code> constructor's option names with command-line options (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3980">#3980</a>: Refactor and improve <code>--watch</code> mode with chokidar (<a href="https://github.com/geigerzaehler"><strong>@geigerzaehler</strong></a>): <ul> <li>adds command-line options <code>--watch-files</code> and <code>--watch-ignore</code></li> <li>removes <code>--watch-extensions</code></li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3979">#3979</a>: Type "rs\n" to restart tests (<a href="https://github.com/broofa"><strong>@broofa</strong></a>)</li> </ul> <h2>:fax: Deprecations</h2> <p>These are <em>soft</em>-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:</p> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3968">#3968</a>: Deprecate legacy configuration via <code>mocha.opts</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4125">#4125</a>: Fix timeout handling with <code>--inspect-brk</code>/<code>--inspect</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4070">#4070</a>: <code>Mocha</code> constructor: improve browser setup (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4068">#4068</a>: XUnit reporter should handle exceptions during diff generation (<a href="https://github.com/rgroothuijsen"><strong>@rgroothuijsen</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4030">#4030</a>: Fix <code>--allow-uncaught</code> with <code>this.skip()</code> (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> <h2>:mag: Coverage</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4109">#4109</a>: Add Node.js v13.x to CI test matrix (<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/4129">#4129</a>: Fix broken links (<a href="https://github.com/SaeromB"><strong>@SaeromB</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4127">#4127</a>: Add reporter alias names to docs (<a href="https://github.com/khg0712"><strong>@khg0712</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4101">#4101</a>: Clarify invalid usage of <code>done()</code> (<a href="https://github.com/jgehrcke"><strong>@jgehrcke</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4092">#4092</a>: Replace <code>:coffee:</code> with emoji ☕️ (<a href="https://github.com/pzrq"><strong>@pzrq</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4088">#4088</a>: Initial draft of project charter (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4066">#4066</a>: Change <code>sh</code> to <code>bash</code> for code block in docs/index.md (<a href="https://github.com/HyunSangHan"><strong>@HyunSangHan</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4045">#4045</a>: Update README.md concerning GraphicsMagick installation (<a href="https://github.com/HyunSangHan"><strong>@HyunSangHan</strong></a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/69339a3e7710a790b106b922ce53fcb87772f689"><code>69339a3</code></a> Release v7.0.0</li> <li><a href="https://github.com/mochajs/mocha/commit/99e085f1fb924deeb87290adb476f4e375e72392"><code>99e085f</code></a> update CHANGELOG for v7.0.0 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/35cf39b14eae6dbd1fb364c215093095d5912ebc"><code>35cf39b</code></a> Add reporter alias names to docs (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4127">#4127</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/3bd2d28bfc99b5f71efc9ef332ae9ac4a5d90de8"><code>3bd2d28</code></a> Forbid this.skip() within afterAll hooks (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4136">#4136</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/24c22bef53e4539dd17b0d3b2123953bb8a3a883"><code>24c22be</code></a> Fix hook pattern of this.skip() in beforeEach hooks (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3741">#3741</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/1412dc80d87d0479f7f1d60202da2b33c90eb939"><code>1412dc8</code></a> XUnit reporter should handle exceptions during diff generation (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4068">#4068</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/d9f5079b3b26c61fec3329a902dea00ccc961f70"><code>d9f5079</code></a> Update node-environment-flags to 1.0.6 (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4118">#4118</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/25363e628af793841e2911f61b64b95bf8c6ebaf"><code>25363e6</code></a> Changed docs index.md on Typescript and Babel link (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4129">#4129</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/d4adfa6364dff21c37e8632c3bfc9288c9938f42"><code>d4adfa6</code></a> Fix timeout handling with <code>--inspect-brk</code>/<code>--inspect</code></li> <li><a href="https://github.com/mochajs/mocha/commit/aab855538fe23720f59f577b4f71d18c5298e4aa"><code>aab8555</code></a> Type "rs\n" to restart tests, fixes <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/871">#871</a> (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3979">#3979</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.2...v7.0.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.0.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.