localnerve / ui-elements

Various UI Elements, Behaviors, and Experiments with Demos and Docs

Home Page:https://localnerve.github.io/ui-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of chromedriver is breaking the build 🚨

greenkeeper opened this issue Β· comments

The dependency chromedriver was updated from 79.0.0 to 79.0.1.

🚨 View failing branch.

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

chromedriver is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 3 commits.

  • b1f0cab Bump version
  • b361ec9 Allow specifying the latest version for a specific major release
  • f61cbbd Fix typo in console.log

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 79.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency chromedriver was updated from 79.0.1 to 79.0.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits.

  • b62bef3 Bump version to 79.0.2 and reformat some files
  • 67253e1 Detect chromedriver version that corresponds to the version of Chrome installed

See the full diff

manually fixed