Skip to content
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

Update dependency electron to v32.3.3 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 32.0.1 -> 32.3.3 age adoption passing confidence

Release Notes

electron/electron (electron)

v32.3.3: electron v32.3.3

Compare Source

Release Notes for v32.3.3

Other Changes

v32.3.2: electron v32.3.2

Compare Source

Release Notes for v32.3.2

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #​45657 (Also in 33, 34, 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #​45661 (Also in 33, 34, 35)
  • Fixed issue where 'contextmenu' event is emitted twice on macOS. #​45555 (Also in 33, 34)
  • Fixed web worker scripts failing to load for chrome extensions. #​45709 (Also in 33, 34, 35)

Other Changes

v32.3.1: electron v32.3.1

Compare Source

Release Notes for v32.3.1
Fixes
  • Fixed the path for a needed library used for mksnapshot. #​45545 (Also in 33, 34, 35)

v32.3.0: electron v32.3.0

Compare Source

Release Notes for v32.3.0

Fixes

  • Fixed file chooser dialogs for flatpak applications. #​45193 (Also in 34)

Other Changes

v32.2.8: electron v32.2.8

Compare Source

Release Notes for v32.2.8
Fixes
  • Fixed chrome.i18n extension API being unavailable in service workers. #​45038 (Also in 31, 33, 34)
  • Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #​45019 (Also in 31, 33, 34)
  • Fixed issue with missing index arg for webContents.canGoToOffset. #​45007 (Also in 33, 34)
Other Changes

v32.2.7: electron v32.2.7

Compare Source

Release Notes for v32.2.7
Fixes
  • Fixed an possible crash when using draggable regions and BaseWindows to get the context-menu event. #​44954 (Also in 33, 34)
Other Changes
  • Security: backported fix for chromium:378541479. #​44858

v32.2.6: electron v32.2.6

Compare Source

Release Notes for v32.2.6
Fixes
  • Fixed an issue where resize wasn't being emitted for single-pixel resizes on Windows. #​44724 (Also in 33, 34)
  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #​44693 (Also in 33, 34)
  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #​44758 (Also in 33, 34)
  • Fixed an issue where the webContents context-menu event was not emitted when using -webkit-app-region: drag. #​44798 (Also in 33, 34)
  • Fixed crash in net api when utility process exits. #​44730 (Also in 33, 34)
  • Return 0 exit code for normal termination of the utility process. #​44749 (Also in 33, 34)
Other Changes
  • Fixed drag-and-drop session being canceled on wayland with empty dragData. #​44760
  • Updated Node.js to v20.18.1. #​44779

v32.2.5: electron v32.2.5

Compare Source

Release Notes for v32.2.5

Fixes

  • Fixed an issue where WebContentsViews were being improperly removed. #​44672 (Also in 31, 33, 34)
  • Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. #​44642 (Also in 31, 33, 34)
  • Fixed crash when rendering super menu accelerator on linux. #​44623 (Also in 33, 34)
  • Fixed theme does not work in DevTools. #​44639 (Also in 33, 34)

Other Changes

v32.2.4: electron v32.2.4

Compare Source

Release Notes for v32.2.4
Fixes
  • Fixed segfault when moving WebContentsView between BrowserWindows. #​44615 (Also in 31, 33, 34)

v32.2.3: electron v32.2.3

Compare Source

Release Notes for v32.2.3

Fixes

  • Fixed an issue where EventSource was undefined in both renderer and worker processes when Node.js integration was enabled. #​44497 (Also in 33, 34)
  • Fixed crash when network process terminates while a net log is running. #​44419 (Also in 31, 33, 34)
  • Fixed regression with dynamic dependency on libgdk_pixbuf. #​44437 (Also in 33, 34)

Other Changes

v32.2.2: electron v32.2.2

Compare Source

Release Notes for v32.2.2
Fixes
  • Fixed trace-startup not working on macOS. #​44292 (Also in 33, 34)
  • Fixed an issue where closing a window after printing on Linux triggered a crash. #​44282 (Also in 31, 33, 34)
  • Fixed an issue where the exit event could be emitted twice from the utilityProcess. #​44268 (Also in 31, 33, 34)
  • Fixed calling setAlwaysOnTop on a hidden window which is then shown with showInactive on Linux under X11. #​44325 (Also in 31, 33, 34)
  • Fixed race condition in which WebContents appears as white screen on VDI machines without hardware acceleration capabilities. #​44351 (Also in 33, 34)
Other Changes
  • Security: backported fix for CVE-2024-7966.
    • Security: backported fix for CVE-2024-9370. #​44312
  • Security: backported fix for chromium:367734947.
    • Security: backported fix for chromium:366635354. #​44357

v32.2.1: electron v32.2.1

Compare Source

Release Notes for v32.2.1
Fixes
  • Fixed native addon compilation errors on macOS. #​44201 (Also in 31, 33)
Other Changes

v32.2.0: electron v32.2.0

Compare Source

Release Notes for v32.2.0
Fixes
  • Fixed a crash when calling focus on a WebView's webContents. #​43934 (Also in 31, 33)
  • Fixed a potential issue accessing a child window document when overriding browserWindow creation via setWindowOpenHandler. #​43877 (Also in 31, 33)
  • Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #​44001 (Also in 31, 33)
  • Fixed closing a window with more than one attached sheet on macOS. #​43954 (Also in 31, 33)
  • Fixed potential use-after-free during view removal on macOS. #​43923 (Also in 31, 33)
Other Changes
  • Ensured that the sender-id hint is set when creating desktop notifications on DBus. #​43950 (Also in 31, 33)
  • Updated Chromium to 128.0.6613.178. #​44086
  • Updated Node.js to v20.18.0. #​44116

v32.1.2: electron v32.1.2

Compare Source

Release Notes for v32.1.2

Fixes

  • Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. #​43786 (Also in 33)
  • Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #​43809 (Also in 33)

v32.1.1: electron v32.1.1

Compare Source

Release Notes for v32.1.1

Fixes

  • Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #​43743 (Also in 33)
  • Fixed an issue where WebContentsViews did not show correctly in some circumstances on macOS after being added as child views. #​43698 (Also in 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.137. #​43683

v32.1.0: electron v32.1.0

Compare Source

Release Notes for v32.1.0

Features

  • Added support for the macOS system picker in desktopCapturer and setDisplayMediaRequestHandler. #​43679 (Also in 33)

Fixes

  • Fixed BrowserView auto resize issue. #​43637 (Also in 31, 33)
  • Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #​43687 (Also in 33)
  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #​43629 (Also in 30, 31, 33)
  • Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #​43643
  • Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #​43644 (Also in 33)
  • Fixed other apps not being focused when launched from electron ozone/wayland. #​43577 (Also in 31, 33)
  • Restored Chromium default Content-Disposition header parsing. #​43668 (Also in 30, 31, 33)

Other Changes

v32.0.2: electron v32.0.2

Compare Source

Release Notes for v32.0.2

Fixes

  • Fixed MenuItem.click handler not setting focusedWindow parameter when focused window is a BaseWindow. #​43437 (Also in 31, 33)
  • Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #​43421 (Also in 30, 31, 33)
  • Fixed bug where camera permissions affected screen sharing. #​43544
  • Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #​43501 (Also in 31, 33)
  • Fixed electron app in ozone/wayland not being focused when launched from another app. #​43548 (Also in 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.84. #​43425

Documentation


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.

Copy link

aviator-app bot commented Sep 4, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Copy link

mergeable bot commented Sep 4, 2024

Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.

Copy link

socket-security bot commented Sep 4, 2024

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected]32.3.3 Transitive: eval, network +70 5.06 MB electron-nightly, electronhq

View full report↗︎

@renovate renovate bot changed the title Update dependency electron to v32.0.2 Update dependency electron to v32.1.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from bd1536e to ea6b4af Compare September 11, 2024 22:02
@renovate renovate bot changed the title Update dependency electron to v32.1.0 Update dependency electron to v32.1.1 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from ea6b4af to 9ed670b Compare September 18, 2024 16:30
@renovate renovate bot changed the title Update dependency electron to v32.1.1 Update dependency electron to v32.1.2 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 9ed670b to 4877067 Compare September 20, 2024 06:11
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 4877067 to f6cbb32 Compare October 9, 2024 22:08
@renovate renovate bot changed the title Update dependency electron to v32.1.2 Update dependency electron to v32.2.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from f6cbb32 to f7e09dd Compare October 16, 2024 22:46
@renovate renovate bot changed the title Update dependency electron to v32.2.0 Update dependency electron to v32.2.1 Oct 16, 2024
@renovate renovate bot changed the title Update dependency electron to v32.2.1 Update dependency electron to v32.2.2 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from f7e09dd to a386496 Compare October 24, 2024 01:07
@renovate renovate bot force-pushed the renovate/electron-32.x branch from a386496 to 3507dde Compare November 8, 2024 04:04
@renovate renovate bot changed the title Update dependency electron to v32.2.2 Update dependency electron to v32.2.3 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 3507dde to 5206827 Compare November 14, 2024 15:30
@renovate renovate bot changed the title Update dependency electron to v32.2.3 Update dependency electron to v32.2.4 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 5206827 to e7eaa39 Compare November 15, 2024 22:39
@renovate renovate bot changed the title Update dependency electron to v32.2.4 Update dependency electron to v32.2.5 Nov 15, 2024
@renovate renovate bot changed the title Update dependency electron to v32.2.5 Update dependency electron to v32.2.6 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from e7eaa39 to 9e86713 Compare November 28, 2024 00:47
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 9e86713 to 658707c Compare December 5, 2024 08:34
@renovate renovate bot changed the title Update dependency electron to v32.2.6 Update dependency electron to v32.2.7 Dec 5, 2024
@renovate renovate bot changed the title Update dependency electron to v32.2.7 Update dependency electron to v32.2.7 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/electron-32.x branch December 8, 2024 18:47
@renovate renovate bot changed the title Update dependency electron to v32.2.7 - autoclosed Update dependency electron to v32.2.7 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from a91896a to 658707c Compare December 8, 2024 21:02
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 658707c to 6892fa1 Compare January 8, 2025 14:09
@renovate renovate bot changed the title Update dependency electron to v32.2.7 Update dependency electron to v32.2.8 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 6892fa1 to 982d69c Compare January 23, 2025 20:32
@renovate renovate bot changed the title Update dependency electron to v32.2.8 Update dependency electron to v32.3.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 982d69c to aca2fe5 Compare February 14, 2025 06:31
@renovate renovate bot changed the title Update dependency electron to v32.3.0 Update dependency electron to v32.3.1 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/electron-32.x branch from aca2fe5 to 7ace0f8 Compare February 27, 2025 15:35
@renovate renovate bot changed the title Update dependency electron to v32.3.1 Update dependency electron to v32.3.2 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 7ace0f8 to 638bec9 Compare March 3, 2025 23:31
@renovate renovate bot changed the title Update dependency electron to v32.3.2 Update dependency electron to v32.3.3 Mar 3, 2025
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.

0 participants