Update dependency electron to v12.0.2 #26

Merged
konrad merged 1 commits from renovate/electron-12.x into main 2021-03-24 19:15:32 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 12.0.1 -> 12.0.2

Release Notes

electron/electron

v12.0.2

Compare Source

Release Notes for v12.0.2

Fixes

  • Colors returned from systemPreferences.getAccentColor(), getSystemColor and getColor are now correctly converted into the devices color space. Previously the color would have been subtly incorrect. #​28172 (Also in 11, 13)
  • Fixed desktopCapturer.getSources() promise result sometimes never resolving. #​28281 (Also in 10, 11, 13)
  • Fixed a rare crash on Windows that could occur when emitting certain Tray events. #​28111
  • Fixed an issue where some Node.js modules would hang on page reload on Windows. #​28337 (Also in 13)
  • Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis. #​28296 (Also in 10, 11, 13)
  • Fixed context menus not being positioned correctly when near the edge of the screen. #​28277 (Also in 11, 13)
  • Fixed crash when calling getBackgroundColor on a transparent window with no assigned background color. #​28188 (Also in 11, 13)
  • Fixed intensive I/O from asar files causing ERR_FILE_NOT_FOUND after a while. #​28202 (Also in 11, 13)
  • URLS passed to shell.openExternal on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #​28341 (Also in 10, 11, 13)

Other Changes

  • Fixed native module compilation with AsyncCleanupHooks on windows. #​28109 (Also in 11, 13)
  • Updated Chromium to 89.0.4389.90. #​28174

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.1` -> `12.0.2`](https://renovatebot.com/diffs/npm/electron/12.0.1/12.0.2) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v12.0.2`](https://github.com/electron/electron/releases/v12.0.2) [Compare Source](https://github.com/electron/electron/compare/v12.0.1...v12.0.2) ### Release Notes for v12.0.2 #### Fixes - Colors returned from `systemPreferences.getAccentColor()`, `getSystemColor` and `getColor` are now correctly converted into the devices color space. Previously the color would have been subtly incorrect. [#&#8203;28172](https://github.com/electron/electron/pull/28172) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28171), [13](https://github.com/electron/electron/pull/28173))</span> - Fixed `desktopCapturer.getSources()` promise result sometimes never resolving. [#&#8203;28281](https://github.com/electron/electron/pull/28281) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/28279), [11](https://github.com/electron/electron/pull/28282), [13](https://github.com/electron/electron/pull/28280))</span> - Fixed a rare crash on Windows that could occur when emitting certain Tray events. [#&#8203;28111](https://github.com/electron/electron/pull/28111) - Fixed an issue where some Node.js modules would hang on page reload on Windows. [#&#8203;28337](https://github.com/electron/electron/pull/28337) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28335))</span> - Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis. [#&#8203;28296](https://github.com/electron/electron/pull/28296) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/28295), [11](https://github.com/electron/electron/pull/28297), [13](https://github.com/electron/electron/pull/28298))</span> - Fixed context menus not being positioned correctly when near the edge of the screen. [#&#8203;28277](https://github.com/electron/electron/pull/28277) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28278), [13](https://github.com/electron/electron/pull/28276))</span> - Fixed crash when calling `getBackgroundColor` on a transparent window with no assigned background color. [#&#8203;28188](https://github.com/electron/electron/pull/28188) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28186), [13](https://github.com/electron/electron/pull/28187))</span> - Fixed intensive I/O from asar files causing ERR_FILE_NOT_FOUND after a while. [#&#8203;28202](https://github.com/electron/electron/pull/28202) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28201), [13](https://github.com/electron/electron/pull/28203))</span> - URLS passed to `shell.openExternal` on windows are now correctly URI encoded. This was already occurring on macOS and Linux. [#&#8203;28341](https://github.com/electron/electron/pull/28341) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/28339), [11](https://github.com/electron/electron/pull/28340), [13](https://github.com/electron/electron/pull/28342))</span> #### Other Changes - Fixed native module compilation with AsyncCleanupHooks on windows. [#&#8203;28109](https://github.com/electron/electron/pull/28109) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28108), [13](https://github.com/electron/electron/pull/28110))</span> - Updated Chromium to 89.0.4389.90. [#&#8203;28174](https://github.com/electron/electron/pull/28174) #### Documentation - Documentation changes: [#&#8203;28214](https://github.com/electron/electron/pull/28214) </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-03-24 02:01:14 +00:00
konrad merged commit 4d6729bfd5 into main 2021-03-24 19:15:32 +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#26
No description provided.