Bumps electron from 33.2.0 to 41.3.0.
Release notes
Sourced from electron's releases.
electron v41.3.0
Release Notes for v41.3.0
Fixes
- Fixed
webContents.printToPDF rejecting on all subsequent calls after a prior call was rejected with an invalid pageRanges value. #51221 (Also in 40, 42)
- Fixed an issue where
app-region: drag inside a hidden WebContentsView would still drag the parent window on Windows. #51246 (Also in 40, 42)
- Fixed an issue where an Electron macOS update would not be applied if another app was previously blocking the macOS system update loop. #51210 (Also in 40, 42)
- Fixed build failure when building with
enable_pdf disabled. #51248 (Also in 42)
- Fixed frameless transparent windows on Windows losing their transparency after
setResizable(false) followed by setResizable(true). #51217 (Also in 42)
Other Changes
- Updated Node.js to v24.15.0. #51088
electron v41.2.2
Release Notes for v41.2.2
Fixes
- Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools. #51078 (Also in 42)
- Fixed an issue where
nodeIntegrationInWorker didn't always work in AudioWorklet. #51006 (Also in 42)
- Fixed an issue where saving edited PDF files would fail with a cross-origin SecurityError. #51073 (Also in 42)
- Fixed bug that could occasionally cause browserWindow's
always-on-top-changed even to fire with incorrect values. #51135 (Also in 40, 42)
- Fixed test scaffolding bug when running tests locally on Linux. #51150 (Also in 40, 42)
Other Changes
- Fixed
gn gen failing to resolve electron_version when building from a git worktree checkout. #51165 (Also in 39, 40, 42)
- Security: backported fixes for CVE-2026-6296, CVE-2026-6297, CVE-2026-6298, CVE-2026-6299, CVE-2026-6358, CVE-2026-6359, CVE-2026-6300, CVE-2026-6301, CVE-2026-6302, CVE-2026-6303, CVE-2026-6304, CVE-2026-6306, CVE-2026-6307, CVE-2026-6308, CVE-2026-6309, CVE-2026-6360, CVE-2026-6311, CVE-2026-6312, CVE-2026-6313, CVE-2026-6314, CVE-2026-6316, CVE-2026-6318, CVE-2026-6361, CVE-2026-6362, CVE-2026-6363. #51137
electron v41.2.1
Release Notes for v41.2.1
Fixes
- Added missing
metadata fields to contentTracing traces. #51021 (Also in 42)
- Changed the
kResizeThreshold to trigger the resize on corners. #51002 (Also in 42)
- Fixed
fs.stat on files inside asar archives returning undefined for blksize and blocks instead of numeric values. #50876 (Also in 40, 42)
- Fixed a crash when rendering PDFs when Site Isolation is disabled. #50845 (Also in 42)
- Fixed a memory leak where Menu items were not cleaned up after Menu.setApplicationMenu was called repeatedly. #50830 (Also in 40, 42)
- Fixed an issue where DevTools would re-attach to the window when opened after previously being detached. #50816 (Also in 39, 40, 42)
- Fixed an issue where
setSimpleFullScreen on macOS would exit when web content called requestFullscreen(). #50985 (Also in 40, 42)
- Fixed an issue where closing devtools immediately after focus caused a crash. #51037 (Also in 42)
- Fixed an issue where webContents.print() would ignore pageSize / mediaSize when silent was true. #50856 (Also in 42)
- Fixed aspect ratio min/max size clamping to correctly account for extraSize on macOS. #50835 (Also in 40, 42)
- Fixed crash when
app.setPath('sessionData') was called with a non-existent directory. #50958 (Also in 42)
- Fixed resize hit targets for frameless windows on Windows. Resize targets now start at the side and bottom edges of the window and extend outward when
frame: false, matching the behavior for windows with frames. #50863 (Also in 42)
- Fixed the crash keys being lost and the crash reporter hanging on macOS when many dynamic crash keys were registered. #50837 (Also in 40, 42)
- Moved Electron-specific help menu links to the default app only; unpackaged apps will no longer see these items in their default menu. #50859 (Also in 40, 42)
Other Changes
... (truncated)
Commits
12410f1 chore: bump node to v24.15.0 (41-x-y) (#51088)
e7f168f fix: trigger ShipIt Mach service after SMJobSubmit to unblock on-demand-only...
e105d66 fix: ignore draggable regions in hidden WebContentsView (#51246)
57b2645 build: FTBFS when pdf is disabled (#51248)
2c05608 fix: preserve transparency across setResizable toggles on Windows (#51217)
35aea3a fix: reset printToPDF queue after a rejection (#51221)
f111adc build: use Yarn JsZipImpl for node-modules link to fix arm32 OOM (#51231)
9d564ab test: add Linux-specific test for app.getApplicationNameForProtocol() (#51215)
fa920f8 ci: don't upload build stats on Windows if build fails (#51201)
f258998 fix: intermittent CI failure is-not-alwaysOnTop (#51135)
- Additional commits viewable in compare view
Dependabot compatibility score
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading. Please reload this page.
Bumps electron from 33.2.0 to 41.3.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
12410f1chore: bump node to v24.15.0 (41-x-y) (#51088)e7f168ffix: trigger ShipIt Mach service after SMJobSubmit to unblock on-demand-only...e105d66fix: ignore draggable regions in hiddenWebContentsView(#51246)57b2645build: FTBFS when pdf is disabled (#51248)2c05608fix: preserve transparency across setResizable toggles on Windows (#51217)35aea3afix: resetprintToPDFqueue after a rejection (#51221)f111adcbuild: use Yarn JsZipImpl for node-modules link to fix arm32 OOM (#51231)9d564abtest: add Linux-specific test forapp.getApplicationNameForProtocol()(#51215)fa920f8ci: don't upload build stats on Windows if build fails (#51201)f258998fix: intermittent CI failure is-not-alwaysOnTop (#51135)Dependabot compatibility score
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.