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

chore(deps): update dependency electron to v24.8.8 - autoclosed #70

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2023

Mend Renovate

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

@renovate renovate bot changed the title chore(deps): update dependency electron to v24.1.0 chore(deps): update dependency electron to v24.1.1 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch 2 times, most recently from 975581c to a4b8b58 Compare April 14, 2023 23:13
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.1.1 chore(deps): update dependency electron to v24.1.2 Apr 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.1.2 chore(deps): update dependency electron to v24.1.3 Apr 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.1.3 chore(deps): update dependency electron to v24.2.0 May 3, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 51b347c to 0ea5778 Compare May 3, 2023 21:59
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.2.0 chore(deps): update dependency electron to v24.3.0 May 10, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 0ea5778 to 251171c Compare May 10, 2023 19:50
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 251171c to 52f7c61 Compare May 17, 2023 23:53
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.3.0 chore(deps): update dependency electron to v24.3.1 May 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.3.1 chore(deps): update dependency electron to v24.4.0 May 25, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 52f7c61 to 2b3488a Compare May 25, 2023 03:15
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.4.0 chore(deps): update dependency electron to v24.4.1 May 31, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 2b3488a to 4d45308 Compare May 31, 2023 19:45
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.4.1 chore(deps): update dependency electron to v24.5.0 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from 4d45308 to c2e3951 Compare June 8, 2023 05:58
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.5.0 chore(deps): update dependency electron to v24.5.1 Jun 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.5.1 chore(deps): update dependency electron to v24.6.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch 2 times, most recently from dc8f6af to bb7f465 Compare June 28, 2023 19:47
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.0 chore(deps): update dependency electron to v24.6.1 Jun 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.1 chore(deps): update dependency electron to v24.6.2 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch from bb7f465 to 27be6f9 Compare July 5, 2023 23:09
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.2 chore(deps): update dependency electron to v24.6.3 Jul 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.3 chore(deps): update dependency electron to v24.6.4 Jul 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.4 chore(deps): update dependency electron to v24.6.5 Jul 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.6.5 chore(deps): update dependency electron to v24.7.0 Aug 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.7.0 chore(deps): update dependency electron to v24.7.1 Aug 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.7.1 chore(deps): update dependency electron to v24.8.0 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch 2 times, most recently from eb42f5a to bfb0c2e Compare August 23, 2023 19:08
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.0 chore(deps): update dependency electron to v24.8.1 Aug 23, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.1 chore(deps): update dependency electron to v24.8.2 Aug 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.2 chore(deps): update dependency electron to v24.8.3 Sep 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.3 chore(deps): update dependency electron to v24.8.4 Sep 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.4 chore(deps): update dependency electron to v24.8.5 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/electron-24.x branch 2 times, most recently from 75da166 to 97f4e2a Compare October 5, 2023 01:42
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.5 chore(deps): update dependency electron to v24.8.6 Oct 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.6 chore(deps): update dependency electron to v24.8.7 Oct 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.7 chore(deps): update dependency electron to v24.8.8 Oct 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.8 chore(deps): update dependency electron to v24.8.8 - autoclosed Jun 7, 2024
@renovate renovate bot closed this Jun 7, 2024
@renovate renovate bot deleted the renovate/electron-24.x branch June 7, 2024 06:58
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.

None yet

0 participants