diego3g / rocketredis

A beautiful Redis GUI :fire: (under development)
MIT License
1.91k stars 173 forks source link

chore(deps): update dependency electron to v9.3.1- autoclosed #118

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 9.1.2 -> 9.3.1

Release Notes

electron/electron ### [`v9.3.1`](https://togithub.com/electron/electron/releases/v9.3.1) [Compare Source](https://togithub.com/electron/electron/compare/v9.3.0...v9.3.1) ##### Release Notes for v9.3.1 ##### Fixes - Added missing module delay loads on windows to reduce per process reference set impact. [#​25437](https://togithub.com/electron/electron/pull/25437) (Also in [9](https://togithub.com/electron/electron/pull/25437), [10](https://togithub.com/electron/electron/pull/25435), [11](https://togithub.com/electron/electron/pull/25436)) - Fixed a crash in the renderer process when invoking the Badging API. [#​25371](https://togithub.com/electron/electron/pull/25371) (Also in [9](https://togithub.com/electron/electron/pull/25371), [10](https://togithub.com/electron/electron/pull/25369), [11](https://togithub.com/electron/electron/pull/25370)) - Fixed a memory leak in net.request(). [#​25382](https://togithub.com/electron/electron/pull/25382) - Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. [#​25301](https://togithub.com/electron/electron/pull/25301) (Also in [8](https://togithub.com/electron/electron/pull/25302), [9](https://togithub.com/electron/electron/pull/25301), [10](https://togithub.com/electron/electron/pull/25299), [11](https://togithub.com/electron/electron/pull/25300)) ##### Other Changes - Security: backported fix for [`1081874`](https://togithub.com/electron/electron/commit/1081874). [#​25389](https://togithub.com/electron/electron/pull/25389) - Security: backported fix for [`1098860`](https://togithub.com/electron/electron/commit/1098860). [#​25289](https://togithub.com/electron/electron/pull/25289) - Security: backported fix for [`1111737`](https://togithub.com/electron/electron/commit/1111737). [#​25391](https://togithub.com/electron/electron/pull/25391) - Security: backported fix for [`1122684`](https://togithub.com/electron/electron/commit/1122684). [#​25390](https://togithub.com/electron/electron/pull/25390) ##### Unknown - Added support for some `chrome.management` APIs. [#​25344](https://togithub.com/electron/electron/pull/25344) (Also in [9](https://togithub.com/electron/electron/pull/25344), [10](https://togithub.com/electron/electron/pull/25345), [11](https://togithub.com/electron/electron/pull/25342)) ### [`v9.3.0`](https://togithub.com/electron/electron/releases/v9.3.0) [Compare Source](https://togithub.com/electron/electron/compare/v9.2.1...v9.3.0) ##### Release Notes for v9.3.0 ##### Features - Added back a previously broken `visibleOnFullScreen` option for `setVisibleOnAllWorkspaces`. [#​25126](https://togithub.com/electron/electron/issues/25126) - Added the `currencyCode` field that Apple's StoreKit in-app-purchasing library provides but has not been added to the `Product` object that `inAppPurchase.getProducts` returns. [#​25085](https://togithub.com/electron/electron/issues/25085) ##### Fixes - Fixed `powerMonitor` not emitting `suspend`/`resume` events on some Windows machines. [#​25165](https://togithub.com/electron/electron/issues/25165) - Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. [#​25194](https://togithub.com/electron/electron/issues/25194) - Fixed an issue where notifications with a reply button could potentially be destroyed too early when a user clicked on the notification body before replying. [#​25101](https://togithub.com/electron/electron/issues/25101) - Fixed frameless window's size being changed when restored from minimized state. [#​25045](https://togithub.com/electron/electron/issues/25045) - Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. [#​25179](https://togithub.com/electron/electron/issues/25179) - Fixed node's TLS stack not allowing renegotiation. [#​25041](https://togithub.com/electron/electron/issues/25041) - Fixed the following issues for frameless when maximized on Windows \* fix unreachable task bar when auto hidden with position top - fix 1px extending to secondary monitor - fix 1px overflowing into taskbar at certain resolutions - fix white line on top of window under 4k resolutions. [#​25218](https://togithub.com/electron/electron/issues/25218) - Fixed window size being changed after unmaximizing. [#​25133](https://togithub.com/electron/electron/issues/25133) ##### Unknown - Fixed not working `WebSQLDatabase` in extension background pages. [#​25070](https://togithub.com/electron/electron/issues/25070) ### [`v9.2.1`](https://togithub.com/electron/electron/releases/v9.2.1) [Compare Source](https://togithub.com/electron/electron/compare/v9.2.0...v9.2.1) ##### Release Notes for v9.2.1 ##### Fixes - fix loading shared worker scripts over custom protocol - fix crash when loading worker scripts with nodeIntegration enabled. [#​24750](https://togithub.com/electron/electron/issues/24750) - Fixed a crash that could occur when using in-memory sessions. [#​25002](https://togithub.com/electron/electron/issues/25002) - Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. [#​24862](https://togithub.com/electron/electron/issues/24862) - Fixed an issue where the Save button did not function in PDF previews. [#​24996](https://togithub.com/electron/electron/issues/24996) - Fixed inactive windows having active titlebar on Windows. [#​24873](https://togithub.com/electron/electron/issues/24873) - Fixed missing `guid` parameter in Linux crash reports. [#​24898](https://togithub.com/electron/electron/issues/24898) - Increased maximum length for crash keys from 127B to 20KB. [#​24854](https://togithub.com/electron/electron/issues/24854) - [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. [#​25004](https://togithub.com/electron/electron/issues/25004) ##### Other Changes - Backported the fix to CVE-2020-6532: Use after free in SCTP. [#​24887](https://togithub.com/electron/electron/issues/24887) - Backported the fix to CVE-2020-6537: Type Confusion in V8. [#​24885](https://togithub.com/electron/electron/issues/24885) - Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue [`1113227`](https://togithub.com/electron/electron/commit/1113227)). [#​24997](https://togithub.com/electron/electron/issues/24997) ##### Unknown - Fixed issues with CORS when making requests from extensions. [#​24915](https://togithub.com/electron/electron/issues/24915) ### [`v9.2.0`](https://togithub.com/electron/electron/releases/v9.2.0) [Compare Source](https://togithub.com/electron/electron/compare/v9.1.2...v9.2.0) ### Release Notes for v9.2.0 #### Features - Added new `worldSafeExecuteJavaScript` webPreference to ensure that the return values from `webFrame.executeJavaScript` are world safe when context isolation is enabled. [#​24712](https://togithub.com/electron/electron/issues/24712) #### Fixes - Fixed a crash that could happen when using `hookWindowMessage` on Windows. [#​24769](https://togithub.com/electron/electron/issues/24769) - Fixed crash when navigating from a page with webview that has inherited zoom level. [#​24764](https://togithub.com/electron/electron/issues/24764) - Save crash reports locally when uploadToServer: false on linux. [#​24788](https://togithub.com/electron/electron/issues/24788)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.