Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

chore(deps): update dependency electron to v6.1.12 - autoclosed #483

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2019

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 6.0.9 -> 6.1.12

Release Notes

electron/electron

v6.1.12

Compare Source

Release Notes for v6.1.12

Other Changes

v6.1.11

Compare Source

Release Notes for v6.1.11

Fixes

  • Fixed issue with Promise.then context usage in V8

v6.1.10

Compare Source

Release Notes for v6.1.10

Fixes

  • Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8. #​23046
  • Security: backported a fix for crbug.com/1065094. #​23060
  • Security: backported fix for a potential buffer overrun in WebRTC audio encoding. #​23038
  • Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo. #​23045

Other Changes

v6.1.9

Compare Source

Release Notes for v6.1.9

Fixes

v6.1.8

Compare Source

Release Notes for v6.1.8

Fixes

  • FixBrowserWindow.setFocusable(true) not working on Windows. #​21856
  • Fixed a crash that would occur when Notifications were closed in concert with app termination. #​21718
  • Fixed a potential issue with active Menu garbage collection. #​22152
  • Fixed an issue that could prevent communication between a sandboxed child window opened with nativeWindowOpen: false and an unsandboxed parent window. Also fixed document.visibilityState not working in sandboxed <webview>. #​21697
  • Fixed an issue where window.print() only worked once on a single BrowserWindow. #​21913
  • Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS. #​21925
  • Fixed bug where the close event would not emit upon closing modal window on macOS. #​22125
  • Fixed crash when restoring minimized hidden window on Windows. #​22153
  • Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina. #​21878
  • Fixed incorrect button highlighting when defaultId is passed for dialog message boxes. #​22150
  • Fixed media-specific globalShortcuts not working on macOS. #​21690
  • Fixed memory leak when using javascript generator functions. #​21774
  • Removed unneccessary breakpad_symbols directory from the dsym zip file. #​22219

Other Changes

  • Updated crashReporter to throw an error for getLastCrashReport if crashReporter not started. #​21684

v6.1.7

Compare Source

Release Notes for v6.1.7

Fixes

  • Fixed Electron apps getting rejected to Mac App Store. #​20970

v6.1.6

Compare Source

Release Notes for v6.1.6

Fixes

  • Fixed accessibility window title on macOS. #​21465
  • Fixed flicker when switching between BrowserViews after creating new BrowserView. #​21396
  • Fixed throttling in webContents.setBackgroundThrottling. #​21359

Other Changes

v6.1.5

Compare Source

Release Notes for v6.1.5

Fixes

  • Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. #​21191
  • Fixed ENOMEM error with Node.js child_process when using empty options.env. #​21141
  • Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance. #​21105
  • Fixed backgroundThrottling: false not having an effect. #​21014
  • Fixed broken globalShortcut.registerAll() on Windows and Linux. #​20982
  • Fixed broken focus with OOPIF embedded inside webview. #​21221
  • Fixed context menu disappearing when showing. #​21226
  • Fixed crash using v8 Date.toLocale* api with invalid locales. #​21188
  • Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. #​21020
  • Fixed flickering when maximizing and restoring frameless windows. #​21206
  • Fixed incorrect size of windows on differently scaled monitors. #​21137

v6.1.4

Compare Source

Release Notes for v6.1.4

Fixes

  • Backported webaudio security patch from upstream. #​20924

v6.1.3

Compare Source

Release Notes for v6.1.3

Fixes

  • Fixed a crash in Menus related to menu.popup(). #​20786
  • Fixed crashes when calling webContents.printToPDF() multiple times. #​20811
  • Fixed flicker when switching between BrowserViews. #​20834
  • Fixed hang when closing a scriptable popup window using the remote module. #​20716
  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #​20815

v6.1.2

Compare Source

Release Notes for v6.1.2

Fixes

v6.1.1

Compare Source

Release Notes for v6.1.1

Fixes

  • Fixed IPC hang when opening a specific case of nativeWindowOpen child window. #​20547
  • Fixed an issue where objects referenced by remote could sometimes not be correctly freed. #​20694

v6.1.0

Compare Source

Release Notes for v6.1.0

This release is a minor bump as it contains exactly one new feature. contextBridge module, this feature is outlined below along with the other fixes and changes that went into this release. The 6.1.x series is now only release line in the 6.x.y major release line that will receive bug fixes and security fixes. It is recommended you upgrade to 6.1.x.

Features

  • Added new contextBridge module to make it easier to communicate between an isolated context and the main world. #​20639

Fixes

  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #​20665
  • Fixed native modules size increase with VC++ and node 12 on windows. #​20627
  • Improved slow touchpad scrolling on windows. #​20488

Other Changes

  • Manually bump version to 6.1.0-beta.0 in prep for 6.1.0. 3ca62d9

v6.0.12

Compare Source

v6.0.11

Compare Source

v6.0.10

Compare Source


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 changed the title chore(deps): update dependency electron to v6.0.10 Update dependency electron to v6.0.10 Sep 26, 2019
@renovate renovate bot changed the title Update dependency electron to v6.0.10 chore(deps): update dependency electron to v6.0.10 Oct 1, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.0.10 chore(deps): update dependency electron to v6.0.11 Oct 2, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.0.11 chore(deps): update dependency electron to v6.0.12 Oct 8, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.0.12 chore(deps): update dependency electron to v6.1.0 Oct 22, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.0 chore(deps): update dependency electron to v6.1.1 Oct 23, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.1 chore(deps): update dependency electron to v6.1.2 Oct 24, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.2 chore(deps): update dependency electron to v6.1.3 Nov 1, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.3 chore(deps): update dependency electron to v6.1.4 Nov 5, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.4 chore(deps): update dependency electron to v6.1.5 Nov 21, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.5 chore(deps): update dependency electron to v6.1.6 Dec 11, 2019
@renovate renovate bot force-pushed the renovate/electron-6.x branch 2 times, most recently from facde4c to 4388f6a Compare December 17, 2019 03:12
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.6 chore(deps): update dependency electron to v6.1.7 Dec 17, 2019
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.7 chore(deps): update dependency electron to v6.1.9 Mar 11, 2020
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.9 chore(deps): update dependency electron to v6.1.10 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/electron-6.x branch from 19eb1f3 to 453fe4d Compare May 5, 2020 20:25
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.10 chore(deps): update dependency electron to v6.1.11 May 5, 2020
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.11 chore(deps): update dependency electron to v6.1.12 Jul 1, 2020
@renovate renovate bot changed the title chore(deps): update dependency electron to v6.1.12 chore(deps): update dependency electron to v6.1.12 - autoclosed Aug 27, 2020
@renovate renovate bot closed this Aug 27, 2020
@renovate renovate bot deleted the renovate/electron-6.x branch August 27, 2020 12:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant