Open greenkeeper[bot] opened 5 years ago
After pinning to 6.1.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
mocha was updated from 6.2.0
to 6.2.1
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
ef6c820
Release v6.2.1
9524978
updated CHANGELOG for v6.2.1 [ci skip]
dfdb8b3
Update yargs to v13.3.0 (#3986)
18ad1c1
treat '--require esm' as Node option (#3983)
fcffd5a
Update yargs-unparser to v1.6.0 (#3984)
ad4860e
Remove extraGlobals() (#3970)
b269ad0
Clarify effect of .skip() (#3947)
1e6cf3b
Add Matomo to website (#3765)
91b3a54
fix style on mochajs.org (#3886)
0e9d8ad
tty.getWindowSize is not a function inside a "worker_threads" worker (#3955)
48da42e
Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (#3966)
See the full diff
devDependency
mocha was updated from 6.2.1
to 6.2.2
.Your tests are still failing with this version. Compare changes
EVENT_RUN_END
events upon uncaught exception (@juergba)html
reporter (browser) (@pec9399)The new version differs by 12 commits.
843a322
6.2.2
aec8b02
update CHANGELOG for v6.2.2 [ci skip]
7a8b95a
npm audit fixes
cebddf2
Improve reporter documentation for mocha in browser. (#4026)
3f7b987
uncaughtException: report more than one exception per test (#4033)
ee82d38
modify alt text of image from Backers to Sponsors inside Sponsors section in Readme (#4046)
e9c036c
special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#4063)
954cf0b
Fix HTMLCollection iteration to make unhide function work as expected (#4051)
816dc27
uncaughtException: fix double EVENT_RUN_END events (#4025)
9650d3f
add OpenJS Foundation logo to website (#4008)
f04b81d
Adopt the OpenJSF Code of Conduct (#3971)
aca8895
Add link checking to docs build step (#3972)
See the full diff
devDependency
mocha was updated from 7.0.0
to 7.0.1
.Your tests are still failing with this version. Compare changes
reporterOptions
(@holm)The new version differs by 61 commits ahead by 61, behind by 17.
d0f04e9
Release v7.0.1
2277958
update CHANGELOG for v7.0.1 [ci skip]
0be3f78
Fix exception when skipping tests programmatically (#4165)
c0f1d14
uncaughtException: fix recovery when current test is still running (#4150)
9c10ada
Fix backwards compability break for reporterOptions
a24683f
Throw a descriptive error when a non-function is given to a runnable (#4133)
579fd09
update copyright & trademark notices per OJSF; closes #4145
0e1ccbb
Fix leaking global 'uncaughtException' handler (#4147)
7d78f20
Broken links in docs (#4140)
69339a3
Release v7.0.0
99e085f
update CHANGELOG for v7.0.0 [ci skip]
35cf39b
Add reporter alias names to docs (#4127)
3bd2d28
Forbid this.skip() within afterAll hooks (#4136)
24c22be
Fix hook pattern of this.skip() in beforeEach hooks (#3741)
1412dc8
XUnit reporter should handle exceptions during diff generation (#4068)
There are 61 commits in total.
See the full diff
devDependency
mocha was updated from 7.0.1
to 7.1.0
.Your tests are still failing with this version. Compare changes
#4038: Add Node.js native ESM support (@giltayar)
Mocha supports writing your test files as ES modules:
--experimental-modules
optionNote: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental
allowUncaught
option (@juergba)package.json
(@outsideris)The new version differs by 10 commits.
09b948b
Release v7.1.0
d43092e
update CHANGELOG for v7.1.0 [ci skip]
57be455
Add support for Node.JS native ES modules (#4038)
a995e33
Fix: programmatic API cannot access retried test objects (#4181)
ac12f2c
Browser: fix 'allowUncaught' handling (#4174)
2ff1cb2
uncaughtException: refactor, move and add tests
b431609
docs: update browser options
883ae4b
ESLint: use 'const' instead of 'let'
2a1b637
Upgrade: ESLint v6.8 (#4138)
dbba276
Manage author list in AUTHORS instead of package.json (#4058)
See the full diff
devDependency
mocha was updated from 7.1.0
to 7.1.1
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
7c09e63
Release v7.1.1
7599535
update CHANGELOG for v7.1.1 [ci skip]
3bf650c
security: update mkdirp, yargs, yargs-parser (#4204)
e1389ef
Fix: runner listening to 'start' and 'end' events (#3660)
9cbb6f6
upgrade assetgraph-builder
4dc3cd1
docs: show netlify badge on footer (#4190)
See the full diff
devDependency
mocha was updated from 7.1.1
to 7.1.2
.Your tests are still failing with this version. Compare changes
The new version differs by 7 commits.
27aeb80
Release v7.1.2
e3df026
update CHANGELOG for v7.1.2 [ci skip]
7f75489
add test case: type check before calling retriedTest()
e659027
type check before calling retriedTest()
eba6ec7
Remove Runnable#inspect() and utils.ngettext() (#4230)
a4a4d50
add wallaby logo to bottom of site
c600547
update mkdirp to v0.5.5 (#4222)
See the full diff
devDependency
mocha was updated from 7.1.2
to 7.2.0
.Your tests are still failing with this version. Compare changes
--forbid-only
does not recognize it.only
when before
crashes (@arvidOtt)The new version differs by 33 commits.
2aab607
Release v7.2.0
d525345
update CHANGELOG for v7.2.0 [ci skip]
c6b7b61
Downgrade fs-extra for v7.x release branch
c967789
fetch sponsors at build time, show ALL non-skeevy sponsors; closes #4271 (#4272)
19f1841
Bump linters ecma version
08c3124
Test spec fixes
1edfb70
Fix for runnable.spec.js
792292a
multiple async done() calls result in failure; closes #4151 (#4152)
5fd44cc
add Root Hook Plugins
e07cf0f
do not commit generated content to VCS; closes #3713 (#4289)
137ba18
smart quotes and such on website; closes #3716
23c28e0
add javascript in docs to eslint
ab59bfa
fix improper warnings for invalid reporters (#4275)
80c1a1a
fix test/unit/hook.spec.js (#4288)
d4fd2a6
--forbid-only doesn't recognize it.only
when before
crashes (#4256); closes #3840
There are 33 commits in total.
See the full diff
The devDependency mocha was updated from
6.1.4
to6.2.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/serby/uber-cache-redis/builds/560738701?utm_source=github_status&utm_medium=notification)).Release Notes for v6.2.0
6.2.0 / 2019-07-18
--file
(@gabegorelick)global
orglobals
(@pascalpp)_mocha
binary (@juergba)--timeout
/--slow
string values and duplicate arguments (@boneskull, @juergba)--watch
options (@geigerzaehler)--watch
mode behavior (@geigerzaehler)runWatch
into separate module (@geigerzaehler)mocha.min.js
file to stacktrace filter (@brian-lagerman)--exclude
to--ignore
and create alias (@boneskull)mocha.css
(@DanielRuf)Commits
The new version differs by 39 commits.
bd47776
Release v6.2.0
cc595af
update CHANGELOG.md for v6.2.0 [ci skip]
59d70ee
fix: remove duplicate line-height property (#3957)
f77cac4
fix: do not redeclare variable (#3956)
6201e42
Hide stacktrace when cli args are missing (#3963)
88f45d5
Don't re-initialize grep option on watch re-run (#3960)
5d4dd98
Fix No Files error when file is passed via --files (#3942)
15b96af
Collect test files later (#3953)
ccee5f1
Base reporter store ref to console.log (#3725)
47318a7
update @mocha/contributors to v1.0.4 (#3944)
c903147
More, improved integration tests for watching (#3929)
e341ea4
Update CI config files to use Node-12.x (#3919)
3064d25
update @mocha/docdash to v2.1.1 (#3945)
9ea45e7
do not fork if no node flags present (#3827)
d02a096
modify Mocha constructor to accept options.global or options.globals (#3914)
There are 39 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: