-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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.0.1 #21434
Conversation
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.2.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Details of bundle changes.Comparing: 3e492ed...1118a1b Details of page changes
|
I wonder if mochajs/mocha#4245 can reduce the duration of the tests. I suspect it won't because CircleCI gives us VMs with very little resources for free, but as we grow the number of support components and upgrade CircleCI, maybe it will. Also maybe Azure CI has better machines to offer 🤔. We will see, it's not really a bottleneck yet. |
Since we have a global jsdom we can't parallelize anyway. |
Right, it might require a nontrivial amount of work to reproduce what Jest manages to do with JSDOM. Sounds like it won't worth it anytime soon :) |
@dependabot squash and merge |
Bumps mocha from 7.2.0 to 8.0.1.
Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
9b203fa
Release v8.0.1ad8d83d
update CHANGELOG for v8.0.1 [ci skip]66ce143
fix --parallel --watch; closes #4327e0e6568
update release process in MAINTAINERS.mdfc618a1
Switch opencollective images to self-hosted spritesheet (#4318)612fa31
Release v8.0.057fbbee
update changelog for v8.0.026c6cae
options 'spec' and 'ignore': no splitting by comma2da50aa
add a section regarding 3p reporters & parallel modedc26e90
disable parallel mode by defaultDependabot 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: