Skip to content

Update mocha to the latest version 🚀 - #100

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/mocha-6.1.0
Open

Update mocha to the latest version 🚀#100
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/mocha-6.1.0

Conversation

@greenkeeper

Copy link
Copy Markdown
Contributor

The dependency mocha was updated from 6.0.0 to 6.1.0.

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.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 43 commits.

  • f4fc95aRelease v6.1.0
  • bd29dbdupdate CHANGELOG for v6.1.0 [ci skip]
  • aaf2b72Use cwd-relative pathname to load config file (#3829)
  • b079d24upgrade deps as per npm audit fix; closes #3854
  • e87c689Deprecate this.skip() for "after all" hooks (#3719)
  • 81cfa90Copy Suite property "root" when cloning; closes #3847 (#3848)
  • 8aa2fc4Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)
  • 586bf78Update JS-YAML to address security issue (#3845)
  • d1024a3Update doc examples "tests.html" (#3811)
  • 1d570e0Delete "/docs/example/chai.js"
  • ade8b90runner.js: "self.test" undefined in Browser (#3835)
  • 0098147Replace findup-sync with find-up for faster startup (#3830)
  • d5ba121Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)
  • a3089adupdate package-lock
  • 75430ecUpgrade yargs-parser dependency to avoid loading 2 copies of yargs

There are 43 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 🌴

Loading
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

@lkreimann