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

[deps] Platform: Update electron to v32.2.7 - autoclosed #11236

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 32.1.1 -> 32.2.7 age adoption passing confidence

Release Notes

electron/electron (electron)

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)

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team September 25, 2024 12:08
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.53%. Comparing base (773aba4) to head (cc12a47).
Report is 53 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11236   +/-   ##
=======================================
  Coverage   33.52%   33.53%           
=======================================
  Files        2887     2887           
  Lines       90205    90205           
  Branches    17146    17146           
=======================================
+ Hits        30240    30247    +7     
+ Misses      57573    57566    -7     
  Partials     2392     2392           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

djsmith85
djsmith85 previously approved these changes Sep 25, 2024
@djsmith85 djsmith85 added the hold do not merge, do not approve yet label Sep 25, 2024
@bitwarden-bot bitwarden-bot changed the title [deps] Tools: Update electron to v32.1.2 [PM-12625] [deps] Tools: Update electron to v32.1.2 Sep 25, 2024
@bitwarden-bot
Copy link

Internal tracking:

@renovate renovate bot force-pushed the renovate/electron-32.x branch from 3bb620c to 2110c60 Compare September 25, 2024 18:46
@renovate renovate bot changed the title [PM-12625] [deps] Tools: Update electron to v32.1.2 [deps] Tools: Update electron to v32.1.2 Sep 25, 2024
@djsmith85 djsmith85 removed the hold do not merge, do not approve yet label Oct 1, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 8a48b3f to eba9ed2 Compare October 1, 2024 10:52
Copy link
Contributor

github-actions bot commented Oct 1, 2024

Logo
Checkmarx One – Scan Summary & Details491b3ac5-92d5-4ba2-aabf-1cd224e3f5b9

No New Or Fixed Issues Found

@renovate renovate bot force-pushed the renovate/electron-32.x branch from eb5b52b to 3c68f40 Compare October 11, 2024 13:37
@renovate renovate bot changed the title [deps] Tools: Update electron to v32.1.2 [deps] Tools: Update electron to v32.2.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch 2 times, most recently from 40882b8 to 0671fc7 Compare October 16, 2024 21:10
@renovate renovate bot changed the title [deps] Tools: Update electron to v32.2.0 [deps] Tools: Update electron to v32.2.1 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 0671fc7 to 64f5d0b Compare October 23, 2024 23:51
@renovate renovate bot changed the title [deps] Tools: Update electron to v32.2.1 [deps] Tools: Update electron to v32.2.2 Oct 23, 2024
@renovate renovate bot changed the title [deps] Tools: Update electron to v32.2.2 [deps] Platform: Update electron to v32.2.2 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 64f5d0b to e863b76 Compare November 8, 2024 07:46
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.2 [deps] Platform: Update electron to v32.2.3 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch 3 times, most recently from aa584b0 to 60946db Compare November 14, 2024 14:52
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.3 [deps] Platform: Update electron to v32.2.4 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 60946db to a6d38d0 Compare November 15, 2024 22:59
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.4 [deps] Platform: Update electron to v32.2.5 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from a6d38d0 to a64aff7 Compare November 28, 2024 02:10
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.5 [deps] Platform: Update electron to v32.2.6 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from a64aff7 to cc12a47 Compare December 5, 2024 05:06
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.6 [deps] Platform: Update electron to v32.2.7 Dec 5, 2024
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.7 [deps] Platform: Update 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:54
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.7 - autoclosed [deps] Platform: Update electron to v32.2.7 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/electron-32.x branch from 85ccf9a to cc12a47 Compare December 9, 2024 02:39
@renovate renovate bot changed the title [deps] Platform: Update electron to v32.2.7 [deps] Platform: Update electron to v32.2.7 - autoclosed Dec 12, 2024
@renovate renovate bot closed this Dec 12, 2024
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.

2 participants