Skip to content

Bump electron from 43.4.0 to 44.2.0 - #9741

Closed
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/electron-44.1.0
Closed

Bump electron from 43.4.0 to 44.2.0#9741
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/electron-44.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps electron from 43.4.0 to 44.2.0.

Release notes

Sourced from electron's releases.

electron v44.2.0

Release Notes for v44.2.0

Fixes

  • Fixed a pending read on a net.request chunked upload stream inside a protocol handler never settling when the request failed or was aborted. #53373 (Also in 43, 45)
  • Fixed a potential crash when using menu.popup with a frame from an offscreen rendered window. #53362 (Also in 43)
  • Fixed an intermittent crash (access violation) on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended. #53455 (Also in 43, 45)
  • Fixed application crash after a large number of IPC messages from renderers. #53417 (Also in 42, 43, 45)
  • Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later. #53392 (Also in 42, 43, 45)

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Skia and V8. #53479
  • Improved throughput of responses that protocol.handle handlers return straight from net.fetch. #53378
  • Updated Chromium to 152.0.7977.76. #53382
  • Updated Node.js to v24.20.0. #53250

electron v44.1.1

Release Notes for v44.1.1

Fixes

  • Fixed chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get. #53354 (Also in 42, 43, 45)
  • Fixed a renderer crash when an array with a throwing property getter is passed across contextBridge, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps. #53331 (Also in 42, 43)
  • Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53340 (Also in 43, 45)
  • Fixed an issue where an exception thrown by a property getter on an object passed through contextBridge was swallowed instead of being thrown back to the caller. #53335 (Also in 43, 45)
  • Fixed main process crashes when navigating to http://accessibility/ or http://devtools/, when an extension background page used navigator.mediaDevices, and when calling SerialPort.forget() for a disconnected device. #53333 (Also in 43, 45)
  • Fixed the PDF viewer failing to save an edited PDF with NotAllowedError: Third party iframes are not allowed to show a file picker. #53328 (Also in 43, 45)

electron v44.1.0

Release Notes for v44.1.0

Fixes

  • Fixed fs.constants.O_DIRECTORY, O_NOFOLLOW and O_DIRECT holding x86 values on Linux arm64 and armv7l, which made opening a directory fail with EINVAL, and made require('trace_events') behave the same on cross-compiled builds as on native ones. #53320 (Also in 42, 43, 45)
  • Fixed webContents.executeJavaScriptInIsolatedWorld resolving with undefined when worldId was not an integer. #53238 (Also in 43)
  • Fixed webContents.print() honoring printBackground, duplexMode, and printer default duplex settings. #53159 (Also in 42, 43)
  • Fixed a crash on Windows when V8 posted a delayed worker task during shutdown. #53201 (Also in 42, 43)
  • Fixed a crash on macOS when a WebAuthn Touch ID prompt was requested while no locale resources were loaded. #53194 (Also in 43)
  • Fixed a crash on macOS when a notification's icon could not be attached; the notification is now shown without the icon. #53146 (Also in 42, 43)
  • Fixed a crash when calling node:wasi functions in optimized code. #53268 (Also in 42, 43, 45)
  • Fixed a crash when calling utilityProcess.postMessage() after the utility process had exited. #53300 (Also in 43, 45)
  • Fixed a regression where a window created with a custom title can show an empty title after using back/forward navigation. #53218 (Also in 42, 43)
  • Fixed an issue where pages loaded in a detached WebContentsView wouldn't see the correct window size. #53153 (Also in 42, 43)
  • Fixed crashes in sharedTexture, service-worker ipcRenderer and utilityProcess.fork() caused by object lifetime bugs. #53279 (Also in 43, 45)
  • Fixed crashes in the main process when a webRequest.onBeforeRequest listener redirected a CORS preflight request, and when calling net.fetch() with a webRequest-permission extension loaded. #53303 (Also in 43, 45)
  • Fixed crashes when a webContents or parent window is destroyed while other APIs still reference it. #53287 (Also in 43, 45)
  • Fixed crashes when certain app event handlers call back into Electron synchronously. #53275 (Also in 43, 45)
  • Fixed region-qualified --lang values such as de-DE loading no locale resources on macOS, which left localized strings empty and could crash WebAuthn Touch ID prompts. #53188 (Also in 42, 43)
  • Fixed the GPU process being terminated in AppX/MSIX packaged apps on Windows when WebGPU fell back to SwiftShader. #53198 (Also in 42, 43)

... (truncated)

Commits
  • aa650d7 ci: bump build-tools to pick up the .patches merge driver (#53483)
  • aad3008 chore: cherry-pick 10 changes from angle, chromium, skia and v8 (#53479)
  • 17a16f1 build: pin the siso revision in build/siso_revision instead of fetching Chrom...
  • fef76a6 ci: retry the depot_tools clones and the angle fetch on transient network err...
  • e255208 ci: use a download-artifact fork that doesn't parse the event file at import ...
  • 81fe24e perf: relay untouched net.fetch responses from protocol.handle without pumpin...
  • 5a7a11d fix: backport Node.js cleanup hook fixes for node::ObjectWrap addons (44-x-y)...
  • 3e1fc8b fix: terminate immediately on asar integrity violation (#53455)
  • 5abd26a test: run the Squirrel.Mac updater specs concurrently off a signed template (...
  • 0faf4b9 ci: don't fail the macOS build when Homebrew can't reach its API during clean...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Sep 4, 2026
@dependabot dependabot Bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Sep 4, 2026
@FreeTubeBot
FreeTubeBot enabled auto-merge (squash) September 4, 2026 08:57
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/electron-44.1.0 branch from c41bdee to 6272f3c Compare September 4, 2026 10:37
@PikachuEXE

Copy link
Copy Markdown
Member

https://www.electronjs.org/blog/electron-44-0

What needs to be done~

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/electron-44.1.0 branch from 6272f3c to d5d1b87 Compare September 4, 2026 12:12
@efb4f5ff-1298-471a-8973-3d47447115dc

efb4f5ff-1298-471a-8973-3d47447115dc commented Sep 7, 2026

Copy link
Copy Markdown
Member

https://www.electronjs.org/blog/electron-44-0#behavior-changed-netrequest-rejects-frame-destinations-without-navigate-mode, doesnt seem to be affected

FreeTube/src/main/index.js

Lines 699 to 703 in ab2d602

const newRequest = net.request({
method: request.method,
url,
headers
})

So i think the only thing we need to check if everything with the clipboard is fine

@PikachuEXE

Copy link
Copy Markdown
Member

My custom build with this included: https://github.com/PikachuEXE/FreeTube/actions/runs/34299076736

@PikachuEXE

Copy link
Copy Markdown
Member

Linux build failed due to 404
Electron side issue I guess, no issue building on macOS though
2026-09-09 09_28_37-Build · PikachuEXE_FreeTube@88f597d - Vivaldi

@PikachuEXE

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [electron](https://github.com/electron/electron) from 43.4.0 to 44.2.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v43.4.0...v44.2.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 44.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump electron from 43.4.0 to 44.1.0 Bump electron from 43.4.0 to 44.2.0 Sep 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/electron-44.1.0 branch from d5d1b87 to 1f04366 Compare September 10, 2026 09:34
@absidue

absidue commented Sep 10, 2026

Copy link
Copy Markdown
Member

We will definitely need changes, here is an incomplete list:

  • Remove 32-bit/armv7l support from:
    • our scripts
    • the build and release workflows
    • the FreeTube website
  • Switch to the new clipboard APIs in the main process
  • Update electron-context-menu to 5.0.0

@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9783.

@dependabot dependabot Bot closed this Sep 11, 2026
auto-merge was automatically disabled September 11, 2026 08:58

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/electron-44.1.0 branch September 11, 2026 08:58
@github-actions github-actions Bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants