An in-range update of mocha is breaking the build π¨
Closed this issue Β· 5 comments
The devDependency mocha was updated from 6.0.2
to 6.1.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 failed (Details).
Release Notes for v6.1.0
6.1.0 / 2019-04-07
π Security Fixes
- #3845: Update dependency "js-yaml" to v3.13.0 per npm security advisory (@plroebuck)
π Enhancements
- #3766: Make reporter constructor support optional
options
parameter (@plroebuck) - #3760: Add support for config files with
.jsonc
extension (@sstephant)
π Deprecations
These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:
π Fixes
- #3829: Use cwd-relative pathname to load config file (@plroebuck)
- #3745: Fix async calls of
this.skip()
in "before each" hooks (@juergba) - #3669: Enable
--allow-uncaught
for uncaught exceptions thrown inside hooks (@givanse)
and some regressions:
- #3848: Fix
Suite
cloning by copyingroot
property (@fatso83) - #3816: Guard against undefined timeout option (@boneskull)
- #3814: Update "yargs" in order to avoid deprecation message (@boneskull)
- #3788: Fix support for multiple node flags (@aginzberg)
π Documentation
- mochajs/mocha-examples: New repository of working examples of common configurations using mocha (@craigtaub)
- #3850: Remove pound icon showing on header hover on docs (@jd2rogers2)
- #3812: Add autoprefixer to documentation page CSS (@Munter)
- #3811: Update doc examples "tests.html" (@DavidLi119)
- #3807: Mocha website HTML tweaks (@plroebuck)
- #3793: Update config file example ".mocharc.yml" (@cspotcode)
π© Other
- #3830: Replace dependency "findup-sync" with "find-up" for faster startup (@cspotcode)
- #3799: Update devDependencies to fix many npm vulnerabilities (@XhmikosR)
Commits
The new version differs by 28 commits.
f4fc95a
Release v6.1.0
bd29dbd
update CHANGELOG for v6.1.0 [ci skip]
aaf2b72
Use cwd-relative pathname to load config file (#3829)
b079d24
upgrade deps as per npm audit fix; closes #3854
e87c689
Deprecate this.skip() for "after all" hooks (#3719)
81cfa90
Copy Suite property "root" when cloning; closes #3847 (#3848)
8aa2fc4
Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)
586bf78
Update JS-YAML to address security issue (#3845)
d1024a3
Update doc examples "tests.html" (#3811)
1d570e0
Delete "/docs/example/chai.js"
ade8b90
runner.js: "self.test" undefined in Browser (#3835)
0098147
Replace findup-sync with find-up for faster startup (#3830)
d5ba121
Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)
a3089ad
update package-lock
75430ec
Upgrade yargs-parser dependency to avoid loading 2 copies of yargs
There are 28 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 6.0.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
mocha was updated from6.1.0
to6.1.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.1
6.1.1 / 2019-04-07
π Fixes
- Fix Windows End-of-Line publishing issue
- The
devDependency
mocha was updated from6.1.1
to6.1.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.2
6.1.2 / 2019-04-08
π Fixes
- #3867: Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags (@boneskull)
- The
devDependency
mocha was updated from6.1.2
to6.1.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 10 commits.
f1fe632
Release v6.1.3
ae3d53f
update CHANGELOG for v6.1.3 [ci skip]
e73941a
upgrade node-environment-flags; closes #3868
5121211
Do not pass argv twice
f05a58f
Fix yargs global pollution
86cd699
Release v6.1.2
2e8f31f
update CHANGELOG for v6.1.2
9b516bf
Release v6.1.1
9e138b1
update CHANGELOG for v6.1.1 [ci skip]
d7de948
Set eol for publishing
See the full diff
- The
devDependency
mocha was updated from6.1.3
to6.1.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.4
6.1.4 / 2019-04-18
π Security Fixes
- #3877: Upgrade js-yaml, addressing code injection vulnerability (@bjornstar)
Commits
The new version differs by 13 commits.
31c019e
Release v6.1.4
c3d241e
update CHANGELOG.md for v6.1.4 [ci skip]
0d9d4a3
Update js-yaml from 3.13.0 to 3.13.1 (#3877)
f1fe632
Release v6.1.3
ae3d53f
update CHANGELOG for v6.1.3 [ci skip]
e73941a
upgrade node-environment-flags; closes #3868
5121211
Do not pass argv twice
f05a58f
Fix yargs global pollution
86cd699
Release v6.1.2
2e8f31f
update CHANGELOG for v6.1.2
9b516bf
Release v6.1.1
9e138b1
update CHANGELOG for v6.1.1 [ci skip]
d7de948
Set eol for publishing
See the full diff