willmendesneto / fire-alarm

A Nodebots fire alarm using NodeJS Johnny-five
MIT License
3 stars 1 forks source link

Update firmata to the latest version 🚀 #18

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The devDependency firmata was updated from 0.18.0 to 0.21.0.

This version is not covered by your current version range.

If you don’t 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.


Release Notes for v0.21.0
Commit Message/Description
593f15d 0.21.0
2e99fc4 README & Examples: update to modern JS, migrate "this" to "board"
e262139 Tests: update codebase to modern JS
62c32da CI: add Node 10
8a596d1 Housekeeping: safe/basic pass towards modernizing codebase. (incl. linting)
d87fb12 Gruntfile/Dependencies: Migrate to eslint
Commits

The new version differs by 20 commits.

  • 593f15d 0.21.0
  • 2e99fc4 README & Examples: update to modern JS, migrate "this" to "board"
  • e262139 Tests: update codebase to modern JS
  • 62c32da CI: add Node 10
  • 8a596d1 Housekeeping: safe/basic pass towards modernizing codebase. (incl. linting)
  • d87fb12 Gruntfile/Dependencies: Migrate to eslint
  • 3855606 0.20.0
  • 9be4f0e com: rename Mock => SerialPort to make it clear what purpose this serves.
  • 7949f3f Track digitalPortQueue as bits
  • e8b9211 Allow multiple pins to be updated before writing to the board
  • 4df3421 CI: Drop node 4
  • d08665e Add Board.clearSysexResponse(commandByte).
  • 2bc9e5e Replace new Buffer with either Buffer.from or Buffer.alloc
  • f12ca34 Minor property qualifier fix + missing coverage
  • e1ca0a7 0.19.1

There are 20 commits in total.

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 6 years ago

Update to this version instead 🚀

Release Notes for v1.0.0
Commit Message/Description
3b3882d 1.0.0
Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 37 commits.

  • 7ddbf3e v2.0.0
  • 9786fc4 v2.0.0-pre
  • 488964d lerna.json: "lerna": "3.10.5"
  • 9c2ab86 Don't test Serialport.list
  • f5bf48a Dependencies: serialport@^7.1.3
  • 85e4c7d Make symbols more obvious
  • d0e7a31 .tesselignore files for both packages
  • af909e9 packages/firmata.js: simplify com code
  • 44ac991 packages/firmata-io: use Symbols instead of underscore prefixed properties
  • 69a21e8 packages/firmata.js: rename Stub => TransportStub
  • 5c83581 eslint: "no-unused-vars": "error"
  • eedd818 lerna: allow lerna.json to control the version for all packages.
  • 51c40f9 Dependencies: uninstall grunt-jscs, convert rules to eslint
  • c12eb79 packages/firmata.js: remove "browser-serialport" support (unmaintained since 2016)
  • c34b728 packages/firmata.js: remove repl bin

There are 37 commits in total.

See the full diff