vectrixdevelops / audio-mpg123

A native node binding to write raw PCM data to an OS driver.
MIT License
5 stars 0 forks source link

Update node-pre-gyp to the latest version ๐Ÿš€ #16

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.7.0 of node-pre-gyp was just published.

Dependency node-pre-gyp
Current Version 0.6.39
Type dependency

The version 0.7.0 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.

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

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โ€™t 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 12 commits.

  • e7bb6cd bump to v0.7.0 / drop node v0.10.x support
  • 837c48b update versions
  • af507d1 Merge pull request #347 from krotscheck/hawk
  • eda90e0 Remove dependency on hawk, upgrade request
  • b2ed35a update with latest versions
  • e352a05 kick travis
  • 37eb637 bump to v0.6.40
  • 82b182b Merge pull request #331 from mapbox/improved-install-error-output
  • d834031 update crosswalk
  • bf8af61 fix further jshint error
  • 3d75292 fix jslint error
  • d00c42c two modes for error output if binary fails to install

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

Version 0.8.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 27 commits.

  • 2844fa4 bump to v0.8.0 with N-API support
  • b22612c remove node-pre-gyp dep from app7 package.json
  • 9bb97af Merge pull request #345 from inspiredware/napi-support
  • c31cce4 Merge branch 'master' into napi-support
  • cf3ebb6 bump to v0.7.1 with tar v4.x
  • 9bc1ff3 avoid double declare of tape in devDeps
  • b1ce220 fix package.json syntax
  • e9fb2e5 Merge pull request #299 from isaacs/master
  • 81f2e60 Merge branch 'master' into master
  • 9684ef6 Another CI build tweak
  • 9870491 Addresses CI build errors
  • 8f7c497 CI tweaks
  • 488ac7b Fix for code cleanup
  • 82a641e Code cleanup.
  • f0719bd Fix for reveal command

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

  • 13c5ad0 bump to v0.9.0
  • 07e7ee5 Merge pull request #350 from cktang88/master
  • 9a9089b Replace request with needle

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 10 commits.

  • 65df31d v0.9.1
  • 0cac29f Merge pull request #361 from allenluce/needle-follow-redirects
  • b2e0d08 Handle different platform binary specs
  • 1cb7f56 Test redirect functionality
  • 5c31f6c Use location header to detect redirects
  • 7b631ed Have needle follow redirects
  • cf55967 Merge pull request #357 from inspiredware/napi-support
  • 4099ab0 README tweak
  • f2c1892 Fixes issue #355
  • 4896929 ensure module_path is defined

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.10.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 7 commits.

  • 4d88e05 v0.10.0
  • 7110326 updates to travis matrix (#372)
  • 90c5463 Allow for single-level module_path when packing (#371)
  • e6a5986 appveyor should now pass after mapbox/node-pre-gyp#209 was fixed
  • 9aaf0e7 Merge pull request #366 from xzyfer/no-error
  • c8a77a4 add new node versions based on running 'node scripts/abi_crosswalk.js' to auto-update
  • 1268e76 Log warnings instead errors when falling back

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.10.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.10.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.10.3 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 13 commits.

  • 2f2e214 bump to v0.10.3
  • ca71a03 Merge pull request #404 from mapbox/request-rollback
  • f051527 remove request
  • a7085d4 flip node versions to avoid clobbering
  • 446c693 Merge pull request #403 from mapbox/unbundle-redux
  • 4d9d66b reduce windows matrix to speed up builds
  • caae594 stop recommending bundling at all (or any other workaround)
  • 902345f fixup request support
  • 5ce0f21 put the node abi into app7 so that concurrent travis runs don't clobber each others
  • acdd90c simply travis build
  • cbd70b9 play around with going back to request
  • d60bc99 Merge pull request #399 from manaswinidas/improve
  • c701d11 Fixes minor typos in README

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 12 commits.

  • d606a69 add latest node v10 versions
  • 7785e06 bump to v0.11.0
  • 674fda7 Merge pull request #405 from jschlight/napi-improvements
  • e0e1f43 Merge pull request #408 from addaleax/fix-install-cb-twice
  • 5eb112c Fix issue with close event always being emitted
  • b5081af fix case of Note
  • 2f6c0e1 Code tweaks, documentation
  • 2e0118c Bug fix in napi.validate_package_json
  • 68ac4dd Code cleanup.
  • 502651d Code cleanup.
  • 2ae0e8e Code cleanup.
  • 154ca45 Initial commit.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 7 commits.

  • ff9e93e Merge pull request #430 from nicolasnoble/0.12.changelog
  • 67c156e Merge pull request #428 from nicolasnoble/double-download-callback-fix
  • f983095 Merge pull request #422 from nicolasnoble/node11
  • 5a80bf9 Preparing 0.12.0 release.
  • 3611c9f Updating latest crosswalk again.
  • 40833a4 Fixes the double-download-callback issue.
  • f356b37 Updating crosswalk information.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

  • 1d019f9 Merge pull request #450 from nicolasnoble/bump-0.13
  • e2b61cc Merge pull request #449 from nicolasnoble/node-12
  • 59d28d5 Bumping to version 0.13.
  • 333de58 Updating abi crosswalk.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead ๐Ÿš€

greenkeeper[bot] commented 4 years ago

๐Ÿšจ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! ๐Ÿ’œ ๐Ÿšš๐Ÿ’จ ๐Ÿ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead ๐Ÿš€