[PR #394] [MERGED] Bump mocha from 6.2.0 to 6.2.2 #1547

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/394
Author: @dependabot-preview[bot]
Created: 10/21/2019
Status: Merged
Merged: 11/13/2019
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/mocha-6.2.2


📝 Commits (1)

  • ac995a9 Bump mocha from 6.2.0 to 6.2.2

📊 Changes

2 files changed (+189 additions, -30 deletions)

View changed files

📝 package-lock.json (+188 -29)
📝 package.json (+1 -1)

📄 Description

Bumps mocha from 6.2.0 to 6.2.2.

Release notes

Sourced from mocha's releases.

v6.2.2

6.2.2 / 2019-10-18

🐛 Fixes

📖 Documentation

v6.2.1

6.2.1 / 2019-09-29

🐛 Fixes

📖 Documentation

Changelog

Sourced from mocha's changelog.

6.2.2 / 2019-10-18

🐛 Fixes

📖 Documentation

6.2.1 / 2019-09-29

🐛 Fixes

📖 Documentation

Commits
  • 843a322 6.2.2
  • aec8b02 update CHANGELOG for v6.2.2 [ci skip]
  • 7a8b95a npm audit fixes
  • cebddf2 Improve reporter documentation for mocha in browser. (#4026)
  • 3f7b987 uncaughtException: report more than one exception per test (#4033)
  • ee82d38 modify alt text of image from Backers to Sponsors inside Sponsors section in ...
  • e9c036c special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#4063)
  • 954cf0b Fix HTMLCollection iteration to make unhide function work as expected (#4051)
  • 816dc27 uncaughtException: fix double EVENT_RUN_END events (#4025)
  • 9650d3f add OpenJS Foundation logo to website (#4008)
  • Additional commits viewable in compare view

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/394 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/21/2019 **Status:** ✅ Merged **Merged:** 11/13/2019 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/mocha-6.2.2` --- ### 📝 Commits (1) - [`ac995a9`](https://github.com/floccusaddon/floccus/commit/ac995a9a0cdbd84659187e0b5bd57f20d22f289d) Bump mocha from 6.2.0 to 6.2.2 ### 📊 Changes **2 files changed** (+189 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+188 -29) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.2. <details> <summary>Release notes</summary> *Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## v6.2.2 > # 6.2.2 / 2019-10-18 > > ## :bug: Fixes > > - [#4025](https://github-redirect.dependabot.com/mochajs/mocha/issues/4025): Fix duplicate `EVENT_RUN_END` events upon uncaught exception ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#4051](https://github-redirect.dependabot.com/mochajs/mocha/issues/4051): Fix "unhide" function in `html` reporter (browser) ([**[@&#8203;pec9399](https://github.com/pec9399)**](https://github.com/pec9399)) > - [#4063](https://github-redirect.dependabot.com/mochajs/mocha/issues/4063): Fix use of [esm](https://npm.im/esm) in Node.js v8.x ([**[@&#8203;boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#4033](https://github-redirect.dependabot.com/mochajs/mocha/issues/4033): Fix output when multiple async exceptions are thrown ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#4046](https://github-redirect.dependabot.com/mochajs/mocha/issues/4046): Site accessibility fixes ([**[@&#8203;Mia-jeong](https://github.com/Mia-jeong)**](https://github.com/Mia-jeong)) > - [#4026](https://github-redirect.dependabot.com/mochajs/mocha/issues/4026): Update docs for custom reporters in browser ([**[@&#8203;Lindsay-Needs-Sleep](https://github.com/Lindsay-Needs-Sleep)**](https://github.com/Lindsay-Needs-Sleep)) > - [#3971](https://github-redirect.dependabot.com/mochajs/mocha/issues/3971): Adopt new OpenJS Foundation Code of Conduct ([**[@&#8203;craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > > ## v6.2.1 > # 6.2.1 / 2019-09-29 > > ## :bug: Fixes > > - [#3955](https://github-redirect.dependabot.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([@&#8203;1999](https://github.com/1999)) > - [#3970](https://github-redirect.dependabot.com/mochajs/mocha/issues/3970): remove extraGlobals() ([@&#8203;juergba](https://github.com/juergba)) > - [#3984](https://github-redirect.dependabot.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([@&#8203;juergba](https://github.com/juergba)) > - [#3983](https://github-redirect.dependabot.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([@&#8203;juergba](https://github.com/juergba)) > - [#3986](https://github-redirect.dependabot.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([@&#8203;juergba](https://github.com/juergba)) > > ## :book: Documentation > > - [#3886](https://github-redirect.dependabot.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([@&#8203;outsideris](https://github.com/outsideris)) > - [#3966](https://github-redirect.dependabot.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([@&#8203;Munter](https://github.com/Munter)) > - [#3765](https://github-redirect.dependabot.com/mochajs/mocha/issues/3765): Add Matomo to website ([@&#8203;MarioDiaz98](https://github.com/MarioDiaz98)) > - [#3947](https://github-redirect.dependabot.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([@&#8203;oliversalzburg](https://github.com/oliversalzburg)) </details> <details> <summary>Changelog</summary> *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 6.2.2 / 2019-10-18 > > ## :bug: Fixes > > - [#4025](https://github-redirect.dependabot.com/mochajs/mocha/issues/4025): Fix duplicate `EVENT_RUN_END` events upon uncaught exception ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#4051](https://github-redirect.dependabot.com/mochajs/mocha/issues/4051): Fix "unhide" function in `html` reporter (browser) ([**[@&#8203;pec9399](https://github.com/pec9399)**](https://github.com/pec9399)) > - [#4063](https://github-redirect.dependabot.com/mochajs/mocha/issues/4063): Fix use of [esm](https://npm.im/esm) in Node.js v8.x ([**[@&#8203;boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#4033](https://github-redirect.dependabot.com/mochajs/mocha/issues/4033): Fix output when multiple async exceptions are thrown ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#4046](https://github-redirect.dependabot.com/mochajs/mocha/issues/4046): Site accessibility fixes ([**[@&#8203;Mia-jeong](https://github.com/Mia-jeong)**](https://github.com/Mia-jeong)) > - [#4026](https://github-redirect.dependabot.com/mochajs/mocha/issues/4026): Update docs for custom reporters in browser ([**[@&#8203;Lindsay-Needs-Sleep](https://github.com/Lindsay-Needs-Sleep)**](https://github.com/Lindsay-Needs-Sleep)) > - [#3971](https://github-redirect.dependabot.com/mochajs/mocha/issues/3971): Adopt new OpenJS Foundation Code of Conduct ([**[@&#8203;craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > > # 6.2.1 / 2019-09-29 > > ## :bug: Fixes > > - [#3955](https://github-redirect.dependabot.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([**[@&#8203;1999](https://github.com/1999)**](https://github.com/1999)) > - [#3970](https://github-redirect.dependabot.com/mochajs/mocha/issues/3970): remove extraGlobals() ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3984](https://github-redirect.dependabot.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3983](https://github-redirect.dependabot.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3986](https://github-redirect.dependabot.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([**[@&#8203;juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#3886](https://github-redirect.dependabot.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**[@&#8203;outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3966](https://github-redirect.dependabot.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([**[@&#8203;Munter](https://github.com/Munter)**](https://github.com/Munter)) > - [#3765](https://github-redirect.dependabot.com/mochajs/mocha/issues/3765): Add Matomo to website ([**[@&#8203;MarioDiaz98](https://github.com/MarioDiaz98)**](https://github.com/MarioDiaz98)) > - [#3947](https://github-redirect.dependabot.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**[@&#8203;oliversalzburg](https://github.com/oliversalzburg)**](https://github.com/oliversalzburg)) </details> <details> <summary>Commits</summary> - [`843a322`](https://github.com/mochajs/mocha/commit/843a322f9e7724e4a75ceff1920caf24da94bdf2) 6.2.2 - [`aec8b02`](https://github.com/mochajs/mocha/commit/aec8b022b633ef533edc65bed36cabfead59913a) update CHANGELOG for v6.2.2 [ci skip] - [`7a8b95a`](https://github.com/mochajs/mocha/commit/7a8b95a3b91c511019a3ea5b20c042ec3b02cf84) npm audit fixes - [`cebddf2`](https://github.com/mochajs/mocha/commit/cebddf27ce1d799c9b6e3a3e1566ced212ef618f) Improve reporter documentation for mocha in browser. ([#4026](https://github-redirect.dependabot.com/mochajs/mocha/issues/4026)) - [`3f7b987`](https://github.com/mochajs/mocha/commit/3f7b9873e65021b2132377b740d6f040eb62ddd1) uncaughtException: report more than one exception per test ([#4033](https://github-redirect.dependabot.com/mochajs/mocha/issues/4033)) - [`ee82d38`](https://github.com/mochajs/mocha/commit/ee82d380d951263312c6ad958a629868dd07fc52) modify alt text of image from Backers to Sponsors inside Sponsors section in ... - [`e9c036c`](https://github.com/mochajs/mocha/commit/e9c036c0519df1d39cf11e9e4c6061b7999b18f4) special-case parsing of "require" in unparseNodeArgs(); closes [#4035](https://github-redirect.dependabot.com/mochajs/mocha/issues/4035) ([#4063](https://github-redirect.dependabot.com/mochajs/mocha/issues/4063)) - [`954cf0b`](https://github.com/mochajs/mocha/commit/954cf0b821c342406b95a40958ddbe5fa6bb77d8) Fix HTMLCollection iteration to make unhide function work as expected ([#4051](https://github-redirect.dependabot.com/mochajs/mocha/issues/4051)) - [`816dc27`](https://github.com/mochajs/mocha/commit/816dc2782e3472a43237639d9c54f385e5a10d34) uncaughtException: fix double EVENT_RUN_END events ([#4025](https://github-redirect.dependabot.com/mochajs/mocha/issues/4025)) - [`9650d3f`](https://github.com/mochajs/mocha/commit/9650d3fa6dbf421334894543b942e132ec971d91) add OpenJS Foundation logo to website ([#4008](https://github-redirect.dependabot.com/mochajs/mocha/issues/4008)) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.2)](https://dependabot.com/compatibility-score.html?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.2) 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:34 +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#1547
No description provided.