Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update johnny-five to the latest version 馃殌 #118

Merged
merged 1 commit into from Jul 5, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 19, 2017

Version 0.12.0 of johnny-five was just published.

Dependency johnny-five
Current Version 0.11.7
Type dependency

The version 0.12.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of johnny-five.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 26 commits.

  • 89ea5ef v0.12.0
  • 8bb887b ci: remove "npm cache clean" from appveyor
  • b35fc65 Deps: drop es6-shim
  • a9b5cca Deps: serialport ~6.0.x
  • 1f7ad6c Deps: serialport 6
  • 0f3c84a Readme: fix gitter link
  • 608fe55 Tests: Explicit strict mode
  • 641e9fb Accelerometer: update tests and digital.all/integral/fractional
  • 966ef76 Merge branch 'accelerometer-fixed-point-values' of https://github.com/dnlup/johnny-five into dnlup-accelerometer-fixed-point-values
  • 6b7eedd Require pins
  • 3976817 Accelerometer: set fractional value
  • b37458c Merge branch 'master' of github.com:rwaldron/johnny-five into accelerometer-fixed-point-values
  • 0ad2a59 Accelerometer: remove toFixed call from x,y,z getters
  • aa0f2bf Fix datasheet unsecure link in comment
  • 0d666f1 Add doc expander ADS1115

There are 26 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

coveralls commented Dec 19, 2017

Coverage Status

Coverage remained the same at 94.953% when pulling 4e0bebe on greenkeeper/johnny-five-0.12.0 into cf38de7 on master.

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2018

Version 0.13.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2018

Version 0.13.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 50 commits.

  • 6fa7fae v0.14.0
  • 0069ab2 Gyro: add MPU6050 and BNO055 devices resolution
  • e99b14c Examples: add lsm303c program to tpl/programs.json and regenerate examples list
  • 59bcf34 LSM303C IMU Extra unit tests
  • 578d6af LSM303C IMU Unit Tests
  • 3f0940b LSM303C IMU
  • 9a817cd Hygrometer: add SI7020 resolution and test
  • df0e70b Hygrometer: add comment on resolution for TH02 device
  • 904b79d Hygrometer: add DHT_I2C_NANO_BACKPACK resolution without test
  • 376184a Hygrometer: add resolution comment on SHT31D toRelativeHumidity function
  • fd0cd0f Hygrometer: add HIH6130 resolution test
  • 5ae4d0a Hygrometer: add HTU21D resolution and test
  • fea5f63 Hygrometer: add test for resolution of SHT31D device
  • e0ab43c Accelerometer: whitespace removal
  • b4f8c1c Merge branch 'master' of https://github.com/abythell/johnny-five into abythell-master

There are 50 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2018

Version 0.14.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits ahead by 1, behind by 1.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2018

Version 0.14.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • f56312c v0.14.1
  • ebbf413 Expander: For MCP23017, use saved pinIndex to register digital-read event. Fixes gh-1422

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2018

Version 0.14.2 just got published.

Update to this version instead 馃殌

Release Notes v0.14.2
Commit Message/Description
3b3f675 v0.14.2
aeca184 Regenerate Examples
66a446b small contribution - add example program for flex sensor
0010b05 Regenerate Examples
e428c37 Keypad: 4x4 rename breadboard image. Add to programs.json
3c80c64 Added example and images
d94b12b Added tests, passing
9842783 Corrected code according to Lint
f7ae9c1 Added 4x4 I2C Arduino Code under firmwares/
1b7c26c Forked the 3X4 keypad JS code and made a similar example
279205d CI: Drop Node 4 from testing matrix (all configurations)
Commits

The new version differs by 11 commits.

  • 3b3f675 v0.14.2
  • aeca184 Regenerate Examples
  • 66a446b small contribution - add example program for flex sensor
  • 0010b05 Regenerate Examples
  • e428c37 Keypad: 4x4 rename breadboard image. Add to programs.json
  • 3c80c64 Added example and images
  • d94b12b Added tests, passing
  • 9842783 Corrected code according to Lint
  • f7ae9c1 Added 4x4 I2C Arduino Code under firmwares/
  • 1b7c26c Forked the 3X4 keypad JS code and made a similar example
  • 279205d CI: Drop Node 4 from testing matrix (all configurations)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2018

Version 0.14.3 just got published.

Update to this version instead 馃殌

Release Notes v0.14.3
Commit Message/Description
1688bd1 v0.14.3
9ca2f5b Boards: expose fail event from board items
9167f2a Repl: fix multi board disconnection
b1705a3 Serial: throttle serial list attempts, add forced exit
Commits

The new version differs by 4 commits.

  • 1688bd1 v0.14.3
  • 9ca2f5b Boards: expose fail event from board items
  • 9167f2a Repl: fix multi board disconnection
  • b1705a3 Serial: throttle serial list attempts, add forced exit

See the full diff

greenkeeper bot added a commit that referenced this pull request May 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 10, 2018

Version 0.15.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 14 commits.

  • 5406895 v0.15.0
  • 13147ee Servo: removes blank line whitespace
  • fd49e3b Update example template copyright years
  • c33155e Add support for multi-turn, winch, 90 and 360 degree servos
  • 944ccad Merge pull request #1465 from dtex/DRV8871
  • a8b12e0 DRV8871 Example
  • cb9d4d9 Compass: fix typo in test file
  • 42458a1 .npmignore: lib/datasheets.md
  • 16c1cdd All: move datasheet urls to lib/datasheets.md
  • b43662d Package.json: remove "engines"
  • 641f917 Compass: don't make assertions for 144004 possible compass directions.
  • 01c97ad Lint: fix lint issues
  • 9f826d5 CI: Make Travis and Appveyor run the same test commands. Fixes gh-1462
  • 6402aa9 Coverage: Barometer, Board, Compass, IMU, Orientation

See the full diff

@ajfisher ajfisher merged commit 0d6e15b into master Jul 5, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/johnny-five-0.12.0 branch July 5, 2018 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants