chore(deps): update dependency electron to v15.2.0 #60

Merged
konrad merged 1 commits from renovate/electron-15.x into main 2021-10-15 21:53:59 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 15.0.0 -> 15.2.0

Release Notes

electron/electron

v15.2.0

Compare Source

Release Notes for v15.2.0

Features

  • Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation. #​31326 (Also in 16)

Fixes

  • Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of render_frame_disposed_ after updating render frame host. #​31426 (Also in 16)
  • Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. #​31385 (Also in 16)
  • Fixed crash when changing zoom level for webview. #​31376 (Also in 14, 16)

Other Changes

  • Updated Chromium to 94.0.4606.81. #​31351

v15.1.2

Compare Source

Release Notes for v15.1.2

Fixes

  • Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed. #​31334
  • Fixed issue where non-resizable frameless windows aren't draggable. #​31299 (Also in 14, 16)

Other Changes

v15.1.1

Compare Source

Release Notes for v15.1.1

Fixes

  • Fixed "Failed to serialize arguments" error when emitting 'context-menu' event for webview. #​31279
  • Removed expired DST Root CA X3 from the bundled trust store. #​31219

v15.1.0

Compare Source

Release Notes for v15.1.0

Features

  • Added WebHID support. #​31095 (Also in 16)
  • Added frame property to the params object of the 'context-menu' event. #​31057
  • Added isMainFrame argument to 'certificate-error' event. #​31038
  • Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync(). #​31088 (Also in 16)

Fixes

  • Fixed Let's Encrypt DST Root CA X3 certificate expiration. #​31218 (Also in 12, 13, 14, 16)
  • Fixed a crash in navigator.fonts.query(). #​30985 (Also in 14)
  • Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. #​31177 (Also in 13, 14, 16)
  • Fixed an issue where button labels in file choosers were improperly localized on Linux. #​31066 (Also in 14, 16)
  • Fixed an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView. #​31198 (Also in 13, 14, 16)
  • Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized(). #​31041 (Also in 13, 14)
  • Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #​31100 (Also in 13, 14, 16)
  • Fixed an issue where some calls to crypto.createPrivateKey made with algorithms unsupported by BoringSSL cause a crash when invoking methods on their return values. #​31137 (Also in 16)
  • Fixed black border around the page after resizing is disabled. #​31081 (Also in 13, 14, 16)
  • Fixed crash caused by double free when destroying WebContents. #​31133 (Also in 14, 16)
  • Fixed crash in v8 due to (Check failed: !regexp_stack_->is_in_use()). #​31144 (Also in 13, 14, 16)

Other Changes

  • Updated Chromium to 94.0.4606.61. #​31112

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 | minor | [`15.0.0` -> `15.2.0`](https://renovatebot.com/diffs/npm/electron/15.0.0/15.2.0) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v15.2.0`](https://github.com/electron/electron/releases/v15.2.0) [Compare Source](https://github.com/electron/electron/compare/v15.1.2...v15.2.0) ### Release Notes for v15.2.0 #### Features - Added `commandLine.removeSwitch` to allow apps to remove command line switches from Chromiums internal command line representation. [#&#8203;31326](https://github.com/electron/electron/pull/31326) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31327))</span> #### Fixes - Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of `render_frame_disposed_` after updating render frame host. [#&#8203;31426](https://github.com/electron/electron/pull/31426) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31427))</span> - Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. [#&#8203;31385](https://github.com/electron/electron/pull/31385) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31386))</span> - Fixed crash when changing zoom level for webview. [#&#8203;31376](https://github.com/electron/electron/pull/31376) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/31374), [16](https://github.com/electron/electron/pull/31375))</span> #### Other Changes - Updated Chromium to 94.0.4606.81. [#&#8203;31351](https://github.com/electron/electron/pull/31351) ### [`v15.1.2`](https://github.com/electron/electron/releases/v15.1.2) [Compare Source](https://github.com/electron/electron/compare/v15.1.1...v15.1.2) ### Release Notes for v15.1.2 #### Fixes - Fixed an potential crash in `WebContents::MessageTo` when a render frame has been destroyed. [#&#8203;31334](https://github.com/electron/electron/pull/31334) - Fixed issue where non-resizable frameless windows aren't draggable. [#&#8203;31299](https://github.com/electron/electron/pull/31299) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/31298), [16](https://github.com/electron/electron/pull/31300))</span> #### Other Changes - Backported fix for [`1251688`](https://github.com/electron/electron/commit/1251688). [#&#8203;31297](https://github.com/electron/electron/pull/31297) - Updated Chromium to 94.0.4606.71. [#&#8203;31234](https://github.com/electron/electron/pull/31234) ### [`v15.1.1`](https://github.com/electron/electron/releases/v15.1.1) [Compare Source](https://github.com/electron/electron/compare/v15.1.0...v15.1.1) ### Release Notes for v15.1.1 #### Fixes - Fixed "Failed to serialize arguments" error when emitting 'context-menu' event for webview. [#&#8203;31279](https://github.com/electron/electron/pull/31279) - Removed expired DST Root CA X3 from the bundled trust store. [#&#8203;31219](https://github.com/electron/electron/pull/31219) ### [`v15.1.0`](https://github.com/electron/electron/releases/v15.1.0) [Compare Source](https://github.com/electron/electron/compare/v15.0.0...v15.1.0) ### Release Notes for v15.1.0 #### Features - Added WebHID support. [#&#8203;31095](https://github.com/electron/electron/pull/31095) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31090))</span> - Added `frame` property to the `params` object of the 'context-menu' event. [#&#8203;31057](https://github.com/electron/electron/pull/31057) - Added `isMainFrame` argument to `'certificate-error'` event. [#&#8203;31038](https://github.com/electron/electron/pull/31038) - Added `textWidth` option to `dialog.showMessageBox()` / `dialog.showMessageBoxSync()`. [#&#8203;31088](https://github.com/electron/electron/pull/31088) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31089))</span> #### Fixes - Fixed Let's Encrypt DST Root CA X3 certificate expiration. [#&#8203;31218](https://github.com/electron/electron/pull/31218) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/31214), [13](https://github.com/electron/electron/pull/31215), [14](https://github.com/electron/electron/pull/31216), [16](https://github.com/electron/electron/pull/31217))</span> - Fixed a crash in `navigator.fonts.query()`. [#&#8203;30985](https://github.com/electron/electron/pull/30985) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/30984))</span> - Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. [#&#8203;31177](https://github.com/electron/electron/pull/31177) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31175), [14](https://github.com/electron/electron/pull/31176), [16](https://github.com/electron/electron/pull/31178))</span> - Fixed an issue where button labels in file choosers were improperly localized on Linux. [#&#8203;31066](https://github.com/electron/electron/pull/31066) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/31065), [16](https://github.com/electron/electron/pull/31067))</span> - Fixed an issue where changes to draggable regions in a `BrowserWindow` incorrectly affected those in an attached `BrowserView`. [#&#8203;31198](https://github.com/electron/electron/pull/31198) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31197), [14](https://github.com/electron/electron/pull/31200), [16](https://github.com/electron/electron/pull/31199))</span> - Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for `isMaximized()`. [#&#8203;31041](https://github.com/electron/electron/pull/31041) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31039), [14](https://github.com/electron/electron/pull/31040))</span> - Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. [#&#8203;31100](https://github.com/electron/electron/pull/31100) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31098), [14](https://github.com/electron/electron/pull/31099), [16](https://github.com/electron/electron/pull/31101))</span> - Fixed an issue where some calls to `crypto.createPrivateKey` made with algorithms unsupported by BoringSSL cause a crash when invoking methods on their return values. [#&#8203;31137](https://github.com/electron/electron/pull/31137) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/31136))</span> - Fixed black border around the page after resizing is disabled. [#&#8203;31081](https://github.com/electron/electron/pull/31081) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31078), [14](https://github.com/electron/electron/pull/31079), [16](https://github.com/electron/electron/pull/31080))</span> - Fixed crash caused by double free when destroying WebContents. [#&#8203;31133](https://github.com/electron/electron/pull/31133) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/31131), [16](https://github.com/electron/electron/pull/31132))</span> - Fixed crash in v8 due to `(Check failed: !regexp_stack_-&gt;is_in_use())`. [#&#8203;31144](https://github.com/electron/electron/pull/31144) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/31142), [14](https://github.com/electron/electron/pull/31143), [16](https://github.com/electron/electron/pull/31145))</span> #### Other Changes - Updated Chromium to 94.0.4606.61. [#&#8203;31112](https://github.com/electron/electron/pull/31112) </details> --- ### 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 2021-10-15 20:03:25 +00:00
continuous-integration/drone/push Build is passing Details
d938237f86
chore(deps): update dependency electron to v15.2.0
renovate force-pushed renovate/electron-15.x from d938237f86 to 4f356beed5 2021-10-15 21:01:54 +00:00 Compare
konrad merged commit 26964c3c2d into main 2021-10-15 21:53:59 +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#60
No description provided.