Closed renovate[bot] closed 3 years ago
I noticed the webtorrent-desktop is incompatible with electron v15
The remote module was deprecated in Electron 12, and will be removed in Electron 14. It is replaced by the @electron/remote module. https://stackoverflow.com/a/69453092/671376
This PR contains the following updates:
13.4.0
->15.0.0
Release Notes
electron/electron
### [`v15.0.0`](https://togithub.com/electron/electron/releases/v15.0.0) [Compare Source](https://togithub.com/electron/electron/compare/v14.0.1...v15.0.0) ### Release Notes for v15.0.0 #### Stack Upgrades - Chromium 94.0.4606.51. - [New in 94](https://developer.chrome.com/blog/deps-rems-94/) - Node v16.5.0. - [16.5.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.5.0) - [16.4.2](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.2) - [16.4.1](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.1) - [16.4.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.0) - [16.3.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.3.0) - [16.2.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.2.0) - [16.1.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.1.0) - [16.0.0](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.0.0) - [15 ChangeLog](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V15.md) - [14 ChangeLog](https://togithub.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md) - V8 - [v9.4 blog post](https://v8.dev/blog/v8-release-94) #### Breaking Changes - `nativeWindowOpen: true` is now the default. [#28552](https://togithub.com/electron/electron/pull/28552) #### Features ##### Additions - Added 'dom-ready' event to `WebFrameMain` which emits when the frame's document is ready. - Added 'frame-created' event to `WebContents` which emits when a frame is created in the page. [#30801](https://togithub.com/electron/electron/pull/30801) - Added `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.
This PR has been generated by WhiteSource Renovate. View repository job log here.