Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mocha from 3.5.3 to 5.0.4 #92

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 19, 2018

Bumps mocha from 3.5.3 to 5.0.4.

Release notes

Sourced from mocha's releases.

v5.0.4

5.0.4 / 2018-03-07

πŸ› Fixes

  • #3265: Fixes regression in "watch" functionality introduced in v5.0.2 ([outsideris])

[outsideris]: https://github.com/outsideris

v5.0.3

5.0.3 / 2018-03-06

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

πŸ”’ Security Fixes

πŸ”© Other

[anishkny]: https://github.com/anishkny
[harrysarson]: https://github.com/harrysarson

v5.0.2

5.0.2 / 2018-03-05

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:

    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);

... (truncated)

Changelog

Sourced from mocha's changelog.

5.0.4 / 2018-03-07

πŸ› Fixes

  • #3265: Fixes regression in "watch" functionality introduced in v5.0.2 ([outsideris])

5.0.3 / 2018-03-06

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

πŸ”’ Security Fixes

πŸ”© Other

[anishkny]: https://github.com/anishkny
[harrysarson]: https://github.com/harrysarson

5.0.2 / 2018-03-05

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:

    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.
    ... (truncated)

Commits
  • 851ad29 Release v5.0.4
  • 868830a update CHANGELOG.md for v5.0.4 [ci skip]
  • eb09421 restore removed methods which still used
  • da6e5c9 Release v5.0.3
  • 70d9262 update CHANGELOG.md for v5.0.3 [ci skip]
  • aaaa5ab fix: ReDoS vuln in mocha@5.0.2 β€Ί diff@3.3.1 (#3266)
  • 8df5727 Tidies up code after review
  • 660bccc adds unit tests covering Base.generateDiff
  • bdcb3c3 exposes generateDiff function from base reporter
  • f2ee53c Release v5.0.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [mocha](https://github.com/mochajs/mocha) from 3.5.3 to 5.0.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v3.5.3...v5.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mocha-5.0.4 branch from ff45755 to 8078ed4 Compare March 21, 2018 23:03
@dependabot-preview
Copy link
Contributor Author

Superseded by #97.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mocha-5.0.4 branch March 23, 2018 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant