Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

chore(deps): update dependency mocha to version 7.2.0 🌟 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 5.2.0 -> 7.2.0 age adoption passing confidence

Release Notes

mochajs/mocha

v7.2.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

v7.1.2

Compare Source

🔩 Other

📖 Documentation

v7.1.1

Compare Source

🔒 Security Fixes

🐛 Fixes

📖 Documentation

v7.1.0

Compare Source

🎉 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

Compare Source

🐛 Fixes

📖 Documentation

🔩 Other

v7.0.0

Compare Source

💥 Breaking Changes

  • #​3885: Drop Node.js v6.x support (@​mojosoeun)
  • #​3890: Remove Node.js debug-related flags --debug/--debug-brk and deprecate debug argument (@​juergba)
  • #​3962: Changes to command-line options (@​ParkSB):
    • --list-interfaces replaces --interfaces
    • --list-reporters replaces --reporters
  • Hook pattern of this.skip() (@​juergba):
    • #​3859: When conditionally skipping in a it test, related afterEach hooks are now executed
    • #​3741: When conditionally skipping in a beforeEach hook, subsequent inner beforeEach hooks are now skipped and related afterEach hooks are executed
    • #​4136: Disallow this.skip() within after hooks
  • #​3967: Remove deprecated getOptions() and lib/cli/options.js (@​juergba)
  • #​4083: Uncaught exception in pending test: don't swallow, but retrospectively fail the test for correct exit code (@​juergba)
  • #​4004: Align Mocha constructor's option names with command-line options (@​juergba)

🎉 Enhancements

  • #​3980: Refactor and improve --watch mode with chokidar (@​geigerzaehler):
    • adds command-line options --watch-files and --watch-ignore
    • removes --watch-extensions
  • #​3979: Type "rs\n" to restart tests (@​broofa)

📠 Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

🐛 Fixes

🔍 Coverage

📖 Documentation

🔩 Other

v6.2.3

Compare Source

🔒 Security Fixes

v6.2.2

Compare Source

🐛 Fixes

📖 Documentation

v6.2.1

Compare Source

🐛 Fixes

📖 Documentation

v6.2.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔍 Coverage

🔩 Other

v6.1.4

Compare Source

🔒 Security Fixes

v6.1.3

Compare Source

🐛 Fixes

v6.1.2

Compare Source

🐛 Fixes

v6.1.1

Compare Source

🐛 Fixes

v6.1.0

Compare Source

🔒 Security Fixes

🎉 Enhancements

📠 Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

🐛 Fixes

and some regressions:

📖 Documentation

🔩 Other

v6.0.2

Compare Source

🐛 Fixes

Two more regressions fixed:

v6.0.1

Compare Source

The obligatory round of post-major-release bugfixes.

🐛 Fixes

These issues were regressions.

  • #​3754: Mocha again finds test.js when run without arguments (@​plroebuck)
  • #​3756: Mocha again supports third-party interfaces via --ui (@​boneskull)
  • #​3755: Fix broken --watch (@​boneskull)
  • #​3759: Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; returning a non-undefined value from a describe callback is no longer considered deprecated (@​boneskull)

📖 Documentation

v6.0.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other


Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from 2bdbdd2 to 19b57c1 Compare February 20, 2020 05:06
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.0.1 🌟 chore(deps): update dependency mocha to version 7.0.1 🌟 Feb 25, 2020
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 19b57c1 to ca2251f Compare February 26, 2020 07:36
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.0.1 🌟 chore(deps): update dependency mocha to version 7.1.0 🌟 Feb 26, 2020
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from ca2251f to 273e589 Compare March 19, 2020 02:06
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.1.0 🌟 chore(deps): update dependency mocha to version 7.1.1 🌟 Mar 19, 2020
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.1.1 🌟 chore(deps): update dependency mocha to version 7.1.1 🌟 Mar 26, 2020
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 273e589 to 6d51f6a Compare April 26, 2020 07:54
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.1.1 🌟 chore(deps): update dependency mocha to version 7.1.2 🌟 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 6d51f6a to af5bdb9 Compare July 4, 2020 10:02
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.1.2 🌟 chore(deps): update dependency mocha to version 7.2.0 🌟 Jul 4, 2020
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.2.0 🌟 chore(deps): update dependency mocha to version 7.2.0 🌟 Aug 25, 2020
@renovate renovate bot changed the title chore(deps): update dependency mocha to version 7.2.0 🌟 chore(deps): update dependency mocha to version 7.2.0 🌟 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 4 times, most recently from 9339872 to 2fad927 Compare May 11, 2021 03:19
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from 370abf8 to 8e55af7 Compare June 11, 2021 02:07
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 8e55af7 to 09d15cd Compare August 11, 2021 02:31
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 09d15cd to 8ec60d1 Compare September 21, 2021 03:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant