fix(deps): update dependency electron to v32 - autoclosed #1726
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:
^31.7.0
->^32.2.0
Release Notes
electron/electron (electron)
v32.2.0
: electron v32.2.0Compare Source
Release Notes for v32.2.0
Fixes
focus
on aWebView
'swebContents
. #43934 (Also in 31, 33)setWindowOpenHandler
. #43877 (Also in 31, 33)Other Changes
sender-id
hint is set when creating desktop notifications on DBus. #43950 (Also in 31, 33)v32.1.2
: electron v32.1.2Compare Source
Release Notes for v32.1.2
Fixes
v32.1.1
: electron v32.1.1Compare Source
Release Notes for v32.1.1
Fixes
WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43698 (Also in 31, 33)Other Changes
v32.1.0
: electron v32.1.0Compare Source
Release Notes for v32.1.0
Features
desktopCapturer
andsetDisplayMediaRequestHandler
. #43679 (Also in 33)Fixes
defaultPath
did not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)resize
events being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)Content-Disposition
header parsing. #43668 (Also in 30, 31, 33)Other Changes
v32.0.2
: electron v32.0.2Compare Source
Release Notes for v32.0.2
Fixes
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43437 (Also in 31, 33)BaseWindow.setTouchBar
didn't work as expected. #43421 (Also in 30, 31, 33)Other Changes
Documentation
v32.0.1
: electron v32.0.1Compare Source
Release Notes for v32.0.1
Other Changes
9797576
from v8 #43384v32.0.0
: electron v32.0.0Compare Source
Release Notes for v32.0.0
Stack Upgrades
128.0.6613.36
20.16.0
12.8
Breaking Changes
File.path
extension from the WebFile
API. #42053webcontents.navigationHistory
:canGoBack
,goBack
,canGoForward
,goForward
,canGoToOffset
,goToOffset
,clear
. #41752Features
Additions
DownloadItem.getCurrentBytesPerSecond()
,DownloadItem.getPercentComplete()
,DownloadItem.getEndTime()
. #42913 (Also in 30, 31)cumulativeCPUUsage
to AppMetrics and CPUUsage. #41819prefersReducedTransparency
tonativeTheme
, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43024 (Also in 30, 31)systemPreferences
toutilityProcess
. #42599 (Also in 30, 31)Improvements
WebContentsView
to accept pre-existingwebContents
object. #42086 (Also in 31)ses.cookies.set
fails. #42362 (Also in 29, 30, 31)Fixes
Also in earlier versions...
npm run lint
not working on Windows. #42905 (Also in 31)addChildView
if a view is added as its own child. #42067 (Also in 30, 31)WebContentsView
is added viaaddChildView
multiple times. #42085 (Also in 30, 31)BrowserWindow.setTopBrowserView
. #42733 (Also in 30, 31)webContents.close()
on a BrowserView. #42811 (Also in 31)setAutoResize
on aBrowserView
. #42056 (Also in 30, 31)postMessage
. #42581 (Also in 30, 31)BrowserView
webContents
were getting destroyed even whenpreventDefault
was being set on the owningBrowserWindow
'sclose
event. #42353 (Also in 30, 31)app.setLoginItemSettings
incorrectly checked againstloginItemService
. #42380 (Also in 29, 30, 31)contentWindow.document.fonts.ready
would never resolve in some circumstances. #42366 (Also in 30, 31)document.requestFullscreen
didn't work when calling it from awebContents
insideWebContentsView
. #41966 (Also in 30, 31)fetch
dependent interfaces in Node.js were not defined whennodeIntegration
was enabled in some circumstances. #42419 (Also in 30, 31)fetch
-dependent interfaces could be missing in Web Workers withnodeIntegrationInWorker
enabled. #42595 (Also in 30, 31)navigator.mediaDevices.enumerateDevices
could return broken results in some cases after callingsession.setPermissionCheckHandler
. #42808 (Also in 30, 31)navigator.mediaDevices.getUserMedia
andnavigator.getUserMedia
should reject with aNotAllowedError
if microphone or camera permissions have been denied at the system level on macOS. #42936 (Also in 30, 31)navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43169 (Also in 30, 31)navigator.usb.getDevices()
could crash in some circumstances. #42443 (Also in 29, 30, 31)recentDOcuments
wasn't populating properly on macOS. #41978 (Also in 29, 30, 31)setTitleBarOverlay
didn't work as expected when called onBaseWindow
. #41960 (Also in 29, 30, 31)system-context-menu
was not triggered as expected on Windows when using a frameless BrowserWindow. #43269 (Also in 30, 31)webContents.navigationHistory
was not an enumerable property. #42139 (Also in 30, 31)--js-flags
could cause a crash. #42414 (Also in 29, 30, 31)BrowserWindow.setBackgroundColor
with some level of transparency could cause a crash. #42927 (Also in 31)desktopCapturer.getSources
on macOS running 14.4 or later would make non-resizable windows resizable. #43045 (Also in 31)window.center()
on Windows and Linux incorrectly centered the window. #42048 (Also in 30, 31)window.print()
,webContents.print()
orprintToPDF
from an existing PDF document resulted in a blank page. #43326 (Also in 31)window.showInactive
on macOS did not actually show the window. #43103 (Also in 31)input
tag could cause a crash. #42780 (Also in 30, 31)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42860 (Also in 31)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42891 (Also in 31)BrowserWindow.center()
. #42195 (Also in 30, 31)session.resolveProxy
api. #42898 (Also in 30, 31)showInactive
were blank. #42226 (Also in 31)chrome://accessibility
. #41911 (Also in 31)WebviewTag.webpreferences
back tostring
. #42275 (Also in 30, 31)desktopCapturer.getSources
never fulfilled its promise in some cases. #43270 (Also in 29, 30, 31)BrowserWindow.focus()
now correctly restore focus to inactive apps on macOS. #42180 (Also in 30, 31)originalFs.promises.cp
now works. #42132 (Also in 31)Other Changes
3366250
. #42304 (Also in 31)3394581
. #421203402211
. #421723416635
. #42253Documentation
Notices
End of Support for 29.x.y
Electron 29.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.
Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.