willmendesneto / build-checker

Application using Arduino + Johnny Five + NodeJS for to monitor build/deploy status in your Continuos Integration server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

Version 6.2.1 of serialport was just published.

Branch Build failing 🚨
Dependency serialport
Current Version 6.2.0
Type devDependency

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

serialport 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 is in progress Details
  • ❌ continuous-integration/appveyor/branch AppVeyor build failed Details

Release Notes v6.2.1

Thanks to @shodan8192 for finding and fixing a memory leak on unix systems!

Commits

The new version differs by 11 commits.

  • 9ee036c chore: v6.2.1 and build on node 10 and add a note on 32bit linux
  • eb053db docs: regenerate docs
  • f2285d0 docs: fix link to parser docs
  • 46d798d chore(package): upgrade packages
  • 1bf70ae chore(package): update conventional-changelog-cli to version 2.0.0 (#1571)
  • 9006bd6 fix: memory leak in unix serialport poller (#1572)
  • d829ada chore: change to new parser packages and upgrade (fix builds) (#1562)
  • f9953f2 fix: build isn't using the right version on 32x (#1564)
  • 4ed5182 chore(package): update package specs (#1557)
  • a250f09 fix: a few warnings and deprecations (#1558)
  • e1998b3 chore: drop node 4 EOL, add node 10 πŸŽ‰ (#1556)

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

Version 6.2.2 just got published.

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

Release Notes 6.2.2 (2018-07-21)
Commits

The new version differs by 6 commits.

  • eb0b711 chore: update npmignore
  • 778ff64 v6.2.2
  • e21fe7a fix: Remove a new Buffer() call (#1603)
  • 4160aca put back prebuild binary builders (#1602)
  • 384eb37 Add support for beaglebone serial ports. (#1600)
  • fb565fd fix: npm and git ignore for prebuild

See the full diff