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 electron #1966

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Update electron #1966

merged 2 commits into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@electron/asar 3.2.10 -> 3.2.14 age adoption passing confidence
@sentry/electron 5.4.0 -> 5.6.0 age adoption passing confidence
electron 32.0.1 -> 32.2.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

electron/asar (@​electron/asar)

v3.2.14

Compare Source

Bug Fixes

v3.2.13

Compare Source

Bug Fixes

v3.2.12

Compare Source

Bug Fixes

v3.2.11

Compare Source

TypeScript refactor

@electron/asar v3.2.11 refactors the entire codebase into TypeScript while retaining the same public-facing APIs (#​320). Please report any usage bugs into the issue tracker! 🙇

Bug Fixes
getsentry/sentry-electron (@​sentry/electron)

v5.6.0

Compare Source

v5.5.0

Compare Source

electron/electron (electron)

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: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Oct 29, 2024
Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Contributor Author

renovate bot commented Oct 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy marked this pull request as ready for review October 30, 2024 15:26
@t3chguy t3chguy requested a review from a team as a code owner October 30, 2024 15:26
@t3chguy t3chguy merged commit 91233f2 into develop Oct 30, 2024
32 checks passed
@t3chguy t3chguy deleted the renovate/electron branch October 30, 2024 15:27
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 T-Enhancement T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant