-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency(deps): update dependency electron to v23 🌟 - abandoned #26246
Conversation
4eb2884
to
44d07c7
Compare
44d07c7
to
07e07d4
Compare
07e07d4
to
82ba911
Compare
e9e2fbb
to
8231553
Compare
2ebd28d
to
c1064f1
Compare
c1064f1
to
86feb2a
Compare
776e741
to
c41aa37
Compare
61e0763
to
696e7b0
Compare
696e7b0
to
01a8594
Compare
01a8594
to
5a75f34
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR is obsolete as Cypress was already migrated to Electron The PR should be closed. |
Closing as Electron has already been updated to 25 in 13.2.0. |
This PR contains the following updates:
21.0.0
->23.3.11
Release Notes
electron/electron (electron)
v23.3.11
: electron v23.3.11Compare Source
Release Notes for v23.3.11
Fixes
v23.3.10
: electron v23.3.10Compare Source
Release Notes for v23.3.10
Other Changes
1454860
. #38948v23.3.9
: electron v23.3.9Compare Source
Release Notes for v23.3.9
Fixes
preload
script may not run in some child windows opened bywindow.open
. #38933 (Also in 24, 25, 26)v23.3.8
: electron v23.3.8Compare Source
Release Notes for v23.3.8
Other Changes
1450536
. #38788v23.3.7
: electron v23.3.7Compare Source
Release Notes for v23.3.7
Fixes
Other Changes
1439691
.1425115
.1431761
.1442263
. #383311447430
.1444195
.v23.3.6
: electron v23.3.6Compare Source
Release Notes for v23.3.6
Fixes
<datalist>
popups are positions incorrectly inBrowserView
s. #38607 (Also in 24, 25, 26)Other Changes
contentTracing.stopRecording()
fails because no trace was in progress. #38518 (Also in 24, 25)v23.3.5
: electron v23.3.5Compare Source
Release Notes for v23.3.5
Fixes
getNormalBounds()
returns incorrect bounds for transparent maximized windows on Windows. #38347 (Also in 24, 25)Other Changes
1423360
. #38276v23.3.4
: electron v23.3.4Compare Source
Release Notes for v23.3.4
Fixes
getNormalBounds()
returns incorrect bounds for transparent maximized windows on Windows. #38347 (Also in 24, 25)Other Changes
1423360
. #38276v23.3.3
: electron v23.3.3Compare Source
Release Notes for v23.3.3
Fixes
BrowserWindow.isMaximized()
could incorrectly return true for minimized or fullscreened windows on macOS. #38306 (Also in 24, 25)BrowserWindow.isVisible()
would incorrectly returntrue
for minimized windows on Windows. #38315 (Also in 24, 25)BrowserWindow.id
threw an error after the window was destroyed. #38309 (Also in 24, 25)win.minimize()
directly after callingwin.maximize()
, and then callingwin.isMaximized()
incorrectly returnstrue
. #38344 (Also in 24, 25)Other Changes
v23.3.2
: electron v23.3.2Compare Source
Release Notes for v23.3.2
Fixes
AXManualAccessibility
attribute works as expected in all relevant protocol methods. #38225 (Also in 24, 25)v23.3.1
: electron v23.3.1Compare Source
Release Notes for v23.3.1
Fixes
AXManualAccessibility
to enable a11y features in Electron. #38151 (Also in 24)v23.3.0
: electron v23.3.0Compare Source
Release Notes for v23.3.0
Features
Fixes
shell.openExternal()
options. #38091 (Also in 22, 24, 25)Other Changes
1408315
. #380111360571
. #380611404790
. #380631427388
. #379821428820
.1428820
. #38067v23.2.4
: electron v23.2.4Compare Source
Release Notes for v23.2.4
Fixes
v23.2.3
: electron v23.2.3Compare Source
Release Notes for v23.2.3
Fixes
about
on Linux as well. #37874 (Also in 24, 25)Fn+F
system shortcut would fail or create strange window side effects. #37822 (Also in 24)node-gyp
version innode.h
error. #37941 (Also in 22, 24, 25)Other Changes
v23.2.2
: electron v23.2.2Compare Source
Release Notes for v23.2.2
Fixes
v23.2.1
: electron v23.2.1Compare Source
Release Notes for v23.2.1
Fixes
port.postMessage
inMessagePortMain
with some invalid parameters could cause a crash. #37724 (Also in 22, 24)Other Changes
v23.2.0
: electron v23.2.0Compare Source
Release Notes for v23.2.0
Features
enableLocalEcho
flag to the session handlerses.setDisplayMediaRequestHandler()
callback for allowing remote audio input to be echoed in the local output stream whenaudio
is aWebFrameMain
. #37529 (Also in 24)Fixes
BroadcastChannel
did not work correctly whencontextIsolation: false
. #37444 (Also in 24)session.cookies.set
failure. #37596 (Also in 22, 24)v23.1.4
: electron v23.1.4Compare Source
Release Notes for v23.1.4
Fixes
Other Changes
v23.1.3
: electron v23.1.3Compare Source
Release Notes for v23.1.3
Fixes
Other Changes
v23.1.2
: electron v23.1.2Compare Source
Release Notes for v23.1.2
Fixes
destroyed
event not emitted onclose
forBrowserView.webContents
. #37451 (Also in 24)minWidth
/minHeight
andmaxWidth
/maxHeight
would not be enforced if the user set anaspectRatio
on macOS. #37457 (Also in 22, 24)hasReply
andactions
to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37448 (Also in 22, 24)Other Changes
contents.takeHeapSnapshot
. #37460 (Also in 22, 24)v23.1.1
: electron v23.1.1Compare Source
Release Notes for v23.1.1
Fixes
BrowserWindow
fullscreening is disabled. #37367 (Also in 24)Other Changes
Documentation
v23.1.0
: electron v23.1.0Compare Source
Release Notes for v23.1.0
Features
webContents.print()
. #37264 (Also in 22, 24)Fixes
requireInteraction
option to not timeout on Linux and Windows. #36502 (Also in 21, 22)BrowserView
s are present and a user attempts to preventbeforeunload
in the renderer process. #37267 (Also in 22, 24)Other Changes
Documentation
v23.0.0
: electron v23.0.0Compare Source
Release Notes for v23.0.0
Stack Upgrades
Breaking Changes
Features
label
property toDisplay
objects. #36933 (Also in 21, 22)app.getPreferredSystemLanguages()
API to return the user's system languages. #36035 (Also in 21, 22)serialPort.forget()
as well as a new eventserial-port-revoked
emitted when a given origin is revoked. #35310 (Also in 22)setHiddenInMissionControl
API to allow developers to opt out of mission control on macOS. #36092 (Also in 22)Fixes
require('electron/*')
where*
is not one ofmain
,common
orrenderer
no longer resolves with the built-inelectron
module. #35915click
event and tooltip ofTray
not working on Linux. #36333 (Also in 22)webContents.printToPDF()
. #36046 (Also in 21, 22)BrowserWindow.setTrafficLightPosition()
on macOS. #36850 (Also in 21, 22)Cmd+Tab
after exiting Kiosk Mode. #36917 (Also in 21, 22)<datalist>
elements were improperly positioned within the page. #36959webView
s could have an incorrect initial background color following reloads. #36938 (Also in 21, 22)app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36279 (Also in 20, 21, 22)webContents.printToPDF()
. #35975 (Also in 21, 22)setPermissionRequestHandler
callback would be invoked twice when usingnavigator.getUserMedia(...)
. #36874 (Also in 22)dialog.showMessageBox()
. #36803 (Also in 21, 22)webContents.loadURL
when navigating to a hash. #36129 (Also in 20, 21, 22)WebSwapCGLLayer
symbols when Electron starts on macOS. #36799 (Also in 21, 22)nodeIntegrationInWorker
in Service Workers and Shared Workers owing to sandboxing policies. #35919 (Also in 21, 22)--turbo-profiling-input
argument from mksnapshot_args. #36378 (Also in 22)import('electron')
andimport 'electron'
now work natively. #35930 (Also in 20, 21, 22)Other Changes
incrementCapturerCount()
/decrementCapturerCount()
methods have been removed. #37148webContents.printToPDF().
. #36051 (Also in 22)Documentation
Notices
Sunsetting Windows 7/8/8.1
Electron has ended support for Windows 7/8/8.1 in version 23.x.y following Chromium's plan to end support. Older versions of Electron will continue to work, but no further updates will be made for these operating systems.
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.
v22.3.18
: electron v22.3.18Compare Source
Release Notes for v22.3.18
Other Changes
1454860
. #38949v22.3.17
: electron v22.3.17Compare Source
Release Notes for v22.3.17
Other Changes
1454860
. #38949v22.3.16
: electron v22.3.16Compare Source
Release Notes for v22.3.16
Other Changes
1450536
.v22.3.15
: electron v22.3.15Compare Source
Release Notes for v22.3.15
Other Changes
1450536
.v22.3.14
: electron v22.3.14Compare Source
Release Notes for v22.3.14
Other Changes
1450536
.v22.3.13
: electron v22.3.13Compare Source
Release Notes for v22.3.13
Other Changes
1437346
.1439691
.1425115
.1431761
.1442263
. #383321447430
.1444195
.v22.3.12
: electron v22.3.12Compare Source
Release Notes for v22.3.12
Other Changes
1423360
. #38277v22.3.11
: electron v22.3.11Compare Source
Release Notes for v22.3.11
Other Changes
1423360
. #38277v22.3.10
: electron v22.3.10Compare Source
Release Notes for v22.3.10
Other Changes
v22.3.9
: electron v22.3.9Compare Source
Release Notes for v22.3.9
Other Changes
v22.3.8
: electron v22.3.8Compare Source
Release Notes for v22.3.8
Fixes
v22.3.7
: electron v22.3.7Compare Source
Release Notes for v22.3.7
Fixes
shell.openExternal()
options. #38092 (Also in 23, 24, 25)Other Changes
1360571
. #380621404790
. #380641417317
. #376651427388
. #379831428820
. #38068v22.3.6
: electron v22.3.6Compare Source
Release Notes for v22.3.6
Fixes
node-gyp
version innode.h
error. #37942 (Also in 23, 24, 25)Other Changes
v22.3.5
: electron v22.3.5Compare Source
Release Notes for v22.3.5
Fixes
port.postMessage
inMessagePortMain
with some invalid parameters could cause a crash. #37725 (Also in 23, 24)Other Changes
1412991
. #376591418734
. #37661v22.3.4
: electron v22.3.4Compare Source
Release Notes for v22.3.4
Fixes
session.cookies.set
failure. #37595 (Also in 23, 24)Other Changes
1415249
. #376711416916
. #376571417585
. #37663v22.3.3
: electron v22.3.3Compare Source
Release Notes for v22.3.3
Fixes
Other Changes
1414224
. #37483v22.3.2
: electron v22.3.2Compare Source
Release Notes for v22.3.2
Fixes
minWidth
/minHeight
andmaxWidth
/maxHeight
would not be enforced if the user set anaspectRatio
on macOS. #37458 (Also in 23, 24)hasReply
andactions
to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37447 (Also in 23, 24)Other Changes
contents.takeHeapSnapshot
. #37459 (Also in 23, 24)v22.3.1
: electron v22.3.1Compare Source
Release Notes for v22.3.1
Other Changes
Documentation
v22.3.0
: electron v22.3.0Compare Source
Release Notes for v22.3.0
Features
webContents.print()
. [#37263](https://togithub.com/electron/