Update dependency electron to v26 #1183
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:
^25.0.0
->^26.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
electron/electron (electron)
v26.0.0
: electron v26.0.0Compare Source
Release Notes for v26.0.0
Stack Upgrades
116.0.5845.62
18.6.1
11.2
Breaking Changes
webContents.getPrinters
API has been deprecated. #39459systemPreferences.getAppLevelAppearance
andsystemPreferences.setAppLevelAppearance
APIs have been deprecated, as well as thealternate-selected-control-text
value forsystemPreferences.getColor
. #39492Features
Additions
safeStorage.setUsePlainTextEncryption
andsafeStorage.getSelectedStorageBackend
api. #39107 (Also in 25)safeStorage.setUsePlainTextEncryption
andsafeStorage.getSelectedStorageBackend
api. #39155 (Also in 25)senderIsMainFrame
to messages sent viaipcRenderer.sendTo()
. #39206 (Also in 24, 25)app
. #37933 (Also in 25)chrome.tabs.query
. #39431 (Also in 25)cursor-changed
event. #38210 (Also in 24, 25)session.downloadURL()
. #38871 (Also in 25)powerMonitor
. #37935 (Also in 24, 25)webContents
methods to center text selection, scroll to the page bottom and top, as well as adjust selected text. #37978 (Also in 25)minimum_chrome_version
manifest key. #39357context-menu
event from extensions. #38029 (Also in 25)node:
prefixed requires are now supported in sandboxed renderer preloads forevents
,timers
andurl
. #38728 (Also in 24, 25)Improvements
contentTracing.stopRecording()
fails because no trace was in progress. #38488 (Also in 23, 24, 25)Removed/Deprecated
enable_desktop_capturer
build flag has been removed. #38412Fixes
clipboard.readImage()
getting blocked when there is no PNG image in the clipboard. #39487nativeImage.resize()
before the appready
event. #38861clipboard.readImage()
when reading images copied via context menu on macOS. #39101tray.popUpContextMenu
on macOS. #39313desktopCapturer.getSources()
on Wayland. #39189VoiceOver
couldn't trigger the tray action when selected to emit the click event. #39439window.setKiosk(false)
would exit fullscreen regardless of the fullscreen state prior to kiosk mode. #38219Also in earlier versions...
about
on Linux as well. #37828 (Also in 23, 24, 25)AXManualAccessibility
attribute works as expected in all relevant protocol methods. #38142 (Also in 23, 24, 25)desktopCapturer
thumbnail generation after screen sharing is cancelled on Wayland. #39246 (Also in 25)preload
script may not run in some child windows opened bywindow.open
. #38930 (Also in 23, 24, 25)webContents.printToPDF
preferCSSPageSize
type error. #38793 (Also in 24, 25)nativeTheme
source during mara context menu close. #38840 (Also in 25)BrowserWindow.removeBrowserView()
with a destroyedwebContents
. #38885 (Also in 24, 25)webContents.print
with invalid settings. #38165 (Also in 25)webContents.print
parameter validation by adding missing options required to set printer printable area. #38721 (Also in 25)chrome://accessibility
. #38179 (Also in 25)FrameView
s always appeared inactive regardless of focus status. #38468 (Also in 25)<datalist>
popups are positions incorrectly inBrowserView
s. #38610 (Also in 23, 24, 25)BrowserWindow.isMaximized()
could incorrectly return true for minimized or fullscreened windows on macOS. #38291 (Also in 23, 24, 25)BrowserWindow.isVisible()
would incorrectly returntrue
for minimized windows on Windows. #38242 (Also in 23, 24, 25)BrowserWindow.moveAbove()
andBrowserWindow.moveTop()
did not work for child windows on macOS. #39070 (Also in 24, 25)MediaStreamTrack.getCaptureHandle()
always returnednull
. #38390 (Also in 24, 25)browserView.removeBrowserView
could cause a crash in some cases. #39406 (Also in 24, 25)chrome.i18n
did not work properly with Chrome Extensions Manifest V3. #39328 (Also in 24, 25)chrome.tabs
did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)chrome.tabs.update
did not return atab
object that properly reflected potential properties that were changed. #39389 (Also in 25)getNormalBounds()
returns incorrect bounds for transparent maximized windows on Windows. #38218 (Also in 23, 24, 25)navigator.connection
returned incorrect data. #38491 (Also in 24, 25)protocol.handle()
never called its callback with the'file'
scheme. #39065 (Also in 25)webContents.print()
stopped triggering its callback when the user cancelled the print dialog. #38735 (Also in 25)BrowserWindow.id
threw an error after the window was destroyed. #38241 (Also in 23, 24, 25)win.minimize()
directly after callingwin.maximize()
, and then callingwin.isMaximized()
incorrectly returnstrue
. #38234 (Also in 23, 24, 25)openFile
was not passed as a dialog property. #38590 (Also in 24, 25)Show
button visible. #39013 (Also in 24, 25)webContents.print(null)
could incorrectly trigger an error. #38641 (Also in 24, 25)BrowserViews
can behave inconsistently across platforms. #39004 (Also in 25)backgroundThrottling
was disabled. #39298 (Also in 25)webContents.print({ silent: true })
not working correctly. #38812 (Also in 25)AXManualAccessibility
to enable a11y features in Electron. #38102 (Also in 23, 24, 25)node:child_process
imports. #39234 (Also in 24, 25)shell.openExternal()
options. #38038 (Also in 22, 23, 24, 25)node-gyp
version innode.h
error. #37829 (Also in 22, 23, 24, 25)chrome.tabs
did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)Other Changes
1404797
. #38323 (Also in 25)Documentation
Notices
End of Support for 23.x.y
Electron 23.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.
v25.7.0
: electron v25.7.0Compare Source
Release Notes for v25.7.0
Features
Fixes
chrome.tabs
Tab objects were not properly considered privileged. #39609 (Also in 26, 27)Other Changes
1464682
.1464680
.1465224
. #39517Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This change is marked as an internal change (Task), so will not be included in the changelog.