chore(deps): update dependency electron to v29 #158
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:
^28.0.0
->^29.0.0
Release Notes
electron/electron (electron)
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.39
20.9.0
12.2
Breaking Changes
contextBridge
are now called with the expected receiver (this
). #39978 (Also in 27, 28)gpu-process-crashed
event onapp
has been deprecated. #40169 (Also in 28)gpu-process-crashed
event onapp
has been removed. #40255renderer-process-crashed
event onapp
andcrashed
event onWebContents
and<webview>
have been removed. #40115Features
Additions
WebContentsView
andBaseWindow
, replacing the now-deprecatedBrowserView
APIs. #40759keyboardLock
toses.setPermissionRequestHandler(handler)
. #40369 (Also in 26, 27, 28)protocol.registerSchemesAsPrivileged
to allow V8 code cache in custom schemes. #40544 (Also in 27, 28)file://
protocol into more secure and restrictive behaviour that matches Chromium. #40372webUtils.getPathForFile
method to replaceFile.path
augmentation. #38776use_remote_checksums
via.npmrc
. #40253app.{set|get}LoginItemSettings(settings)
to use Apple's new recommended underlying framework on macOS. #37244display
object includingdetected
,maximumCursorSize
, andnativeOrigin
. #40497 (Also in 28)Removed/Deprecated
Fixes
ThumbnailCapturerMac
andScreenCaptureKitStreamPickerSonoma
chromium feature flags to bypass deprecated API warning on macOS 14.4. #41329import.meta.url
did not work in the renderer process withcontextIsolation
enabled. #41265original-fs
methods were not properly corrected for patched imports. #41238GrantFileProtocolExtraPrivileges
not 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)ready
event was emitted on Linux. #40925 (Also in 26, 27, 28)async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41146 (Also in 27, 28)dialog.showMessageBoxSync
. #41043 (Also in 27, 28)async_hook
corruption in some error contexts. #40574 (Also in 26, 27, 28)dialog.showOpenDialog
on macOS. #40308 (Also in 27, 28)notification.close()
if they'd previously been dismissed. #40197 (Also in 26, 27, 28)MessagePorts
were not being correctly garbage collected when not referenced. #40189 (Also in 28)inAppPurchase.getProducts
andinAppPurchase.purchasedProduct
did 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-device
did not respect thefilter
option innavigator.usb.requestDevice()
. #41197 (Also in 27, 28)webContents.printToPDF
could fail when certain combinations ofmargins
andpageSize
values are passed. #41266 (Also in 28)node::Environment
destruction potentially wouldn't be propagated to theNodeService
exit handler. #41301 (Also in 27, 28)webContents.capturePage()
on Windows and Linux. #39730 (Also in 25, 26, 27, 28)printBackground
option inwebContents.printToPDF
did not work as expected. #41180 (Also in 28)shell.showItemInFolder
not being escaped in Linux. #40527 (Also in 26, 27, 28)node_modules
throwIfNoEntry
option infs.statSync
/fs.lstatSync
in asar files. #40221 (Also in 28)activateIgnoringOtherApps
for focusing non-panels on macOS. #40570 (Also in 28)Other Changes
Notices
End of Support for 26.x.y
Electron 26.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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.