amilajack / popcorn-time-desktop

🍿 🕐 🎞 A Modern Popcorn Time Client
MIT License
468 stars 109 forks source link

Update dependency electron to v4.2.12 #583

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
electron devDependencies minor 4.1.4 -> 4.2.12

Release Notes

electron/electron ### [`v4.2.12`](https://togithub.com/electron/electron/releases/v4.2.12) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.11...v4.2.12) ### Release Notes for v4.2.12 #### Fixes - Fixed HTML5 fullscreen APIs not working in ``. [#​20432](https://togithub.com/electron/electron/issues/20432) - Fixed crashes of sandboxed renderers on macOS Catalina (10.15). [#​20497](https://togithub.com/electron/electron/issues/20497) ### [`v4.2.11`](https://togithub.com/electron/electron/releases/v4.2.11) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.10...v4.2.11) ### Release Notes for v4.2.11 #### Fixes - Added more safety checks in the MojoCdmService ([#​20222](https://togithub.com/electron/electron/issues/20222)) _Security_ ### [`v4.2.10`](https://togithub.com/electron/electron/releases/v4.2.10) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.9...v4.2.10) ### Release Notes for v4.2.10 #### Fixes - Fixed command-line scheme arguments from spilling over into each other. [#​19954](https://togithub.com/electron/electron/issues/19954) - Fixed web page displayed with offset when using native tab on macOS. [#​19881](https://togithub.com/electron/electron/issues/19881) ### [`v4.2.9`](https://togithub.com/electron/electron/releases/v4.2.9) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.8...v4.2.9) ### Release Notes for v4.2.9 #### Fixes - Fixed 'swipe' event emission on macoS>. [#​19352](https://togithub.com/electron/electron/issues/19352) - Fixed `tray.displayBalloon()` not working with custom icon on Windows. [#​19529](https://togithub.com/electron/electron/issues/19529) - Fixed an issue where windows symbol files were changed in a way that was incompatible with some symbolication tools. [#​19502](https://togithub.com/electron/electron/issues/19502) - Fixed setting the `backgroundColor` property on `TouchBarButton` to default by assigning `null` after the item is constructed. [#​19472](https://togithub.com/electron/electron/issues/19472) ### [`v4.2.8`](https://togithub.com/electron/electron/releases/v4.2.8) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.7...v4.2.8) ### Release Notes for v4.2.8 #### Fixes - Fixed memory leak when removing HTML5 video elements from the DOM with Javascript. [#​19347](https://togithub.com/electron/electron/issues/19347) ### [`v4.2.7`](https://togithub.com/electron/electron/releases/v4.2.7) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.6...v4.2.7) ### Release Notes for v4.2.7 #### Features - Added `requestingUrl` and `isMainFrame` properties to the permission request and permission check handlers details objects so that apps can check the origin of the requesting frame rather than the root frame. [#​19204](https://togithub.com/electron/electron/issues/19204) #### Fixes - Backported a workaround for a cache corruption issue that could affect users on macOS 10.14. [#​19212](https://togithub.com/electron/electron/issues/19212) - Fixed bug on macOS where the main window could be targeted for a `focus` event when it was disabled behind a modal. [#​19061](https://togithub.com/electron/electron/issues/19061) - Fixed macOS breakpad symbol files to include non-public symbols. [#​19158](https://togithub.com/electron/electron/issues/19158) - Fixed toggling simple fullscreen being very slow. [#​19143](https://togithub.com/electron/electron/issues/19143) - Fixed windows virtual keyboard appearing for all mouse events. [#​19144](https://togithub.com/electron/electron/issues/19144) #### Other Changes - Reverted change to focus behavior that broke Character Viewer support on macOS. [#​19239](https://togithub.com/electron/electron/issues/19239) ### [`v4.2.6`](https://togithub.com/electron/electron/releases/v4.2.6) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.5...v4.2.6) ### Release Notes for v4.2.6 #### Fixes - Fixed issues with popups created from sandboxed ``: - Clicking link with `target="_blank"` not emitting `'new-window'` event. - `window.open()` not returning `null` when `allowpopups` is not set. [#​18797](https://togithub.com/electron/electron/issues/18797) - Fixed `app.getAppPath()` returning default-app path when running `electron app` with no package.json or `electron app/index.js`. Now the directory containing the executed file is returned. [#​18895](https://togithub.com/electron/electron/issues/18895) - Fixed an issue where the Tray icon context menu on macOS blocked the main process while open. [#​19035](https://togithub.com/electron/electron/issues/19035) - Fixed crash when creating certain types of windows in the `display-*` events. [#​19024](https://togithub.com/electron/electron/issues/19024) - Fixed issue where `require('timers').setTimeout` would sometimes never fire in the renderer process. [#​18968](https://togithub.com/electron/electron/issues/18968) - `systemPreferences.isDarkMode()` now correctly detects dark mode on macOS Catalina. [#​18959](https://togithub.com/electron/electron/issues/18959) #### Other Changes - Fixed an issue where `session.getCacheSize` would never call its callback. [#​18921](https://togithub.com/electron/electron/issues/18921) ### [`v4.2.5`](https://togithub.com/electron/electron/releases/v4.2.5) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.4...v4.2.5) ### Release Notes for v4.2.5 #### Fixes - Backported fix for . [#​18565](https://togithub.com/electron/electron/issues/18565) - Backported fix for . [#​18563](https://togithub.com/electron/electron/issues/18563) - Backported fix for . [#​18562](https://togithub.com/electron/electron/issues/18562) - Backported fix for . [#​18530](https://togithub.com/electron/electron/issues/18530) - Backported fix for: , and . [#​18567](https://togithub.com/electron/electron/issues/18567) - Fixed `Uncaught TypeError: Cannot set property 'innerText' of null` in default-app when opening a website. [#​18818](https://togithub.com/electron/electron/issues/18818) - Fixed crash in BrowserWindow destructor after `win.webContents.destroy()`. [#​18795](https://togithub.com/electron/electron/issues/18795) - Fixed issue on macOS Catalina where the tray icon would be highlighted incorrectly and sometimes invisible. [#​18853](https://togithub.com/electron/electron/issues/18853) - Fixed issue where `getEffectiveApperance` and `getAppLevelAppearance` would return `unknown` instead of the correct value sometimes. [#​18691](https://togithub.com/electron/electron/issues/18691) ### [`v4.2.4`](https://togithub.com/electron/electron/compare/v4.2.3...v4.2.4) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.3...v4.2.4) ### [`v4.2.3`](https://togithub.com/electron/electron/compare/v4.2.2...v4.2.3) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.2...v4.2.3) ### [`v4.2.2`](https://togithub.com/electron/electron/compare/v4.2.1...v4.2.2) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.1...v4.2.2) ### [`v4.2.1`](https://togithub.com/electron/electron/compare/v4.2.0...v4.2.1) [Compare Source](https://togithub.com/electron/electron/compare/v4.2.0...v4.2.1) ### [`v4.2.0`](https://togithub.com/electron/electron/compare/v4.1.5...v4.2.0) [Compare Source](https://togithub.com/electron/electron/compare/v4.1.5...v4.2.0) ### [`v4.1.5`](https://togithub.com/electron/electron/compare/v4.1.4...v4.1.5) [Compare Source](https://togithub.com/electron/electron/compare/v4.1.4...v4.1.5)

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (4.2.12). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.