WFCD / warframe-rewards-evaluator

Never worry about picking the right relic reward again, get fresh item ratings with ease! πŸ’ΈπŸ˜Ž
7 stars 3 forks source link

Bump electron from 1.8.8 to 7.1.0 #11

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps electron from 1.8.8 to 7.1.0.

Release notes *Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v7.1.0 > # Release Notes for v7.1.0 > > ## Features > > * Added new `contextBridge` module to make it easier to communicate between an isolated context and the main world. [#20789](https://github-redirect.dependabot.com/electron/electron/issues/20789) > > ## Fixes > > * Fixed `nativeTheme` not accessible via the `remote` module. [#20961](https://github-redirect.dependabot.com/electron/electron/issues/20961) > * Fixed a memory leak issue when setting Tray images. [#20935](https://github-redirect.dependabot.com/electron/electron/issues/20935) > * Fixed issue where proxied remote promises might not resolve if `Bluebird` was installed in the renderer. [#20947](https://github-redirect.dependabot.com/electron/electron/issues/20947) > > ## Other Changes > > * Prepare for 7.1.0. 18176b48, ef548b65 > * Updated Chromium to 78.0.3904.94. [#20930](https://github-redirect.dependabot.com/electron/electron/issues/20930) > > ## electron v7.0.1 > # Release Notes for v7.0.1 > > ## Fixes > > * Fixed `shell.openExternal()` option `workingDirectory` not working with Unicode characters. [#20905](https://github-redirect.dependabot.com/electron/electron/issues/20905) > * Fixed a crash in Menus related to `menu.popup()`. [#20808](https://github-redirect.dependabot.com/electron/electron/issues/20808) > * Fixed a label mismatch on open and save dialogs on GTK. [#20882](https://github-redirect.dependabot.com/electron/electron/issues/20882) > * Fixed a regression in the `recentDocuments` role on macOS. [#20670](https://github-redirect.dependabot.com/electron/electron/issues/20670) > * Fixed an issue where objects referenced by `remote` could sometimes not be correctly freed. [#20693](https://github-redirect.dependabot.com/electron/electron/issues/20693) > * Fixed crashes when calling `webContents.printToPDF()` multiple times. [#20810](https://github-redirect.dependabot.com/electron/electron/issues/20810) > * Fixed devtools extensions not loading due to "Connect to unknown extension [object Object]" errors. [#20844](https://github-redirect.dependabot.com/electron/electron/issues/20844) > * Fixed flicker when switching between `BrowserView`s. [#20846](https://github-redirect.dependabot.com/electron/electron/issues/20846) > * Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. [#20629](https://github-redirect.dependabot.com/electron/electron/issues/20629) > * Fixed hang when closing a scriptable popup window using the `remote` module. [#20715](https://github-redirect.dependabot.com/electron/electron/issues/20715) > * Fixed memory leaks caused by callbacks not being released when the `remote` module is used in sub-frames (`