Skip to content

Update mocha to the latest version 🚀 - #128

Open
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/mocha-7.0.1
Open

Update mocha to the latest version 🚀#128
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/mocha-7.0.1

Conversation

@greenkeeper

Copy link
Copy Markdown
Contributor

The devDependency mocha was updated from 6.2.2 to 7.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.


Publisher:juergba
License: MIT

Release Notes for v7.0.1

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)

📖 Documentation

🔩 Other

Commits

The new version differs by 61 commits ahead by 61, behind by 17.

  • d0f04e9Release v7.0.1
  • 2277958update CHANGELOG for v7.0.1 [ci skip]
  • 0be3f78Fix exception when skipping tests programmatically (#4165)
  • c0f1d14uncaughtException: fix recovery when current test is still running (#4150)
  • 9c10adaFix backwards compability break for reporterOptions
  • a24683fThrow a descriptive error when a non-function is given to a runnable (#4133)
  • 579fd09update copyright & trademark notices per OJSF; closes #4145
  • 0e1ccbbFix leaking global 'uncaughtException' handler (#4147)
  • 7d78f20Broken links in docs (#4140)
  • 69339a3Release v7.0.0
  • 99e085fupdate CHANGELOG for v7.0.0 [ci skip]
  • 35cf39bAdd reporter alias names to docs (#4127)
  • 3bd2d28Forbid this.skip() within afterAll hooks (#4136)
  • 24c22beFix hook pattern of this.skip() in beforeEach hooks (#3741)
  • 1412dc8XUnit reporter should handle exceptions during diff generation (#4068)

There are 61 commits in total.

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 🌴

@joshghent

Copy link
Copy Markdown
Contributor

❌ greenkeeper-keeper failed to merge the pull-request

A failed status was found for this PR.

greenkeeperBot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencymocha was updated from 6.2.2 to 7.1.0.

Update to this version instead 🚀

Release Notes for 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

Commits

The new version differs by 10 commits.

  • 09b948bRelease v7.1.0
  • d43092eupdate CHANGELOG for v7.1.0 [ci skip]
  • 57be455Add support for Node.JS native ES modules (#4038)
  • a995e33Fix: programmatic API cannot access retried test objects (#4181)
  • ac12f2cBrowser: fix 'allowUncaught' handling (#4174)
  • 2ff1cb2uncaughtException: refactor, move and add tests
  • b431609docs: update browser options
  • 883ae4bESLint: use 'const' instead of 'let'
  • 2a1b637Upgrade: ESLint v6.8 (#4138)
  • dbba276Manage author list in AUTHORS instead of package.json (#4058)

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 18, 2020
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencymocha was updated from 6.2.2 to 7.1.1.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Apr 26, 2020
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencymocha was updated from 6.2.3 to 7.1.2.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request May 23, 2020
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

🚨 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 devDependencymocha was updated from 6.2.3 to 7.2.0.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@joshghent