fix(deps): update dependency electron to v30 #1676
Merged
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.11->^30.1.0Release Notes
electron/electron (electron)
v30.1.0: electron v30.1.0Compare Source
Release Notes for v30.1.0
Fixes
BrowserViewwebContentswere getting destroyed even whenpreventDefaultwas being set on the owningBrowserWindow'scloseevent. #42371Other Changes
v30.0.9: electron v30.0.9Compare Source
Release Notes for v30.0.9
Fixes
WebviewTag.webpreferencesback tostring. #42280 (Also in 31)Other Changes
v30.0.8: electron v30.0.8Compare Source
Release Notes for v30.0.8
Other Changes
3416635. #42255v30.0.7: electron v30.0.7Compare Source
Release Notes for v30.0.7
Fixes
BrowserWindow.center(). #42196 (Also in 31)Other Changes
v30.0.6: electron v30.0.6Compare Source
Release Notes for v30.0.6
Fixes
v30.0.5: electron v30.0.5Compare Source
Release Notes for v30.0.5
Fixes
setTitleBarOverlaydidn't work as expected when called onBaseWindow. #42151webContents.navigationHistorywas not an enumerable property. #42181BrowserWindow.focus()now correctly restore focus to inactive apps on macOS. #42187 (Also in 31)Other Changes
3402211. #42174v30.0.4: electron v30.0.4Compare Source
Release Notes for v30.0.4
Fixes
addChildViewif a view is added as its own child. #42107 (Also in 31)WebContentsViewis added viaaddChildViewmultiple times. #42115 (Also in 31)setAutoResizeon aBrowserView. #42137 (Also in 31)window.center()on Windows and Linux incorrectly centered the window. #42100 (Also in 31)Other Changes
3394581. #42122v30.0.3: electron v30.0.3Compare Source
Release Notes for v30.0.3
Fixes
document.requestFullscreendidn't work when calling it from awebContentsinsideWebContentsView. #41996 (Also in 31)fs.createWriteStreamcould write out of order. #42046recentDOcumentswasn't populating properly on macOS. #41992 (Also in 29, 31)Other Changes
3307568. #420683392667. #42096v30.0.2: electron v30.0.2Compare Source
Release Notes for v30.0.2
Fixes
Other Changes
Documentation
v30.0.1: electron v30.0.1Compare Source
Release Notes for v30.0.1
Other Changes
v30.0.0: electron v30.0.0Compare Source
Release Notes for v30.0.0
Stack Upgrades
124.0.6367.4920.11.112.4Breaking Changes
WebContentsViewandBaseWindow, replacing the now-deprecatedBrowserViewAPIs. #35658 (Also in 29)inputFieldTypeproperty in thecontext-menuparams has been removed. #41440Features
Additions
transparentwebpreference to webviews. #40301navigationHistoryon webContents API withnavigationHistory.getEntryAtIndexmethod, enabling applications to retrieve the URL and title of any navigation entry within the browsing history.#41662 (Also in 29)BrowserWindow.isOccluded()to allow apps to check occlusion status. #38982navigator.serial. #41734 (Also in 29)NODE_EXTRA_CA_CERTS. #41822Removed/Deprecated
Fixes
WebContents.loadURL()incorrectly failing if called immediately after a previous call toloadURL()failed. #40661app.getLoginItemSettingsdidn't correctly throw errors. #41667Also in earlier versions...
ThumbnailCapturerMacandScreenCaptureKitStreamPickerSonomachromium feature flags to bypass deprecated API warning on macOS 14.4. #41328 (Also in 29)-webkit-app-region: drag;has no effect in full screen mode. #41307 (Also in 27, 28, 29)chrome://process-internalsfailing to load. #41540 (Also in 28, 29)session.fromPartition()key lookup bug. #41055 (Also in 28, 29)shell.showItemInFoldernot opening Windows Explorer if the passed path contains forward slashes. #41671 (Also in 28, 29)readyevent was emitted on Linux. #40888 (Also in 26, 27, 28, 29)async_hookscrash when listening for therestoreevent on Windows after minimizing a maximized BrowserWindow. #40576 (Also in 27, 28, 29)chrome.scriptingon extension unload. #41702 (Also in 29)dialog.showMessageBoxSync. #40996 (Also in 27, 28, 29)import.meta.urldid not work in the renderer process withcontextIsolationenabled. #40993 (Also in 29)inAppPurchase.getProductsandinAppPurchase.purchasedProductdid not resolve as expected. #40938 (Also in 27, 28, 29)original-fsmethods were not properly corrected for patched imports. #41209 (Also in 29)select-usb-devicedid not respect thefilteroption innavigator.usb.requestDevice(). #41166 (Also in 27, 28, 29)user-did-{resign|become}-activewere not emitted properly on macOS. #41528 (Also in 28, 29)webContents.print(options)failed ifoptionswas not passed orundefinedis passed. #41480 (Also in 28, 29)webContents.printToPDFcould fail when certain combinations ofmarginsandpageSizevalues are passed. #41157 (Also in 28, 29)node::Environmentdestruction potentially wouldn't be propagated to theNodeServiceexit handler. #41277 (Also in 27, 28, 29)-webkit-app-region: dragproperty was not respected on some windows. #41377 (Also in 29)printBackgroundoption inwebContents.printToPDFdid not work as expected. #41161 (Also in 28, 29)serial-port-addedevent improperly respected filters set byserial.requestPort(). #41635 (Also in 28, 29)--inspectport. #40665 (Also in 27, 28)<__assertion_handler>header when compiling with libc++. #41846 (Also in 29)GrantFileProtocolExtraPrivilegesnot correctly preventingfetch()calls tofile://URLs. #40801 (Also in 29)Storage.{get|set|clear}Cookiesvia the Chrome DevTools Protocol. #41740 (Also in 28, 29)Documentation
Notices
End of Support for 27.x.y
Electron 27.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.
v29.4.2: electron v29.4.2Compare Source
Release Notes for v29.4.2
Other Changes
3416635. #42256v29.4.1: electron v29.4.1Compare Source
Release Notes for v29.4.1
Fixes
setTitleBarOverlaydidn't work as expected when called onBaseWindow. #42152 (Also in 30)Other Changes
3296996.3385743. #42220v29.4.0: electron v29.4.0Compare Source
Release Notes for v29.4.0
Fixes
Other Changes
3394581. #421233402211. #42175v29.3.3: electron v29.3.3Compare Source
Release Notes for v29.3.3
Fixes
fs.createWriteStreamcould write out of order. #42047Other Changes
3307568. #420693392667. #420973350038.3335087. #42007v29.3.2: electron v29.3.2Compare Source
Release Notes for v29.3.2
Fixes
console.log()in AudioWorkletGlobalScope produced incorrect output. #41889 (Also in 28)recentDOcumentswasn't populating properly on macOS. #41994 (Also in 31)Other Changes
v29.3.1: electron v29.3.1Compare Source
Release Notes for v29.3.1
Fixes
<__assertion_handler>header when compiling with libc++. #41845 (Also in 30)Other Changes
v29.3.0: electron v29.3.0Compare Source
Release Notes for v29.3.0
Fixes
Other Changes
v29.2.0: electron v29.2.0Compare Source
Release Notes for v29.2.0
Fixes
Storage.{get|set|clear}Cookiesvia the Chrome DevTools Protocol. #41739 (Also in 28, 30)Other Changes
3296748.3271834.3263494. #41746Documentation
Unknown
navigator.serial. #41735 (Also in 30)v29.1.6: electron v29.1.6Compare Source
Release Notes for v29.1.6
Fixes
shell.showItemInFoldernot opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)chrome.scriptingon extension unload. #41701 (Also in 30)serial-port-addedevent improperly respected filters set byserial.requestPort(). #41636 (Also in 28, 30)Other Changes
v29.1.5: electron v29.1.5Compare Source
Release Notes for v29.1.5
Fixes
Other Changes
v29.1.4: electron v29.1.4Compare Source
Release Notes for v29.1.4
Other Changes
v29.1.3: electron v29.1.3Compare Source
Release Notes for v29.1.3
Fixes
chrome://process-internalsfailing to load. #41542 (Also in 28, 30)Other Changes
4026530. #41573v29.1.2: electron v29.1.2Compare Source
Release Notes for v29.1.2
Fixes
chrome://process-internalsfailing to load. #41542 (Also in 28, 30)Other Changes
4026530. #41573v29.1.1: electron v29.1.1Compare Source
Release Notes for v29.1.1
Fixes
user-did-{resign|become}-activewere not emitted properly on macOS. #41527 (Also in 28, 30)webContents.print(options)failed ifoptionswas not passed orundefinedis passed. #41479 (Also in 28, 30)Other Changes
v29.1.0: electron v29.1.0Compare Source
Release Notes for v29.1.0
Features
Fixes
Other Changes
v29.0.1: electron v29.0.1Compare Source
Release Notes for v29.0.1
Fixes
Other Changes
v29.0.0: electron v29.0.0Compare Source
Release Notes for v29.0.0
Stack Upgrades
122.0.6261.3920.9.012.2Breaking Changes
contextBridgeare now called with the expected receiver (this). #39978 (Also in 27, 28)gpu-process-crashedevent onapphas been deprecated. #40169 (Also in 28)gpu-process-crashedevent onapphas been removed. #40255renderer-process-crashedevent onappandcrashedevent onWebContentsand<webview>have been removed. #40115Features
Additions
WebContentsViewandBaseWindow, replacing the now-deprecatedBrowserViewAPIs. #40759keyboardLocktoses.setPermissionRequestHandler(handler). #40369 (Also in 26, 27, 28)protocol.registerSchemesAsPrivilegedto allow V8 code cache in custom schemes. #40544 (Also in 27, 28)file://protocol into more secure and restrictive behaviour that matches Chromium. #40372webUtils.getPathForFilemethod to replaceFile.pathaugmentation. #38776use_remote_checksumsvia.npmrc. #40253app.{set|get}LoginItemSettings(settings)to use Apple's new recommended underlying framework on macOS. #37244displayobject includingdetected,maximumCursorSize, andnativeOrigin. #40497 (Also in 28)Removed/Deprecated
Fixes
ThumbnailCapturerMacandScreenCaptureKitStreamPickerSonomachromium feature flags to bypass deprecated API warning on macOS 14.4. #41329import.meta.urldid not work in the renderer process withcontextIsolationenabled. #41265original-fsmethods were not properly corrected for patched imports. #41238GrantFileProtocolExtraPrivilegesnot correctly preventingfetch()calls tofile://URLs. #40864Also in earlier versions...
-webkit-app-region: drag;has no effect in full screen mode. #41332 (Also in 27, 28)chrome:pages. #40390 (Also in 27, 28)session.fromPartition()key lookup bug. #41084 (Also in 28)readyevent was emitted on Linux. #40925 (Also in 26, 27, 28)async_hookscrash when listening for therestoreevent on Windows after minimizing a maximized BrowserWindow. #41146 (Also in 27, 28)dialog.showMessageBoxSync. #41043 (Also in 27, 28)async_hookcorruption in some error contexts. #40574 (Also in 26, 27, 28)dialog.showOpenDialogon macOS. #40308 (Also in 27, 28)notification.close()if they'd previously been dismissed. #40197 (Also in 26, 27, 28)MessagePortswere not being correctly garbage collected when not referenced. #40189 (Also in 28)inAppPurchase.getProductsandinAppPurchase.purchasedProductdid not resolve as expected. #40957 (Also in 27, 28)navigator.keyboard.lock()did not work per latest expected behavior. #40365 (Also in 26, 27, 28)select-usb-devicedid not respect thefilteroption innavigator.usb.requestDevice(). #41197 (Also in 27, 28)webContents.printToPDFcould fail when certain combinations ofmarginsandpageSizevalues are passed. #41266 (Also in 28)node::Environmentdestruction potentially wouldn't be propagated to theNodeServiceexit handler. #41301 (Also in 27, 28)