[PR #471] [MERGED] Bump mocha from 6.2.2 to 7.1.1 #1587

Closed
opened 2026-02-25 22:40:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/471
Author: @dependabot-preview[bot]
Created: 3/19/2020
Status: Merged
Merged: 4/22/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/mocha-7.1.1


📝 Commits (1)

  • fde37d2 Bump mocha from 6.2.2 to 7.1.1

📊 Changes

2 files changed (+153 additions, -83 deletions)

View changed files

📝 package-lock.json (+152 -82)
📝 package.json (+1 -1)

📄 Description

Bumps mocha from 6.2.2 to 7.1.1.

Release notes

Sourced from mocha's releases.

v7.1.1

7.1.1 / 2020-03-18

🔒 Security Fixes

  • #4204: Update dependencies mkdirp, yargs-parser and yargs (@juergba)

🐛 Fixes

📖 Documentation

v7.1.0

7.1.0 / 2020-02-26

🎉 Enhancements

#4038: Add Node.js native ESM support (@giltayar)

Mocha supports writing your test files as ES modules:

  • Node.js only v12.11.0 and above
  • Node.js below v13.2.0, you must set --experimental-modules option
  • current limitations: please check our documentation
  • for programmatic usage: see API: loadFilesAsync()

Note: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental

🐛 Fixes

📖 Documentation

🔩 Other

v7.0.1

7.0.1 / 2020-01-25

🐛 Fixes

  • #4165: Fix exception when skipping tests programmatically (@juergba)
... (truncated)
Changelog

Sourced from mocha's changelog.

7.1.1 / 2020-03-18

🔒 Security Fixes

  • #4204: Update dependencies mkdirp, yargs-parser and yargs (@juergba)

🐛 Fixes

📖 Documentation

7.1.0 / 2020-02-26

🎉 Enhancements

#4038: Add Node.js native ESM support (@giltayar)

Mocha supports writing your test files as ES modules:

  • Node.js only v12.11.0 and above
  • Node.js below v13.2.0, you must set --experimental-modules option
  • current limitations: please check our documentation
  • for programmatic usage: see API: loadFilesAsync()

Note: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental

🐛 Fixes

📖 Documentation

🔩 Other

7.0.1 / 2020-01-25

🐛 Fixes

  • #4165: Fix exception when skipping tests programmatically (@juergba)
  • #4153: Restore backwards compatibility for reporterOptions (@holm)
  • #4150: Fix recovery of an open test upon uncaught exception (@juergba)
  • #4147: Fix regression of leaking uncaught exception handler (@juergba)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by juergba, a new releaser for mocha since your current version.


Dependabot compatibility score

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 commands and options

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/471 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/19/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/mocha-7.1.1` --- ### 📝 Commits (1) - [`fde37d2`](https://github.com/floccusaddon/floccus/commit/fde37d274c4321b4fcc4cc9cfae006697aba41fb) Bump mocha from 6.2.2 to 7.1.1 ### 📊 Changes **2 files changed** (+153 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+152 -82) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.1.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>v7.1.1</h2> <h1>7.1.1 / 2020-03-18</h1> <h2>:lock: Security Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4204">#4204</a>: Update dependencies mkdirp, yargs-parser and yargs (<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/3660">#3660</a>: Fix <code>runner</code> listening to <code>start</code> and <code>end</code> events (<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/4190">#4190</a>: Show Netlify badge on footer (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h2>v7.1.0</h2> <h1>7.1.0 / 2020-02-26</h1> <h2>:tada: Enhancements</h2> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>: Add Node.js native ESM support (<a href="https://github.com/giltayar"><strong>@giltayar</strong></a>)</p> <p>Mocha supports writing your test files as ES modules:</p> <ul> <li>Node.js only v12.11.0 and above</li> <li>Node.js below v13.2.0, you must set <code>--experimental-modules</code> option</li> <li>current limitations: please check our <a href="https://mochajs.org/#nodejs-native-esm-support">documentation</a></li> <li>for programmatic usage: see <a href="https://mochajs.org/api/mocha#loadFilesAsync">API: loadFilesAsync()</a></li> </ul> <p><strong>Note:</strong> Node.JS native <a href="https://nodejs.org/api/esm.html">ECMAScript Modules</a> implementation has status: <strong>Stability: 1 - Experimental</strong></p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>: Programmatic API cannot access retried test objects (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4174">#4174</a>: Browser: fix <code>allowUncaught</code> option (<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/4058">#4058</a>: Manage author list in AUTHORS instead of <code>package.json</code> (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4138">#4138</a>: Upgrade ESLint v6.8 (<a href="https://github.com/kaicataldo"><strong>@kaicataldo</strong></a>)</li> </ul> <h2>v7.0.1</h2> <h1>7.0.1 / 2020-01-25</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4165">#4165</a>: Fix exception when skipping tests programmatically (<a href="https://github.com/juergba"><strong>@juergba</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.1.1 / 2020-03-18</h1> <h2>:lock: Security Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4204">#4204</a>: Update dependencies mkdirp, yargs-parser and yargs (<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/3660">#3660</a>: Fix <code>runner</code> listening to <code>start</code> and <code>end</code> events (<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/4190">#4190</a>: Show Netlify badge on footer (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h1>7.1.0 / 2020-02-26</h1> <h2>:tada: Enhancements</h2> <p><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>: Add Node.js native ESM support (<a href="https://github.com/giltayar"><strong>@giltayar</strong></a>)</p> <p>Mocha supports writing your test files as ES modules:</p> <ul> <li>Node.js only v12.11.0 and above</li> <li>Node.js below v13.2.0, you must set <code>--experimental-modules</code> option</li> <li>current limitations: please check our <a href="https://mochajs.org/#nodejs-native-esm-support">documentation</a></li> <li>for programmatic usage: see <a href="https://mochajs.org/api/mocha#loadFilesAsync">API: loadFilesAsync()</a></li> </ul> <p><strong>Note:</strong> Node.JS native <a href="https://nodejs.org/api/esm.html">ECMAScript Modules</a> implementation has status: <strong>Stability: 1 - Experimental</strong></p> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>: Programmatic API cannot access retried test objects (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4174">#4174</a>: Browser: fix <code>allowUncaught</code> option (<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/4058">#4058</a>: Manage author list in AUTHORS instead of <code>package.json</code> (<a href="https://github.com/outsideris"><strong>@outsideris</strong></a>)</li> </ul> <h2>:nut_and_bolt: Other</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4138">#4138</a>: Upgrade ESLint v6.8 (<a href="https://github.com/kaicataldo"><strong>@kaicataldo</strong></a>)</li> </ul> <h1>7.0.1 / 2020-01-25</h1> <h2>:bug: Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4165">#4165</a>: Fix exception when skipping tests programmatically (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4153">#4153</a>: Restore backwards compatibility for <code>reporterOptions</code> (<a href="https://github.com/holm"><strong>@holm</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4150">#4150</a>: Fix recovery of an open test upon uncaught exception (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> <li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4147">#4147</a>: Fix regression of leaking uncaught exception handler (<a href="https://github.com/juergba"><strong>@juergba</strong></a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/7c09e634267ddc18d1ec08a4bfd999efa317d684"><code>7c09e63</code></a> Release v7.1.1</li> <li><a href="https://github.com/mochajs/mocha/commit/75995357e88c7c3735e787f7dd8b23d333c97ed0"><code>7599535</code></a> update CHANGELOG for v7.1.1 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/3bf650cb1498ffb805381b22c228b2e780d12f26"><code>3bf650c</code></a> security: update mkdirp, yargs, yargs-parser (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4204">#4204</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/e1389efd949f57e0ee32c7b52df09d5040464084"><code>e1389ef</code></a> Fix: runner listening to 'start' and 'end' events (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/3660">#3660</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/9cbb6f63f9103af40d08a9bc14eefdee7b907a3f"><code>9cbb6f6</code></a> upgrade assetgraph-builder</li> <li><a href="https://github.com/mochajs/mocha/commit/4dc3cd1cd3dbae13f81d4d0e1386dcee67e25194"><code>4dc3cd1</code></a> docs: show netlify badge on footer (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4190">#4190</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/09b948bd899e39a684dd6e2d871ea3fc77f9aee0"><code>09b948b</code></a> Release v7.1.0</li> <li><a href="https://github.com/mochajs/mocha/commit/d43092e0b9768e392492a47a4069b3e0ff9ed9a6"><code>d43092e</code></a> update CHANGELOG for v7.1.0 [ci skip]</li> <li><a href="https://github.com/mochajs/mocha/commit/57be4558eac737efae9ea67bee5de6e9f4fd6b0c"><code>57be455</code></a> Add support for Node.JS native ES modules (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4038">#4038</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/a995e3324b9da02c9cda8ad26e2695a853c28f30"><code>a995e33</code></a> Fix: programmatic API cannot access retried test objects (<a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4181">#4181</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v6.2.2...v7.1.1">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 compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.1.1)](https://dependabot.com/compatibility-score/?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.1.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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1587
No description provided.