Skip to content

chore(deps): update dependency electron to v34.5.1 #3286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 34.0.0 -> 34.5.1 age adoption passing confidence

Release Notes

electron/electron (electron)

v34.5.1: electron v34.5.1

Compare Source

Release Notes for v34.5.1

Fixes

  • Fixed a Linux-only issue where the context menu runs the action under the cursor when opened and should not. #​46436
  • Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #​46462 (Also in 35, 36)
  • Fixed a potential crash in parentPort. #​46494 (Also in 35, 36)
  • Fixed crash on application exit with pending app.getGPUInfo promise. #​46472 (Also in 35, 36)

Unknown

v34.5.0: electron v34.5.0

Compare Source

Release Notes for v34.5.0

Fixes

  • Fixed an issue where context-menu event weren't emitted as expected on Windows in draggable regions. #​46328 (Also in 35, 36)
  • Fixed an issue where calling UtilityProcess.fork prior to the app ready event would cause a crash. #​46405 (Also in 35, 36)
  • Fixed memory leak in AutofillPopupView. #​46411 (Also in 35, 36)
  • When a menu item on macOS is disabled (enabled = false), it is now greyed out. #​46340 (Also in 35, 36)

Other Changes

v34.4.1: electron v34.4.1

Compare Source

Release Notes for v34.4.1

Fixes

  • Fixed an issue where navigationHistory.restore() failed to restore the userAgent if it was overridden. #​46298 (Also in 35, 36)

Other Changes

v34.4.0: electron v34.4.0

Compare Source

Release Notes for v34.4.0

Features

  • Added ffmpeg.dll to delay load configuration. #​46174 (Also in 35, 36)

Fixes

  • Fixed NODE_OPTIONS parsing for child processes on macOS. #​46242 (Also in 35, 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #​46175 (Also in 33, 35, 36)
  • Fixed an issue where webContents.printToPDF() didn't work as expected with cross-process subframes. #​46258 (Also in 35, 36)
  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #​46223 (Also in 33, 35, 36)
  • Fixed an issue with token formatting for tokens received after calling pushNotifications.registerForAPNSNotifications(). #​46150 (Also in 35, 36)
  • Fixed build failure when building with printing disabled. #​46286 (Also in 35, 36)
  • Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #​46246 (Also in 35, 36)

Other Changes

  • Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #​46250 (Also in 35, 36)

v34.3.4: electron v34.3.4

Compare Source

Release Notes for v34.3.4

Fixes

  • Fixed an issue where Web Workers crashed on unhandled rejections. #​46019 (Also in 35, 36)
  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #​46039 (Also in 33, 35, 36)
  • Fixed incorrect titlebar in file save dialogs. #​46076 (Also in 33, 35, 36)
  • Fixed title changes to not occur while navigating within a page. #​46034 (Also in 35, 36)

Other Changes

v34.3.3: electron v34.3.3

Compare Source

Release Notes for v34.3.3

Fixes

Other Changes

  • Fixed an issue where Electron could fail to load on some older Linux distributions. #​45982 (Also in 35, 36)

v34.3.2: electron v34.3.2

Compare Source

Release Notes for v34.3.2

Fixes

  • Improved webContents loading time when resolving fonts for uncommon scripts. #​45917 (Also in 35, 36)

Other Changes

v34.3.1: electron v34.3.1

Compare Source

Release Notes for v34.3.1

Fixes

  • Fixed an issue where contextmenu events wouldn't be correctly dispatched in draggable regions on Linux. #​45840 (Also in 35)
  • Fixed an issue where setContentProtection(true) was reverted when a given window was hidden. #​45890 (Also in 35)
  • Fixed invalid memory access in pdf viewer which lead to random crashes. #​45880 (Also in 35)

Other Changes

  • Fixed an issue where native Node.js addons including uv.h before node.h don't compile as expected. #​45870

v34.3.0: electron v34.3.0

Compare Source

Release Notes for v34.3.0

Features

  • Added support for roundedCorners BrowserWindow constructor option on Windows. #​45739 (Also in 35)

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #​45659 (Also in 32, 33, 35)
  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #​45687 (Also in 33, 35)
  • Fixed v8.setHeapSnapshotNearHeapLimit api in main and utility process, along with support for --diagnostic-dir Node.js cli flag to specify the directory to save the heap snapshots. #​45644 (Also in 33, 35)
  • Fixed a crash that could occur in OSR on window close. #​45629 (Also in 35)
  • Fixed a potential crash when calling legacy getUserMedia with an invalid chromeMediaSourceId. #​45756 (Also in 35)
  • Fixed a potential issues permissions in the Pointer Lock API after focus loss and regain. #​45627 (Also in 35)
  • Fixed an issue where Electron may experience crashes on Linux with 16KiB pages. #​45571 (Also in 33)
  • Fixed crash on startup with asan build on macOS. #​45567 (Also in 33, 35)
  • Fixed drag and drop icons not showing on Windows. #​45778 (Also in 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #​45662 (Also in 32, 33, 35)
  • Fixed web worker scripts failing to load for chrome extensions. #​45710 (Also in 32, 33, 35)

Other Changes

v34.2.0: electron v34.2.0

Compare Source

Release Notes for v34.2.0

Features

  • Added webContents.navigationHistory.restore(index, entries) API that allows restoration of navigation history. #​45584

Fixes

  • Fixed an issue where windows on Windows with backgroundMaterial lost effect on maximization. #​45526 (Also in 35)
  • Fixed crash when accessing WebFrameMain frames and name attributes on destroyed frames. #​45510 (Also in 33, 35)
  • Fixed the path for a needed library used for mksnapshot. #​45544 (Also in 32, 33, 35)

Other Changes

v34.1.1: electron v34.1.1

Compare Source

Release Notes for v34.1.1

Other Changes

v34.1.0: electron v34.1.0

Compare Source

Release Notes for v34.1.0

Features

  • Added view.getVisible(). #​45410 (Also in 35)
  • Added permission support for document.executeCommand("paste"). #​45472 (Also in 33, 35)

Fixes

  • Fixed a bug where the default path didn't always correctly fill the Name field in KDialogs on Linux. #​45419 (Also in 35)
  • Fixed an issue where RTL tooltips could be incorrect when using WCO on Windows. #​45426 (Also in 33, 35)
  • Fixed an issue where Windows Control Overlay didn't work with some window configurations. #​45478
  • Fixed an issue where selection of multiple directories with the dialog module didn't work on Linux. #​45395 (Also in 35)

Other Changes

  • Added NSPrefersDisplaySafeAreaCompatibilityMode = false to Info.plist to remove "Scale to fit below built-in camera." from app options. #​45469 (Also in 33, 35)
  • Updated Chromium to 132.0.6834.194. #​45480

v34.0.2: electron v34.0.2

Compare Source

Release Notes for v34.0.2

Fixes

  • Fixed a crash when calling shell.readShortcutLink caused by PKEY_AppUserModel_ToastActivatorCLSID sometimes being represented by a string uuid. #​45350 (Also in 33)
  • Fixed a potential crash in chrome.tabs.update(). #​45304 (Also in 33, 35)
  • Fixed an issue where print scaling could be too small during silent print. #​45283 (Also in 35)
  • Fixed crash in gin::wrappable::secondweakcallback. #​45376

Other Changes

  • Updated Chromium to 132.0.6834.159. #​45313

v34.0.1: electron v34.0.1

Compare Source

Release Notes for v34.0.1

Fixes

  • Addressed two possible crashes in the File System Access API. #​45260 (Also in 35)
  • Fixed an issue where drag-dropping two directories would cause getAsFileSystemHandle to never resolve. #​45258 (Also in 33, 35)
  • The avoidClosingConnections option for session.clearData now properly defaults to false when the dataTypes option is not set. #​45208 (Also in 33)

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 is behind base branch, 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 force-pushed the renovate/electron-34.x branch from 3d842dc to 72f86f2 Compare April 9, 2025 21:52
@renovate renovate bot changed the title chore(deps): update dependency electron to v34.5.0 chore(deps): update dependency electron to v34.5.1 Apr 9, 2025
@Helias Helias merged commit 856ee23 into master Apr 11, 2025
13 checks passed
@Helias Helias deleted the renovate/electron-34.x branch April 11, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant