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 from 3.0.8 to 4.0.0 #48

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps electron from 3.0.8 to 4.0.0.

Release notes *Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v4.0.0 > # Release Notes for v4.0.0 > > ## Breaking Changes > > * Upgraded to Chromium 69.0.3497.106 and Node 10.11.0. [#13756](https://github-redirect.dependabot.com/electron/electron/pull/13756), [#14964](https://github-redirect.dependabot.com/electron/electron/pull/14964), [#14972](https://github-redirect.dependabot.com/electron/electron/pull/14972) > * Changed to the new single instance API. [#12782](https://github-redirect.dependabot.com/electron/electron/pull/12782), [#14518](https://github-redirect.dependabot.com/electron/electron/pull/14518) > * Bumped minimum supported macOS version to 10.10. [#15357](https://github-redirect.dependabot.com/electron/electron/pull/15357) > > ## Features > > * Added "will-move" event to the BrowserWindow. [#14283](https://github-redirect.dependabot.com/electron/electron/pull/14283) > * Added `BrowserWindow.setWindowButtonVisibility()`. [a42ca9ee](https://github.com/electron/electron/commit/a42ca9eecc6e82c087604f92a3e6581de66ece5a) > * Added `Version` key to `Electron Framework` Mac bundle's `Info.plist`. [#14296](https://github-redirect.dependabot.com/electron/electron/pull/14296) > * Added `systemPreferences` APIs to help apps respect Mojave dark mode settings. [#14755](https://github-redirect.dependabot.com/electron/electron/pull/14755) > * Added `webPreferences.enableRemoteModule` option allowing to disable the remote module to increase sandbox security. [#15222](https://github-redirect.dependabot.com/electron/electron/pull/15222) > * Added `getNormalBounds()` API for the `BrowserWindow` class to fetch window bounds while minimized. [#13290](https://github-redirect.dependabot.com/electron/electron/pull/13290) > * Added `will-redirect` event on webContents to capture, handle and prevent redirects during navigations. [#13866](https://github-redirect.dependabot.com/electron/electron/pull/13866) > * Added an option to `MenuItem` that makes it possible to skip accelerator registration. [#15840](https://github-redirect.dependabot.com/electron/electron/pull/15840) > * Added `app.enableSandbox()`. [#14999](https://github-redirect.dependabot.com/electron/electron/pull/14999) > * Added `creationTime` method to process. [#13542](https://github-redirect.dependabot.com/electron/electron/pull/13542) > * Added `event.senderId` property to IPCs sent via `ipcRenderer.sendTo`. [#14395](https://github-redirect.dependabot.com/electron/electron/pull/14395) > * Added `getUploadProgress` API to the net module. [#13783](https://github-redirect.dependabot.com/electron/electron/pull/13783) > * Added `isCurrentlyAudible()` to WebContents. [#13614](https://github-redirect.dependabot.com/electron/electron/pull/13614) > * location url added to "Node.js Integration with Remote Content" warning. [#13973](https://github-redirect.dependabot.com/electron/electron/pull/13973) > * Added media access APIs for macOS Mojave. [#15948](https://github-redirect.dependabot.com/electron/electron/pull/15948) > * Added `always-on-top-change` event. [#14951](https://github-redirect.dependabot.com/electron/electron/pull/14951) > * Added query, search and hash options to `webContents.loadFile`. [#14515](https://github-redirect.dependabot.com/electron/electron/pull/14515) > * Added `process.takeHeapSnapshot()` and `webContents.takeHeapSnapshot()`. [#14456](https://github-redirect.dependabot.com/electron/electron/pull/14456) > * Added screen reader support for Win32 toast notifications. [#13834](https://github-redirect.dependabot.com/electron/electron/pull/13834) > * Added `session.setPermissionCheckHandler()`. [#13925](https://github-redirect.dependabot.com/electron/electron/pull/13925) > * Added `will-resize` event to TopLevelWindow. [#13649](https://github-redirect.dependabot.com/electron/electron/pull/13649) > * Added `workingDirectory` to `shell.openExternal()` options. [#15065](https://github-redirect.dependabot.com/electron/electron/pull/15065) > * Added `app.showAboutPanel()` on macOS. [#15680](https://github-redirect.dependabot.com/electron/electron/pull/15680) > * Added `app.getGPUInfo()`. [#13486](https://github-redirect.dependabot.com/electron/electron/pull/13486) > * Added `--disable-color-correct-rendering` switch. [#16020](https://github-redirect.dependabot.com/electron/electron/pull/16020) > * Allow partial setting of window bounds. [#15699](https://github-redirect.dependabot.com/electron/electron/pull/15699) > * Added `win.setShape()` API to TopLevelWindow. [#13789](https://github-redirect.dependabot.com/electron/electron/pull/13789) > * Allow window above full screen windows on macOS. [#14122](https://github-redirect.dependabot.com/electron/electron/pull/14122) > * Allow filtering of `remote.require()` / `remote.getGlobal()` requests by handling `remote-require` / `remote-get-global` events. [#15562](https://github-redirect.dependabot.com/electron/electron/pull/15562) > * Expose `WebContents#setBackgroundThrottling`. [#15623](https://github-redirect.dependabot.com/electron/electron/pull/15623) > * Point based API's now automatically round incoming `x` and `y` values. [#14604](https://github-redirect.dependabot.com/electron/electron/pull/14604) > * Expose several `process` object APIs to sandboxed renderers. [#13505](https://github-redirect.dependabot.com/electron/electron/pull/13505) > * Added simplified Mojave dark mode APIs. [#14895](https://github-redirect.dependabot.com/electron/electron/pull/14895) > * Support `chrome://` URLs in default_app. [#13575](https://github-redirect.dependabot.com/electron/electron/pull/13575) > * Enable use of NODE_OPTIONS env var. [#15259](https://github-redirect.dependabot.com/electron/electron/pull/15259) > * Added a `mediaType` property to media permission requests to distinguish between video and audio requests. [#14600](https://github-redirect.dependabot.com/electron/electron/pull/14600) > * `menu.popup()` options are now optional. [#13977](https://github-redirect.dependabot.com/electron/electron/pull/13977) > > ## Fixes > ... (truncated)
Commits - [`005264c`](https://github.com/electron/electron/commit/005264ca1f92f920ff09c91c10a3d612ac94f1d7) Bump v4.0.0 - [`86cbe5b`](https://github.com/electron/electron/commit/86cbe5bab7ad3724bf0cdc3c0d576e500f63c339) fix: set release notes body to a string ([#16164](https://github-redirect.dependabot.com/electron/electron/issues/16164)) - [`3caed83`](https://github.com/electron/electron/commit/3caed837e730cf9ba554563c5de245044c5181e8) fix: security warnings misfiring in devtools webcontents ([#16152](https://github-redirect.dependabot.com/electron/electron/issues/16152)) - [`3be5734`](https://github.com/electron/electron/commit/3be5734e0b786b07af5453957f35abb66e3f7cfc) docs: note that visual zoom is disabled by default ([#16137](https://github-redirect.dependabot.com/electron/electron/issues/16137)) - [`109c4d4`](https://github.com/electron/electron/commit/109c4d4079954ebaa5bad942f8f25320a23d8522) chore: release.id => release.data.id ([#16135](https://github-redirect.dependabot.com/electron/electron/issues/16135)) - [`33c7360`](https://github.com/electron/electron/commit/33c736075f5b18c9956e91d174343fa4a3ade0e2) Bump v4.0.0-beta.11 - [`b4472ef`](https://github.com/electron/electron/commit/b4472ef0aef5fc92f73973d33d51f18486a1c1d4) Revert "Bump v4.0.0-beta.11" - [`0c690f7`](https://github.com/electron/electron/commit/0c690f7212a293c629d921df9900417ff40ece1a) Bump v4.0.0-beta.11 - [`3127367`](https://github.com/electron/electron/commit/31273670b83f9c1d1f58906ba0924fe5fb58aa06) Revert "Bump v4.0.0-beta.11" - [`c50e489`](https://github.com/electron/electron/commit/c50e48937d5bec8d3bff6406438267b23ba1be2c) Bump v4.0.0-beta.11 - Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v3.0.8...v4.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.


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 cancel merge` will cancel a previously requested merge - `@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.