joaogarin / angular-electron

Angular2 and Electron starter using webpack
150 stars 53 forks source link

Update electron-packager to the latest version πŸš€ #90

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 9.0.0 of electron-packager just got published.

Dependency electron-packager
Current Version 8.7.2
Type devDependency

The version 9.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of electron-packager. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 9.0.0

Added

  • API hook for afterPrune (#677)
  • Package manager-agnostic pruning support (set packageManager to false) (#690)
  • linux platform, arm64 arch builds (Electron 1.8.0 and above) (#711)

Changed

  • Promise support for packager - function returns a Promise instead of the return value of the
    callback (#658)
  • win32metadata.CompanyName defaults to author name from nearest package.json (#667)
  • win32metadata.FileDescription defaults to productName or name from
    nearest package.json (#667)
  • win32metadata.OriginalFilename defaults to renamed .exe (#667)
  • win32metadata.ProductName defaults to productName or name from nearest package.json (#667)
  • win32metadata.InternalName defaults to productName or name from
    nearest package.json (#667)
  • Warn when downloading from the official Electron releases and the arch/platform combination
    specified is invalid (#562)
  • Do not error out immediately if a download.mirror is specified and an unofficial arch/platform
    is specified (#670)
  • Allow spaces when specifying archs/platforms as a string, rather than an array (#487)
  • The extraResource option works on all target platforms (#637)
  • all or platform=linux, arch=all now include arch=arm64 if the Electron version specified is
    1.8.0 or above (#711)

Fixed

  • common.warning for codesigning (#694)

Removed

  • version is removed in favor of electronVersion (CLI: --electron-version) (#665)
  • version-string is removed in favor of win32metadata (#668)
  • Options set via the JavaScript API formatted in kebab-case (i.e., with hyphens) are removed in
    favor of their camelCase variants, per JavaScript naming standards (#669)
Commits

The new version differs by 69 commits ahead by 69, behind by 5.

  • 9c9ebce 9.0.0
  • dddf737 Add ARM64 support (#711)
  • 87d985c Upgrade debug to 3.x
  • 93523ba Fix common.warning for codesigning
  • 93160a0 Upgrade fs-extra to ^4.0.0
  • fef7042 Add explicit files for SUPPORT and CODE_OF_CONDUCT
  • 4949f22 Merge pull request #690 from electron-userland/use-pruner
  • 71ceac6 Travis: force install NPM 5.1.0
  • 56d145a Standardize docs for packageManager=false
  • 8a6de6f Bump pruner to node4 compat
  • ad9414b Add NEWS entry, test, & Node 4 compatibility
  • f5d2c58 Add option to use custom pruning module to avoid package manager specific issues
  • bf572d9 Travis: Force installing Node >= 5.1.0 on Node8/OSX
  • 2992910 Better filename reference
  • e7999f2 Fix internal readme link

There are 69 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 9.0.1 just got published.

Update to this version instead πŸš€

Release Notes 9.0.1

Fixed

  • Inferring win32metadata.CompanyName from author in package.json when it's an Object (#718)
Commits

The new version differs by 3 commits.

  • 653c146 9.0.1
  • 3d673cf Merge pull request #719 from electron-userland/fix-infer-with-author-object
  • 5abf288 Fix inferring win32metadata.CompanyName when author is an Object

See the full diff