Upgrade mocha to version 7.2.0 #29
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ mocha (^6.0.0 → ^7.2.0) · Repo · Changelog
Release Notes
7.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Release v7.2.0
update CHANGELOG for v7.2.0 [ci skip]
Downgrade fs-extra for v7.x release branch
fetch sponsors at build time, show ALL non-skeevy sponsors; closes #4271 (#4272)
Bump linters ecma version
Test spec fixes
Fix for runnable.spec.js
multiple async done() calls result in failure; closes #4151 (#4152)
add Root Hook Plugins
do not commit generated content to VCS; closes #3713 (#4289)
smart quotes and such on website; closes #3716
add javascript in docs to eslint
fix improper warnings for invalid reporters (#4275)
fix test/unit/hook.spec.js (#4288)
--forbid-only doesn't recognize `it.only` when `before` crashes (#4256); closes #3840
Add ability to run tests in a mocha instance multiple times (#4234); closes #2783
fix: check if module.paths really exists (#4194); closes #2505
rename fixtures to have .fixture.js extension
test helper improvements (#4241)
assorted test fixes & refactors (#4240)
Exposing filename in JSON, doc, and json-stream reporters (#4219)
adds a bunch of keywords
Fix missing dot in name of configuration file
refactor validatePlugins to throw coded errors
Update @mocha/docdash to 2.1.3
Mark HTTP 429 responses as allowed failures in hyperlink check. We sometimes get these from unpkg and it shouldnt block out builds (#4253)
fix nyc ignorelist
better debug output
travis: add job names, add Node.js v14 to matrix
fixes some signal handling
enable emoji on website; enable normal ul elements
refactor Test: add markOnly() for encapsulation (PR #4249)
remove cruft from wallaby config
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands