Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
electron 33.1.0 -> 33.4.11 age confidence

Release Notes

electron/electron (electron)

v33.4.11: electron v33.4.11

Compare Source

Release Notes for v33.4.11

[!WARNING]
Electron 33.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed electron.shell.openExternal and electron.shell.openPath to honor user-defined system defaults on Linux. #​46787 (Also in 34, 35, 36)

v33.4.10: electron v33.4.10

Compare Source

Release Notes for v33.4.10

Fixes

  • Fixed ElectronAccessibilityUI bug. #​46589 (Also in 34, 35, 36)
  • Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #​46645 (Also in 34, 35, 36)

v33.4.9: electron v33.4.9

Compare Source

Release Notes for v33.4.9

Fixes

  • Fixed to make sure maximize is emitted when reduce motion is enabled on macOS. #​46476

v33.4.8: electron v33.4.8

Compare Source

Release Notes for v33.4.8

Other Changes

v33.4.7: electron v33.4.7

Compare Source

Release Notes for v33.4.7

Fixes

  • Fixed an issue where the resizing border didn't work as expected on Wayland windows. #​46222 (Also in 34, 35, 36)

v33.4.6: electron v33.4.6

Compare Source

Release Notes for v33.4.6

Fixes

  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #​46038 (Also in 34, 35, 36)
  • Fixed an issue where system-context-menu incorrectly fired for all regions in frameless windows. #​46025 (Also in 36)
  • Fixed incorrect titlebar in file save dialogs. #​46075 (Also in 34, 35, 36)

Other Changes

v33.4.5: electron v33.4.5

Compare Source

Release Notes for v33.4.5

Fixes

  • Fixed invalid memory access in pdf viewer which lead to random crashes. #​46003 (Also in 34, 35)

Other Changes

v33.4.4: electron v33.4.4

Compare Source

Release Notes for v33.4.4

Other Changes

v33.4.3: electron v33.4.3

Compare Source

Release Notes for v33.4.3

Other Changes

v33.4.2: electron v33.4.2

Compare Source

Release Notes for v33.4.2

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #​45658 (Also in 32, 34, 35)
  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #​45688 (Also in 34, 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. #​45645 (Also in 34, 35)
  • Fixed crash on startup with asan build on macOS. #​45568 (Also in 34, 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #​45663 (Also in 32, 34, 35)
  • Fixed web worker scripts failing to load for chrome extensions. #​45711 (Also in 32, 34, 35)

Other Changes

v33.4.1: electron v33.4.1

Compare Source

Release Notes for v33.4.1

Fixes

  • Fixed an issue where Electron may experience crashes on Linux with 16KiB pages. #​45602
  • Fixed an issue where Windows Control Overlay didn't work with some window configurations. #​45476 (Also in 34, 35)
  • Fixed crash when accessing WebFrameMain frames and name attributes on destroyed frames. #​45509 (Also in 34, 35)
  • Fixed issue where 'contextmenu' event is emitted twice on macOS. #​45549 (Also in 34)
  • Fixed the path for a needed library used for mksnapshot. #​45547 (Also in 32, 34, 35)

v33.4.0: electron v33.4.0

Compare Source

Release Notes for v33.4.0

Features

  • Added permission support for document.executeCommand("paste"). #​45473 (Also in 34, 35)

Fixes

  • Fixed a crash when calling shell.readShortcutLink caused by PKEY_AppUserModel_ToastActivatorCLSID sometimes being represented by a string uuid. #​45349 (Also in 34)
  • Fixed an issue where RTL tooltips could be incorrect when using WCO on Windows. #​45424 (Also in 34, 35)
  • Fixed crash in gin::wrappable::secondweakcallback. #​45379 (Also in 34, 35)

Other Changes

  • Added NSPrefersDisplaySafeAreaCompatibilityMode = false to Info.plist to remove "Scale to fit below built-in camera." from app options. #​45470 (Also in 34, 35)

v33.3.2: electron v33.3.2

Compare Source

Release Notes for v33.3.2

Fixes

  • Fixed a potential crash in chrome.tabs.update(). #​45303
  • Fixed an issue where drag-dropping two directories would cause getAsFileSystemHandle to never resolve. #​45257 (Also in 34, 35)
  • Fixed native module compilation with gcc<= 8 and clang<=15. #​45086
  • The avoidClosingConnections option for session.clearData now properly defaults to false when the dataTypes option is not set. #​45207 (Also in 34)

Other Changes

v33.3.1: electron v33.3.1

Compare Source

Release Notes for v33.3.1

Fixes

  • Fixed chrome.i18n extension API being unavailable in service workers. #​45037 (Also in 31, 32, 34)
  • Fixed build failure when the PDF viewer is disabled. #​44965 (Also in 34)
  • Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #​45021 (Also in 31, 32, 34)
  • Fixed issue with missing index arg for webContents.canGoToOffset. #​45006 (Also in 32, 34)

Other Changes

  • Updated Chromium to 130.0.6723.170. #​45061

v33.3.0: electron v33.3.0

Compare Source

Release Notes for v33.3.0

Features

  • Added APIs to manage shared dictionaries for compression efficiency using Brotli or ZStandard. The new APIs are session.getSharedDictionaryUsageInfo(), session.getSharedDictionaryInfo(options), session.clearSharedDictionaryCache(), and session.clearSharedDictionaryCacheForIsolationKey(options). #​44951 (Also in 34)
  • Added WebFrameMain.collectJavaScriptCallStack() for accessing the JavaScript call stack of unresponsive renderers. #​44937 (Also in 34)

Fixes

  • Fixed an possible crash when using draggable regions and BaseWindows to get the context-menu event. #​44953 (Also in 32, 34)

Other Changes

  • Updated Chromium to 130.0.6723.152. #​44948

Documentation

v33.2.1: electron v33.2.1

Compare Source

Release Notes for v33.2.1

Fixes

  • Fixed a crash that could occur when calling shell.readShortcutLink on Windows. #​44803 (Also in 34)
  • Fixed an issue where WebContentsViews were being improperly removed. #​44671 (Also in 31, 32, 34)
  • Fixed an issue where resize wasn't being emitted for single-pixel resizes on Windows. #​44723 (Also in 32, 34)
  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #​44694 (Also in 32, 34)
  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #​44757 (Also in 32, 34)
  • Fixed an issue where the webContents context-menu event was not emitted when using -webkit-app-region: drag. #​44800 (Also in 32, 34)
  • Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. #​44640 (Also in 31, 32, 34)
  • Fixed crash in net api when utility process exits. #​44729 (Also in 32, 34)
  • Fixed segfault when moving WebContentsView between BrowserWindows. #​44613 (Also in 31, 32, 34)
  • Fixed theme does not work in DevTools. #​44635 (Also in 32, 34)
  • Fixed update file extension bug. #​44771 (Also in 34)
  • Return 0 exit code for normal termination of the utility process. #​44732 (Also in 32, 34)

Other Changes

  • Fixed an issue where a deprecation warning was being incorrectly emitted for frameless windows on macOS. #​44767 (Also in 34)
  • Fixed drag-and-drop session being canceled on wayland with empty dragData. #​44753 (Also in 32)
  • Security: backported fix for CVE-2024-11110. #​44647
  • Updated Chromium to 130.0.6723.137. #​44781
  • Updated Node.js to v20.18.1. #​44780

v33.2.0: electron v33.2.0

Compare Source

Release Notes for v33.2.0

Features

  • Added GPU accelerated shared texture offscreen rendering. #​44511

Other Changes

  • Updated Chromium to 130.0.6723.118. #​44591

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/electron-33.x-lockfile branch 2 times, most recently from 58c8fdb to e7aa6f0 Compare November 3, 2025 04:26
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/electron-33.x-lockfile branch from e7aa6f0 to 8fcd251 Compare November 12, 2025 00:59
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/electron-33.x-lockfile branch from 8fcd251 to bb463ba Compare December 9, 2025 01:06
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