Update dependency electron to v11.3.0 #22

Merged
konrad merged 1 commits from renovate/electron-11.x into main 2021-02-20 07:34:08 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 11.2.3 -> 11.3.0

Release Notes

electron/electron

v11.3.0

Compare Source

Release Notes for v11.3.0

Features

  • Added allowFileAccess option to loadExtension() API. #​27703 (Also in 12)
  • Added win.setTopBrowserView() so that BrowserViews can be raised. #​27712 (Also in 10, 12)

Fixes

  • Backported fix for https://crbug.com/1125165. #​27558
  • Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #​27787 (Also in 12)
  • Fixed SVG content with filter sometimes not being rendered. #​27699
  • Fixed a crash when calling crypto.createDiffieHellman() with certain parameters. #​27766 (Also in 12)
  • Fixed a memory leak when creating BrowserWindows. #​27640 (Also in 12)
  • Fixed an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features. #​27789 (Also in 10, 12)
  • Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #​27808 (Also in 10, 12)
  • Fixed an occasional white flicker present when rendering BrowserViews in close succession. #​27659 (Also in 10, 12)
  • Fixed crash when destroying WebContents in the crashed event. #​27757 (Also in 10, 12)
  • Fixed memory leak when sending non-primitives over the context bridge. #​27638 (Also in 10, 12)
  • Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. #​27669 (Also in 12)
  • Fixed svg with filter content not being rendered. #​27635

Other Changes

Documentation


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 | minor | [`11.2.3` -> `11.3.0`](https://renovatebot.com/diffs/npm/electron/11.2.3/11.3.0) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v11.3.0`](https://github.com/electron/electron/releases/v11.3.0) [Compare Source](https://github.com/electron/electron/compare/v11.2.3...v11.3.0) ### Release Notes for v11.3.0 #### Features - Added `allowFileAccess` option to `loadExtension()` API. [#&#8203;27703](https://github.com/electron/electron/pull/27703) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27702))</span> - Added `win.setTopBrowserView()` so that BrowserViews can be raised. [#&#8203;27712](https://github.com/electron/electron/pull/27712) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27711), [12](https://github.com/electron/electron/pull/27713))</span> #### Fixes - Backported fix for <https://crbug.com/1125165>. [#&#8203;27558](https://github.com/electron/electron/pull/27558) - Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). [#&#8203;27787](https://github.com/electron/electron/pull/27787) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27769))</span> - Fixed SVG content with filter sometimes not being rendered. [#&#8203;27699](https://github.com/electron/electron/pull/27699) - Fixed a crash when calling `crypto.createDiffieHellman()` with certain parameters. [#&#8203;27766](https://github.com/electron/electron/pull/27766) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27700))</span> - Fixed a memory leak when creating BrowserWindows. [#&#8203;27640](https://github.com/electron/electron/pull/27640) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27641))</span> - Fixed an erroneous `enableBlinkFeatures` warning shown webviews which enabled no Blink features. [#&#8203;27789](https://github.com/electron/electron/pull/27789) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27788), [12](https://github.com/electron/electron/pull/27790))</span> - Fixed an issue where deleted download directories would be sometimes recreated by the operating system. [#&#8203;27808](https://github.com/electron/electron/pull/27808) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27807), [12](https://github.com/electron/electron/pull/27806))</span> - Fixed an occasional white flicker present when rendering BrowserViews in close succession. [#&#8203;27659](https://github.com/electron/electron/pull/27659) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27660), [12](https://github.com/electron/electron/pull/27658))</span> - Fixed crash when destroying WebContents in the `crashed` event. [#&#8203;27757](https://github.com/electron/electron/pull/27757) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27758), [12](https://github.com/electron/electron/pull/27756))</span> - Fixed memory leak when sending non-primitives over the context bridge. [#&#8203;27638](https://github.com/electron/electron/pull/27638) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27637), [12](https://github.com/electron/electron/pull/27636))</span> - Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. [#&#8203;27669](https://github.com/electron/electron/pull/27669) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27668))</span> - Fixed svg with filter content not being rendered. [#&#8203;27635](https://github.com/electron/electron/pull/27635) #### Other Changes - Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2. [#&#8203;27684](https://github.com/electron/electron/pull/27684) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/27685))</span> - Fixed slow child process spawning on macOS Big Sur. [#&#8203;27654](https://github.com/electron/electron/pull/27654) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27655), [12](https://github.com/electron/electron/pull/27656))</span> - Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. [#&#8203;27809](https://github.com/electron/electron/pull/27809) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/27655), [12](https://github.com/electron/electron/pull/27656))</span> - Security: backported fix for [`1138143`](https://github.com/electron/electron/commit/1138143). [#&#8203;27780](https://github.com/electron/electron/pull/27780) - Security: backported fix for [`1155974`](https://github.com/electron/electron/commit/1155974). [#&#8203;27779](https://github.com/electron/electron/pull/27779) - Security: backported fix for [`1166504`](https://github.com/electron/electron/commit/1166504). [#&#8203;27778](https://github.com/electron/electron/pull/27778) - Security: backported fix for [`1170657`](https://github.com/electron/electron/commit/1170657). [#&#8203;27781](https://github.com/electron/electron/pull/27781) - Security: backported fix for [`1171954`](https://github.com/electron/electron/commit/1171954). [#&#8203;27777](https://github.com/electron/electron/pull/27777) - Security: backported fix for [`1172192`](https://github.com/electron/electron/commit/1172192). [#&#8203;27776](https://github.com/electron/electron/pull/27776) - Security: backported fix for [`1177341`](https://github.com/electron/electron/commit/1177341). [#&#8203;27750](https://github.com/electron/electron/pull/27750) - Security: backported fix for chromium:[`1162942`](https://github.com/electron/electron/commit/1162942). [#&#8203;27614](https://github.com/electron/electron/pull/27614) - Security: backported fix for <https://crbug.com/1161705>. [#&#8203;27609](https://github.com/electron/electron/pull/27609) #### Documentation - Documentation changes: [#&#8203;27817](https://github.com/electron/electron/pull/27817) </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 2021-02-20 01:01:11 +00:00
konrad merged commit 686418d285 into main 2021-02-20 07:34:08 +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#22
No description provided.