[PR #381] [CLOSED] Bump mocha from 6.2.0 to 6.2.1 #1538

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/381
Author: @dependabot-preview[bot]
Created: 9/30/2019
Status: Closed

Base: developHead: dependabot/npm_and_yarn/mocha-6.2.1


📝 Commits (1)

  • 84a3157 Bump mocha from 6.2.0 to 6.2.1

📊 Changes

2 files changed (+188 additions, -29 deletions)

View changed files

📝 package-lock.json (+187 -28)
📝 package.json (+1 -1)

📄 Description

Bumps mocha from 6.2.0 to 6.2.1.

Changelog

Sourced from mocha's changelog.

6.2.1 / 2019-09-29

🐛 Fixes

📖 Documentation

Commits

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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/381 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/30/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/mocha-6.2.1` --- ### 📝 Commits (1) - [`84a3157`](https://github.com/floccusaddon/floccus/commit/84a3157bd011304dba584366c933bf37e3ecadfc) Bump mocha from 6.2.0 to 6.2.1 ### 📊 Changes **2 files changed** (+188 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+187 -28) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1. <details> <summary>Changelog</summary> *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md).* > # 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> - [`ef6c820`](https://github.com/mochajs/mocha/commit/ef6c820262708b302c07ea12b130a9e4dc8b4964) Release v6.2.1 - [`9524978`](https://github.com/mochajs/mocha/commit/952497836df20bef88ee546951e3c72fc1466f08) updated CHANGELOG for v6.2.1 [ci skip] - [`dfdb8b3`](https://github.com/mochajs/mocha/commit/dfdb8b38ab8911b7a94d1d7c4d0a60c8f44bd705) Update yargs to v13.3.0 ([#3986](https://github-redirect.dependabot.com/mochajs/mocha/issues/3986)) - [`18ad1c1`](https://github.com/mochajs/mocha/commit/18ad1c187ab0bc4ea12ef929db2ee0679a22b63c) treat '--require esm' as Node option ([#3983](https://github-redirect.dependabot.com/mochajs/mocha/issues/3983)) - [`fcffd5a`](https://github.com/mochajs/mocha/commit/fcffd5a6a982aae56ae0585f33939ae4d1638631) Update yargs-unparser to v1.6.0 ([#3984](https://github-redirect.dependabot.com/mochajs/mocha/issues/3984)) - [`ad4860e`](https://github.com/mochajs/mocha/commit/ad4860e0aa2d3fea0e544edc784dc1140e2115a9) Remove extraGlobals() ([#3970](https://github-redirect.dependabot.com/mochajs/mocha/issues/3970)) - [`b269ad0`](https://github.com/mochajs/mocha/commit/b269ad01b8faedc21d0bc0a955495719a06bae9d) Clarify effect of .skip() ([#3947](https://github-redirect.dependabot.com/mochajs/mocha/issues/3947)) - [`1e6cf3b`](https://github.com/mochajs/mocha/commit/1e6cf3b74af087dd8c4c79804c7206a0bb589404) Add Matomo to website ([#3765](https://github-redirect.dependabot.com/mochajs/mocha/issues/3765)) - [`91b3a54`](https://github.com/mochajs/mocha/commit/91b3a547b9bce571bf3f98417691d38658c6d576) fix style on mochajs.org ([#3886](https://github-redirect.dependabot.com/mochajs/mocha/issues/3886)) - [`0e9d8ad`](https://github.com/mochajs/mocha/commit/0e9d8ad59a78a482d97f4fe735dafa1f65dc89d2) tty.getWindowSize is not a function inside a "worker_threads" worker ([#3955](https://github-redirect.dependabot.com/mochajs/mocha/issues/3955)) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1) </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.1)](https://dependabot.com/compatibility-score.html?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.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) Finally, you can contact us by mentioning @dependabot. </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:32 +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#1538
No description provided.