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.0Release Notes
electron/electron (electron)
v32.2.0: electron v32.2.0Compare Source
Release Notes for v32.2.0
Fixes
focuson aWebView'swebContents. #43934 (Also in 31, 33)setWindowOpenHandler. #43877 (Also in 31, 33)Other Changes
sender-idhint 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
WebContentsViews 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
desktopCapturerandsetDisplayMediaRequestHandler. #43679 (Also in 33)Fixes
defaultPathdid not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)resizeevents being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)Content-Dispositionheader 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.clickhandler not settingfocusedWindowparameter when focused window is aBaseWindow. #43437 (Also in 31, 33)BaseWindow.setTouchBardidn'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
9797576from v8 #43384v32.0.0: electron v32.0.0Compare Source
Release Notes for v32.0.0
Stack Upgrades
128.0.6613.3620.16.012.8Breaking Changes
File.pathextension from the WebFileAPI. #42053webcontents.navigationHistory:canGoBack,goBack,canGoForward,goForward,canGoToOffset,goToOffset,clear. #41752Features
Additions
DownloadItem.getCurrentBytesPerSecond(),DownloadItem.getPercentComplete(),DownloadItem.getEndTime(). #42913 (Also in 30, 31)cumulativeCPUUsageto AppMetrics and CPUUsage. #41819prefersReducedTransparencytonativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43024 (Also in 30, 31)systemPreferencestoutilityProcess. #42599 (Also in 30, 31)Improvements
WebContentsViewto accept pre-existingwebContentsobject. #42086 (Also in 31)ses.cookies.setfails. #42362 (Also in 29, 30, 31)Fixes
Also in earlier versions...
npm run lintnot working on Windows. #42905 (Also in 31)addChildViewif a view is added as its own child. #42067 (Also in 30, 31)WebContentsViewis added viaaddChildViewmultiple times. #42085 (Also in 30, 31)BrowserWindow.setTopBrowserView. #42733 (Also in 30, 31)webContents.close()on a BrowserView. #42811 (Also in 31)setAutoResizeon aBrowserView. #42056 (Also in 30, 31)postMessage. #42581 (Also in 30, 31)BrowserViewwebContentswere getting destroyed even whenpreventDefaultwas being set on the owningBrowserWindow'scloseevent. #42353 (Also in 30, 31)app.setLoginItemSettingsincorrectly checked againstloginItemService. #42380 (Also in 29, 30, 31)contentWindow.document.fonts.readywould never resolve in some circumstances. #42366 (Also in 30, 31)document.requestFullscreendidn't work when calling it from awebContentsinsideWebContentsView. #41966 (Also in 30, 31)fetchdependent interfaces in Node.js were not defined whennodeIntegrationwas enabled in some circumstances. #42419 (Also in 30, 31)fetch-dependent interfaces could be missing in Web Workers withnodeIntegrationInWorkerenabled. #42595 (Also in 30, 31)navigator.mediaDevices.enumerateDevicescould return broken results in some cases after callingsession.setPermissionCheckHandler. #42808 (Also in 30, 31)navigator.mediaDevices.getUserMediaandnavigator.getUserMediashould reject with aNotAllowedErrorif 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)recentDOcumentswasn't populating properly on macOS. #41978 (Also in 29, 30, 31)setTitleBarOverlaydidn't work as expected when called onBaseWindow. #41960 (Also in 29, 30, 31)system-context-menuwas not triggered as expected on Windows when using a frameless BrowserWindow. #43269 (Also in 30, 31)webContents.navigationHistorywas not an enumerable property. #42139 (Also in 30, 31)--js-flagscould cause a crash. #42414 (Also in 29, 30, 31)BrowserWindow.setBackgroundColorwith some level of transparency could cause a crash. #42927 (Also in 31)desktopCapturer.getSourceson 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()orprintToPDFfrom an existing PDF document resulted in a blank page. #43326 (Also in 31)window.showInactiveon macOS did not actually show the window. #43103 (Also in 31)inputtag could cause a crash. #42780 (Also in 30, 31)desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42860 (Also in 31)desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42891 (Also in 31)BrowserWindow.center(). #42195 (Also in 30, 31)session.resolveProxyapi. #42898 (Also in 30, 31)showInactivewere blank. #42226 (Also in 31)chrome://accessibility. #41911 (Also in 31)WebviewTag.webpreferencesback tostring. #42275 (Also in 30, 31)desktopCapturer.getSourcesnever 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.cpnow 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.