webtorrent / webtorrent-desktop

❤️ Streaming torrent app for Mac, Windows, and Linux
https://webtorrent.io/desktop
MIT License
9.67k stars 1k forks source link

chore(deps): update dependency electron to v15.3.1 #2085

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 15.3.0 -> 15.3.1 age adoption passing confidence

Release Notes

electron/electron ### [`v15.3.1`](https://togithub.com/electron/electron/releases/v15.3.1) [Compare Source](https://togithub.com/electron/electron/compare/v15.3.0...v15.3.1) ### Release Notes for v15.3.1 #### Features - Added warning when `ipcRenderer.sendSync()` is called with no listeners for channel on `ipcMain`. [#​31434](https://togithub.com/electron/electron/pull/31434) (Also in [13](https://togithub.com/electron/electron/pull/31432), [14](https://togithub.com/electron/electron/pull/31433), [16](https://togithub.com/electron/electron/pull/31435)) #### Fixes - Changed WebHID to use `disable-hid-blocklist` flag to enable FIDO devices. [#​31649](https://togithub.com/electron/electron/pull/31649) (Also in [16](https://togithub.com/electron/electron/pull/31650)) - Fixed `` background transparency regression. [#​31701](https://togithub.com/electron/electron/pull/31701) (Also in [14](https://togithub.com/electron/electron/pull/31727)) - Fixed `clipboard.writeBuffer()`, `clipboard.readBuffer()` and `clipboard.read()`'s ability to manipulate platform-specific clipboard formats. [#​31720](https://togithub.com/electron/electron/pull/31720) (Also in [16](https://togithub.com/electron/electron/pull/31719)) - Fixed a crash when a `BrowserWindow` is closed subsequent to its `webContents` being destroyed. [#​31644](https://togithub.com/electron/electron/pull/31644) (Also in [14](https://togithub.com/electron/electron/pull/31645), [16](https://togithub.com/electron/electron/pull/31646)) - Fixed a tracing agent-related crash when initializing Node.js in service workers. [#​31476](https://togithub.com/electron/electron/pull/31476) (Also in [14](https://togithub.com/electron/electron/pull/31475), [16](https://togithub.com/electron/electron/pull/31477)) - Fixed an issue where `Content-Disposition` filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. [#​31693](https://togithub.com/electron/electron/pull/31693) (Also in [13](https://togithub.com/electron/electron/pull/31691), [14](https://togithub.com/electron/electron/pull/31692), [16](https://togithub.com/electron/electron/pull/31694)) - Fixed an issue where `MediaMetadata` did not work properly. [#​31534](https://togithub.com/electron/electron/pull/31534) (Also in [13](https://togithub.com/electron/electron/pull/31532), [14](https://togithub.com/electron/electron/pull/31533), [16](https://togithub.com/electron/electron/pull/31535)) - Fixed an issue where `app.getPath('crashDumps')` returned an incorrect path for Linux. [#​31712](https://togithub.com/electron/electron/pull/31712) (Also in [16](https://togithub.com/electron/electron/pull/31711)) - Fixed an issue where `clipboard.read()` could cause crashes with custom clipboard formats. [#​31591](https://togithub.com/electron/electron/pull/31591) (Also in [16](https://togithub.com/electron/electron/pull/31592)) - Fixed an issue which caused print settings to not work properly when printing silently. [#​31616](https://togithub.com/electron/electron/pull/31616) (Also in [13](https://togithub.com/electron/electron/pull/31618), [14](https://togithub.com/electron/electron/pull/31617), [16](https://togithub.com/electron/electron/pull/31615)) - Fixed clipboard.read to once again work like clipboard.readBuffer. [#​31651](https://togithub.com/electron/electron/pull/31651) (Also in [16](https://togithub.com/electron/electron/pull/31652)) - Fixed crash when using sync dialog APIs immediately after async dialog APIs. [#​31658](https://togithub.com/electron/electron/pull/31658) (Also in [16](https://togithub.com/electron/electron/pull/31657)) - Fixed event with invalid timestamp in trace log. [#​31422](https://togithub.com/electron/electron/pull/31422) (Also in [14](https://togithub.com/electron/electron/pull/31421), [16](https://togithub.com/electron/electron/pull/31423)) - None. [#​31480](https://togithub.com/electron/electron/pull/31480) (Also in [16](https://togithub.com/electron/electron/pull/31479)) #### Other Changes - Backported fix for CVE-2021-37981. [#​31497](https://togithub.com/electron/electron/pull/31497) - Backported fix for CVE-2021-37985. [#​31516](https://togithub.com/electron/electron/pull/31516) - Backported fix for CVE-2021-37987. [#​31539](https://togithub.com/electron/electron/pull/31539) - Backported fix for CVE-2021-37989. [#​31523](https://togithub.com/electron/electron/pull/31523) - Backported fix for CVE-2021-37992. [#​31519](https://togithub.com/electron/electron/pull/31519) - Backported fix for CVE-2021-37996. [#​31543](https://togithub.com/electron/electron/pull/31543) - Backported fix for chromium:1245870. [#​31501](https://togithub.com/electron/electron/pull/31501) - Backported fix for chromium:1252858. [#​31680](https://togithub.com/electron/electron/pull/31680)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.