Update dependency electron to v10.1.5 #3

Merged
konrad merged 1 commits from renovate/electron-10.x into master 2020-11-01 16:24:20 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 10.1.3 -> 10.1.5

Release Notes

electron/electron

v10.1.5

Compare Source

Release Notes for v10.1.5

Fixes

  • Fixed a crash in printing on Windows. #​26064 (Also in 9, 10)
  • Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when contextIsolation was enabled. #​26063 (Also in 10)
  • Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #​26126 (Also in 9, 10)
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #​26097 (Also in 8, 9, 10, 11)

Other Changes

  • Backported fix for CVE-2020-15999. #​26070

v10.1.4

Compare Source

Release Notes for v10.1.4

Fixes

  • Browser views will properly resize within windows. #​26033 (Also in 9, 10, 11)
  • Excess menu item separators are now only removed after item re-ordering is done to avoid accidental removal of needed separators. #​25931 (Also in 10, 11)
  • Fix: gdi printing in silent printing mode. #​25740 (Also in 9, 10, 11)
  • Fixed NativeImage.crop().toBitmap() returning incorrect data. #​25773 (Also in 10, 11)
  • Fixed NativeImage.getScaleFactors() always returning the same value. #​25905 (Also in 9, 10, 11)
  • Fixed session argument of app 'session-created' event. #​25798
  • Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #​25926 (Also in 9, 10, 11)
  • Fixed an issue where Save as PDF from PDF Viewer Print dialog failed and sometimes crashed. #​26013 (Also in 10)
  • Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #​25923 (Also in 9, 10, 11)
  • Fixed bug that meant require.resolve paths option was ignored. #​25944 (Also in 9, 10, 11)
  • Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #​25737 (Also in 9, 10, 11)
  • Fixed maximized frameless window bleeding to other monitors. #​25977 (Also in 8, 9, 10, 11)
  • Fixed memory leak when creating "Services" menu. #​25687 (Also in 9, 10, 11)
  • Fixed ready-to-show event not emitted on some machines. #​25932 (Also in 10, 11)
  • Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. #​25827 (Also in 10, 11)

Other Changes

  • Backported the fix to CVE-2020-15968: Use after free in Blink. #​25852
  • Backported the fix to CVE-2020-15969: Use after free in WebRTC. #​25853
  • Backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #​25893
  • Fixed an issue where netLog.startLogging and netLog.stopLogging were undefined. #​25670 (Also in 10)
  • Security: backported fix for 1125635, 1115901. #​25856

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [electron](https://github.com/electron/electron) | devDependencies | patch | [`10.1.3` -> `10.1.5`](https://renovatebot.com/diffs/npm/electron/10.1.3/10.1.5) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v10.1.5`](https://github.com/electron/electron/releases/v10.1.5) [Compare Source](https://github.com/electron/electron/compare/v10.1.4...v10.1.5) ### Release Notes for v10.1.5 #### Fixes - Fixed a crash in printing on Windows. [#&#8203;26064](https://github.com/electron/electron/pull/26064) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/26066), [10](https://github.com/electron/electron/pull/26064))</span> - Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when `contextIsolation` was enabled. [#&#8203;26063](https://github.com/electron/electron/pull/26063) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/26063))</span> - Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. [#&#8203;26126](https://github.com/electron/electron/pull/26126) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/26128), [10](https://github.com/electron/electron/pull/26126))</span> - Fixed memory leak on macOS when using `dialog.showMessageBox` API. [#&#8203;26097](https://github.com/electron/electron/pull/26097) <span style="font-size:small;">(Also in [8](https://github.com/electron/electron/pull/26100), [9](https://github.com/electron/electron/pull/26098), [10](https://github.com/electron/electron/pull/26097), [11](https://github.com/electron/electron/pull/26099))</span> #### Other Changes - Backported fix for CVE-2020-15999. [#&#8203;26070](https://github.com/electron/electron/pull/26070) ### [`v10.1.4`](https://github.com/electron/electron/releases/v10.1.4) [Compare Source](https://github.com/electron/electron/compare/v10.1.3...v10.1.4) ### Release Notes for v10.1.4 #### Fixes - Browser views will properly resize within windows. [#&#8203;26033](https://github.com/electron/electron/pull/26033) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/26034), [10](https://github.com/electron/electron/pull/26033), [11](https://github.com/electron/electron/pull/25956))</span> - Excess menu item separators are now only removed after item re-ordering is done to avoid accidental removal of needed separators. [#&#8203;25931](https://github.com/electron/electron/pull/25931) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/25931), [11](https://github.com/electron/electron/pull/25599))</span> - Fix: gdi printing in silent printing mode. [#&#8203;25740](https://github.com/electron/electron/pull/25740) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25724), [10](https://github.com/electron/electron/pull/25740), [11](https://github.com/electron/electron/pull/25744))</span> - Fixed NativeImage.crop().toBitmap() returning incorrect data. [#&#8203;25773](https://github.com/electron/electron/pull/25773) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/25773), [11](https://github.com/electron/electron/pull/25774))</span> - Fixed NativeImage.getScaleFactors() always returning the same value. [#&#8203;25905](https://github.com/electron/electron/pull/25905) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25904), [10](https://github.com/electron/electron/pull/25905), [11](https://github.com/electron/electron/pull/25903))</span> - Fixed `session` argument of `app` `'session-created'` event. [#&#8203;25798](https://github.com/electron/electron/pull/25798) - Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. [#&#8203;25926](https://github.com/electron/electron/pull/25926) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25862), [10](https://github.com/electron/electron/pull/25926), [11](https://github.com/electron/electron/pull/25902))</span> - Fixed an issue where `Save as PDF` from PDF Viewer Print dialog failed and sometimes crashed. [#&#8203;26013](https://github.com/electron/electron/pull/26013) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/26013))</span> - Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. [#&#8203;25923](https://github.com/electron/electron/pull/25923) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25924), [10](https://github.com/electron/electron/pull/25923), [11](https://github.com/electron/electron/pull/25922))</span> - Fixed bug that meant require.resolve paths option was ignored. [#&#8203;25944](https://github.com/electron/electron/pull/25944) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/26035), [10](https://github.com/electron/electron/pull/25944), [11](https://github.com/electron/electron/pull/25945))</span> - Fixed crash when application launched from `UNUserNotificationCenter` notification (via a native node module). [#&#8203;25737](https://github.com/electron/electron/pull/25737) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25739), [10](https://github.com/electron/electron/pull/25737), [11](https://github.com/electron/electron/pull/25738))</span> - Fixed maximized frameless window bleeding to other monitors. [#&#8203;25977](https://github.com/electron/electron/pull/25977) <span style="font-size:small;">(Also in [8](https://github.com/electron/electron/pull/25979), [9](https://github.com/electron/electron/pull/25980), [10](https://github.com/electron/electron/pull/25977), [11](https://github.com/electron/electron/pull/25978))</span> - Fixed memory leak when creating "Services" menu. [#&#8203;25687](https://github.com/electron/electron/pull/25687) <span style="font-size:small;">(Also in [9](https://github.com/electron/electron/pull/25689), [10](https://github.com/electron/electron/pull/25687), [11](https://github.com/electron/electron/pull/25688))</span> - Fixed ready-to-show event not emitted on some machines. [#&#8203;25932](https://github.com/electron/electron/pull/25932) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/25932), [11](https://github.com/electron/electron/pull/25672))</span> - Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. [#&#8203;25827](https://github.com/electron/electron/pull/25827) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/25827), [11](https://github.com/electron/electron/pull/25828))</span> #### Other Changes - Backported the fix to CVE-2020-15968: Use after free in Blink. [#&#8203;25852](https://github.com/electron/electron/pull/25852) - Backported the fix to CVE-2020-15969: Use after free in WebRTC. [#&#8203;25853](https://github.com/electron/electron/pull/25853) - Backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. [#&#8203;25893](https://github.com/electron/electron/pull/25893) - Fixed an issue where `netLog.startLogging` and `netLog.stopLogging` were undefined. [#&#8203;25670](https://github.com/electron/electron/pull/25670) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/25670))</span> - Security: backported fix for [`1125635`](https://github.com/electron/electron/commit/1125635), [`1115901`](https://github.com/electron/electron/commit/1115901). [#&#8203;25856](https://github.com/electron/electron/pull/25856) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2020-11-01 16:01:01 +00:00
konrad merged commit fc5505133c into master 2020-11-01 16:24:20 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/desktop#3
No description provided.