You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/30 20:53:55 UTC

[GitHub] [ignite-web-console] dependabot[bot] opened a new pull request, #20: Bump flat and mocha in /modules/backend

dependabot[bot] opened a new pull request, #20:
URL: https://github.com/apache/ignite-web-console/pull/20

   Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
   
   Updates `flat` from 4.1.0 to 5.0.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hughsk/flat/commit/e5ffd664df8a1fcc05adc22dd0ac6a2b32a0955d"><code>e5ffd66</code></a> Release 5.0.2</li>
   <li><a href="https://github.com/hughsk/flat/commit/fdb79d537748c827e8b886f897d8e1eb3c1acd17"><code>fdb79d5</code></a> Update dependencies, refresh lockfile, format with standard.</li>
   <li><a href="https://github.com/hughsk/flat/commit/e52185dded05768a1036327c5e79a399778d9191"><code>e52185d</code></a> Test against node 14 in CI.</li>
   <li><a href="https://github.com/hughsk/flat/commit/0189cb11dbc942447af78930bcb0ebc132b88384"><code>0189cb1</code></a> Avoid arrow function syntax.</li>
   <li><a href="https://github.com/hughsk/flat/commit/f25d3a11306bc460e43a14affa64d44a1d3cf8ed"><code>f25d3a1</code></a> Release 5.0.1</li>
   <li><a href="https://github.com/hughsk/flat/commit/54cc7ad380ebfbdf22e6654934dde5a34fdf3104"><code>54cc7ad</code></a> use standard formatting</li>
   <li><a href="https://github.com/hughsk/flat/commit/779816e81b6546da12280ee529d78dc57a7a5e1c"><code>779816e</code></a> drop dependencies</li>
   <li><a href="https://github.com/hughsk/flat/commit/2eea6d3a556feb1bdb02dc2f376c935da59a66e4"><code>2eea6d3</code></a> Bump lodash from 4.17.15 to 4.17.19</li>
   <li><a href="https://github.com/hughsk/flat/commit/a61a554952cfb550f276acc02ceea403afe01700"><code>a61a554</code></a> Bump acorn from 7.1.0 to 7.4.0</li>
   <li><a href="https://github.com/hughsk/flat/commit/20ef0ef55dfa028caddaedbcb33efbdb04d18e13"><code>20ef0ef</code></a> Fix prototype pollution on unflatten</li>
   <li>Additional commits viewable in <a href="https://github.com/hughsk/flat/compare/4.1.0...5.0.2">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/~timoxley">timoxley</a>, a new releaser for flat since your current version.</p>
   </details>
   <br />
   
   Updates `mocha` from 6.1.4 to 10.2.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>v10.2.0</h2>
   <h1>10.2.0 / 2022-12-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>: API: add possibility to decorate ESM name before import (<a href="https://github.com/j0tunn"><strong><code>@​j0tunn</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>: Browser: color of failed test icon (<a href="https://github.com/kleisauke"><strong><code>@​kleisauke</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>: Remove duplicated header (<a href="https://github.com/PauloGoncalvesBH"><strong><code>@​PauloGoncalvesBH</code></strong></a>)</li>
   </ul>
   <h2>v10.1.0</h2>
   <h1>10.1.0 / 2022-10-16</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li>
   </ul>
   <h2>v10.0.0</h2>
   <h1>10.0.0 / 2022-05-01</h1>
   <h2>:boom: Breaking Changes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.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/4848">#4848</a>: Drop Internet-Explorer-11 support (<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/4857">#4857</a>: Drop AMD/RequireJS support (<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/4866">#4866</a>: Drop Growl notification support (<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/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</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/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<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/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</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>10.2.0 / 2022-12-11</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>: API: add possibility to decorate ESM name before import (<a href="https://github.com/j0tunn"><strong><code>@​j0tunn</code></strong></a>)</li>
   </ul>
   <h2>:bug: Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>: Browser: color of failed test icon (<a href="https://github.com/kleisauke"><strong><code>@​kleisauke</code></strong></a>)</li>
   </ul>
   <h2>:book: Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>: Remove duplicated header (<a href="https://github.com/PauloGoncalvesBH"><strong><code>@​PauloGoncalvesBH</code></strong></a>)</li>
   </ul>
   <h1>10.1.0 / 2022-10-16</h1>
   <h2>:tada: Enhancements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4896">#4896</a>: Browser: add support for <code>prefers-color-scheme: dark</code> (<a href="https://github.com/greggman"><strong><code>@​greggman</code></strong></a>)</li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4912">#4912</a>: Browser: increase contrast for replay buttons (<a href="https://github.com/JoshuaKGoldberg"><strong><code>@​JoshuaKGoldberg</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4905">#4905</a>: Use standard <code>Promise.allSettled</code> instead of polyfill (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4899">#4899</a>: Upgrade official GitHub actions to latest (<a href="https://github.com/ddzz"><strong><code>@​ddzz</code></strong></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4770">#4770</a>: Fix regex in function <code>clean</code>(<a href="https://github.com/yetingli"><strong><code>@​yetingli</code></strong></a>)</li>
   </ul>
   <h1>10.0.0 / 2022-05-01</h1>
   <h2>:boom: Breaking Changes</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4845">#4845</a>: <strong>Drop Node.js v12.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/4848">#4848</a>: Drop Internet-Explorer-11 support (<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/4857">#4857</a>: Drop AMD/RequireJS support (<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/4866">#4866</a>: Drop Growl notification support (<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/4863">#4863</a>: Rename executable <code>bin/mocha</code> to <code>bin/mocha.js</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/4865">#4865</a>: <code>--ignore</code> option in Windows: upgrade Minimatch (<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/4861">#4861</a>: Remove deprecated <code>Runner</code> signature (<a href="https://github.com/juergba"><strong><code>@​juergba</code></strong></a>)</p>
   </li>
   </ul>
   <h2>:nut_and_bolt: Other</h2>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4878">#4878</a>: Update production dependencies (<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/4876">#4876</a>: Add Node.js v18 to CI test matrix (<a href="https://github.com/outsideris"><strong><code>@​outsideris</code></strong></a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mochajs/mocha/commit/202e9b8b4d1b6611c96d95d631c49d631d88c827"><code>202e9b8</code></a> build(v10.2.0): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/6782d6d0757a5e7b49b291bcae173316ec00c513"><code>6782d6d</code></a> build(v10.2.0): update CHANGELOG</li>
   <li><a href="https://github.com/mochajs/mocha/commit/73bb81904fa017fc474973ce9b1e8fc325709142"><code>73bb819</code></a> feat(esm): ability to decorate ESM module name before importing it (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4945">#4945</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/fc4ac58f1fda1a178b26189398b65f66f6561716"><code>fc4ac58</code></a> chore(devDeps): remove unused depedencies (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4949">#4949</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/0a10ddc1213c208ccc106acc9e8bf372a25f0dc4"><code>0a10ddc</code></a> docs: remove duplicated header (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4944">#4944</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/b0a0fb808c6d771f198fca120527222f92edaa57"><code>b0a0fb8</code></a> fix(browser): failed test icon color (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4946">#4946</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/3cc9cac7ee040fff1de10af79fb16e7586ea65e8"><code>3cc9cac</code></a> ci: update stale action (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4931">#4931</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/8f3c37b6b77b6754cd9445204c536c1a0671450a"><code>8f3c37b</code></a> chore(ci): workaround for firefox error (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4933">#4933</a>)</li>
   <li><a href="https://github.com/mochajs/mocha/commit/5f96d511dbf913f135b92198aab721a27f6b44fe"><code>5f96d51</code></a> build(v10.1.0): release</li>
   <li><a href="https://github.com/mochajs/mocha/commit/ed74f16878f6520411d9a391c5f184056be6da30"><code>ed74f16</code></a> build(v10.1.0): update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.1.4...v10.2.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 />
   
   
   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
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/ignite-web-console/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org