Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency electron to ^8.5.5 #105

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron ^8.2.5 -> ^8.5.5 age adoption passing confidence

Release Notes

electron/electron

v8.5.5

Compare Source

Release Notes for v8.5.5

Fixes

  • Fixed <webview> render-process-gone event dispatch. #​26575

Unknown

v8.5.4

Compare Source

Release Notes for v8.5.4

Other Changes

v8.5.3

Compare Source

Release Notes for v8.5.3

Fixes

  • Fixed ready-to-show event not emitted on some machines. #​26140 (Also in 8, 10, 11)
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #​25501 (Also in 8, 9, 10, 11)
  • Fixed loading shared worker scripts over custom protocol
    • fix crash when loading worker scripts with nodeIntegration enabled. #​26142 (Also in 8, 9, 10)
  • Fixed maximized frameless window bleeding to other monitors. #​25979 (Also in 8, 9, 10, 11)
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #​26100 (Also in 8, 9, 10, 11)
  • Protocol response streams are now destroyed if the request is aborted. #​26141 (Also in 8, 9, 10)
  • Updated Node root certs to use NSS 3.56. #​25363 (Also in 8, 9, 10, 11)
  • Updated to Chrome 80.0.3987.163. #​25499

Other Changes

v8.5.2

Compare Source

Release Notes for v8.5.2

Fixes

  • Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #​25302 (Also in 8, 9, 10, 11)

Other Changes

v8.5.1

Compare Source

Release Notes for v8.5.1

Fixes

    • Fixes 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. #​25219
  • Fixed powerMonitor not emitting suspend/resume events on some Windows machines. #​25163
  • 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. #​25102
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #​24861
  • Fixed frameless window's size being changed when restored from minimized state. #​25057
  • Fixed inactive windows having active titlebar on Windows. #​24875
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #​25181
  • Fixed node's TLS stack not allowing renegotiation. #​25042
  • Fixed window size being changed after unmaximizing. #​25148

Other Changes

v8.5.0

Compare Source

Release Notes for v8.5.0

Fixes

  • Fixed an issue where suspend/resume were emitted twice on macOS. #​24844
  • Fixed crash when navigating from a page with webview that has inherited zoom level. #​24766

v8.4.1

Compare Source

Release Notes for v8.4.1

Fixes

  • Fix: DCHECK failure in value.IsHeapObject() in objectsdebug.cc. (Chromium security issue 1084820). #​24565
  • Fix: PDFium Javascript Active Document memory corruption. (Chromium security issue 1091404). #​24570
  • Fix: XSS on chrome://histograms/ with a compromised renderer. (Chromium security issue 1073409). #​24626
  • Fix: heap-use-after-free in content::NavigationRequest::OnWillProcessResponseProcessed. (Chromium security issue 1090543). #​24568
  • Fix: heap-use-after-free in ui::AXTreeSerializerblink (Chromium security issue 1065122). #​24556
  • Fix: integer overflow in GrTextBlob::Make. (Chromium security issue 1080481). #​24587
  • Fix: javascript URI sandbox flags aren't propagated in a blank string case. (Chromium security issue 1074340). #​24622
  • Fix: memcpy-param-overlap in AudioBuffer::copyFromChannel. (Chromium security issue 1081722). #​24585
  • Fix: remove leaks of post-redirect URL for <script> in the CSP reports and stacktraces of errors (Chromium security issue 1074317). #​24559
  • Fix: update webrtc root certificate. (Chromium security issue 978779). #​24618
  • Fix: use-after-free in devtools console. (Chromium security issue 986051). #​24615
  • Fix: use-of-uninitialized-value in amr_read_header. (Chromium security issue 1065731). #​24595
  • Fix: usrsctp is called with pointer as network address. (Chromium security issue 1076703). #​24562
  • Fixed a termination crash on Web Workers with Node.js integration enabled. #​24463
  • Fixed an issue where cpu and heap profiling in Node.js did not work properly with --cpu-prof, --heap-prof, and related CLI flags. #​24542
  • Fixed an issue where macOS window vibrancy active state did not always match the active state of the window. #​24546
  • Fixed broken --trace-sync-io flag in Node.js. #​24649
  • Fixed clipboard.readBuffer returning incorrect value. #​24468
  • Fixed crash when opening app in remote X server. #​24491
  • Fixed unresponsive window when reloading with breakpoint in devtools. #​24490

Documentation

v8.4.0

Compare Source

Release Notes for v8.4.0

Features

  • Added new render-process-gone event on app to replace the renderer-process-crashed event. #​24314
  • Added new render-process-gone event to replace the crashed event. #​24308
  • Added support for suspend and resume events to Windows. #​24282
  • Added support for suspend and resume events to macOS. #​24295
  • Added tracing instrumentation to WebContents IPC methods, available with the contentTracing category "electron". #​24307
  • Expose sessionId associated with a target from debugger module. #​24399
  • Implemented systemPreferences.getMediaAccessStatus() on Windows. #​24313

Fixes

  • Backported fixes for UAF in extensions (CVE-2020-6454 and NOCVE). #​24419
  • Fixed an intermittent high-CPU usage problem caused a system clock issue during sleep. #​24414
  • Fixed an issue where some old notifications were not properly removed from the Notification Center on macOS. #​24405
  • Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal. #​24353

v8.3.4

Compare Source

Release Notes for v8.3.4

Fixes

  • Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. #​24231
  • Fixed an issue with click events not being emitted on macOS for Trays with context menus set. #​24239
  • Updated Node root certs to use NSS 3.53. #​24268

v8.3.3

Compare Source

Release Notes for v8.3.3

Fixes

  • Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #​24184
  • Fixed an issue where shutdown would be emitted both on app and system shutdown on macOS. #​24140
  • Fixed an issue where withFileTypes was not supported as an option to fs.readdir or fs.readdirSync under asar. #​24107
  • Fixed an issue which would cause streaming protocol responses to stall in some cases. #​24133
  • Fixed delayed execution of some Node.js callbacks in the main process. #​24180
  • Fixed tray menu showing in taskbar on Windows. #​24194
  • Fixed window titlebar not responding to pen on Windows 10. #​24101

Other Changes

  • Backported the fix to a crash in FIDO support. #​24152
  • Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #​24181
  • [a11y] fix incorrect selection item count for listbox with grouped items. #​24084

Documentation

v8.3.2

Compare Source

Release Notes for v8.3.2

Features

  • V8CacheOptions is a new webpreference option to enforce code caching policy. #​23869

Fixes

  • Added missing support for isComposing KeyboardEvent property. #​24015
  • Enable NTLM v2 for POSIX platforms and added --disable-ntlm-v2 switch to disable it. #​23933
  • Ensured proper nativeImage serialization between renderer and browser processes via remote. #​23797
  • Fixed GTK dark theme setting not respected in Electron on Linux. #​23965
  • Fixed chrome://media-internals and chrome://webrtc-internals pages not loading. #​24063
  • Fixed a crash that could occur when using the ipcRenderer module after blink had released the context. Instead, a JS exception will be thrown. #​23979
  • Fixed an error when calling dialog.showCertificateTrustDialog with no BrowserWindow. #​24120
  • Fixed an issue where rmdir and rmdirSync work with original-fs in an asar context. #​23955
  • Fixed an issue where window.location properties would throw an error for windows opened with window.open. #​23947
  • Fixed an issue where some logging would double-print. #​23924
  • Fixed an issue with volume-related globalShortcut registration. #​23948
  • Fixed crash when navigating between origins in a child window with nativeWindowOpen and contextIsolation enabled. #​23894
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #​23827
  • Fixed the acceptLanguages argument being ignored in session.setUserAgent(). #​23963
  • Restored old implementation of Linux Tray icons to fix a collection of issues where the tray icon wouldn't appear, would be the wrong size or would randomly disappear. #​23927

Other Changes

  • None. #​24072
  • [a11y] fix incorrect position and size reported for grouped items in a listbox. #​24088

v8.3.1

Compare Source

Release Notes for v8.3.1

Fixes

  • Backported the fix for CVE-2020-6467: UAF in WebRTC. #​23788
  • Don't ignore the referrer header in net.request. #​23688
  • Fixed process.windowsStore returning undefined in AppX packages. #​23799
  • Fixed an issue where the 'about' role had on effect on Windows menus. #​23714
  • Fixed an occasional menu crash on macOS Catalina when menu is closing. #​23807

Other Changes

  • Backported fix for CVE-2020-6468: OOB read/write in V8. #​23747
  • Fixed issues where objects sent over the context bridge could be freed prematurely resulting in crashes when accessing them. #​23612
  • Improved error logging on moveItemToTrash failures on macOS. #​23629

v8.3.0

Compare Source

Release Notes for v8.3.0

Features

  • Added a new force parameter to app.focus() on macOS to allow apps to forcefully take focus. #​23574
  • EnableWebSQL is a new webpreference option to enable/disable websql api. #​23581

Fixes

  • Ensured that exit callbacks are run for Node.js in the renderer process. #​23564
  • Fixed a crash which could occur during page navigations. #​23396
  • Fixed an issue whereby macOS would fail to allow file extensions containing periods. #​23449
  • Fixed behaviour of navigator.language/s and app.getLocale to use OS locale. #​23407
  • Fixed crash with webview during some window management events like resize, scroll etc. #​23397

Other Changes

Documentation


Renovate configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot merged commit 0b5b637 into master Feb 1, 2021
@renovate renovate bot deleted the renovate/electron-8.x branch February 1, 2021 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant