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 8.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>v8.1.0</h2> <h1>8.1.0 / 2020-07-30</h1> <p>In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency.</p> <p>While we've been diligent about backwards compatibility, it's <em>possible</em> consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you <em>do</em> encounter an issue with the build, please <a href="https://github.com/mochajs/mocha/issues/new?labels=unconfirmed-bug&template=bug_report.md&title=">report it here</a>.</p> <p>This release <strong>does not</strong> drop support for IE11.</p> <p>Other community contributions came from <a href="https://github.com/Devjeel"><strong>@Devjeel</strong></a>, <a href="https://github.com/Harsha509"><strong>@Harsha509</strong></a> and <a href="https://github.com/sharath2106"><strong>@sharath2106</strong></a>. <em>Thank you</em> to everyone who contributed to this release!</p> <blockquote> <p>Do you read Korean? See <a href="https://blog.outsider.ne.kr/1489">this guide to running parallel tests in Mocha</a>, translated by our maintainer, <a href="https://github.com/outsideris"><strong>@outsideris</strong></a>.</p> </blockquote> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4287">#4287</a>: Use background colors with inline diffs for better visual distinction (<a href="https://github.com/michael-brade"><strong>@michael-brade</strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4328">#4328</a>: Fix "watch" mode when Mocha run in parallel (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4382">#4382</a>: Fix root hook execution in "watch" mode (<a href="https://github.com/indieisaconcept"><strong>@indieisaconcept</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4383">#4383</a>: Consistent auto-generated hook titles (<a href="https://github.com/cspotcode"><strong>@cspotcode</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4359">#4359</a>: Better errors when running <code>mocha init</code> (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4341">#4341</a>: Fix weirdness when using <code>delay</code> option in browser (<a href="https://github.com/craigtaub"><strong>@craigtaub</strong></a>)</li> </ul> <h2>:lock: Security Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4378">#4378</a>, <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4333">#4333</a>: Update <a href="https://npm.im/javascript-serialize">javascript-serialize</a> (<a href="https://github.com/martinoppitz"><strong>@martinoppitz</strong></a>, <a href="https://github.com/wnghdcjfe"><strong>@wnghdcjfe</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4354">#4354</a>: Update <a href="https://npm.im/yargs-unparser">yargs-unparser</a> (<a href="https://github.com/martinoppitz"><strong>@martinoppitz</strong></a>)</li> </ul> <h2>:book: Documentation & Website</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4173">#4173</a>: Document how to use <code>--enable-source-maps</code> with Mocha (<a href="https://github.com/bcoe"><strong>@bcoe</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4343">#4343</a>: Clean up some API docs (<a href="https://github.com/craigtaub"><strong>@craigtaub</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4318">#4318</a>: Sponsor images are now self-hosted (<a href="https://github.com/Munter"><strong>@Munter</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4293">#4293</a>: Use Rollup and Babel in build pipeline; add source map to published files (<a href="https://github.com/Munter"><strong>@Munter</strong></a>)</li> </ul> <h2>v8.0.1</h2> <h1>8.0.1 / 2020-06-10</h1> <p>The obligatory patch after a major.</p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4328">#4328</a>: Fix <code>--parallel</code> when combined with <code>--watch</code> (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> </ul> <!-- raw HTML omitted --> </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>8.1.0 / 2020-07-30</h1> <p>In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency.</p> <p>While we've been diligent about backwards compatibility, it's <em>possible</em> consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you <em>do</em> encounter an issue with the build, please <a href="https://github.com/mochajs/mocha/issues/new?labels=unconfirmed-bug&template=bug_report.md&title=">report it here</a>.</p> <p>This release <strong>does not</strong> drop support for IE11.</p> <p>Other community contributions came from <a href="https://github.com/Devjeel"><strong>@Devjeel</strong></a>, <a href="https://github.com/Harsha509"><strong>@Harsha509</strong></a> and <a href="https://github.com/sharath2106"><strong>@sharath2106</strong></a>. <em>Thank you</em> to everyone who contributed to this release!</p> <blockquote> <p>Do you read Korean? See <a href="https://blog.outsider.ne.kr/1489">this guide to running parallel tests in Mocha</a>, translated by our maintainer, <a href="https://github.com/outsideris"><strong>@outsideris</strong></a>.</p> </blockquote> <h2>:tada: Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4287">#4287</a>: Use background colors with inline diffs for better visual distinction (<a href="https://github.com/michael-brade"><strong>@michael-brade</strong></a>)</li> </ul> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4328">#4328</a>: Fix "watch" mode when Mocha run in parallel (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4382">#4382</a>: Fix root hook execution in "watch" mode (<a href="https://github.com/indieisaconcept"><strong>@indieisaconcept</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4383">#4383</a>: Consistent auto-generated hook titles (<a href="https://github.com/cspotcode"><strong>@cspotcode</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4359">#4359</a>: Better errors when running <code>mocha init</code> (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4341">#4341</a>: Fix weirdness when using <code>delay</code> option in browser (<a href="https://github.com/craigtaub"><strong>@craigtaub</strong></a>)</li> </ul> <h2>:lock: Security Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4378">#4378</a>, <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4333">#4333</a>: Update <a href="https://npm.im/javascript-serialize">javascript-serialize</a> (<a href="https://github.com/martinoppitz"><strong>@martinoppitz</strong></a>, <a href="https://github.com/wnghdcjfe"><strong>@wnghdcjfe</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4354">#4354</a>: Update <a href="https://npm.im/yargs-unparser">yargs-unparser</a> (<a href="https://github.com/martinoppitz"><strong>@martinoppitz</strong></a>)</li> </ul> <h2>:book: Documentation & Website</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4173">#4173</a>: Document how to use <code>--enable-source-maps</code> with Mocha (<a href="https://github.com/bcoe"><strong>@bcoe</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4343">#4343</a>: Clean up some API docs (<a href="https://github.com/craigtaub"><strong>@craigtaub</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4318">#4318</a>: Sponsor images are now self-hosted (<a href="https://github.com/Munter"><strong>@Munter</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4293">#4293</a>: Use Rollup and Babel in build pipeline; add source map to published files (<a href="https://github.com/Munter"><strong>@Munter</strong></a>)</li> </ul> <h1>8.0.1 / 2020-06-10</h1> <p>The obligatory patch after a major.</p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4328">#4328</a>: Fix <code>--parallel</code> when combined with <code>--watch</code> (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li> </ul> <h1>8.0.0 / 2020-06-10</h1> <p>In this major release, Mocha adds the ability to <em>run tests in parallel</em>. Better late than never! Please note the <strong>breaking changes</strong> detailed below.</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/7e250ef1168cf93e9d473321dc93b0b81f9a0d98"><code>7e250ef</code></a> Release v8.1.0</li> <li><a href="https://github.com/mochajs/mocha/commit/a6203c6967d9e73cd6696c82a587213f5e86cee3"><code>a6203c6</code></a> add git tag message to .npmrc</li> <li><a href="https://github.com/mochajs/mocha/commit/60858dc4f32713f67112f837063380639042737e"><code>60858dc</code></a> devDependency updates for v8.1.0</li> <li><a href="https://github.com/mochajs/mocha/commit/cf736fedfb15203824c0d21af7900112354f5804"><code>cf736fe</code></a> handle errors in supporter images during 11ty build</li> <li><a href="https://github.com/mochajs/mocha/commit/f966c943e637eea1e05b90e6904ce3e84271d279"><code>f966c94</code></a> Fixing typos</li> <li><a href="https://github.com/mochajs/mocha/commit/8970429ee06c6f2c52505026af0214471cf67b18"><code>8970429</code></a> update CHANGELOG for v8.1.0</li> <li><a href="https://github.com/mochajs/mocha/commit/edc09bf147bef3a40cd5557fb797808136b7d3da"><code>edc09bf</code></a> Ensure root level hooks are called when running in watch mode</li> <li><a href="https://github.com/mochajs/mocha/commit/29012aa9fa0c4e5f86e72f2e4fa4d72027ccb42d"><code>29012aa</code></a> Update javascript-serialize 3.1.0 to 4.0.0; closes <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4375">#4375</a> (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4378">#4378</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/78848932cef7e3feab9184a161b9899b7c024c82"><code>7884893</code></a> ensure hook titles are consistent; closes <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4348">#4348</a> (PR <a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4383">#4383</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/ad03d2972deba18a7a214324fbd73cb14bbe0d79"><code>ad03d29</code></a> build UMD bundle and polyfill language features (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4366">#4366</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.3...v8.1.0">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=8.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.