mountainash / Mixcloud-Play

Mixcloud macOS desktop app with media controls, track title in menu bar & notifications
https://github.com/mountainash/Mixcloud-Play/releases/latest
20 stars 3 forks source link

Update dependency electron to v12.0.10 - autoclosed #63

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 12.0.2 -> 12.0.10 age adoption passing confidence

Release Notes

electron/electron ### [`v12.0.10`](https://togithub.com/electron/electron/releases/v12.0.10) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.9...v12.0.10) ##### Release Notes for v12.0.10 ##### Fixes - Fixed drag and drop not working correctly for some x11 window managers. [#​29272](https://togithub.com/electron/electron/pull/29272) (Also in [11](https://togithub.com/electron/electron/pull/29271)) - Fixed missing 'fetch' event in service workers for requests using a registered protocol. [#​29447](https://togithub.com/electron/electron/pull/29447) (Also in [13](https://togithub.com/electron/electron/pull/29446), [14](https://togithub.com/electron/electron/pull/29440)) - Fixed pressing Alt with mouse click results in toggling menu bar. [#​29451](https://togithub.com/electron/electron/pull/29451) (Also in [13](https://togithub.com/electron/electron/pull/29450), [14](https://togithub.com/electron/electron/pull/29452)) - Fixed pressing `Alt+Shift` and `Alt+Ctrl` toggling menu bar on KDE. [#​29445](https://togithub.com/electron/electron/pull/29445) (Also in [13](https://togithub.com/electron/electron/pull/29443), [14](https://togithub.com/electron/electron/pull/29444)) ##### Other Changes - Fixed using custom v8 snapshots on Apple Silicon. [#​29341](https://togithub.com/electron/electron/pull/29341) (Also in [13](https://togithub.com/electron/electron/pull/29339)) - Security: backported fixes for CVE-2021-30518, CVE-2021-30516, CVE-2021-30515, CVE-2021-30513, CVE-2021-30512, CVE-2021-30510, CVE-2021-30508. [#​29251](https://togithub.com/electron/electron/pull/29251) ##### Documentation - Documentation changes: [#​29431](https://togithub.com/electron/electron/pull/29431) ### [`v12.0.9`](https://togithub.com/electron/electron/releases/v12.0.9) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.8...v12.0.9) ### Release Notes for v12.0.9 #### Fixes - Fixed `will-resize` and `will-move` events not scaling the emitted `newBounds` rectangle to the appropriate Windows display scale factor. [#​29226](https://togithub.com/electron/electron/pull/29226) (Also in [11](https://togithub.com/electron/electron/pull/29225), [13](https://togithub.com/electron/electron/pull/29227)) - Fixed incorrect value of document.focus when opening multiple windows on macOS. [#​29235](https://togithub.com/electron/electron/pull/29235) ### [`v12.0.8`](https://togithub.com/electron/electron/releases/v12.0.8) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.7...v12.0.8) ##### Release Notes for v12.0.8 ##### Fixes - Fixed `webFrame` spell checker APIs crashing when called in sandboxed renderer. [#​29086](https://togithub.com/electron/electron/pull/29086) (Also in [13](https://togithub.com/electron/electron/pull/29087)) - Fixed an issue where `illegal access error` could be thrown when `nodeIntegrationInSubFrames` is enabled. [#​29169](https://togithub.com/electron/electron/pull/29169) (Also in [13](https://togithub.com/electron/electron/pull/29170)) - Fixed an issue where extensions without a background page might not have file access. [#​29172](https://togithub.com/electron/electron/pull/29172) (Also in [13](https://togithub.com/electron/electron/pull/29171)) - Fixed an issue where the void function `Menu.setApplicationMenu` would return a value on some platforms. [#​29128](https://togithub.com/electron/electron/pull/29128) (Also in [13](https://togithub.com/electron/electron/pull/29129)) - Fixed corner radius for vibrancy view in macOS 11. [#​29071](https://togithub.com/electron/electron/pull/29071) (Also in [11](https://togithub.com/electron/electron/pull/29072), [13](https://togithub.com/electron/electron/pull/28679)) ##### Documentation - Documentation changes: [#​29148](https://togithub.com/electron/electron/pull/29148) ### [`v12.0.7`](https://togithub.com/electron/electron/releases/v12.0.7) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.6...v12.0.7) ### Release Notes for v12.0.7 #### Fixes - Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling `uv_run()`. [#​28972](https://togithub.com/electron/electron/pull/28972) (Also in [11](https://togithub.com/electron/electron/pull/28974), [13](https://togithub.com/electron/electron/pull/28973)) - Fixed `<webview>` `focus` / `blur` events not working with `contextIsolation` enabled. [#​29024](https://togithub.com/electron/electron/pull/29024) (Also in [10](https://togithub.com/electron/electron/pull/29026), [11](https://togithub.com/electron/electron/pull/29027), [13](https://togithub.com/electron/electron/pull/29025)) - Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. [#​29019](https://togithub.com/electron/electron/pull/29019) (Also in [11](https://togithub.com/electron/electron/pull/29018), [13](https://togithub.com/electron/electron/pull/29017)) - Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. [#​28989](https://togithub.com/electron/electron/pull/28989) (Also in [13](https://togithub.com/electron/electron/pull/28988)) #### Other Changes - Improved performance of `napi_threadsafe_function`. [#​29047](https://togithub.com/electron/electron/pull/29047) (Also in [13](https://togithub.com/electron/electron/pull/29048)) ### [`v12.0.6`](https://togithub.com/electron/electron/releases/v12.0.6) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.5...v12.0.6) ##### Release Notes for v12.0.6 ##### Fixes - Fixed a crash when calling `shell.trashItem()` from the renderer process. [#​28787](https://togithub.com/electron/electron/pull/28787) (Also in [13](https://togithub.com/electron/electron/pull/28788)) - Fixed an issue where multiple calls to `window.setFullScreen` could cause problems. [#​28772](https://togithub.com/electron/electron/pull/28772) (Also in [11](https://togithub.com/electron/electron/pull/28773), [13](https://togithub.com/electron/electron/pull/28763)) - Fixed an issue where some dialogs would stop working on macOS if `window.hide()` was called while they were open. [#​28695](https://togithub.com/electron/electron/pull/28695) (Also in [11](https://togithub.com/electron/electron/pull/28696), [13](https://togithub.com/electron/electron/pull/28694)) - Fixed an issue where windows in `simpleFullscreen` mode were not properly resizing when display metrics changed. [#​28869](https://togithub.com/electron/electron/pull/28869) (Also in [11](https://togithub.com/electron/electron/pull/28870), [13](https://togithub.com/electron/electron/pull/28216)) - Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. [#​28913](https://togithub.com/electron/electron/pull/28913) (Also in [11](https://togithub.com/electron/electron/pull/28912), [13](https://togithub.com/electron/electron/pull/28914)) - No longer set backgroundColor in default-app when opening custom files / URLs. [#​28841](https://togithub.com/electron/electron/pull/28841) (Also in [10](https://togithub.com/electron/electron/pull/28840), [11](https://togithub.com/electron/electron/pull/28843), [13](https://togithub.com/electron/electron/pull/28842)) ##### Other Changes - Security: backported fix for [`1192552`](https://togithub.com/electron/electron/commit/1192552). [#​28818](https://togithub.com/electron/electron/pull/28818) - Security: backported fix for CVE-2021-21222. [#​28815](https://togithub.com/electron/electron/pull/28815) - Security: backported fix for CVE-2021-21226. [#​28806](https://togithub.com/electron/electron/pull/28806) - Security: backported fix to CVE-2021-21223. [#​28812](https://togithub.com/electron/electron/pull/28812) - Security: backported fix to CVE-2021-21225. [#​28809](https://togithub.com/electron/electron/pull/28809) - Security: backported fix to CVE-2021-21227. [#​28861](https://togithub.com/electron/electron/pull/28861) - Security: backported fix to CVE-2021-21230. [#​28901](https://togithub.com/electron/electron/pull/28901) - Security: backported fix to CVE-2021-21231. [#​28904](https://togithub.com/electron/electron/pull/28904) - Security: backported fix to CVE-2021-21233. [#​28872](https://togithub.com/electron/electron/pull/28872) - Security: backported fix to chromium:1155297. [#​28821](https://togithub.com/electron/electron/pull/28821) ### [`v12.0.5`](https://togithub.com/electron/electron/releases/v12.0.5) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.4...v12.0.5) ### Release Notes for v12.0.5 #### Fixes - Fixed the handler set with setWindowOpenHandler not being invoked when a link was middle-clicked or shift-clicked. [#​28664](https://togithub.com/electron/electron/pull/28664) (Also in [13](https://togithub.com/electron/electron/pull/28536)) #### Other Changes - Updated Chromium to 89.0.4389.128. [#​28659](https://togithub.com/electron/electron/pull/28659) ### [`v12.0.4`](https://togithub.com/electron/electron/releases/v12.0.4) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.3...v12.0.4) ##### Release Notes for v12.0.4 ##### Other Changes - Security: backported fix for chromium:1196683. [#​28638](https://togithub.com/electron/electron/pull/28638) ### [`v12.0.3`](https://togithub.com/electron/electron/releases/v12.0.3) [Compare Source](https://togithub.com/electron/electron/compare/v12.0.2...v12.0.3) ##### Release Notes for v12.0.3 ##### Fixes - Allow loading source maps from custom protocols and asar bundles. [#​28616](https://togithub.com/electron/electron/pull/28616) (Also in [13](https://togithub.com/electron/electron/pull/28615)) - Fixed `postData` parameter missing from `new-window` event. [#​28543](https://togithub.com/electron/electron/pull/28543) (Also in [13](https://togithub.com/electron/electron/pull/28542)) - Fixed a bug where, when a JumpList task description exceeded 260 characters, the JumpList was empty, despite valid entries. [#​28525](https://togithub.com/electron/electron/pull/28525) (Also in [11](https://togithub.com/electron/electron/pull/28524), [13](https://togithub.com/electron/electron/pull/28526)) - Fixed a crash when loading pepper plugins. [#​28373](https://togithub.com/electron/electron/pull/28373) (Also in [13](https://togithub.com/electron/electron/pull/28372)) - Fixed a network process crash that could happen when using `setCertificateVerifyProc` with many concurrent verification requests. [#​28465](https://togithub.com/electron/electron/pull/28465) (Also in [11](https://togithub.com/electron/electron/pull/28470), [13](https://togithub.com/electron/electron/pull/28433)) - Fixed an issue where `select-serial-port` callback crashes when called with an invalid serial port ID. [#​28618](https://togithub.com/electron/electron/pull/28618) (Also in [13](https://togithub.com/electron/electron/pull/28619)) - Fixed an issue where `window.print()` did not work properly when printing a pdf from the pdf plugin. [#​28352](https://togithub.com/electron/electron/pull/28352) (Also in [13](https://togithub.com/electron/electron/pull/28351)) - Fixed an issue where errors thrown in functions passed over the `contextBridge` could be displayed incorrectly. [#​28447](https://togithub.com/electron/electron/pull/28447) (Also in [13](https://togithub.com/electron/electron/pull/28446)) - Fixed an issue where the thumbar disappeared after `win.hide()` on Windows. [#​28389](https://togithub.com/electron/electron/pull/28389) (Also in [10](https://togithub.com/electron/electron/pull/28388), [11](https://togithub.com/electron/electron/pull/28391), [13](https://togithub.com/electron/electron/pull/28390)) - Fixed bug where TouchBarPopover and TouchBarGroup were no longer rendering. [#​28411](https://togithub.com/electron/electron/pull/28411) (Also in [11](https://togithub.com/electron/electron/pull/28412)) - Fixed crash when using profiler in devtools. [#​28531](https://togithub.com/electron/electron/pull/28531) - Fixed failing to request file:// resources when web security is disabled. [#​28560](https://togithub.com/electron/electron/pull/28560) (Also in [11](https://togithub.com/electron/electron/pull/28589), [13](https://togithub.com/electron/electron/pull/28557)) - Fixed rare crash when initializing the internal PDF extension. [#​28452](https://togithub.com/electron/electron/pull/28452) (Also in [13](https://togithub.com/electron/electron/pull/28453)) - Fixed service worker not working with custom protocol. [#​28355](https://togithub.com/electron/electron/pull/28355) (Also in [11](https://togithub.com/electron/electron/pull/28353), [13](https://togithub.com/electron/electron/pull/28354)) - Support `wasm-eval` csp behind `WebAssemblyCSP` flag. [#​28575](https://togithub.com/electron/electron/pull/28575) (Also in [11](https://togithub.com/electron/electron/pull/28576), [13](https://togithub.com/electron/electron/pull/28569)) - Transparent windows cannot be maximized using the Windows system menu or by double clicking the title bar. [#​28622](https://togithub.com/electron/electron/pull/28622) (Also in [13](https://togithub.com/electron/electron/pull/28527)) ##### Other Changes - Backported fix for https://crbug.com/1181297. [#​28601](https://togithub.com/electron/electron/pull/28601) - Updated Chromium to 89.0.4389.114. [#​28461](https://togithub.com/electron/electron/pull/28461) - Updated community discussions link in default Electron menu. [#​28458](https://togithub.com/electron/electron/pull/28458) (Also in [13](https://togithub.com/electron/electron/pull/28459)) ##### Documentation - Documentation changes: [#​28363](https://togithub.com/electron/electron/pull/28363)

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.