Update dependency electron to v12.0.6 #30

Merged
konrad merged 1 commits from renovate/electron-12.x into main 2021-05-01 12:04:45 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 12.0.5 -> 12.0.6

Release Notes

electron/electron

v12.0.6

Compare Source

Release Notes for v12.0.6

Fixes

  • Fixed a crash when calling shell.trashItem() from the renderer process. #​28787 (Also in 13)
  • Fixed an issue where multiple calls to window.setFullScreen could cause problems. #​28772 (Also in 11, 13)
  • Fixed an issue where some dialogs would stop working on macOS if window.hide() was called while they were open. #​28695 (Also in 11, 13)
  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #​28869 (Also in 11, 13)
  • Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. #​28913 (Also in 11, 13)
  • No longer set backgroundColor in default-app when opening custom files / URLs. #​28841 (Also in 10, 11, 13)

Other Changes

  • Security: backported fix for 1192552. #​28818
  • Security: backported fix for CVE-2021-21222. #​28815
  • Security: backported fix for CVE-2021-21226. #​28806
  • Security: backported fix to CVE-2021-21223. #​28812
  • Security: backported fix to CVE-2021-21225. #​28809
  • Security: backported fix to CVE-2021-21227. #​28861
  • Security: backported fix to CVE-2021-21230. #​28901
  • Security: backported fix to CVE-2021-21231. #​28904
  • Security: backported fix to CVE-2021-21233. #​28872
  • Security: backported fix to chromium:1155297. #​28821

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.5` -> `12.0.6`](https://renovatebot.com/diffs/npm/electron/12.0.5/12.0.6) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v12.0.6`](https://github.com/electron/electron/releases/v12.0.6) [Compare Source](https://github.com/electron/electron/compare/v12.0.5...v12.0.6) ### Release Notes for v12.0.6 #### Fixes - Fixed a crash when calling `shell.trashItem()` from the renderer process. [#&#8203;28787](https://github.com/electron/electron/pull/28787) <span style="font-size:small;">(Also in [13](https://github.com/electron/electron/pull/28788))</span> - Fixed an issue where multiple calls to `window.setFullScreen` could cause problems. [#&#8203;28772](https://github.com/electron/electron/pull/28772) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28773), [13](https://github.com/electron/electron/pull/28763))</span> - Fixed an issue where some dialogs would stop working on macOS if `window.hide()` was called while they were open. [#&#8203;28695](https://github.com/electron/electron/pull/28695) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28696), [13](https://github.com/electron/electron/pull/28694))</span> - Fixed an issue where windows in `simpleFullscreen` mode were not properly resizing when display metrics changed. [#&#8203;28869](https://github.com/electron/electron/pull/28869) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28870), [13](https://github.com/electron/electron/pull/28216))</span> - Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. [#&#8203;28913](https://github.com/electron/electron/pull/28913) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/28912), [13](https://github.com/electron/electron/pull/28914))</span> - No longer set backgroundColor in default-app when opening custom files / URLs. [#&#8203;28841](https://github.com/electron/electron/pull/28841) <span style="font-size:small;">(Also in [10](https://github.com/electron/electron/pull/28840), [11](https://github.com/electron/electron/pull/28843), [13](https://github.com/electron/electron/pull/28842))</span> #### Other Changes - Security: backported fix for [`1192552`](https://github.com/electron/electron/commit/1192552). [#&#8203;28818](https://github.com/electron/electron/pull/28818) - Security: backported fix for CVE-2021-21222. [#&#8203;28815](https://github.com/electron/electron/pull/28815) - Security: backported fix for CVE-2021-21226. [#&#8203;28806](https://github.com/electron/electron/pull/28806) - Security: backported fix to CVE-2021-21223. [#&#8203;28812](https://github.com/electron/electron/pull/28812) - Security: backported fix to CVE-2021-21225. [#&#8203;28809](https://github.com/electron/electron/pull/28809) - Security: backported fix to CVE-2021-21227. [#&#8203;28861](https://github.com/electron/electron/pull/28861) - Security: backported fix to CVE-2021-21230. [#&#8203;28901](https://github.com/electron/electron/pull/28901) - Security: backported fix to CVE-2021-21231. [#&#8203;28904](https://github.com/electron/electron/pull/28904) - Security: backported fix to CVE-2021-21233. [#&#8203;28872](https://github.com/electron/electron/pull/28872) - Security: backported fix to chromium:[`1155297`](https://github.com/electron/electron/commit/1155297). [#&#8203;28821](https://github.com/electron/electron/pull/28821) </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-30 23:03:49 +00:00
konrad merged commit 599ba57977 into main 2021-05-01 12:04:45 +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#30
No description provided.