Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

chore(deps): update dependency electron to v8.4.0 #3579

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2020

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 8.3.1 -> 8.4.0

Release Notes

electron/electron

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

Renovate configuration

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

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

♻️ 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 added the dependencies Pull requests that update a dependency file label Jun 17, 2020
@coveralls
Copy link

coveralls commented Jun 17, 2020

Coverage Status

Coverage remained the same at 22.063% when pulling 26923b5 on renovate/electron-8.x into b720736 on next.

@renovate renovate bot force-pushed the renovate/electron-8.x branch from 7914d68 to 2b8de82 Compare June 18, 2020 20:34
@renovate renovate bot changed the title chore(deps): update dependency electron to v8.3.2 chore(deps): update dependency electron to v8.3.3 Jun 18, 2020
@renovate renovate bot changed the title chore(deps): update dependency electron to v8.3.3 chore(deps): update dependency electron to v8.3.4 Jun 25, 2020
@renovate renovate bot force-pushed the renovate/electron-8.x branch from 2b8de82 to 8704a1a Compare June 25, 2020 01:11
@renovate renovate bot changed the title chore(deps): update dependency electron to v8.3.4 chore(deps): update dependency electron to v8.4.0 Jul 7, 2020
@renovate renovate bot force-pushed the renovate/electron-8.x branch from 8704a1a to 26923b5 Compare July 7, 2020 19:17
@mrfelton mrfelton merged commit e1b5f40 into next Jul 10, 2020
@mrfelton mrfelton deleted the renovate/electron-8.x branch July 10, 2020 12:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants