gregstewart / hearthstone-tracker

An electron based Hearthstone tracker
MIT License
5 stars 0 forks source link

Update electron-packager to the latest version 🚀 #634

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 12.0.2 of electron-packager was just published.

Dependency electron-packager
Current Version 12.0.1
Type devDependency

The version 12.0.2 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 electron-packager.

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 4 commits.

  • 1b1b8d7 12.0.2
  • a43c90c Deprecate the callback version of the packager API (#837)
  • 28d9dde Merge pull request #835 from electron-userland/cli-semver
  • 155631e Use semver to check the Node version in the CLI

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 12.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • cff9713 12.1.0
  • acf5b71 Merge pull request #847 from electron-userland/more-proper-definition-of-modules
  • 69ad04b Better detection of node modules when pruning
  • b3c610c Merge pull request #843 from electron-userland/mips64el-not-supported-by-2.0.0
  • 3010573 Prevent trying to download mips64el arch for Electron 2.x
  • a7af94d Merge pull request #841 from electron-userland/cli-version-prints-out-packager-version
  • 3ba8d69 Add --version to print out Packager/Node versions, target platform/arch
  • b7b06d9 getPackageInfo doesn't need to be promisified
  • 1faac97 Upgrade sinon to 5.x

See the full diff