Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

chore(deps): update dependency mocha to ^5.2.0 #577

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2019

This PR contains the following updates:

Package Type Update New value References Sourcegraph
mocha (source) devDependencies minor ^5.2.0 homepage, source code search for "mocha"

Release Notes

mochajs/mocha

v5.2.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

v5.1.1

Compare Source

🐛 Fixes

v5.1.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

v5.0.5

Compare Source

Welcome @​outsideris to the team!

🐛 Fixes

📖 Documentation

🔩 Other

v5.0.4

Compare Source

🐛 Fixes

v5.0.3

Compare Source

This patch features a fix to address a potential "low severity" ReDoS vulnerability in the diff package (a dependency of Mocha).

🔒 Security Fixes

🔩 Other

v5.0.2

Compare Source

This release fixes a class of tests which report as false positives. Certain tests will now break, though they would have previously been reported as passing. Details below. Sorry for the inconvenience!

🐛 Fixes

  • #​3226: Do not swallow errors that are thrown asynchronously from passing tests (@​boneskull). Example:

    ```js
    it('should actually fail, sorry!', function (done) {
    // passing assertion
    assert(true === true);

    // test complete & is marked as passing
    done();

    // ...but something evil lurks within
    setTimeout(() => {
    throw new Error('chaos!');
    }, 100);
    });
    ```

    Previously to this version, Mocha would have silently swallowed the chaos! exception, and you wouldn't know. Well, now you know. Mocha cannot recover from this gracefully, so it will exit with a nonzero code.

    Maintainers of external reporters: If a test of this class is encountered, the Runner instance will emit the end event twice; you may need to change your reporter to use runner.once('end') intead of runner.on('end').

  • #​3093: Fix stack trace reformatting problem (@​outsideris)

🔩 Other

v5.0.1

Compare Source

...your garden-variety patch release.

Special thanks to Wallaby.js for their continued support! ❤️

🐛 Fixes

📖 Documentation

🔩 Other


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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, check this box

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

Sorry, something went wrong.

@codecov-io
Copy link

Codecov Report

Merging #577 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #577   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files          15       15           
  Lines        2058     2058           
  Branches      423      423           
=======================================
  Hits         1710     1710           
  Misses        346      346           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec6a991...6aca0da. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Apr 2, 2019

Codecov Report

Merging #577 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #577   +/-   ##
======================================
  Coverage    82.4%   82.4%           
======================================
  Files          15      15           
  Lines        2126    2126           
  Branches      448     448           
======================================
  Hits         1752    1752           
  Misses        364     364           
  Partials       10      10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e9cabb...1539813. Read the comment docs.

@renovate renovate bot force-pushed the renovate/mocha-5.x branch from 6aca0da to ca50acf Compare May 30, 2019 18:11
@renovate renovate bot changed the title chore(deps): update dependency mocha to ^5.2.0 chore(deps): update dependency @types/mocha to v5.2.7 May 30, 2019
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from ca50acf to ce5a54f Compare June 1, 2019 09:09
@renovate renovate bot changed the title chore(deps): update dependency @types/mocha to v5.2.7 chore(deps): update dependency mocha to ^5.2.0 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from ce5a54f to 2583643 Compare June 6, 2019 21:45
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from 2583643 to e1f54f6 Compare July 1, 2019 09:51
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from e1f54f6 to 123fee4 Compare August 1, 2019 10:10
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from 123fee4 to 8e2a60e Compare September 1, 2019 09:14
@renovate renovate bot force-pushed the renovate/mocha-5.x branch 2 times, most recently from 35ece98 to a5d5fc1 Compare October 8, 2019 01:12
@renovate renovate bot force-pushed the renovate/mocha-5.x branch 2 times, most recently from 3e98327 to 4c7f95f Compare November 7, 2019 02:20
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from 4c7f95f to 1539813 Compare December 1, 2019 10:09

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
@renovate renovate bot force-pushed the renovate/mocha-5.x branch from 1539813 to f80d73a Compare May 1, 2020 08:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants