flipper-plugin-reactotron
flipper-plugin-reactotron copied to clipboard
chore(deps): update dependency electron to v10.4.7
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
electron | 10.1.3 -> 10.4.7 |
Release Notes
electron/electron
v10.4.7
Release Notes for v10.4.7
Other Changes
- 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. #29249
End of Support for 10.x.y
Electron 10.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
v10.4.6
Release Notes for v10.4.6
Fixes
- Fixed
<webview>
focus
/blur
events not working withcontextIsolation
enabled. #29026 (Also in 11, 12, 13) - Fixed an issue where events on webview elements were missing properties if contextIsolation was enabled. #29143 (Also in 11)
v10.4.5
Release Notes for v10.4.5
Other Changes
- Security: backported fix for
1161379
,1186641
. #28802 - Security: backported fix for
1192552
. #28820 - Security: backported fix for CVE-2021-21214. #28935
- Security: backported fix for CVE-2021-21215 and CVE-2021-21216. #28949
- Security: backported fix for CVE-2021-21222. #28817
- Security: backported fix to CVE-2021-21207. #28931
- Security: backported fix to CVE-2021-21227. #28863
- Security: backported fix to CVE-2021-21230. #28903
- Security: backported fix to CVE-2021-21231. #28906
- Security: backported fix to CVE-2021-21233. #28874
v10.4.4
Release Notes for v10.4.4
Fixes
- No longer set backgroundColor in default-app when opening custom files / URLs. #28840 (Also in 11, 12, 13)
Other Changes
- Security: Backported fix for chromium:1195333. #28725
- Security: Backported fix to CVE-2021-21199. #28705
- Security: Backported fix to CVE-2021-21201. #28761
- Security: Backported fix to chromium:1190525. #28739
- Security: Backported the fix to CVE-2021-21195. #28698
- Security: backported fix for CVE-2021-21194. #28703
- Security: backported fix for CVE-2021-21202. #28780
- Security: backported fix for CVE-2021-21206. #28690
- Security: backported fix for CVE-2021-21226. #28808
- Security: backported fix to CVE-2021-21198. #28798
- Security: backported fix to CVE-2021-21223. #28814
- Security: backported fix to CVE-2021-21225. #28811
- Security: backported fix to chromium:1155297. #28823
- Security: backported fix to chromium:1161847. #28800
v10.4.3
Release Notes for v10.4.3
Fixes
- Fixed an issue where the thumbar disappeared after
win.hide()
on Windows. #28388 (Also in 11, 12, 13)
Other Changes
- Security: backported fix for chromium:1196683. #28640
- Securty: Backported fix to CVE-2021-21174. #28234
v10.4.2
Release Notes for v10.4.2
Fixes
- Fixed
desktopCapturer.getSources()
promise result sometimes never resolving. #28279 (Also in 11, 12, 13) - Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis. #28295 (Also in 11, 12, 13)
- URLS passed to
shell.openExternal
on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #28339 (Also in 11, 12, 13)
Other Changes
- Security: Backported the fix to CVE-2021-21169. #28237
- Security: backported fix for CVE-2021-21166. #28133
- Security: backported fix for CVE-2021-21172. #28299
- Security: backported fix for CVE-2021-21175. #28248
- Security: backported fix for CVE-2021-21179. #28250
- Security: backported fix for chromium:1167357. #28199
v10.4.1
Release Notes for v10.4.1
Fixes
- Fixed BrowserWindow.documentEdited property on top level window. #28159 (Also in 11, 12)
- Fixed a potential crash when resetting
BrowserView
s. #27946 (Also in 11, 12) - Fixed an issue where
BrowserView
s could have mismatched draggable regions to their bounds. #27986 (Also in 11, 12) - Fixed an issue where libuv might hang with multiple subframes when
nodeIntegrationInSubframes
is enabled. #27881 (Also in 11, 12) - Fixed an out-of-bounds access in
WebContents.sendInputEvent
. #27854 (Also in 11, 12) - Fixed background color not being applied for child windows created by native window.open path. #27945 (Also in 11, 12)
- Fixed issue where window.open() would not return an object with a location.href setter when contextIsolation is enabled and nativeWindowOpen is disabled. #28160 (Also in 12)
- Fixed native window.open() to not use windowName/frameName as title by default. #27868 (Also in 11, 12)
- Fixed warning when
worldSafeExecuteJavaScript
is disabled. #27974 (Also in 11, 12)
Other Changes
- Security: backported fix for
1180871
. #28047 - Security: backported fix for CVE-2021-21160. #28094
- Security: backported fix for CVE-2021-21162. #28092
- Security: backported fix for CVE-2021-21165. #28090
- Security: backported fix for CVE-2021-21181. #28098
- Security: backported fix for CVE-2021-21193. #28166
- Security: backported fix to
1177593
. #28051
v10.4.0
Release Notes for v10.4.0
Features
Fixes
- Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #27812 (Also in 11, 12)
- Fixed an Uncaught TypeError when opening DevTools. #27691 (Also in 11)
- Fixed an erroneous
enableBlinkFeatures
warning shown webviews which enabled no Blink features. #27788 (Also in 11, 12) - Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #27807 (Also in 11, 12)
- Fixed an occasional white flicker present when rendering BrowserViews in close succession. #27660 (Also in 11, 12)
- Fixed crash when destroying WebContents in the
crashed
event. #27758 (Also in 11, 12) - Fixed memory leak when sending non-primitives over the context bridge. #27637 (Also in 11, 12)
Other Changes
- Fixed slow child process spawning on macOS Big Sur. #27655 (Also in 11, 12)
- Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. #27811 (Also in 11, 12)
- Security: backported fix for
1154965
. #27611 - Security: backported fix for
1155974
. #27795 - Security: backported fix for
1166504
. #27794 - Security: backported fix for
1170657
. #27796 - Security: backported fix for
1171954
. #27793 - Security: backported fix for
1172192
. #27791 - Security: backported fix for
1177341
. #27749 - Security: backported fix for chromium:1162942. #27613
- Security: backported fix for https://crbug.com/1161705. #27608
Documentation
- Documentation changes: #27816
v10.3.2
Release Notes for v10.3.2
Fixes
Other Changes
- Backported the fix to UAF in blink::NGContainerFragmentBuilder. #27531
- Backported the fix to chromium:1146861. #27532
- Security backports, CVE-2020-16037, CVE-2020-16041, CVE-2020-16042. #26932
- Security: backported fix for
1149177
. #27533 - Security: backported fix for chromium:1170176, chromium:961059, CVE-2021-21148. #27623
v10.3.1
Release Notes for v10.3.1
Fixes
- Fixed CSP with
unsafe-eval
detection with Trusted Types. #27468 (Also in 9, 11, 12) - Fixed
<webview>
not working with Trusted Types. #27465 (Also in 9, 11, 12) - Fixed
readdir
/readdirSync
(w/withFileTypes
) failing on a deep directory within archive. #27507 (Also in 11, 12) - Fixed crash when a keyboard event immediately precedes calling
browserWindow.close()
on Windows. #27358 (Also in 11, 12) - Fixed shutdown crash when quitting with in-progress downloads. #27417 (Also in 11, 12)
- Increase stack size on windows x64 to 8MB. #27386 (Also in 11, 12)
- Updated the ICU time zone database to the latest 2020f version. #27368
Other Changes
- Backported the fix to CVE-2020-16044. #27492
- Backported the fix to CVE-2021-21118 from V8. #27420
- Backported the fix to a UAF in Mojo (
1162198
). #27402 - Backported the fix to chromium:1153329. #27495
- Backported the fix to chromium:1160534. #27452
- Security: backported fix for
1148309
. #27361 - Security: backported fix for
1150065
,1153658
. #27393 - Security: backported fix for
1151069
. #27360 - Security: backported fix for
1151298
. #27394 - Security: backported fix for
1152645
. #27399 - Security: backported fix for
1155426
. #27395 - Security: backported fix for
1157562
. #27396 - Security: backported fix for CVE-2021-21122. #27407
- Security: backported fix for chromium:1153442. #27397
- Security: backported fix for chromium:1161654. #27412
v10.3.0
Release Notes for v10.3.0
Fixes
- Fixed a memory leak in desktopCapturer.getSources. #27057 (Also in 11, 12)
- Fixed an issue where BrowserViews couldn't be effectively reparented. #27220 (Also in 11, 12)
- Fixed an issue where SIGINT was improperly handled in Node.js processes. #26970 (Also in 11, 12)
- Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #27222 (Also in 11, 12)
- Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27185 (Also in 11, 12)
- Fixed an issue with audio not playing in HTML video elements. #26963
Other Changes
- Security: backported fix for
1147431
,1144462
. #26953 - Security: backported fix for chromium:1123035. #26956
Unknown
v10.2.0
Release Notes for v10.2.0
Fixes
- Added Electron DLLs like libGLESv2.dll to symbol server. #26964 (Also in 9, 11, 12)
- Fixed
systemPreferences.effectiveAppearance
returningsystemPreferences.getAppLevelAppearance()
. #26882 (Also in 9, 11, 12) - Fixed an issue that a message box in GTK contains no buttons. #26915 (Also in 11, 12)
- Fixed an issue where
event.reply
could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26927 (Also in 9, 11, 12) - Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26949 (Also in 9, 11, 12)
Other Changes
- Security: backport fix for
1150649
. #26896 - Security: backported fix for
1137603
. #26892 - Security: backported fix for
1141350
. #26894 - Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. #26855
- Security: backported the fix to CVE-2020-16023: Use after free in WebCodecs. #26832
- Security: backported the fix to CVE-2020-16024: Heap buffer overflow in UI. #26830
- Security: backported the fix to heap-buffer-overflow in gfx::internal::StyleIterator::GetTextBreakingRange. #26866
v10.1.7
Release Notes for v10.1.7
Fixes
- Fixed
<webview>
render-process-gone
event dispatch. #26577 - Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26779 (Also in 12)
- Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26753 (Also in 11, 12)
- Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26744 (Also in 9, 11)
- Fixed an issue whereby a corrupted
async_hooks
stack would crash the renderer when throwing some errors in the renderer process. #26747 (Also in 9, 11) - Fixed uncaught promise rejection when creating
webContents
with javascript disabled. #26871 (Also in 11, 12)
Other Changes
- Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. #26858
- Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. #26860
Unknown
v10.1.6
Release Notes for v10.1.6
Fixes
- Fixed
LC_ALL
environment variable getting changed in Electron. #26550 (Also in 9) - Fixed
window.open
not accepting size values with "px" at the end. #26333 (Also in 11) - Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. #26180 (Also in 11)
- Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26245 (Also in 9, 11)
- Fixed an issue where draggable regions did not work exclusively on
BrowserViews
. #26260 (Also in 9, 11) - Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing
BrowserWindow
was resized. #26321 (Also in 9, 11) - Fixed an issue where packages could not be selected with <input file="type"> on macOS. #26555 (Also in 11)
- Fixed calling
app.commandLine.appendSwitch('lang')
not changing app's locale. #26241 (Also in 9, 11) - Fixed debug.log files being created under working directory on windows. #26266 (Also in 9)
- Fixed draggable regions stops working when devtools is opened on macOS. #26394 (Also in 9, 11)
Other Changes
- Backported the fix to CVE-2020-16013: Inappropriate implementation in V8. #26455
- Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. #26473
- Improved performance of
takeHeapSnapshot()
. #26229 - Security: backported fix for
1100470
,1125337
. #26209 - Security: backported fix for
1128657
. #26196 - Security: backported fix for
1133983
. #26203 - Security: backported fix for
1135018
. #26193 - Security: backported fix for
1135857
. #26190 - Security: backported fix for
1143772
. #26399 - Security: backported fix for
1144489
. #26396 - Security: backported fix for 817982. #26438
- Security: backported fix for chromium:1117258. #26199
- Security: backported fix for chromium:1132111. #26206
- Security: backported fix for chromium:1133527. #26411
- Security: backported fix for chromium:1137608. #26408
- Security: backported fix for chromium:1137630. #26212
- Security: backported fix for chromium:1139398. #26405
v10.1.5
Release Notes for v10.1.5
Fixes
- Fixed a crash in printing on Windows. #26064 (Also in 9, 10)
- Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when
contextIsolation
was enabled. #26063 (Also in 10) - Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26126 (Also in 9, 10)
- Fixed memory leak on macOS when using
dialog.showMessageBox
API. #26097 (Also in 8, 9, 10, 11)
Other Changes
- Backported fix for CVE-2020-15999. #26070
v10.1.4
Release Notes for v10.1.4
Fixes
- Browser views will properly resize within windows. #26033 (Also in 9, 10, 11)
- Excess menu item separators are now only removed after item re-ordering is done to avoid accidental removal of needed separators. #25931 (Also in 10, 11)
- Fix: gdi printing in silent printing mode. #25740 (Also in 9, 10, 11)
- Fixed NativeImage.crop().toBitmap() returning incorrect data. #25773 (Also in 10, 11)
- Fixed NativeImage.getScaleFactors() always returning the same value. #25905 (Also in 9, 10, 11)
- Fixed
session
argument ofapp
'session-created'
event. #25798 - Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25926 (Also in 9, 10, 11)
- Fixed an issue where
Save as PDF
from PDF Viewer Print dialog failed and sometimes crashed. #26013 (Also in 10) - Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25923 (Also in 9, 10, 11)
- Fixed bug that meant require.resolve paths option was ignored. #25944 (Also in 9, 10, 11)
- Fixed crash when application launched from
UNUserNotificationCenter
notification (via a native node module). #25737 (Also in 9, 10, 11) - Fixed maximized frameless window bleeding to other monitors. #25977 (Also in 8, 9, 10, 11)
- Fixed memory leak when creating "Services" menu. #25687 (Also in 9, 10, 11)
- Fixed ready-to-show event not emitted on some machines. #25932 (Also in 10, 11)
- Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. #25827 (Also in 10, 11)
Other Changes
- Backported the fix to CVE-2020-15968: Use after free in Blink. #25852
- Backported the fix to CVE-2020-15969: Use after free in WebRTC. #25853
- Backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #25893
- Fixed an issue where
netLog.startLogging
andnetLog.stopLogging
were undefined. #25670 (Also in 10) - Security: backported fix for
1125635
,1115901
. #25856
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.
- [ ] If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.