Update dependency electron to v12.0.3 #27

Merged
konrad merged 1 commits from renovate/electron-12.x into main 2021-04-13 20:03:11 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 12.0.2 -> 12.0.3

Release Notes

electron/electron

v12.0.3

Compare Source

Release Notes for v12.0.3

Fixes

  • Allow loading source maps from custom protocols and asar bundles. #​28616 (Also in 13)
  • Fixed postData parameter missing from new-window event. #​28543 (Also in 13)
  • Fixed a bug where, when a JumpList task description exceeded 260 characters, the JumpList was empty, despite valid entries. #​28525 (Also in 11, 13)
  • Fixed a crash when loading pepper plugins. #​28373 (Also in 13)
  • Fixed a network process crash that could happen when using setCertificateVerifyProc with many concurrent verification requests. #​28465 (Also in 11, 13)
  • Fixed an issue where select-serial-port callback crashes when called with an invalid serial port ID. #​28618 (Also in 13)
  • Fixed an issue where window.print() did not work properly when printing a pdf from the pdf plugin. #​28352 (Also in 13)
  • Fixed an issue where errors thrown in functions passed over the contextBridge could be displayed incorrectly. #​28447 (Also in 13)
  • Fixed an issue where the thumbar disappeared after win.hide() on Windows. #​28389 (Also in 10, 11, 13)
  • Fixed bug where TouchBarPopover and TouchBarGroup were no longer rendering. #​28411 (Also in 11)
  • Fixed crash when using profiler in devtools. #​28531
  • Fixed failing to request file:// resources when web security is disabled. #​28560 (Also in 11, 13)
  • Fixed rare crash when initializing the internal PDF extension. #​28452 (Also in 13)
  • Fixed service worker not working with custom protocol. #​28355 (Also in 11, 13)
  • Support wasm-eval csp behind WebAssemblyCSP flag. #​28575 (Also in 11, 13)
  • Transparent windows cannot be maximized using the Windows system menu or by double clicking the title bar. #​28622 (Also in 13)

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 | patch | [`12.0.2` -> `12.0.3`](https://renovatebot.com/diffs/npm/electron/12.0.2/12.0.3) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v12.0.3`](https://github.com/electron/electron/releases/v12.0.3) [Compare Source](https://github.com/electron/electron/compare/v12.0.2...v12.0.3) ### Release Notes for v12.0.3 #### Fixes - Allow loading source maps from custom protocols and asar bundles. [#&#8203;28616](https://github.com/electron/electron/pull/28616) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28615))</span> - Fixed `postData` parameter missing from `new-window` event. [#&#8203;28543](https://github.com/electron/electron/pull/28543) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28542))</span> - Fixed a bug where, when a JumpList task description exceeded 260 characters, the JumpList was empty, despite valid entries. [#&#8203;28525](https://github.com/electron/electron/pull/28525) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28524), [13](https://github.com/electron/electron/pull/28526))</span> - Fixed a crash when loading pepper plugins. [#&#8203;28373](https://github.com/electron/electron/pull/28373) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28372))</span> - Fixed a network process crash that could happen when using `setCertificateVerifyProc` with many concurrent verification requests. [#&#8203;28465](https://github.com/electron/electron/pull/28465) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28470), [13](https://github.com/electron/electron/pull/28433))</span> - Fixed an issue where `select-serial-port` callback crashes when called with an invalid serial port ID. [#&#8203;28618](https://github.com/electron/electron/pull/28618) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28619))</span> - Fixed an issue where `window.print()` did not work properly when printing a pdf from the pdf plugin. [#&#8203;28352](https://github.com/electron/electron/pull/28352) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28351))</span> - Fixed an issue where errors thrown in functions passed over the `contextBridge` could be displayed incorrectly. [#&#8203;28447](https://github.com/electron/electron/pull/28447) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28446))</span> - Fixed an issue where the thumbar disappeared after `win.hide()` on Windows. [#&#8203;28389](https://github.com/electron/electron/pull/28389) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/28388), [11](https://github.com/electron/electron/pull/28391), [13](https://github.com/electron/electron/pull/28390))</span> - Fixed bug where TouchBarPopover and TouchBarGroup were no longer rendering. [#&#8203;28411](https://github.com/electron/electron/pull/28411) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28412))</span> - Fixed crash when using profiler in devtools. [#&#8203;28531](https://github.com/electron/electron/pull/28531) - Fixed failing to request file:// resources when web security is disabled. [#&#8203;28560](https://github.com/electron/electron/pull/28560) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28589), [13](https://github.com/electron/electron/pull/28557))</span> - Fixed rare crash when initializing the internal PDF extension. [#&#8203;28452](https://github.com/electron/electron/pull/28452) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28453))</span> - Fixed service worker not working with custom protocol. [#&#8203;28355](https://github.com/electron/electron/pull/28355) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28353), [13](https://github.com/electron/electron/pull/28354))</span> - Support `wasm-eval` csp behind `WebAssemblyCSP` flag. [#&#8203;28575](https://github.com/electron/electron/pull/28575) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28576), [13](https://github.com/electron/electron/pull/28569))</span> - Transparent windows cannot be maximized using the Windows system menu or by double clicking the title bar. [#&#8203;28622](https://github.com/electron/electron/pull/28622) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28527))</span> #### Other Changes - Backported fix for <https://crbug.com/1181297>. [#&#8203;28601](https://github.com/electron/electron/pull/28601) - Updated Chromium to 89.0.4389.114. [#&#8203;28461](https://github.com/electron/electron/pull/28461) - Updated community discussions link in default Electron menu. [#&#8203;28458](https://github.com/electron/electron/pull/28458) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28459))</span> #### Documentation - Documentation changes: [#&#8203;28363](https://github.com/electron/electron/pull/28363) </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-04-13 18:01:15 +00:00
konrad merged commit 73d425ab3c into main 2021-04-13 20:03:11 +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#27
No description provided.