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 7.2.0 to 8.3.1 in /packages/arb-provider-ethers #842

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mocha from 7.2.0 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 @​outsideris and @​HyunSangHan 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 (@​boneskull)
  • #4496: Avoid MaxListenersExceededWarning in watch mode (@​boneskull)

Also thanks to @​akeating 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 @​outsideris and @​HyunSangHan 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 (@​boneskull)
  • #4496: Avoid MaxListenersExceededWarning in watch mode (@​boneskull)

Also thanks to @​akeating 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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 8, 2021
@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #842 (3f4ad95) into develop (d75d1e4) will decrease coverage by 1.89%.
The diff coverage is 29.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #842      +/-   ##
===========================================
- Coverage    56.15%   54.26%   -1.90%     
===========================================
  Files          238      243       +5     
  Lines        21607    22558     +951     
  Branches       375      375              
===========================================
+ Hits         12133    12240     +107     
- Misses        8731     9553     +822     
- Partials       743      765      +22     
Flag Coverage Δ
integration 24.14% <33.13%> (-0.18%) ⬇️
unit 50.15% <21.63%> (-1.88%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/arb-avm-cpp/app/main.cpp 0.00% <0.00%> (ø)
...avm-cpp/avm/include/avm/machinestate/datastack.hpp 91.17% <ø> (ø)
...-cpp/avm/include/avm/machinestate/machinestate.hpp 100.00% <ø> (ø)
packages/arb-avm-cpp/avm/src/machine.cpp 60.97% <0.00%> (ø)
...-checkpointer/checkpointing/indexedCheckpointer.go 75.28% <0.00%> (-0.86%) ⬇️
packages/arb-checkpointer/checkpointing/memory.go 0.00% <0.00%> (ø)
packages/arb-evm/evm/blockresult.go 47.77% <0.00%> (ø)
packages/arb-evm/evm/request.go 37.69% <0.00%> (-28.98%) ⬇️
packages/arb-evm/evm/result.go 46.76% <0.00%> (-18.41%) ⬇️
packages/arb-evm/message/l2Message.go 67.04% <0.00%> (-1.16%) ⬇️
... and 65 more

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 ca5dafa...3f4ad95. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #888.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/arb-provider-ethers/develop/mocha-8.3.1 branch March 15, 2021 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants