gregstewart / hearthstone-tracker

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

Update electron-packager to the latest version 🚀 #530

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 10.0.0 of electron-packager was just published.

Dependency electron-packager
Current Version 9.1.0
Type devDependency

The version 10.0.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 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 29 commits.

  • a636112 10.0.0
  • 1975ee8 Merge pull request #755 from electron-userland/better-ci-caching
  • 4a1f178 Cache node_modules instead of the NPM cache
  • e746ef5 Update asar to 0.14.0
  • 2a9374e Merge pull request #753 from malept/finish-promisifying
  • c578e88 Fix prune tests
  • a41aa57 Rename property to be less ambiguous
  • 21e7f09 Refactor handling hooks
  • 2974509 In-function requires no longer necessary
  • 420f760 Refactor most of index.js into a Packager class
  • 33633d9 Reorganize the exported common functions
  • 23c95c8 Rename/move the relative rename function to App
  • 456db56 Rename & move normalizeExt into the App class
  • 13c0170 Promisify infer
  • 0d69245 Promisify/classify & remove run-series

There are 29 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

Version 10.1.0 just got published.

Update to this version instead 🚀

Release Notes 10.1.0

Added

  • Option to set the executable name separate from the app name (#758)

Fixed

  • mz dependency (#759)
Commits

The new version differs by 6 commits.

  • a374cba Fix version link in NEWS
  • 5cfee0f 10.1.0
  • 05ba8a9 Merge pull request #759 from mironal/fix-mz-dependencies
  • 5108d7d fix mz dependencies
  • 31e1e98 Merge pull request #758 from electron-userland/custom-executable-name
  • 64caae7 Add option to set the executable name separate from the app name

See the full diff