Open greenkeeper[bot] opened 4 years ago
After pinning to 7.0.1 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 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
The devDependency mocha was updated from
7.0.1
to7.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](https://travis-ci.org/frankthelen/openapi2html/builds/656082419?utm_source=github_status&utm_medium=notification)).Release Notes for v7.1.0
7.1.0 / 2020-02-26
#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)Commits
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
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: