Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Bump mocha from 2.5.3 to 8.3.1 #56

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps mocha from 2.5.3 to 8.3.1.

Release notes

Sourced from mocha's releases.

v8.3.1

8.3.1 / 2021-03-06

馃悰 Fixes

v8.3.0

8.3.0 / 2021-02-11

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

馃敥 Other

Also thanks to @鈥媜utsideris and @鈥婬yunSangHan for various fixes to our website and documentation.

v8.2.1

8.2.1 / 2020-11-02

Fixed stuff.

馃悰 Fixes

  • #4489: Fix problematic handling of otherwise-unhandled Promise rejections and erroneous "done() called twice" errors (@鈥媌oneskull)
  • #4496: Avoid MaxListenersExceededWarning in watch mode (@鈥媌oneskull)

Also thanks to @鈥媋keating for a documentation fix!

v8.2.0

8.2.0 / 2020-10-16

The major feature added in v8.2.0 is addition of support for global fixtures.

... (truncated)

Changelog

Sourced from mocha's changelog.

8.3.1 / 2021-03-06

馃悰 Fixes

8.3.0 / 2021-02-11

馃帀 Enhancements

馃悰 Fixes

馃摉 Documentation

馃敥 Other

Also thanks to @鈥媜utsideris and @鈥婬yunSangHan for various fixes to our website and documentation.

8.2.1 / 2020-11-02

Fixed stuff.

馃悰 Fixes

  • #4489: Fix problematic handling of otherwise-unhandled Promise rejections and erroneous "done() called twice" errors (@鈥媌oneskull)
  • #4496: Avoid MaxListenersExceededWarning in watch mode (@鈥媌oneskull)

Also thanks to @鈥媋keating for a documentation fix!

8.2.0 / 2020-10-16

The major feature added in v8.2.0 is addition of support for global fixtures.

While Mocha has always had the ability to run setup and teardown via a hook (e.g., a before() at the top level of a test file) when running tests in serial, Mocha v8.0.0 added support for parallel runs. Parallel runs are incompatible with this strategy; e.g., a top-level before() would only run for the file in which it was defined.

With global fixtures, Mocha can now perform user-defined setup and teardown regardless of mode, and these fixtures are guaranteed to run once and only once. This holds for parallel mode, serial mode, and even "watch" mode (the teardown will run once you hit Ctrl-C, just before Mocha finally exits). Tasks such as starting and stopping servers are well-suited to global fixtures, but not sharing resources--global fixtures do not share context with your test files (but they do share context with each other).

... (truncated)

Commits
  • c6f874f Release v8.3.1
  • a74d007 update CHANGELOG for v8.3.1 [ci skip]
  • e29c2f4 Now GH actions support skip ci officially (#4579)
  • 8d6d1e3 fix(esm): allow import from mocha in parallel (#4574)
  • 37efe00 Browser: fix EvalError caused by regenerator-runtime (#4577)
  • e1194ab Release v8.3.0
  • 9e75153 update CHANGELOG for v8.3.0 [ci skip]
  • 6dd12be match supporter's properties with supporter.js (#4569)
  • 9f2dd41 docs: add example of generating tests with a closure (#4494)
  • 9122909 Adds BigInt support to stringify util function (#4112)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by juergba, a new releaser for mocha since your current version.


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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 8.3.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v2.5.3...v8.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #58.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mocha-8.3.1 branch March 15, 2021 03:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants