ardean / jsGBC-core

jsGBC Core Emulator
https://github.com/ardean/jsGBC/
MIT License
15 stars 2 forks source link

Update speaker to the latest version πŸš€ #16

Closed greenkeeper[bot] closed 2 years ago

greenkeeper[bot] commented 4 years ago

The devDependency speaker was updated from 0.4.2 to 0.5.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.


Publisher: linusu License: MIT

Release Notes for 🚒 0.5.0 / 2019-12-07

πŸ’₯ Breaking Changes

  • Build using N-API instead of NAN

    Migration Guide:

    Upgrade to at least Node.js 8.6.0 for continued support.

πŸŽ‰ Enhancements

  • Upgrade to debug 4.x
  • Drop dependency on readable-stream
  • Drop dependency on buffer-alloc

🌹 Internal Changes

  • Remove package lock file
  • Remove unused binding export
  • Update Appveyor Node.js versions
  • Bump dev-dependencies
  • Ignore lock files
Commits

The new version differs by 16 commits.

  • a085e05 🚒 0.5.0
  • e09edee Merge pull request #137 from TooTallNate/napi
  • ea42bd4 🌹 Ignore lock files
  • 88e19f8 πŸŽ‰ Drop dependency on buffer-alloc
  • 191c4eb πŸŽ‰ Drop dependency on readable-stream
  • 6b5bf61 πŸŽ‰ Upgrade to debug 4.x
  • 80a4f08 🌹 Bump dev-dependencies
  • fae16dd Setup MSBuild.exe
  • 8ad43f4 Only Node 8 and 10 for now
  • ee34a15 Install libasound2-dev
  • 7ce07ee Use GitHub Actions for CI
  • e58f4d6 🌹 Update Appveyor Node.js versions
  • 44d021c 🌹 Remove unused binding export
  • c197ef9 πŸ’₯ Build using N-API instead of NAN
  • 67e6810 🌹 Remove package lock file

There are 16 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 4 years ago

Update to this version instead πŸš€

Release Notes for 🚒 0.5.1 / 2019-12-16

πŸ› Fixes

  • Track and free "device" outside of mpg123

🌹 Internal Changes

  • Remove unused header file
Commits

The new version differs by 7 commits.

  • fe0d890 🚒 0.5.1
  • a6d19d7 Merge pull request #139 from TooTallNate/fix-win32
  • 05db837 πŸ› Track and free "device" outside of mpg123
  • cc0b908 🌹 Remove unused header file
  • 8dc9e9c Add GH Actions badge to README
  • 1277a06 Remove .travis.yml and appveyor.yml
  • acf0cbb Test Node 12

See the full diff