Update dependency electron to v42.11.4 - #2382
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 5, 2026 22:06
73f6339 to
48fc090
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 12, 2026 22:43
48fc090 to
1b87be7
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 16, 2026 13:52
1b87be7 to
cb88ca8
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 18, 2026 05:35
cb88ca8 to
0cbdd61
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 19, 2026 23:47
0cbdd61 to
682a20b
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 25, 2026 13:11
682a20b to
abb15cd
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
August 27, 2026 03:34
abb15cd to
7b4842c
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
September 1, 2026 19:16
7b4842c to
25ccbee
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
September 3, 2026 02:04
25ccbee to
1dc7bbb
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
September 5, 2026 05:55
1dc7bbb to
f39fba6
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
2 times, most recently
from
September 10, 2026 02:36
7244e5a to
69c4e0c
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
2 times, most recently
from
September 15, 2026 14:18
586e13d to
5012ff0
Compare
renovate
Bot
force-pushed
the
renovate/electron-42.x
branch
from
September 16, 2026 22:28
5012ff0 to
6465574
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
42.7.1→42.11.442.7.1→42.11.4Release Notes
electron/electron (electron)
v42.11.4: electron v42.11.4Compare Source
Release Notes for v42.11.4
Fixes
nodeIntegrationInSubFramesenabled andsandboxdisabled, e.g. on pages that embed Meta Pixel. #53886 (Also in 43, 44, 45)Other Changes
v42.11.3: electron v42.11.3Compare Source
Release Notes for v42.11.3
Fixes
file-system-access-restrictedevent are scoped to the requesting document, grants are reset when the origin's last page closes, and write access works in in-memory sessions. #53695 (Also in 43, 44, 45)session.setPermissionCheckHandlerreceiving the top-level origin and a nullwebContentsforhidandusbchecks made from a subframe. #53736 (Also in 43, 44, 45)webContents.on(),removeListener()andremoveAllListeners()throwing "Object has been destroyed" forconsole-messagelisteners after the WebContents was destroyed. #53497 (Also in 43, 44, 45)process.envwas written while another thread was reading the environment, and a memory leak when a worker thread exits. #53511 (Also in 43, 44, 45)window.open()child whosecontextIsolationdiffered from its opener's. #53541 (Also in 43, 44, 45)setDisplayMediaRequestHandlerwhen the granted frame had been destroyed or another tab was granted by id. #53674 (Also in 43, 44, 45)<webview>,window.close()andexecuteJavaScriptreply IPCs are validated against the sending frame. #53727 (Also in 43, 44, 45)<webview>withoutallowpopupsalso blocks links opened into a new window by modifier-click, and such windows navigate as the clicking document rather than as a browser-initiated load. #53719 (Also in 43, 44, 45)getUserMediawithchromeMediaSource: 'desktop'no longer accepts WebContents source ids; usechromeMediaSource: 'tab'withwebContents.getMediaSourceId()orsetDisplayMediaRequestHandlerto capture a WebContents. #53710 (Also in 43, 44, 45)nodeIntegrationInWorkernow applies only to workers created by frames that themselves have Node integration; enablenodeIntegrationInSubFramesto keep Node in workers created by subframes. #53713 (Also in 43, 44, 45)openExternalpermission requests started by a frame that has since gone away are attributed to that frame's origin rather than to the navigating page. #53697 (Also in 43, 44, 45)pointerLockandkeyboardLockpermission requests now report the requesting frame, andexecCommand('paste')requires user activation in the frame that calls it. #53702 (Also in 43, 44, 45)v42.11.2: electron v42.11.2Compare Source
Release Notes for v42.11.2
Fixes
node::ObjectWrapaborting during garbage collection on Node.js 24.19.0 and later. #53394 (Also in 43, 44, 45)Other Changes
v42.11.1: electron v42.11.1Compare Source
Release Notes for v42.11.1
Fixes
chrome.tabs.query()returning taburlandtitleto extensions without thetabspermission or host access, aligning withtabs.get. #53355 (Also in 43, 44, 45)contextBridge, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps. #53329 (Also in 43, 44)Other Changes
v42.11.0: electron v42.11.0Compare Source
Release Notes for v42.11.0
Fixes
fs.constants.O_DIRECTORY,O_NOFOLLOWandO_DIRECTholding x86 values on Linux arm64 and armv7l, which made opening a directory fail withEINVAL, and maderequire('trace_events')behave the same on cross-compiled builds as on native ones. #53318 (Also in 43, 44, 45)node:wasifunctions in optimized code. #53267 (Also in 43, 44, 45)--langvalues such asde-DEloading no locale resources on macOS, which left localized strings empty and could crash WebAuthn Touch ID prompts. #53187 (Also in 43, 44)Other Changes
v42.10.1: electron v42.10.1Compare Source
Release Notes for v42.10.1
Fixes
webContents.print()honoringprintBackground,duplexMode, and printer default duplex settings. #53158 (Also in 43, 44)WebContentsViewwouldn't see the correct window size. #53151 (Also in 43, 44)additionalDatatoapp.requestSingleInstanceLock(). #53157 (Also in 43, 44)Other Changes
fetch()calls and file:// loads in renderers no longer wait for the main process to be idle when nowebRequestlisteners or protocol interceptors are registered. #53143 (Also in 43, 44)v42.10.0: electron v42.10.0Compare Source
Release Notes for v42.10.0
Features
Fixes
webContents.setDevToolsWebContents(). #52981 (Also in 43, 44)BrowserWindow.unmaximize()andrestore()having no effect on Wayland when the window was maximized immediately after creation. #53126 (Also in 44)Uncaught illegal accesserrors and possible renderer crashes after closing a same-process child window or removing an iframe withnodeIntegrationInSubFramesenabled. #53042 (Also in 44)dialog.showOpenDialog/dialog.showSaveDialogopening at an unusable location on Linux whendefaultPathis a bare filename without a directory. #52980 (Also in 43, 44)app.setLoginItemSettingsif a non-UTF8 service name is used. #52989 (Also in 43, 44)tls/httpsshortly before exiting, affectingapp.exit()beforereadyand short-livedELECTRON_RUN_AS_NODE/child_process.fork()scripts. #52992 (Also in 43, 44)SpeechRecognition.available()orSpeechRecognition.install()withprocessLocally. #53016 (Also in 43, 44)requestSingleInstanceLockcould result in a crash. #52982 (Also in 43, 44)browserWindow.setTitle(). #53099 (Also in 43, 44)persist:prefix). #52990 (Also in 43, 44)rgba(0,0,0,0)failing back to default frame color. #52976 (Also in 41, 43)Other Changes
BrowserWindowon Linux.contextBridge-exposed APIs.ipcRenderer,ipcMainhandlers andwebContents.send. #53019 (Also in 43, 44)utilityProcess.fork(),child_process.fork()/ELECTRON_RUN_AS_NODEchild processes and Node.js-enabled renderers. #53136 (Also in 43, 44)v42.9.3: electron v42.9.3Compare Source
Release Notes for v42.9.3
Fixes
app.quit()while ashell.openExternal()orshell.openPath()call was still waiting on a system "Open with" dialog. #52900 (Also in 41, 43, 44)electron-mksnapshot, and theloadBrowserProcessSpecificV8Snapshotfuse) having no effect in the main process on macOS arm64, Linux x64 and Windows x64. #52876 (Also in 43, 44)Other Changes
5246282. #52869v42.9.2: electron v42.9.2Compare Source
Release Notes for v42.9.2
Fixes
registerFileProtocolandregisterHttpProtocolreturning readable responses to cross-originno-corsfetches; they now return opaque responses likeprotocol.handle. #52855 (Also in 41, 43, 44)WebContentsViewstaying blank after its window is shown whensetBackgroundThrottling(false)was called while the window was hidden. #52865 (Also in 43, 44)<webview>andwindow.opennow inheritnodeIntegrationInWorkerfrom the embedder, consistent with the other Node and sandbox preferences. #52831 (Also in 41, 43, 44)Other Changes
5422242,5420251. #52843v42.9.1: electron v42.9.1Compare Source
Release Notes for v42.9.1
Fixes
systemPreferences.promptTouchID(reason)when an invalid reason value is passed. #52780 (Also in 43, 44)contentTracing.stopRecording()when the trace file could not be written to the requested path. #52796 (Also in 43, 44)Other Changes
speechSynthesiscould block the main process for several hundred milliseconds. #52813v42.9.0: electron v42.9.0Compare Source
Release Notes for v42.9.0
Features
webFrameMain.printToPDF()to allow printing individual frames to PDF from the main process. #52626 (Also in 43, 44)Fixes
Other Changes
v42.8.1: electron v42.8.1Compare Source
Release Notes for v42.8.1
Fixes
BrowserWindowsize corruption on Windows when created with explicitx/yon a secondary monitor whose DPI differs from the primary. #52500 (Also in 43, 44)Dirent.parentPathbeingundefinedforfs.readdir,fs.readdirSync,fs.glob, andfs.globSyncwithwithFileTypes: trueinside asar archives. #52506 (Also in 43, 44)protocol.registerStreamProtocolwhen an error is emitted during a read. #52516 (Also in 41, 43, 44)Other Changes
v42.8.0: electron v42.8.0Compare Source
Release Notes for v42.8.0
Features
availabletoprocess.getSystemMemoryInfo()on Linux, exposingproc/meminfoMemAvailable. #52378 (Also in 43, 44)Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.