Update dependency electron to v28 - autoclosed #4690
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^27.3.0
->^28.0.0
Release Notes
electron/electron (electron)
v28.2.1
: electron v28.2.1Compare Source
Release Notes for v28.2.1
Fixes
async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41145 (Also in 27, 29)printBackground
option inwebContents.printToPDF
did not work as expected. #41179 (Also in 29)Other Changes
1407197
. #41105v28.2.0
: electron v28.2.0Compare Source
Release Notes for v28.2.0
Features
Fixes
session.fromPartition()
key lookup bug. #41083 (Also in 29)dialog.showMessageBoxSync
. #41042 (Also in 27, 29)Other Changes
v28.1.4
: electron v28.1.4Compare Source
Release Notes for v28.1.4
Fixes
inAppPurchase.getProducts
andinAppPurchase.purchasedProduct
did not resolve as expected. #40956 (Also in 27, 29)Other Changes
1506535
.v28.1.3
: electron v28.1.3Compare Source
Release Notes for v28.1.3
Fixes
ready
event was emitted on Linux. #40924 (Also in 26, 27, 29)v28.1.2
: electron v28.1.2Compare Source
Release Notes for v28.1.2
Fixes
Other Changes
v28.1.1
: electron v28.1.1Compare Source
Release Notes for v28.1.1
Fixes
v28.1.0
: electron v28.1.0Compare Source
Release Notes for v28.1.0
Features
protocol.registerSchemesAsPrivileged
to allow V8 code cache in custom schemes. #40709 (Also in 27)Fixes
--inspect
port. #40743 (Also in 27)Other Changes
v28.0.0
: electron v28.0.0Compare Source
Release Notes for 28.0.0
Stack Upgrades
120.0.6099.56
18.18.2
12.0
Breaking Changes
BrowserWindow.getTrafficLightPosition()
andBrowserWindow.setTrafficLightPosition()
methods have been removed. #39479app.runningUnderRosettaTranslation()
method has been removed. #39956ipcRenderer.sendTo()
method has been removed. #39087scroll-touch-{begin,end,edge}
events have been removed. #39814backgroundThrottling
to false will disable frames throttling in theBrowserWindow
for allWebContents
displayed by it. #38924Features
Additions
UtilityProcess
API now supports ESM entrypoints. #40047display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40554ELECTRON_OZONE_PLATFORM_HINT
environment variable on Linux. #39792In addition to enabling ESM support in Electron itself, Electron Forge also supports using ESM to package, build and develop Electron applications. You can find this support in Forge v7.0.0 or higher: https://github.com/electron/forge/releases/tag/v7.0.0
getWebRTCUDPPortRange
andsetWebRTCUDPPortRange
APIs to specify UDP port range for WebRTC. #39046keyboardLock
toses.setPermissionRequestHandler(handler)
. #40460 (Also in 26, 27)mouse-enter
andmouse-leave
Tray events for Windows. #40072generateTaggedPDF
option towebContents.printToPDF()
to allow generating tagged (accessible) PDFs. #39563tabbingIdentifier
property toBrowserWindow
. #39980 (Also in 26, 27)display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40554ELECTRON_OZONE_PLATFORM_HINT
environment variable on Linux. #39792chrome.scripting
extension APIs. #39395 (Also in 25, 26, 27)host_permissions
,author
, andshort_name
. #39599 (Also in 26, 27)webContents.downloadURL()
. #39455 (Also in 25, 26, 27)systemPreferences.getColor(name)
to return an RGBA hex value (#RRGGBBAA
) instead of a plain RGB (#RRGGBB
) value. #38960module.exports
. #39484Improvements
fork()
andexecve()
performance forchild_process
API on Linux. #39253Removed/Deprecated
app.runningUnderRosettaTranslation
property has been deprecated. #39897 (Also in 25, 26, 27)gpu-process-crashed
event onapp
has been deprecated. #40195renderer-process-crashed
event onapp
andcrashed
event onWebContents
and<webview>
have been deprecated. #40089Fixes
MessagePorts
from being garbage collected when not referenced. #40201shell.showItemInFolder
not being escaped in Linux. #40562node_modules
. Support thethrowIfNoEntry
option infs.statSync
/fs.lstatSync
in asar files. #40224activateIgnoringOtherApps
for focusing non-panels on macOS. #40621Also in earlier versions...
BrowserView.setBounds()
calls not painting view in new bounds in some cases. #39994 (Also in 25, 26, 27)app.runningUnderARM64Translation()
always returning true on ARM64. #39920 (Also in 25, 26, 27)will-navigate
not being emitted when pressing links inchrome:
pages. #40525 (Also in 27)webContents.capturePage()
issue that caused an empty image to be returned for fully-occluded windows on Linux and Windows. #40185 (Also in 25, 26, 27)async_hook
corruption in some error contexts. #40594 (Also in 26, 27)dialog.showOpenDialog
on macOS. #40346 (Also in 27)chrome.tabs
events would throw incorrectly. #39729 (Also in 25, 26, 27)frame: false
androundedCorners: false
when going fullscreen. #39747 (Also in 25, 26, 27)notification.close()
if they'd previously been dismissed. #40243 (Also in 26, 27)BrowserViews
that had their bounds set prior to being added to aBrowserWindow
could have unexpected incorrect offsets. #39605 (Also in 25, 26, 27)chrome://gpu
failed to load. #39556 (Also in 25, 26, 27)navigator.keyboard.lock()
did not work per latest expected behavior. #40389 (Also in 26, 27)webContents.print
could fail whenoptions
is a frozen object. #39985 (Also in 25, 26, 27)webContents.sendInputEvent()
. #39776 (Also in 25, 26, 27)loadURL
during somewebContents
url loading events could crash. #40143 (Also in 24, 25, 26, 27)show()
on a childBrowserWindow
would show all other children attached to the same parent on macOS. #40062 (Also in 24, 25, 26, 27)chrome.tabs
Tab objects were not properly considered privileged. #39595 (Also in 25, 26, 27)assert
module did not work in the renderer process. #39540 (Also in 24, 25, 26, 27)webcrypto.subtle.importKey()
could error and fail ifSharedArrayBuffers
are not defined. #40070 (Also in 27)gpu-process-crashed
/renderer-process-crashed
events being emitted twice and with incorrect arguments. #40090 (Also in 22, 24, 25, 26, 27)child_process.spawn()
on windows affected by launching store applications. #40101 (Also in 25, 26, 27)Electron.TitleBarOverlay
. #39799 (Also in 26, 27)BrowserWindow.setResizable()
. #40582 (Also in 26, 27)contextBridge
are now called with the expected receiver (this
). #40263 (Also in 27)enable_electron_extensions=false
. #40032 (Also in 25, 26, 27)Notices
End of Support for 25.x.y
Electron 25.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.
v27.3.1
: electron v27.3.1Compare Source
Release Notes for v27.3.1
Fixes
async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41144 (Also in 28, 29)Other Changes
1407197
. #41106Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.