Skip to content

Build(deps-dev): Bump electron from 41.2.1 to 41.4.0 in /apps/electron in the minor-and-patch group across 1 directory#43

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/electron/minor-and-patch-76529a51af
Open

Build(deps-dev): Bump electron from 41.2.1 to 41.4.0 in /apps/electron in the minor-and-patch group across 1 directory#43
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/electron/minor-and-patch-76529a51af

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps the minor-and-patch group with 1 update in the /apps/electron directory: electron.

Updates electron from 41.2.1 to 41.4.0

Release notes

Sourced from electron's releases.

electron v41.4.0

Release Notes for v41.4.0

Features

  • Added support for heap profiling via contentTracing.enableHeapProfiling(). #51178 (Also in 42)

Fixes

  • Ensured cross-origin fetch() and XHR are blocked for custom protocols registered with supportFetchAPI: true unless corsEnabled: true is also set; cross-origin mode: 'no-cors' requests now receive an opaque response. #51270 (Also in 39, 40, 42)
  • Fixed a crash when providing invalid HTTP header names or values in the webRequest.onBeforeSendHeaders() callback. #51365 (Also in 40, 42)
  • Fixed a bug that cause offscreen rendering doesn't have valid screen info and unable to get valid result of related media queries.
    • Added webPreference.offscreen.deviceScaleFactor to allow user specify a value, instead of using user's primary display's value. #50375 (Also in 40)
  • Fixed a bug where errors would occur when using the Chrome DevTools Fetch API. #51371 (Also in 42)
  • Fixed a crash that could occur when an autofill suggestion popup was shown while a window was closing. #51321 (Also in 42)
  • Fixed a regression where frameless fullscreen windows had white borders on Windows. #51332 (Also in 42)
  • Fixed a renderer crash when a page uses the <geolocation> HTML element. #51373 (Also in 42)
  • Fixed an issue where calling contentTracing APIs before app.whenReady() would crash the application. #51352 (Also in 42)
  • Fixed an issue where some toast notification properties didn't work as expected in WinRT. #51397 (Also in 42)
  • Fixed buggy behavior where Backspace would accept macOS text replacements inside contenteditable elements. #51343 (Also in 40, 42)
  • This PR fixes a regression in silent printing where custom DPI values from webContents.print were not honored, causing incorrect output scaling in real-world print flows. #51355 (Also in 42)

Other Changes

  • Backported a fix for route_id validation in the GPU command buffer. #51319
  • Backported fix in Skia for 495534710. #51264
  • Backported security fixes for 492736100, 492668885, 493413432, 493319454, 494158331, 496281816. #51259
  • Updated Chromium to 146.0.7680.216. #51382

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)

... (truncated)

Commits
  • ff343d4 build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.1 (#51410)
  • 5562011 chore: bump chromium to 146.0.7680.216 (41-x-y) (#51382)
  • c9a1cff fix: dispatch toast action and reply events from WinRT activation path (#51397)
  • 8d1475e ci: backport secondary siso patch (#51392)
  • 7e0499d feat: support heap profiling in contentTracing (#51178)
  • 86b483a fix: use no-op header client for Fetch-intercepted requests (#51371)
  • 3cd0af4 fix: include permission element string resources in locale paks (#51373)
  • f596e35 chore: bump chromium to 146.0.7680.208 (41-x-y) (#51089)
  • 9867bbb docs: add further disposition description (#51369)
  • 6fd63cd fix: prevent crash when calling contentTracing APIs before app is ready (#51352)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 26, 2026
@dependabot dependabot Bot changed the title Build(deps-dev): Bump electron from 41.2.1 to 41.3.0 in /apps/electron in the minor-and-patch group Build(deps-dev): Bump electron from 41.2.1 to 41.3.0 in /apps/electron in the minor-and-patch group across 1 directory Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/electron/minor-and-patch-76529a51af branch from b6952c7 to 11b2140 Compare April 28, 2026 08:23
Bumps the minor-and-patch group with 1 update in the /apps/electron directory: [electron](https://github.com/electron/electron).


Updates `electron` from 41.2.1 to 41.4.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.2.1...v41.4.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Build(deps-dev): Bump electron from 41.2.1 to 41.3.0 in /apps/electron in the minor-and-patch group across 1 directory Build(deps-dev): Bump electron from 41.2.1 to 41.4.0 in /apps/electron in the minor-and-patch group across 1 directory May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/electron/minor-and-patch-76529a51af branch from 11b2140 to aca8117 Compare May 1, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants