super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Bump electron-packager from 13.1.1 to 14.0.0 #116

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps electron-packager from 13.1.1 to 14.0.0.

Release notes *Sourced from [electron-packager's releases](https://github.com/electron-userland/electron-packager/releases).* > ## 14.0.0 > ### Added > > * Ignore system junk files by default ([#1005](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1005)) > > ### Fixed > > * Handle inference when `electron-prebuilt-compile` points to a non-version ([#978](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/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](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/984)) > * Convert from `electron-download` to `@electron/get` ([#1002](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/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](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1016))
Changelog *Sourced from [electron-packager's changelog](https://github.com/electron-userland/electron-packager/blob/master/NEWS.md).* > ## [14.0.0] - 2019-06-20 > > [14.0.0]: https://github.com/electron-userland/electron-packager/compare/v13.1.1...v14.0.0 > > ### Added > > * Ignore system junk files by default ([#1005](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1005)) > > ### Fixed > > * Handle inference when `electron-prebuilt-compile` points to a non-version ([#978](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/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](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/984)) > * Convert from `electron-download` to `@electron/get` ([#1002](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/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](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1016)) > > ### Removed > > * Node < 8 support ([#973](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/973))
Commits - [`8d03dd7`](https://github.com/electron-userland/electron-packager/commit/8d03dd7b5382507727266e17e1288b2b278afa55) 14.0.0 - [`fe05b3e`](https://github.com/electron-userland/electron-packager/commit/fe05b3e5bf69a78eaf961d92971a5c545a18a6e6) Merge pull request [#1017](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1017) from electron-userland/v14-develop - [`a77eb2d`](https://github.com/electron-userland/electron-packager/commit/a77eb2d3dba3df309d4793e7a67fa1d5bb906bab) chore: add NEWS entries for v14 - [`f8a3cac`](https://github.com/electron-userland/electron-packager/commit/f8a3cac4a9b73549b4efd0bafb394267ce94783e) Linux/ia32 warning moved from Packager to @electron/get ([#1016](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1016)) - [`67e3021`](https://github.com/electron-userland/electron-packager/commit/67e30212d3d382d60eb158db475e0e31ba2fc23b) test: fix CLI test names, add --no-download.rejectUnauthorized test - [`5f09eb5`](https://github.com/electron-userland/electron-packager/commit/5f09eb5bff1bbbb4e26e1e2080647406f92c8709) refactor: use object shorthand in targets exports - [`cf7c725`](https://github.com/electron-userland/electron-packager/commit/cf7c725200a90deea914baa9598878ce0b1c7303) feat: convert from electron-download to @electron/get ([#1002](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1002)) - [`cc470ef`](https://github.com/electron-userland/electron-packager/commit/cc470ef0c297f91e07ddc973168d2b6d3c754891) refactor: always test against post-1.0 versions of Electron ([#1012](https://github-redirect.dependabot.com/electron-userland/electron-packager/issues/1012)) - [`51cce5b`](https://github.com/electron-userland/electron-packager/commit/51cce5b9e15443eeedd0e44354287f4439d5b41f) chore: install Wine via homebrew on macOS - [`6075368`](https://github.com/electron-userland/electron-packager/commit/60753688997623702b2e0272cf9774b1bd66c482) chore: use yarn on Travis/macOS - Additional commits viewable in [compare view](https://github.com/electron-userland/electron-packager/compare/v13.1.1...v14.0.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.