Update dependency electron to v20.3.12
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
electron | devDependencies | minor | 20.0.2 -> 20.3.12 |
Release Notes
electron/electron (electron)
v20.3.12
: electron v20.3.12
Release Notes for v20.3.12
End of Support for 20.x.y
Electron 20.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.
Other Changes
- Security: backported fix for
1376354
. #37172 - Security: backported fix for
1406115
. #37171 - Security: backported fix for CVE-2023-0472. #37058
v20.3.11
: electron v20.3.11
Release Notes for v20.3.11
Other Changes
- Security: backported fix for
1395604
. #36883 - Security: backported fix for
1399424
. #36880 - Security: backported fix for CVE-2022-4174. #36581
- Security: backported fix for CVE-2023-0129. #36886
v20.3.10
: electron v20.3.10
Release Notes for v20.3.10
Other Changes
- Security: backported fix for
1395604
. #36883 - Security: backported fix for
1399424
. #36880 - Security: backported fix for CVE-2022-4174. #36581
- Security: backported fix for CVE-2023-0129. #36886
v20.3.9
: electron v20.3.9
Release Notes for v20.3.9
Other Changes
- Added node-api: handle no support for external buffers. #36626
- Security: backported fix for
1365082
. #36592 - Security: backported fix for
1367993
. #36676 - Security: backported fix for
1393177
. #36686 - Security: backported fix for CVE-2022-4175. #36579
- Security: backported fix for CVE-2022-4178. #36587
- Security: backported fix for CVE-2022-4179. #36585
- Security: backported fix for CVE-2022-4180. #36583
- Security: backported fix for CVE-2022-4181. #36577
- Security: backported fix for CVE-2022-4190. #36590
- Security: backported fix for CVE-2022-4193. #36594
- Security: backported fix for CVE-2022-4436. #36688
- Security: backported fix for CVE-2022-4437. #36678
- Security: backported fix for CVE-2022-4438. #36682
- Security: backported fix for CVE-2022-4439. #36680
- Security: backported fix for [CVE-2022-4262]. #36552
- Security: backported fix for chromium:1393384. #36684
v20.3.8
: electron v20.3.8
Release Notes for v20.3.8
Other Changes
- Security: backported fix for CVE-2022-4135. #36444
v20.3.7
: electron v20.3.7
Release Notes for v20.3.7
Fixes
- Fixed an issue where calling
app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36292 (Also in 21, 22)
Other Changes
- Security: backported fix for
1376637
. #36311 - Security: backported fix for
1377775
. #36303 - Security: backported fix for CVE-2022-3885. #36296
- Security: backported fix for CVE-2022-3887. #36304
- Security: backported fix for CVE-2022-3888. #36298
- Security: backported fix for CVE-2022-3889. #36300
- Security: backported fix for CVE-2022-3890. #36302
- Updated
common.gypi
for native modules to support C++17 features in V8. #36382 (Also in 21)
Unknown
- Reverted fix for chromium:1361612 due to stability issues. #36263
v20.3.6
: electron v20.3.6
Release Notes for v20.3.6
Fixes
- Fixed an issue where calling
app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36292 (Also in 21, 22)
Other Changes
- Security: backported fix for
1376637
. #36311 - Security: backported fix for
1377775
. #36303 - Security: backported fix for CVE-2022-3885. #36296
- Security: backported fix for CVE-2022-3887. #36304
- Security: backported fix for CVE-2022-3888. #36298
- Security: backported fix for CVE-2022-3889. #36300
- Security: backported fix for CVE-2022-3890. #36302
- Updated
common.gypi
for native modules to support C++17 features in V8. #36382 (Also in 21)
Unknown
- Reverted fix for chromium:1361612 due to stability issues. #36263
v20.3.5
: electron v20.3.5
Release Notes for v20.3.5
Other Changes
- Security: backported fix for
1361612
. #36217 - Security: backported fix for
1373314
. #36214 - Security: backported fix for CVE-2022-3654. #36208
- Security: backported fix for CVE-2022-3723. #36226
v20.3.4
: electron v20.3.4
Release Notes for v20.3.4
Fixes
- Fixed spurious promise rejection in
webContents.loadURL
when navigating to a hash. #36149 (Also in 21, 22)
Other Changes
- Security: backported fix for
1356234
. #36220 - Security: backported fix for
1364604
. #36080 - Security: backported fix for
1368076
. #36085 - Security: backported fix for CVE-2022-3448. #36079
- Security: backported fix for CVE-2022-3450. #36078
- Security: backported fix for CVE-2022-3652. #36206
- Security: backported fix for CVE-2022-3653. #36210
v20.3.3
: electron v20.3.3
Release Notes for v20.3.3
Fixes
- Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #36048 (Also in 21, 22)
v20.3.2
: electron v20.3.2
Release Notes for v20.3.2
Fixes
- Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35978 (Also in 21, 22)
- Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35981 (Also in 21, 22)
- You can now import the built-in electron module via ESModule loaders, i.e.
import('electron')
andimport 'electron'
now work natively. #35956 (Also in 21, 22)
Other Changes
- Modified the Windows 11 WCO to match the native look more closely. #35968 (Also in 21)
- Security: backported fix for CVE-2022-3307. #35883
- Security: backported fix for CVE-2022-3315. #35929
v20.3.1
: electron v20.3.1
Release Notes for v20.3.1
Fixes
Other Changes
- Security: backported fix for
1356308
. #35892 - Security: backported fix for CVE-2022-3304. #35880
- Security: backported fix for CVE-2022-3373. #35889
v20.3.0
: electron v20.3.0
Release Notes for v20.3.0
Features
- Added
LoadBrowserProcessSpecificV8Snapshot
as a new fuse that will let the main/browser process load its v8 snapshot from a file atbrowser_v8_context_snapshot.bin
. Any other process will use the same path as is used today. #35694 (Also in 21)
Fixes
- Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35764 (Also in 19, 21)
- Fixed: If a custom Electron build contains an electron.d.ts file, it is now being used. #35823 (Also in 21)
- Usage of
safeStorage
now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35796 (Also in 19)
v20.2.0
: electron v20.2.0
Release Notes for v20.2.0
Features
Fixes
- Fixed
uv_os_gethostname
failing on Windows 7. #35705 (Also in 19, 21) - Fixed an edge case in
app.isInApplicationsFolder()
which would return false incorrectly in some cases. #35731 (Also in 19, 21)
Other Changes
- Fixed an issue where a child of a window using WCO would not have the navigator defined. #35530 (Also in 19)
- Updated Chromium to 104.0.5112.124. #35674
Documentation
- Documentation changes: #35666
v20.1.4
: electron v20.1.4
Release Notes for v20.1.4
Fixes
- Added support for Windows drop-down dialog extensions. #35659 (Also in 18, 19)
- Enable WCO maximize button when window enters tablet mode and is not already maximized. #35663 (Also in 21)
- Fixed issue with history.back() in sandboxed iframes affecting parent browsing context. #35622 (Also in 19, 21)
Other Changes
- Security: backported fix for CVE-2022-3039. #35560
Documentation
- Documentation changes: #35649
v20.1.3
: electron v20.1.3
Release Notes for v20.1.3
Fixes
- Added a background to the WCO container to avoid rendering glitches. #35611 (Also in 21)
- Fixed session.getBlobData never resolves with blob sizes > 65536. #35601 (Also in 19, 21)
v20.1.2
: electron v20.1.2
Release Notes for v20.1.2
Other Changes
- Security: backported fix for CVE-2022-3038. #35549
- Security: backported fix for CVE-2022-3040. #35553
- Security: backported fix for CVE-2022-3041. #35557
- Security: backported fix for CVE-2022-3075. #35544
- Updated Chromium to 104.0.5112.114. #35570
v20.1.1
: electron v20.1.1
Release Notes for v20.1.1
Fixes
- Fixed a bug where calling
atob
in the renderer process could fail under some circumstances. #35445 (Also in 21) - Fixed a potential crash on WebWorker destruction. #35491 (Also in 19, 21)
- Fixed an issue where frameless windows with
roundedCorners: false
couldn't enter fullscreen without crashing. #35455 (Also in 19, 21) - Fixed an issue where part of the BrowserView could be cut off when calling
setBounds
on some windows. #35494 (Also in 19)
v20.1.0
: electron v20.1.0
Release Notes for v20.1.0
Fixes
- Fixed enable promise support with webFrameMain.executeJavaScript. #35358 (Also in 21)
- Fixed undefined details.requestingUrl from session.setPermissionCheckHandler. #35408 (Also in 21)
- Picture-In-Picture mode no longer becomes a red rectangle on hover. #35402 (Also in 19, 21)
Other Changes
- Updated Chromium to 104.0.5112.102. #35361
v20.0.3
: electron v20.0.3
Release Notes for v20.0.3
Fixes
- Fixed an issue where WCO could occlude DevTools opened in any non-detached mode. #35309 (Also in 18, 19)
- Fixed an issue where frameless resizable windows showed Window 7 style frames while opening. #35352
- Fixed crash in renderer when resuming system from sleep. #35338 (Also in 18, 19, 21)
- Prevent brief display of "Ozone X11" in window title on Linux. #35317 (Also in 18)
Documentation
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.