Skip to content

deps: update dependency electron to v24.8.8#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/electron-24.x
Open

deps: update dependency electron to v24.8.8#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/electron-24.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Jun 18, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 24.0.0 -> 24.8.8 age adoption passing confidence

Release Notes

electron/electron (electron)

v24.8.8: electron v24.8.8

Compare Source

Release Notes for v24.8.8

Electron 24.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 an issue where calling loadURL during some webContents url loading events could crash. #​40160 (Also in 25, 26, 27)

v24.8.7: electron v24.8.7

Compare Source

Release Notes for v24.8.7

Fixes

  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #​40104 (Also in 25, 26, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #​40110 (Also in 22, 25, 26, 27)

Other Changes

v24.8.6: electron v24.8.6

Compare Source

Release Notes for v24.8.6

Other Changes

v24.8.5: electron v24.8.5

Compare Source

Release Notes for v24.8.5

Other Changes

v24.8.4: electron v24.8.4

Compare Source

Release Notes for v24.8.4

Fixes

  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #​39711 (Also in 25, 26)

v24.8.3: electron v24.8.3

Compare Source

Release Notes for v24.8.3

Other Changes

v24.8.2: electron v24.8.2

Compare Source

Release Notes for v24.8.2

Fixes

  • Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #​39643 (Also in 25, 26, 27)
  • Fixed an issue where the Node.js assert module did not work in the renderer process. #​39621 (Also in 25, 26, 27)

Other Changes

v24.8.1: electron v24.8.1

Compare Source

Release Notes for v24.8.1

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #​39526 (Also in 25, 26)
  • Fixed decorations for tiled windows on Wayland. #​39567 (Also in 22, 25, 26, 27)
  • Fixed to regenerate thumbnail toolbar buttons when explorer is restarted. #​39585 (Also in 25, 26)

Other Changes

v24.8.0: electron v24.8.0

Compare Source

Release Notes for v24.8.0

Features

  • Added support for several more Node.js cli flags in the main process. #​39372 (Also in 25, 26)

Fixes

  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #​39447 (Also in 26)

v24.7.1: electron v24.7.1

Compare Source

Release Notes for v24.7.1

Fixes

  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #​39407 (Also in 25, 26)

v24.7.0: electron v24.7.0

Compare Source

Release Notes for v24.7.0

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #​39207 (Also in 25, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #​39307 (Also in 26)

Other Changes

v24.6.5: electron v24.6.5

Compare Source

Release Notes for v24.6.5

Fixes

  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #​39243 (Also in 25, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #​39230 (Also in 25, 26)
  • Fixed asar integration for node:child_process imports. #​39236 (Also in 25, 26)

v24.6.4: electron v24.6.4

Compare Source

Release Notes for v24.6.4

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #​39072 (Also in 25, 26)
  • Fixed an issue where navigator.connection returned incorrect data. #​39100 (Also in 25)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #​39097 (Also in 25, 26)

v24.6.3: electron v24.6.3

Compare Source

Release Notes for v24.6.3

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #​39050 (Also in 25, 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #​39012 (Also in 25, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #​39009 (Also in 25, 26)

v24.6.2: electron v24.6.2

Compare Source

Release Notes for v24.6.2

Other Changes

v24.6.1: electron v24.6.1

Compare Source

Release Notes for v24.6.1

Fixes

  • Fixed preload script may not run in some child windows opened by window.open. #​38932 (Also in 23, 25, 26)
  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #​38884 (Also in 25, 26)
  • Fixed minimize button to be visible when all buttons reenabled. #​38881 (Also in 23, 25)

v24.6.0: electron v24.6.0

Compare Source

Release Notes for v24.6.0

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #​38727 (Also in 25, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #​38792 (Also in 25, 26)

Other Changes

v24.5.1: electron v24.5.1

Compare Source

Release Notes for v24.5.1

Fixes

  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #​38640 (Also in 25, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #​38677 (Also in 25, 26)
  • Fixed visibility of menu bar when exiting full screen. #​38681 (Also in 23, 25, 26)

Other Changes

v24.5.0: electron v24.5.0

Compare Source

Release Notes for v24.5.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #​38498 (Also in 25)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #​38608 (Also in 23, 25, 26)

v24.4.1: electron v24.4.1

Compare Source

Release Notes for v24.4.1

Fixes

  • Fixed an issue where MediaStreamTrack.getCaptureHandle() always returned null. #​38434 (Also in 25)
  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #​38508 (Also in 25)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #​38520

v24.4.0: electron v24.4.0

Compare Source

Release Notes for v24.4.0

Features

  • Added several new cursor values to the cursor-changed event. #​38364 (Also in 25)
  • Added support for Mica and Acrylic background effects on Windows. #​38361 (Also in 25)

Fixes

  • Fixed an issue where getNormalBounds() returns incorrect bounds for transparent maximized windows on Windows. #​38349 (Also in 23, 25)

Other Changes

  • Updated Chromium to 112.0.5615.204. #​38350

v24.3.1: electron v24.3.1

Compare Source

Release Notes for v24.3.1

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #​38308 (Also in 23, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #​38313 (Also in 23, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #​38310 (Also in 23, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #​38343 (Also in 23, 25)

Other Changes

v24.3.0: electron v24.3.0

Compare Source

Release Notes for v24.3.0

Features

  • Added net.resolveHost that resolves hosts using defaultSession object. #​38153 (Also in 25)

Fixes

  • Ensured that Electron's custom AXManualAccessibility attribute works as expected in all relevant protocol methods. #​38224 (Also in 23, 25)

v24.2.0: electron v24.2.0

Compare Source

Release Notes for v24.2.0

Features

  • Added thermal management information to powerMonitor. #​38027 (Also in 25)

Fixes

  • Fixed a potential crash when right-clicking on macOS windows with draggable regions. #​38136 (Also in 25)
  • Fixed an issue where default background color for windows might be incorrect. #​38158 (Also in 25)
  • Fixed an perceived failure when when using Accessibility attribute AXManualAccessibility to enable a11y features in Electron. #​38147 (Also in 23)

v24.1.3: electron v24.1.3

Compare Source

Release Notes for v24.1.3

Fixes

  • Fixed broken defaults in shell.openExternal() options. #​38072 (Also in 22, 23, 25)
  • Fixed crash when executing eval in the utility process. #​38041 (Also in 23, 25)

Other Changes

v24.1.2: electron v24.1.2

Compare Source

Release Notes for v24.1.2

Fixes

  • Fixed an issue on Linux where menus would not open after resizing/maximizing/unmaximizing a window. #​37906 (Also in 23, 25)
  • Fixed an issue where the 'swipe' event wasn't being emitted properly on macOS. #​37965 (Also in 25)
  • Fixed an issue which made defaultFontFamily in webPreferences have no effect. #​37968 (Also in 22, 23, 25)

Other Changes

  • Updated Chromium to 112.0.5615.87. #​37974

v24.1.1: electron v24.1.1

Compare Source

Release Notes for v24.1.1

Fixes

  • Fixed recommended node-gyp version in node.h error. #​37927 (Also in 22, 23, 25)

v24.1.0: electron v24.1.0

Compare Source

Release Notes for v24.1.0

Features

  • Introduced session.resolveHost for resolving hostnames with Chromium's DNS resolver. #​37847

Fixes

  • Added about panel for menu role about on Linux as well. #​37872 (Also in 23, 25)
  • Fixed an issue on macOS where entering fullscreen with the Fn+F system shortcut would fail or create strange window side effects. #​37823 (Also in 23)
  • Fixed an issue where certain buttons in the PDF viewer didn't work. #​37918 (Also in 25)
  • Security: Fixed an issue with Content-Security-Policy not being correctly enforced when sandbox: false and contextIsolation: false. (CVE-2023-23623). #​37839

Other Changes

  • Updated Chromium to 112.0.5615.50. #​37833

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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Copy Markdown
Author

renovate bot commented Jun 18, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/electron-24.x branch from 4b898b0 to 7070e5b Compare June 23, 2023 00:00
@renovate renovate bot changed the title deps: update dependency electron to v24.5.1 deps: update dependency electron to v24.6.0 Jun 23, 2023
@renovate renovate bot changed the title deps: update dependency electron to v24.6.0 deps: update dependency electron to v24.6.1 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 7070e5b to e893cff Compare June 29, 2023 20:56
@renovate renovate bot force-pushed the renovate/electron-24.x branch from e893cff to 771b6db Compare July 7, 2023 02:43
@renovate renovate bot changed the title deps: update dependency electron to v24.6.1 deps: update dependency electron to v24.6.2 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 771b6db to 5d0a79b Compare July 13, 2023 02:54
@renovate renovate bot changed the title deps: update dependency electron to v24.6.2 deps: update dependency electron to v24.6.3 Jul 13, 2023
@renovate renovate bot changed the title deps: update dependency electron to v24.6.3 deps: update dependency electron to v24.6.4 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 5d0a79b to 3ff0c99 Compare July 20, 2023 02:32
@renovate renovate bot changed the title deps: update dependency electron to v24.6.4 deps: update dependency electron to v24.6.5 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 3ff0c99 to 8bc74ad Compare July 27, 2023 08:25
@renovate renovate bot changed the title deps: update dependency electron to v24.6.5 deps: update dependency electron to v24.7.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 8bc74ad to fefa65f Compare August 3, 2023 18:01
@renovate renovate bot force-pushed the renovate/electron-24.x branch from fefa65f to 2b34fd6 Compare August 10, 2023 23:55
@renovate renovate bot changed the title deps: update dependency electron to v24.7.0 deps: update dependency electron to v24.7.1 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 2b34fd6 to 66f7f9d Compare August 17, 2023 02:54
@renovate renovate bot changed the title deps: update dependency electron to v24.7.1 deps: update dependency electron to v24.8.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 66f7f9d to d629a84 Compare August 26, 2023 00:01
@renovate renovate bot changed the title deps: update dependency electron to v24.8.0 deps: update dependency electron to v24.8.1 Aug 26, 2023
@renovate renovate bot changed the title deps: update dependency electron to v24.8.1 deps: update dependency electron to v24.8.2 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from d629a84 to c9e90cb Compare August 31, 2023 05:41
@renovate renovate bot changed the title deps: update dependency electron to v24.8.2 deps: update dependency electron to v24.8.3 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from c9e90cb to bc6b63f Compare September 13, 2023 20:53
@renovate renovate bot changed the title deps: update dependency electron to v24.8.3 deps: update dependency electron to v24.8.4 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from bc6b63f to 7d98df6 Compare September 28, 2023 04:53
@renovate renovate bot changed the title deps: update dependency electron to v24.8.4 deps: update dependency electron to v24.8.5 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 7d98df6 to 9484c82 Compare September 29, 2023 23:12
@renovate renovate bot changed the title deps: update dependency electron to v24.8.5 deps: update dependency electron to v24.8.6 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch 2 times, most recently from 960173b to 9e85a5c Compare October 10, 2023 02:54
@renovate renovate bot changed the title deps: update dependency electron to v24.8.6 deps: update dependency electron to v24.8.7 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 9e85a5c to 00d601d Compare October 12, 2023 05:50
@renovate renovate bot changed the title deps: update dependency electron to v24.8.7 deps: update dependency electron to v24.8.8 Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants