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.4.0 #2150

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.6 -> 15.4.0 age adoption passing confidence

Release Notes

electron/electron ### [`v15.4.0`](https://togithub.com/electron/electron/releases/v15.4.0) [Compare Source](https://togithub.com/electron/electron/compare/v15.3.7...v15.4.0) ### Release Notes for v15.4.0 #### Features - Added `height` option for Windows Control Overlay. [#​33064](https://togithub.com/electron/electron/pull/33064) (Also in [16](https://togithub.com/electron/electron/pull/33061), [17](https://togithub.com/electron/electron/pull/32939)) #### Fixes - Fixed an issue where `webContents.savePage` failed when passing a relative path instead of an absolute one. [#​33018](https://togithub.com/electron/electron/pull/33018) (Also in [16](https://togithub.com/electron/electron/pull/33017), [17](https://togithub.com/electron/electron/pull/33016), [18](https://togithub.com/electron/electron/pull/33019)) - Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. [#​33077](https://togithub.com/electron/electron/pull/33077) (Also in [16](https://togithub.com/electron/electron/pull/33075), [17](https://togithub.com/electron/electron/pull/33076), [18](https://togithub.com/electron/electron/pull/33074)) - Fixed command string registered via setAsDefaultProtocolClient on windows. [#​33011](https://togithub.com/electron/electron/pull/33011) (Also in [14](https://togithub.com/electron/electron/pull/33009), [16](https://togithub.com/electron/electron/pull/33010), [17](https://togithub.com/electron/electron/pull/33012), [18](https://togithub.com/electron/electron/pull/33013)) - Fixed stale renderer process when application is quit while renderer is busy. [#​32967](https://togithub.com/electron/electron/pull/32967) (Also in [14](https://togithub.com/electron/electron/pull/32968), [16](https://togithub.com/electron/electron/pull/32969), [17](https://togithub.com/electron/electron/pull/32970), [18](https://togithub.com/electron/electron/pull/32971)) #### Other Changes - Backported fix for CVE-2022-0609. [#​32901](https://togithub.com/electron/electron/pull/32901) (Also in [14](https://togithub.com/electron/electron/pull/32959)) - Backported fix for CVE-2022-0610. [#​32919](https://togithub.com/electron/electron/pull/32919) - Security: backported fix for CVE-2022-0607. [#​32917](https://togithub.com/electron/electron/pull/32917) - Security: backported fix for CVE-2022-0608. [#​32914](https://togithub.com/electron/electron/pull/32914) - Security: backported fix for chromium:1242339. [#​32796](https://togithub.com/electron/electron/pull/32796) - Security: backported fix for chromium:1258603. [#​32797](https://togithub.com/electron/electron/pull/32797) - Security: backported fix for chromium:1259557. [#​32799](https://togithub.com/electron/electron/pull/32799) - Security: backported fix for chromium:1262967. [#​32800](https://togithub.com/electron/electron/pull/32800) - Security: backported fix for chromium:1277917. [#​32786](https://togithub.com/electron/electron/pull/32786) - Security: backported fix for chromium:1281979. [#​32785](https://togithub.com/electron/electron/pull/32785) - Security: backported fix for chromium:1282354. [#​32783](https://togithub.com/electron/electron/pull/32783) - Security: backported fix for chromium:1283198. [#​32781](https://togithub.com/electron/electron/pull/32781) - Security: backported fix for chromium:1289384. [#​32912](https://togithub.com/electron/electron/pull/32912) - Security: backported fix for chromium:1289394. [#​32908](https://togithub.com/electron/electron/pull/32908) - Security: backported fixes to chromium:1292537 and CVE-2022-0606. [#​32904](https://togithub.com/electron/electron/pull/32904) ### [`v15.3.7`](https://togithub.com/electron/electron/releases/v15.3.7) [Compare Source](https://togithub.com/electron/electron/compare/v15.3.6...v15.3.7) ### Release Notes for v15.3.7 #### Fixes - Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. [#​32708](https://togithub.com/electron/electron/pull/32708) (Also in [14](https://togithub.com/electron/electron/pull/32709), [16](https://togithub.com/electron/electron/pull/32710), [17](https://togithub.com/electron/electron/pull/32707), [18](https://togithub.com/electron/electron/pull/32714)) - Fixed an issue with transparent windows failing to fire the `maximize` and `unmaximize` events on Windows. [#​32688](https://togithub.com/electron/electron/pull/32688) (Also in [16](https://togithub.com/electron/electron/pull/32689), [17](https://togithub.com/electron/electron/pull/32690)) - Fixed effect when hovering over window controls on Windows in a WCO-enabled window. [#​32717](https://togithub.com/electron/electron/pull/32717) (Also in [14](https://togithub.com/electron/electron/pull/32716), [16](https://togithub.com/electron/electron/pull/32720), [17](https://togithub.com/electron/electron/pull/32719), [18](https://togithub.com/electron/electron/pull/32723)) - Fixed issue where not all serial devices were exposed to the handler specified by `session.setDevicePermissionHandler`. [#​32686](https://togithub.com/electron/electron/pull/32686) (Also in [16](https://togithub.com/electron/electron/pull/32687), [17](https://togithub.com/electron/electron/pull/32685)) - The `<webview>` implementation was made more robust, it no longer breaks when `will-attach-webview` handler modifies the internal `params.instanceId`. [#​32855](https://togithub.com/electron/electron/pull/32855) (Also in [16](https://togithub.com/electron/electron/pull/32429), [17](https://togithub.com/electron/electron/pull/32430)) #### Other Changes - Fixed crash in v8 regexp assembler. [#​32770](https://togithub.com/electron/electron/pull/32770) - Security: backported fix for chromium:1039885. [#​32790](https://togithub.com/electron/electron/pull/32790) - Security: backported fix for chromium:1238209. [#​32798](https://togithub.com/electron/electron/pull/32798) - Security: backported fix for chromium:1248444. [#​32789](https://togithub.com/electron/electron/pull/32789) - Security: backported fix for chromium:1260869. [#​32791](https://togithub.com/electron/electron/pull/32791) - Security: backported fix for chromium:1261689. [#​32792](https://togithub.com/electron/electron/pull/32792) - Security: backported fix for chromium:1267426. [#​32793](https://togithub.com/electron/electron/pull/32793) - Security: backported fix for chromium:1267627. [#​32794](https://togithub.com/electron/electron/pull/32794) - Security: backported fix for chromium:1273661. [#​32795](https://togithub.com/electron/electron/pull/32795) - Security: backported fix for chromium:1274113. [#​32741](https://togithub.com/electron/electron/pull/32741) - Security: backported fix for chromium:1274445,v8:7990. [#​32739](https://togithub.com/electron/electron/pull/32739) - Security: backported fix for chromium:1283371. [#​32779](https://togithub.com/electron/electron/pull/32779) - Security: backported fix for chromium:1283375. [#​32777](https://togithub.com/electron/electron/pull/32777) - Security: backported fix for chromium:1284367. [#​32775](https://togithub.com/electron/electron/pull/32775) #### Documentation - Documentation changes: [#​32646](https://togithub.com/electron/electron/pull/32646)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.