gregstewart / hearthstone-tracker

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

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 12.1.1 of electron-packager was just published.

Dependency electron-packager
Current Version 12.1.0
Type devDependency

The version 12.1.1 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 2 commits.

  • a49c08d 12.1.1
  • bffd683 Host arch utilities moved to electron-download

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 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 4f3a4fb 12.1.2
  • ce16805 Merge pull request #889 from electron-userland/prune-user-namespaced-modules
  • 9506805 Prune user-namespaced modules

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 12.2.0

Added

  • darwinDarkModeSupport option to support macOS Mojave dark mode for older Electron versions (#893)

Fixed

  • Don't handle EH/NP Helpers if they don't exist (#894)
Commits

The new version differs by 9 commits.

  • a5e0f62 12.2.0
  • fb1656e Add link to electron-installer-windows (#817)
  • 2164e17 Test refactors (#896)
  • e3f18ec Don't handle EH/NP Helpers if they don't exist (#894)
  • 7495565 Merge pull request #893 from electron-userland/mojave-dark-mode
  • a837d84 Add default to API docs
  • 76cd912 Add CLI usage
  • d57ed03 feat: add enableDarwinDarkModeSupport option to support mojave dark mode for older electron versions
  • 76ca0e9 Fix typo

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 20 commits.

  • 5e8526a Remove accidentally committed package lock
  • 537c27c 13.0.0
  • d977deb Update related package links in readme
  • a339b24 Use Travis CI for some Windows CI (#917)
  • a533d5f Drop callback support (#916)
  • 3cbb080 Remove deprecated target arch API (#915)
  • 41bf218 Upgrade eslint-plugin-node to ^8
  • c0c8014 Merge pull request #899 from electron-userland/notarize-support
  • 229c69f Attempt to fix possible race condition with sinon.spy
  • 8b9c16f Note which notarize sub-properties are required
  • 5aa3d78 Reorganize some code, clarify docs, add tests
  • 58c1453 feat: add support for mojave app notarization
  • 3366253 Merge pull request #900 from electron-userland/drop-node-4
  • 8be52c0 probot(request-info): check that issues/PRs don't have un-filled-in templates
  • 8ea94db Upgrade to ESLint 5

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 13.0.1

Fixed

  • Ensure relative out dirs are correctly ignored when copying (#919)
Commits

The new version differs by 2 commits.

  • 29570ec 13.0.1
  • 8d752c2 Ensure relative out dirs are correctly ignored when copying (#919)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • fd237af 13.1.0
  • 1e9ba9c Merge pull request #952 from electron-userland/upgrade-dependencies
  • 30c2160 Upgrade yargs-parser to ^13.0.0
  • 9392499 Upgrade asar to ^1.0.0
  • f304569 serialHooks only takes Promises
  • 0eaa8cc Clarify which LICENSE is which in the example
  • 395d369 Add 11.2.1 to NEWS file
  • 86f1082 Handle inferring electron-prebuilt-compile versions better (#932)
  • e686383 Add support for inferring version from Electron nightlies (#931)
  • 0382494 Merge pull request #930 from electron-userland/ava-1.0
  • b8d279d Consolidate console.warn testing methods
  • 2648610 Upgrade ava to ^1
  • a576ed1 Add keywords to package.json
  • 38232e0 Update links
  • 943b5de Simplify assertFilesEqual

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 841812c 13.1.1
  • d94e65a fix(targets): Linux/ia32 is no longer supported for Electron >= 4 (#957)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 14.0.0

Added

  • Ignore system junk files by default (#1005)

Fixed

  • Handle inference when electron-prebuilt-compile points to a non-version (#978)

Changed

  • Replace extract-zip with cross-zip - on macOS/Linux, the zip binary is required; on Windows,
    a relatively recent Powershell and .NET runtime is required, see cross-zip for details (#984)
  • Convert from electron-download to @electron/get (#1002). Drops support for versions of Electron
    < 1.3.2, plus all of the download options have changed, notably:
    • cache is now cacheRoot
    • strictSSL is now rejectUnauthorized
    • The mirror URL string is now a set of options defined by mirrorOptions
    • quiet is removed as the default downloader no longer has a progress bar
  • Linux/ia32 support for Electron >= 4 is downgraded to a warning from @electron/get (#1016)
Commits

The new version differs by 38 commits.

  • 8d03dd7 14.0.0
  • fe05b3e Merge pull request #1017 from electron-userland/v14-develop
  • a77eb2d chore: add NEWS entries for v14
  • f8a3cac Linux/ia32 warning moved from Packager to @electron/get (#1016)
  • 67e3021 test: fix CLI test names, add --no-download.rejectUnauthorized test
  • 5f09eb5 refactor: use object shorthand in targets exports
  • cf7c725 feat: convert from electron-download to @electron/get (#1002)
  • cc470ef refactor: always test against post-1.0 versions of Electron (#1012)
  • 51cce5b chore: install Wine via homebrew on macOS
  • 6075368 chore: use yarn on Travis/macOS
  • f56c84e chore: upgrade the ava ecosystem to ^2
  • 2f6e385 chore: refactor codesign testing (#1010)
  • 8356c07 chore: avoid running npm install for fixtures (#1009)
  • 99e28bb feat: ignore system junk files by default (#1005)
  • 058f8d4 chore: upgrade electron-notarize to ^0.1.1

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€