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 4.0.2 to 4.0.7 #84

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps electron from 4.0.2 to 4.0.7.

Release notes *Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v4.0.7 > # Release Notes for v4.0.7 > > ## Fixes > > * Fixed `defaultId` not taking affect when set to `0` and no "cancel" button was present on macOS. [#17151](https://github-redirect.dependabot.com/electron/electron/issues/17151) > * Fixed `process.versions.chrome` reporting the wrong patch version. [#17218](https://github-redirect.dependabot.com/electron/electron/issues/17218) > * Fixed `webContents.print()` not working correctly. [#17116](https://github-redirect.dependabot.com/electron/electron/issues/17116) > * Fixed a bug when retrieving security scoped bookmarks in `ShowOpenDialog` and `ShowSaveDialog`. [#17176](https://github-redirect.dependabot.com/electron/electron/issues/17176) > > ## electron v4.0.6 > # Release Notes for v4.0.6 > > ## Fixes > > * Fixed an issue on Windows 10 RS4 and later that was causing the virtual keyboard not to appear when focusing some input fields. [#16944](https://github-redirect.dependabot.com/electron/electron/issues/16944) > > ## Other Changes > > * Updated Chromium to 69.0.3497.128. [#16636](https://github-redirect.dependabot.com/electron/electron/issues/16636) > > ## electron v4.0.5 > # Release Notes for v4.0.5 > > ## Features > > * Allowed filtering of `remote.getBuiltin()`, `remote.getCurrentWindow()`, `remote.getCurrentWebContents` and `.getWebContents()`. [#16688](https://github-redirect.dependabot.com/electron/electron/issues/16688) > > ## Fixes > > * Added a patch to fix incorrect enumeration and instantiation of Node.js ciphers in the Crypto module. [#16912](https://github-redirect.dependabot.com/electron/electron/issues/16912) > * Electron no longer forwards IPC filtering events to `app` for dev-tools and extensions. [#16716](https://github-redirect.dependabot.com/electron/electron/issues/16716) > * Fixed a rare renderer hang in cc::ProxyMain::BeginMainFrame. [#16946](https://github-redirect.dependabot.com/electron/electron/issues/16946) > * Fixed an issue with promise methods not resolving correctly over ipc in the renderer process. [#16654](https://github-redirect.dependabot.com/electron/electron/issues/16654) > * Fixed broken save dialog on macOS for `` downloads. [#16647](https://github-redirect.dependabot.com/electron/electron/issues/16647) > * Fixed crash when calling setProgressBar on macOS. [#16727](https://github-redirect.dependabot.com/electron/electron/issues/16727) > * Fixed issue whereby a user was not well informed when interacting with a menu submenu that did not have any visible `MenuItems`. [#16847](https://github-redirect.dependabot.com/electron/electron/issues/16847) > * Fixed memory leak when using webFrame and spell checker. [#16772](https://github-redirect.dependabot.com/electron/electron/issues/16772) > * Fixed submenus not responding to the `visible: false` `MenuItem` property. [#16845](https://github-redirect.dependabot.com/electron/electron/issues/16845) > * Fixed the `enable` property having no effect for top-level submenu `MenuItems`. [#16857](https://github-redirect.dependabot.com/electron/electron/issues/16857) > > ## electron v4.0.4 > # Release Notes for v4.0.4 > > ## Features > > * Added getProcessMemoryInfo API. [#16591](https://github-redirect.dependabot.com/electron/electron/issues/16591) > > ## Fixes > > ... (truncated)
Commits - [`8d330f7`](https://github.com/electron/electron/commit/8d330f7dde03350183a8f9afdd2fb5dec0598d12) Bump v4.0.7 - [`3c0d90e`](https://github.com/electron/electron/commit/3c0d90eca831aaa5ecef972a4ff2a06de3538073) fix: correct chrome version in chrome_version.h ([#17218](https://github-redirect.dependabot.com/electron/electron/issues/17218)) - [`9d30245`](https://github.com/electron/electron/commit/9d30245fb41147e845d18ba62f6f1fea76a56c9d) fix: access of out-of-scope reference in ShowOpenDialog and ShowSaveDialog (#... - [`0efccf4`](https://github.com/electron/electron/commit/0efccf45bc054fcd70a5f4a632104c3c98363c13) chore: remove an unused header ([#17158](https://github-redirect.dependabot.com/electron/electron/issues/17158)) - [`4e0d4c4`](https://github.com/electron/electron/commit/4e0d4c478576051403abb91b0dd212b720314354) fix: set cancelId to 1 when defaultId == 0 and no 'cancel' button ([#17151](https://github-redirect.dependabot.com/electron/electron/issues/17151)) - [`6d313b4`](https://github.com/electron/electron/commit/6d313b48f27ae5e7cf8919268dcbbcd2da7a88a5) Fix webContents.print() ([#17116](https://github-redirect.dependabot.com/electron/electron/issues/17116)) - [`330e8ab`](https://github.com/electron/electron/commit/330e8abd16da6f2e235ebd3eb8e1a08a6567c292) Bump v4.0.6 - [`ffd8c36`](https://github.com/electron/electron/commit/ffd8c36f4f4af98990826327d45a5905fad93efc) chore: bump chromium in DEPS to 69.0.3497.128 ([#16636](https://github-redirect.dependabot.com/electron/electron/issues/16636)) - [`efa1260`](https://github.com/electron/electron/commit/efa12608e03045d80cf7b7645095da3c2e0abe85) fix: pass result to chrome.tabs.executeScript callback (backport: 4-0-x) ([#16](https://github-redirect.dependabot.com/electron/electron/issues/16)... - [`969ac4c`](https://github.com/electron/electron/commit/969ac4ced1b145b0f43eb8cd099f470a0327e60a) fix: enable inputpane virtual keyboard by default ([#16944](https://github-redirect.dependabot.com/electron/electron/issues/16944)) - Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v4.0.2...v4.0.7)


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 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.