sdc224 / electron-react-ts

Electron React TS
MIT License
2 stars 0 forks source link

Update dependency electron to v9.0.5 #80

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
electron devDependencies patch 9.0.4 -> 9.0.5

Release Notes

electron/electron ### [`v9.0.5`](https://togithub.com/electron/electron/releases/v9.0.5) [Compare Source](https://togithub.com/electron/electron/compare/v9.0.4...v9.0.5) ### Release Notes for v9.0.5 #### Fixes - Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". [#​24185](https://togithub.com/electron/electron/issues/24185) - Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. [#​24232](https://togithub.com/electron/electron/issues/24232) - Fixed an error when calling `dialog.showCertificateTrustDialog` with no `BrowserWindow`. [#​24121](https://togithub.com/electron/electron/issues/24121) - Fixed an issue where `shutdown` would be emitted both on app _and_ system shutdown on macOS. [#​24141](https://togithub.com/electron/electron/issues/24141) - Fixed an issue where `withFileTypes` was not supported as an option to `fs.readdir` or `fs.readdirSync` under asar. [#​24108](https://togithub.com/electron/electron/issues/24108) - Fixed an issue which would cause streaming protocol responses to stall in some cases. [#​24082](https://togithub.com/electron/electron/issues/24082) - Fixed an issue with click events not being emitted on macOS for Trays with context menus set. [#​24236](https://togithub.com/electron/electron/issues/24236) - Fixed delayed execution of some Node.js callbacks in the main process. [#​24178](https://togithub.com/electron/electron/issues/24178) - Fixed tray menu showing in taskbar on Windows. [#​24193](https://togithub.com/electron/electron/issues/24193) - Fixed window titlebar not responding to pen on Windows 10. [#​24103](https://togithub.com/electron/electron/issues/24103) #### Other Changes - Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. [#​24059](https://togithub.com/electron/electron/issues/24059) - Fixed mac app store rejection notice for invalid symbolic link in bundle. [#​24238](https://togithub.com/electron/electron/issues/24238) - Updated Chromium to 83.0.4103.119. [#​24234](https://togithub.com/electron/electron/issues/24234) #### Documentation - Documentation changes: [#​24177](https://togithub.com/electron/electron/issues/24177)

Renovate configuration

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

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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