Skip to content

chore(deps): update dependency electron to v38.7.2#3867

Merged
JellyBrick merged 1 commit into
masterfrom
renovate/electron-38.x
Dec 19, 2025
Merged

chore(deps): update dependency electron to v38.7.2#3867
JellyBrick merged 1 commit into
masterfrom
renovate/electron-38.x

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
electron 38.2.0 -> 38.7.2 age confidence

Release Notes

electron/electron (electron)

v38.7.2: electron v38.7.2

Compare Source

Release Notes for v38.7.2

Fixes

  • Fixed an issue where the close callback param for menu.popup would fire when any arbitrary submenu of the given menu closed, and not the menu itself. #​49047 (Also in 39, 40)
  • Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #​49020 (Also in 39, 40)

v38.7.1: electron v38.7.1

Compare Source

Release Notes for v38.7.1

Other Changes

v38.7.0: electron v38.7.0

Compare Source

Release Notes for v38.7.0

Features

  • Added app.isHardwareAccelerationEnabled(). #​48681 (Also in 37, 39)
  • Added bypassCustomProtocolHandlers option to net.request. #​48881 (Also in 39, 40)
  • Automatically focus DevTools when element is inspected or breakpoint is triggered. #​48701 (Also in 37, 39)
  • Enables resetting accent color to follow system accent settings if a previous color has been set via window.setAccentColor(null). #​48853 (Also in 39)

Fixes

  • Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #​48836 (Also in 39, 40)
  • Fix: ESM-from-CJS import when CJK characters are in path. #​48876 (Also in 39, 40)
  • Fixed an issue where calling webContents.openDevTools({ mode: 'detach' }) would cause a crash on Wayland. #​48926 (Also in 39)
  • Fixed crash on windows when UTF-8 is in path. #​48947 (Also in 39, 40)
  • Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #​48817 (Also in 39, 40)
  • Fixed the issue where the parent window remained interactive after the modal window was opened. #​48866 (Also in 39, 40)
  • Restored window's canHide property. #​48900 (Also in 37, 39)

Other Changes

Unknown

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48829 (Also in 39, 40)

v38.6.0: electron v38.6.0

Compare Source

Release Notes for v38.6.0

Fixes

  • Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #​48598. #​48801 (Also in 39, 40)
  • Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions. #​48757 (Also in 39, 40)
  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #​48710 (Also in 37, 39)
  • Fixed draw smoothing round corner issue. #​48780 (Also in 40)
  • Fixed incorrect signal variable reference in nan-spec-runner that could cause install failures to go undetected. #​48708 (Also in 39)

Other Changes

v38.5.0: electron v38.5.0

Compare Source

Release Notes for v38.5.0

Features

  • Added methods to enable more granular accessibility support management. #​48626 (Also in 37, 39)

Fixes

  • Fixed a potential crash in dialog.showOpenDialog on Windows with an empty extension filter array. #​48660 (Also in 37, 39)
  • Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. #​48672 (Also in 37, 39)
  • Fixed an issue where trafficLightPosition would not be correctly applied when using titleBarStyle: 'customButtonsOnHover' on macOS 26. #​48620 (Also in 37, 39)
  • Fixed an issue where button background on mouse hover with titleBarOverlay wasn't always calculated to provide appropriate minimum contrast. #​48595 (Also in 37, 39)
  • Fixed an issue where icons didn't show up as expected on Windows Toast notifications. #​48630 (Also in 39)
  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #​48513 (Also in 39)

Other Changes

  • Updated Chromium to 140.0.7339.249. #​48569

Documentation

v38.4.0: electron v38.4.0

Compare Source

Release Notes for v38.4.0

Features

  • Support dynamic ESM imports in non-context isolated preloads. #​48489 (Also in 39)

Fixes

  • Fixed shader-f16 to work on Windows. #​48555 (Also in 37, 39)
  • Fixed white flash on call to BrowserWindow.show. #​48560 (Also in 37, 39)
  • Titlebar buttons now appear on the correct side of windows on Wayland in Ubuntu. #​48602 (Also in 39)

v38.3.0: electron v38.3.0

Compare Source

Release Notes for v38.3.0

Fixes

  • Fixed Windows dialog.showMessageBox default button handling. #​48519 (Also in 36, 37, 39)
  • Fixed an issue where shell.openExternal caused an unexpected dialog to open when there was no app suitable to open the url. #​48517 (Also in 39)
  • Fixed an issue where authentication via websockets can crash. #​48539 (Also in 37, 39)
  • Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. #​48499 (Also in 39)

Other Changes

  • Fixed a development issue where the metal toolchain could not be found when building on macOS 26. #​48473 (Also in 37, 39)
  • Updated Chromium to 140.0.7339.240. #​48486
  • Updated Node.js to v22.20.0. #​48381

v38.2.2: electron v38.2.2

Compare Source

Release Notes for v38.2.2

Fixes

  • AccentColor set distinguishes the frame. #​48451 (Also in 37, 39)
  • Fix: runtime JS error that crashes GetPackageJSON. #​48424 (Also in 37, 39)
  • Fixed download button does not work in PDF Viewer. #​48409 (Also in 39)

v38.2.1: electron v38.2.1

Compare Source

Release Notes for v38.2.1

Fixes

  • Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. #​48437 (Also in 39)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from 257dc15 to d04741a Compare September 16, 2025 23:00
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.1.0 chore(deps): update dependency electron to v38.1.1 Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from d04741a to d4b630d Compare September 17, 2025 18:20
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.1.1 chore(deps): update dependency electron to v38.1.2 Sep 17, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from d4b630d to 8c8b4c3 Compare October 19, 2025 13:38
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.1.2 chore(deps): update dependency electron to v38.3.0 Oct 19, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch 2 times, most recently from 16614f4 to c7fec04 Compare October 22, 2025 09:47
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.3.0 chore(deps): update dependency electron to v38.4.0 Oct 22, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from c7fec04 to ee86f8b Compare October 29, 2025 17:47
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.4.0 chore(deps): update dependency electron to v38.5.0 Oct 29, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from ee86f8b to ce394ac Compare November 7, 2025 02:12
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.5.0 chore(deps): update dependency electron to v38.6.0 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch 2 times, most recently from 97a5698 to be0598b Compare November 14, 2025 06:37
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.6.0 chore(deps): update dependency electron to v38.7.0 Nov 14, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from be0598b to 21ba7b8 Compare November 18, 2025 13:32
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.7.0 chore(deps): update dependency electron to v38.7.1 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from 21ba7b8 to 1ee6f84 Compare November 19, 2025 21:01
@renovate renovate Bot changed the title chore(deps): update dependency electron to v38.7.1 chore(deps): update dependency electron to v38.7.2 Nov 26, 2025
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from 1ee6f84 to 6558997 Compare November 26, 2025 19:23
@renovate renovate Bot force-pushed the renovate/electron-38.x branch from 6558997 to e5a74bf Compare December 3, 2025 17:09
@JellyBrick JellyBrick merged commit 9627dd2 into master Dec 19, 2025
7 of 9 checks passed
@JellyBrick JellyBrick deleted the renovate/electron-38.x branch December 19, 2025 06:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant