Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Update mocha to the latest version 🚀 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 21, 2019

The devDependency mocha was updated from 6.0.0 to 6.0.1.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v6.0.1

6.0.1 / 2019-02-21

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

Commits

The new version differs by 9 commits.

  • 6d3d6b4 Release v6.0.1
  • 2146ece update CHANGELOG.md for v6.0.1
  • 7c9221d backout deprecation of value returned from suite; closes #3744
  • b7cfceb fix --watch not finding any files to execute; closes #3748
  • b836d73 Upgrade docdash version - issue #3663
  • 7926f47 fix --ui issues, closes #3746
  • 00f2ed9 dev dep upgrades from "npm audit" and "npm upgrade"
  • 34afb1a fix(cli/run.js): Revert default glob to match Mocha-5.2
  • 6d5a0db Bring the example congfiguration file in line with the documentation. (#3751)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.0.2.

Update to this version instead 🚀

Release Notes for v6.0.2

6.0.2 / 2019-02-25

🐛 Fixes

Two more regressions fixed:

  • #3768: Test file paths no longer dropped from mocha.opts (@boneskull)
  • #3767: --require does not break on module names that look like certain node flags (@boneskull)
Commits

The new version differs by 6 commits.

  • 00a895f Release v6.0.2
  • 1edce76 update CHANGELOG for v6.0.2 [ci skip]
  • 347e9db fix broken positional arguments in config; ensure positional args are unique; closes #3763
  • 9e31e9d fix handling of bareword args matching node flags; closes #3761
  • 6535965 Update "karma-browserify" to eliminate Karma middleware warning (#3762)
  • 37febb6 improve issue template. (#3411)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 7, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.1.0.

Update to this version instead 🚀

Release Notes for v6.1.0

6.1.0 / 2019-04-07

🔒 Security Fixes

  • #3845: Update dependency "js-yaml" to v3.13.0 per npm security advisory (@plroebuck)

🎉 Enhancements

  • #3766: Make reporter constructor support optional options parameter (@plroebuck)
  • #3760: Add support for config files with .jsonc extension (@sstephant)

📠 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

  • #3829: Use cwd-relative pathname to load config file (@plroebuck)
  • #3745: Fix async calls of this.skip() in "before each" hooks (@juergba)
  • #3669: Enable --allow-uncaught for uncaught exceptions thrown inside hooks (@givanse)

and some regressions:

📖 Documentation

🔩 Other

  • #3830: Replace dependency "findup-sync" with "find-up" for faster startup (@cspotcode)
  • #3799: Update devDependencies to fix many npm vulnerabilities (@XhmikosR)
Commits

The new version differs by 28 commits.

  • f4fc95a Release v6.1.0
  • bd29dbd update CHANGELOG for v6.1.0 [ci skip]
  • aaf2b72 Use cwd-relative pathname to load config file (#3829)
  • b079d24 upgrade deps as per npm audit fix; closes #3854
  • e87c689 Deprecate this.skip() for "after all" hooks (#3719)
  • 81cfa90 Copy Suite property "root" when cloning; closes #3847 (#3848)
  • 8aa2fc4 Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)
  • 586bf78 Update JS-YAML to address security issue (#3845)
  • d1024a3 Update doc examples "tests.html" (#3811)
  • 1d570e0 Delete "/docs/example/chai.js"
  • ade8b90 runner.js: "self.test" undefined in Browser (#3835)
  • 0098147 Replace findup-sync with find-up for faster startup (#3830)
  • d5ba121 Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)
  • a3089ad update package-lock
  • 75430ec Upgrade yargs-parser dependency to avoid loading 2 copies of yargs

There are 28 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 7, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 12, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.1.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.1.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

  • The devDependency mocha was updated from 6.0.0 to 6.2.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 26, 2020

  • The devDependency mocha was updated from 6.0.0 to 7.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The devDependency mocha was updated from 6.0.0 to 7.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2020

  • The devDependency mocha was updated from 6.0.0 to 7.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 26, 2020

  • The devDependency mocha was updated from 6.0.0 to 7.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 23, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 23, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency mocha was updated from 6.0.0 to 7.2.0.

Update to this version instead 🚀

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.

0 participants