Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
544 stars 44 forks source link

An in-range update of coveralls is breaking the build 🚨 #168

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency coveralls was updated from 3.0.2 to 3.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coveralls 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/Level/level-js/builds/497204944?utm_source=github_status&utm_medium=notification)).

Release Notes for Dependency security updates

As suggested by NPM and Snyk.

Commits

The new version differs by 1 commits.

  • aa2519c dependency security audit fixes from npm & snyk (#210)

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:

greenkeeper[bot] commented 5 years ago

After pinning to 3.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

vweevers commented 5 years ago

Seems android problems are back. Before we had problems with android 7, now it's 8. Maybe we should pin to 7. Or we can try to fix it in airtap, similar to https://github.com/airtap/airtap/pull/235.

/home/travis/build/Level/[secure]/node_modules/airtap/bin/airtap.js:255
          throw err
          ^
Error: android@8.1: [init({"build":"225","name":"[secure]","browserName":"android","version":"8.1","platform":"Linux","tunnel-identifier":"225.1"})] The environment you requested was unavailable.: Misconfigured -- Unsupported OS/browser/version/device combo: OS: 'unspecified', Browser: 'android', Version: '8.1.', Device: 'Android Emulator'
    at /home/travis/build/Level/[secure]/node_modules/wd/lib/webdriver.js:138:15
    at Request._callback (/home/travis/build/Level/[secure]/node_modules/wd/lib/http-utils.js:89:7)
    at Request.self.callback (/home/travis/build/Level/[secure]/node_modules/request/request.js:185:22)
    at Request.emit (events.js:197:13)
    at Request.<anonymous> (/home/travis/build/Level/[secure]/node_modules/request/request.js:1161:10)
    at Request.emit (events.js:197:13)
    at IncomingMessage.<anonymous> (/home/travis/build/Level/[secure]/node_modules/request/request.js:1083:12)
    at Object.onceWrapper (events.js:285:13)
    at IncomingMessage.emit (events.js:202:15)
    at endReadableNT (_stream_readable.js:1129:12)
vweevers commented 5 years ago

Should be fixed in airtap@2.0.2, restarting GK's build: https://travis-ci.org/Level/level-js/builds/497204944

vweevers commented 5 years ago

All good.