Update dependency electron to v13.1.3 #46

Merged
konrad merged 1 commits from renovate/electron-13.x into main 2021-06-21 22:36:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 13.1.2 -> 13.1.3

Release Notes

electron/electron

v13.1.3

Compare Source

Release Notes for v13.1.3

Fixes

  • Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners. #​29811 (Also in 12, 14)
  • Fixed select-bluetooth-device firing on Windows. #​29611 (Also in 12, 14)
  • Fixed warnAboutRemoteModuleWithRemoteContent for the new default value of enableRemoteModule. #​29691
  • Fixed a potential crash when setting vibrancy on macOS. #​29722 (Also in 14)
  • Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS. #​29663 (Also in 14)
  • Fixed an issue where draggable regions sometimes did not work properly when DevTools is open. #​29734 (Also in 12, 14)
  • Fixed crashes in debug builds caused by microtasks policy mismatch. #​29808 (Also in 12, 14)
  • Fixed hover state not clear bug when BrowserWindow is not resizable. #​29800 (Also in 12, 14)
  • Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open. #​29805 (Also in 14)
  • Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol. #​29669 (Also in 11, 12, 14)
  • Fixed the color select eyedropper not working within DevTools. #​29760 (Also in 14)
  • Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module. #​29672 (Also in 12, 14)

Other Changes

  • Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows. #​29706 (Also in 14)
  • Updated Chromium to 91.0.4472.106. #​29700

Documentation


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 | [`13.1.2` -> `13.1.3`](https://renovatebot.com/diffs/npm/electron/13.1.2/13.1.3) | --- ### Release Notes <details> <summary>electron/electron</summary> ### [`v13.1.3`](https://github.com/electron/electron/releases/v13.1.3) [Compare Source](https://github.com/electron/electron/compare/v13.1.2...v13.1.3) ### Release Notes for v13.1.3 #### Fixes - Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners. [#&#8203;29811](https://github.com/electron/electron/pull/29811) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29810), [14](https://github.com/electron/electron/pull/29812))</span> - Fixed `select-bluetooth-device` firing on Windows. [#&#8203;29611](https://github.com/electron/electron/pull/29611) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29612), [14](https://github.com/electron/electron/pull/29613))</span> - Fixed `warnAboutRemoteModuleWithRemoteContent` for the new default value of `enableRemoteModule`. [#&#8203;29691](https://github.com/electron/electron/pull/29691) - Fixed a potential crash when setting vibrancy on macOS. [#&#8203;29722](https://github.com/electron/electron/pull/29722) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/29723))</span> - Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS. [#&#8203;29663](https://github.com/electron/electron/pull/29663) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/29628))</span> - Fixed an issue where draggable regions sometimes did not work properly when DevTools is open. [#&#8203;29734](https://github.com/electron/electron/pull/29734) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29733), [14](https://github.com/electron/electron/pull/29735))</span> - Fixed crashes in debug builds caused by microtasks policy mismatch. [#&#8203;29808](https://github.com/electron/electron/pull/29808) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29807), [14](https://github.com/electron/electron/pull/29809))</span> - Fixed hover state not clear bug when BrowserWindow is not resizable. [#&#8203;29800](https://github.com/electron/electron/pull/29800) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29799), [14](https://github.com/electron/electron/pull/29801))</span> - Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open. [#&#8203;29805](https://github.com/electron/electron/pull/29805) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/29806))</span> - Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol. [#&#8203;29669](https://github.com/electron/electron/pull/29669) <span style="font-size:small;">(Also in [11](https://github.com/electron/electron/pull/29667), [12](https://github.com/electron/electron/pull/29668), [14](https://github.com/electron/electron/pull/29670))</span> - Fixed the color select eyedropper not working within DevTools. [#&#8203;29760](https://github.com/electron/electron/pull/29760) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/29752))</span> - Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module. [#&#8203;29672](https://github.com/electron/electron/pull/29672) <span style="font-size:small;">(Also in [12](https://github.com/electron/electron/pull/29671), [14](https://github.com/electron/electron/pull/29673))</span> #### Other Changes - Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows. [#&#8203;29706](https://github.com/electron/electron/pull/29706) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/29705))</span> - Updated Chromium to 91.0.4472.106. [#&#8203;29700](https://github.com/electron/electron/pull/29700) #### Documentation - Documentation changes: [#&#8203;29726](https://github.com/electron/electron/pull/29726), [#&#8203;29762](https://github.com/electron/electron/pull/29762) </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-06-21 21:01:04 +00:00
konrad merged commit 81bf176f4d into main 2021-06-21 22:36:43 +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#46
No description provided.