sekwah41 / mobalytics-repackager

Mobalytics tool for linux
11 stars 3 forks source link

chore(deps): update dependency electron to v14.2.2 #13

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 14.2.0 -> 14.2.2 age adoption passing confidence

Release Notes

electron/electron ### [`v14.2.2`](https://togithub.com/electron/electron/releases/v14.2.2) [Compare Source](https://togithub.com/electron/electron/compare/v14.2.1...v14.2.2) ### Release Notes for v14.2.2 #### Fixes - Fixed `BrowserView.setBackgroundColor()` not working correctly. [#​31845](https://togithub.com/electron/electron/pull/31845) (Also in [15](https://togithub.com/electron/electron/pull/31844), [16](https://togithub.com/electron/electron/pull/31772)) - Fixed a potential issue when setting backgroundColor on `BrowserView`s. [#​31945](https://togithub.com/electron/electron/pull/31945) (Also in [15](https://togithub.com/electron/electron/pull/31946), [16](https://togithub.com/electron/electron/pull/31947), [17](https://togithub.com/electron/electron/pull/31948)) - Fixed an issue where BrowserView may sometimes crash on `browserView.webContents.destroy()`. [#​31840](https://togithub.com/electron/electron/pull/31840) (Also in [15](https://togithub.com/electron/electron/pull/31841), [16](https://togithub.com/electron/electron/pull/31842)) - Fixed an issue where `BrowserView`s crashed if `view.webContents.destroy()` is called after loading a URL. [#​31825](https://togithub.com/electron/electron/pull/31825) (Also in [15](https://togithub.com/electron/electron/pull/31826), [16](https://togithub.com/electron/electron/pull/31827)) - Fixed crash in GTK open dialog when trying to preview huge image files. [#​31819](https://togithub.com/electron/electron/pull/31819) (Also in [15](https://togithub.com/electron/electron/pull/31820), [16](https://togithub.com/electron/electron/pull/31821)) - Fixed default label text in GTK dialogs. [#​31822](https://togithub.com/electron/electron/pull/31822) (Also in [15](https://togithub.com/electron/electron/pull/31823), [16](https://togithub.com/electron/electron/pull/31824)) - Fixed respecting aspect ratio when maximum size is set on BrowserWindow. [#​31955](https://togithub.com/electron/electron/pull/31955) (Also in [15](https://togithub.com/electron/electron/pull/31956), [16](https://togithub.com/electron/electron/pull/31957), [17](https://togithub.com/electron/electron/pull/31958)) - Fixed window frame glitch when calling `setContentProtection`. [#​31831](https://togithub.com/electron/electron/pull/31831) (Also in [13](https://togithub.com/electron/electron/pull/31829), [15](https://togithub.com/electron/electron/pull/31830), [16](https://togithub.com/electron/electron/pull/31832)) #### Other Changes - Backported fix for CVE-2021-38005. [#​31920](https://togithub.com/electron/electron/pull/31920) - Backported fix for CVE-2021-38007. [#​31911](https://togithub.com/electron/electron/pull/31911) - Backported fix for CVE-2021-38009. [#​31928](https://togithub.com/electron/electron/pull/31928) - Backported fix for CVE-2021-38010. [#​31903](https://togithub.com/electron/electron/pull/31903) - Backported fix for CVE-2021-38011. [#​31900](https://togithub.com/electron/electron/pull/31900) ### [`v14.2.1`](https://togithub.com/electron/electron/releases/v14.2.1) [Compare Source](https://togithub.com/electron/electron/compare/v14.2.0...v14.2.1) ### Release Notes for v14.2.1 #### Features - Added warning when `ipcRenderer.sendSync()` is called with no listeners for channel on `ipcMain`. [#​31433](https://togithub.com/electron/electron/pull/31433) (Also in [13](https://togithub.com/electron/electron/pull/31432), [15](https://togithub.com/electron/electron/pull/31434), [16](https://togithub.com/electron/electron/pull/31435)) #### Fixes - Fixed `` background transparency regression. [#​31727](https://togithub.com/electron/electron/pull/31727) - Fixed a crash when a `BrowserWindow` is closed subsequent to its `webContents` being destroyed. [#​31645](https://togithub.com/electron/electron/pull/31645) (Also in [15](https://togithub.com/electron/electron/pull/31644), [16](https://togithub.com/electron/electron/pull/31646)) - Fixed a tracing agent-related crash when initializing Node.js in service workers. [#​31475](https://togithub.com/electron/electron/pull/31475) (Also in [15](https://togithub.com/electron/electron/pull/31476), [16](https://togithub.com/electron/electron/pull/31477)) - Fixed an issue where `Content-Disposition` filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. [#​31692](https://togithub.com/electron/electron/pull/31692) (Also in [13](https://togithub.com/electron/electron/pull/31691), [15](https://togithub.com/electron/electron/pull/31693), [16](https://togithub.com/electron/electron/pull/31694)) - Fixed an issue where `MediaMetadata` did not work properly. [#​31533](https://togithub.com/electron/electron/pull/31533) (Also in [13](https://togithub.com/electron/electron/pull/31532), [15](https://togithub.com/electron/electron/pull/31534), [16](https://togithub.com/electron/electron/pull/31535)) - Fixed an issue which caused print settings to not work properly when printing silently. [#​31617](https://togithub.com/electron/electron/pull/31617) (Also in [13](https://togithub.com/electron/electron/pull/31618), [15](https://togithub.com/electron/electron/pull/31616), [16](https://togithub.com/electron/electron/pull/31615)) - Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10. [#​31551](https://togithub.com/electron/electron/pull/31551) (Also in [13](https://togithub.com/electron/electron/pull/31550), [15](https://togithub.com/electron/electron/pull/31385), [16](https://togithub.com/electron/electron/pull/31386)) - Fixed event with invalid timestamp in trace log. [#​31421](https://togithub.com/electron/electron/pull/31421) (Also in [15](https://togithub.com/electron/electron/pull/31422), [16](https://togithub.com/electron/electron/pull/31423)) #### Other Changes - Backported fix for [`1233067`](https://togithub.com/electron/electron/commit/1233067). [#​31524](https://togithub.com/electron/electron/pull/31524) - Backported fix for CVE-2021-37981. [#​31498](https://togithub.com/electron/electron/pull/31498) - Backported fix for CVE-2021-37984. [#​31494](https://togithub.com/electron/electron/pull/31494) - Backported fix for CVE-2021-37985. [#​31517](https://togithub.com/electron/electron/pull/31517) - Backported fix for CVE-2021-37987. [#​31540](https://togithub.com/electron/electron/pull/31540) - Backported fix for CVE-2021-37992. [#​31520](https://togithub.com/electron/electron/pull/31520) - Backported fix for CVE-2021-37996. [#​31544](https://togithub.com/electron/electron/pull/31544) - Backported fix for CVE-2021-37998. [#​31677](https://togithub.com/electron/electron/pull/31677) - Backported fix for CVE-2021-38001. [#​31672](https://togithub.com/electron/electron/pull/31672) - Backported fix for CVE-2021-38002. [#​31670](https://togithub.com/electron/electron/pull/31670) - Backported fix for CVE-2021-38003. [#​31664](https://togithub.com/electron/electron/pull/31664) - Backported fix for chromium:1245870. [#​31502](https://togithub.com/electron/electron/pull/31502) - Backported fix for chromium:1252858. [#​31681](https://togithub.com/electron/electron/pull/31681)

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.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (14.2.2). 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.