hackariens / electron

Template de nouveau project electron
0 stars 1 forks source link

Update dependency electron to v10.2.0 #13

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 10.1.5 -> 10.2.0 age adoption passing confidence

Release Notes

electron/electron ### [`v10.2.0`](https://togithub.com/electron/electron/releases/v10.2.0) [Compare Source](https://togithub.com/electron/electron/compare/v10.1.7...v10.2.0) ### Release Notes for v10.2.0 #### Fixes - Added Electron DLLs like libGLESv2.dll to symbol server. [#​26964](https://togithub.com/electron/electron/pull/26964) (Also in [9](https://togithub.com/electron/electron/pull/26967), [11](https://togithub.com/electron/electron/pull/26965), [12](https://togithub.com/electron/electron/pull/26966)) - Fixed `systemPreferences.effectiveAppearance` returning `systemPreferences.getAppLevelAppearance()`. [#​26882](https://togithub.com/electron/electron/pull/26882) (Also in [9](https://togithub.com/electron/electron/pull/26881), [11](https://togithub.com/electron/electron/pull/26878), [12](https://togithub.com/electron/electron/pull/26879)) - Fixed an issue that a message box in GTK contains no buttons. [#​26915](https://togithub.com/electron/electron/pull/26915) (Also in [11](https://togithub.com/electron/electron/pull/26916), [12](https://togithub.com/electron/electron/pull/26917)) - Fixed an issue where `event.reply` could sometimes not deliver a reply to an IPC message when cross-site iframes were present. [#​26927](https://togithub.com/electron/electron/pull/26927) (Also in [9](https://togithub.com/electron/electron/pull/26928), [11](https://togithub.com/electron/electron/pull/26926), [12](https://togithub.com/electron/electron/pull/26925)) - Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. [#​26949](https://togithub.com/electron/electron/pull/26949) (Also in [9](https://togithub.com/electron/electron/pull/26950), [11](https://togithub.com/electron/electron/pull/26951), [12](https://togithub.com/electron/electron/pull/26952)) #### Other Changes - Security: backport fix for [`1150649`](https://togithub.com/electron/electron/commit/1150649). [#​26896](https://togithub.com/electron/electron/pull/26896) - Security: backported fix for [`1137603`](https://togithub.com/electron/electron/commit/1137603). [#​26892](https://togithub.com/electron/electron/pull/26892) - Security: backported fix for [`1141350`](https://togithub.com/electron/electron/commit/1141350). [#​26894](https://togithub.com/electron/electron/pull/26894) - Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. [#​26855](https://togithub.com/electron/electron/pull/26855) - Security: backported the fix to CVE-2020-16023: Use after free in WebCodecs. [#​26832](https://togithub.com/electron/electron/pull/26832) - Security: backported the fix to CVE-2020-16024: Heap buffer overflow in UI. [#​26830](https://togithub.com/electron/electron/pull/26830) - Security: backported the fix to heap-buffer-overflow in gfx::internal::StyleIterator::GetTextBreakingRange. [#​26866](https://togithub.com/electron/electron/pull/26866) ### [`v10.1.7`](https://togithub.com/electron/electron/releases/v10.1.7) [Compare Source](https://togithub.com/electron/electron/compare/v10.1.6...v10.1.7) ### Release Notes for v10.1.7 #### Fixes - Fixed `` `render-process-gone` event dispatch. [#​26577](https://togithub.com/electron/electron/pull/26577) - Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. [#​26779](https://togithub.com/electron/electron/pull/26779) (Also in [12](https://togithub.com/electron/electron/pull/26772)) - Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. [#​26753](https://togithub.com/electron/electron/pull/26753) (Also in [11](https://togithub.com/electron/electron/pull/26754), [12](https://togithub.com/electron/electron/pull/26755)) - Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. [#​26744](https://togithub.com/electron/electron/pull/26744) (Also in [9](https://togithub.com/electron/electron/pull/26745), [11](https://togithub.com/electron/electron/pull/26528)) - Fixed an issue whereby a corrupted `async_hooks` stack would crash the renderer when throwing some errors in the renderer process. [#​26747](https://togithub.com/electron/electron/pull/26747) (Also in [9](https://togithub.com/electron/electron/pull/26748), [11](https://togithub.com/electron/electron/pull/26424)) - Fixed uncaught promise rejection when creating `webContents` with javascript disabled. [#​26871](https://togithub.com/electron/electron/pull/26871) (Also in [11](https://togithub.com/electron/electron/pull/26870), [12](https://togithub.com/electron/electron/pull/26869)) #### Other Changes - Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. [#​26858](https://togithub.com/electron/electron/pull/26858) - Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. [#​26860](https://togithub.com/electron/electron/pull/26860) #### Unknown - Re-enable Rosetta on Apple Silicon devices. [#​26569](https://togithub.com/electron/electron/pull/26569) (Also in [7.3](https://togithub.com/electron/electron/pull/26571), [8](https://togithub.com/electron/electron/pull/26573), [9](https://togithub.com/electron/electron/pull/26572), [11](https://togithub.com/electron/electron/pull/26570)) ### [`v10.1.6`](https://togithub.com/electron/electron/releases/v10.1.6) [Compare Source](https://togithub.com/electron/electron/compare/v10.1.5...v10.1.6) ##### Release Notes for v10.1.6 ##### Fixes - Fixed `LC_ALL` environment variable getting changed in Electron. [#​26550](https://togithub.com/electron/electron/pull/26550) (Also in [9](https://togithub.com/electron/electron/pull/26508)) - Fixed `window.open` not accepting size values with "px" at the end. [#​26333](https://togithub.com/electron/electron/pull/26333) (Also in [11](https://togithub.com/electron/electron/pull/26334)) - Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. [#​26180](https://togithub.com/electron/electron/pull/26180) (Also in [11](https://togithub.com/electron/electron/pull/26181)) - Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. [#​26245](https://togithub.com/electron/electron/pull/26245) (Also in [9](https://togithub.com/electron/electron/pull/26244), [11](https://togithub.com/electron/electron/pull/26246)) - Fixed an issue where draggable regions did not work exclusively on `BrowserViews`. [#​26260](https://togithub.com/electron/electron/pull/26260) (Also in [9](https://togithub.com/electron/electron/pull/26261), [11](https://togithub.com/electron/electron/pull/26259)) - Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing `BrowserWindow` was resized. [#​26321](https://togithub.com/electron/electron/pull/26321) (Also in [9](https://togithub.com/electron/electron/pull/26322), [11](https://togithub.com/electron/electron/pull/26320)) - Fixed an issue where packages could not be selected with <input file="type"> on macOS. [#​26555](https://togithub.com/electron/electron/pull/26555) (Also in [11](https://togithub.com/electron/electron/pull/26217)) - Fixed calling `app.commandLine.appendSwitch('lang')` not changing app's locale. [#​26241](https://togithub.com/electron/electron/pull/26241) (Also in [9](https://togithub.com/electron/electron/pull/26242), [11](https://togithub.com/electron/electron/pull/26226)) - Fixed debug.log files being created under working directory on windows. [#​26266](https://togithub.com/electron/electron/pull/26266) (Also in [9](https://togithub.com/electron/electron/pull/26267)) - Fixed draggable regions stops working when devtools is opened on macOS. [#​26394](https://togithub.com/electron/electron/pull/26394) (Also in [9](https://togithub.com/electron/electron/pull/26506), [11](https://togithub.com/electron/electron/pull/26395)) ##### Other Changes - Backported the fix to CVE-2020-16013: Inappropriate implementation in V8. [#​26455](https://togithub.com/electron/electron/pull/26455) - Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. [#​26473](https://togithub.com/electron/electron/pull/26473) - Improved performance of `takeHeapSnapshot()`. [#​26229](https://togithub.com/electron/electron/pull/26229) - Security: backported fix for [`1100470`](https://togithub.com/electron/electron/commit/1100470), [`1125337`](https://togithub.com/electron/electron/commit/1125337). [#​26209](https://togithub.com/electron/electron/pull/26209) - Security: backported fix for [`1128657`](https://togithub.com/electron/electron/commit/1128657). [#​26196](https://togithub.com/electron/electron/pull/26196) - Security: backported fix for [`1133983`](https://togithub.com/electron/electron/commit/1133983). [#​26203](https://togithub.com/electron/electron/pull/26203) - Security: backported fix for [`1135018`](https://togithub.com/electron/electron/commit/1135018). [#​26193](https://togithub.com/electron/electron/pull/26193) - Security: backported fix for [`1135857`](https://togithub.com/electron/electron/commit/1135857). [#​26190](https://togithub.com/electron/electron/pull/26190) - Security: backported fix for [`1143772`](https://togithub.com/electron/electron/commit/1143772). [#​26399](https://togithub.com/electron/electron/pull/26399) - Security: backported fix for [`1144489`](https://togithub.com/electron/electron/commit/1144489). [#​26396](https://togithub.com/electron/electron/pull/26396) - Security: backported fix for 817982. [#​26438](https://togithub.com/electron/electron/pull/26438) - Security: backported fix for chromium:[`1117258`](https://togithub.com/electron/electron/commit/1117258). [#​26199](https://togithub.com/electron/electron/pull/26199) - Security: backported fix for chromium:[`1132111`](https://togithub.com/electron/electron/commit/1132111). [#​26206](https://togithub.com/electron/electron/pull/26206) - Security: backported fix for chromium:[`1133527`](https://togithub.com/electron/electron/commit/1133527). [#​26411](https://togithub.com/electron/electron/pull/26411) - Security: backported fix for chromium:[`1137608`](https://togithub.com/electron/electron/commit/1137608). [#​26408](https://togithub.com/electron/electron/pull/26408) - Security: backported fix for chromium:[`1137630`](https://togithub.com/electron/electron/commit/1137630). [#​26212](https://togithub.com/electron/electron/pull/26212) - Security: backported fix for chromium:[`1139398`](https://togithub.com/electron/electron/commit/1139398). [#​26405](https://togithub.com/electron/electron/pull/26405)

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.