fossamagna / electron-md2pdf

MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 11.0.0 of electron-packager was just published.

Dependency electron-packager
Current Version 10.1.2
Type devDependency

The version 11.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 9 commits.

  • 4e5bda4 11.0.0
  • aacf297 Merge pull request #800 from electron-userland/mips64el-support
  • b6e4082 Add docs for mips64el support
  • 4c5a4dc Add support for official MIPS64EL arch on Linux
  • f09ac9e Add link to electron-installer-snap
  • 6d6fac0 Merge pull request #795 from malept/codecov
  • 928ca03 Replace coverage badge in readme
  • 84504ae Remove a now unnecessary istanbul ignore directive
  • 552729f Use codecov instead of coveralls

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

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 37ee0bd 11.0.1
  • 0e9f65d Merge pull request #805 from electron-userland/help-to-stdout
  • 9b99e15 Send usage text to stdout if --help specified
  • 197ab5c Merge pull request #804 from electron-userland/rcedit-1.0.0
  • 1b39cd7 Upgrade rcedit to 1.0.0
  • 68c99e2 Upgrade yargs-parser, ava, & eslint-plugin-node

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • a02ccc0 11.1.0
  • a7437b9 Merge pull request #807 from malept/login-helper
  • c82cc36 Pre-download the MAS version being tested
  • 5852ebb Add support for customizing the login helper on MAS
  • cdd6709 Add more ESLint config
  • 5889db7 Upgrade eslint-config-standard to 11.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.2.0 just got published.

Update to this version instead πŸš€

Release Notes 11.2.0

Added

  • Utility function to execute hooks serially (#814)
Commits

The new version differs by 4 commits.

  • 6a23f79 11.2.0
  • e5116d0 Merge pull request #814 from electron-userland/optional-sequential-hooks
  • 9dcc68c Less code duplication in hook tests
  • a2f3a89 Add a utility function to execute hooks serially

See the full diff

greenkeeper[bot] commented 6 years ago

Version 12.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • c98a057 12.0.0
  • f178740 Merge pull request #819 from electron-userland/prune-via-js-only
  • dff1fb2 Refactor pruning to be part of the copy filter

See the full diff

greenkeeper[bot] commented 6 years ago

Version 12.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 2155cab 12.0.1
  • e52490a Refactor default_app removal code
  • fa2f482 Ensure Packager uses at least Galactus 0.2.1
  • c8b8e52 Use a Set instead of a Map to store pruneable modules
  • 3d488d0 Upgrade yargs-parser to ^10.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 12.0.2 just got published.

Update to this version instead πŸš€

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

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

greenkeeper[bot] commented 6 years ago

Version 12.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

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

See the full diff

greenkeeper[bot] commented 6 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