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 - autoclosed #417

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron ~19.1.0 -> ~24.4.0 age adoption passing confidence

Release Notes

electron/electron

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

v24.0.0: electron v24.0.0

Compare Source

Release Notes for v24.0.0

Stack Upgrades

Breaking Changes

  • nativeImage.createThumbnailFromPath() now takes size instead of maxSize. #​37796

Features

  • Added httpOnly to the cookie filter. #​37365
  • Added logUsage to shell.openExternal() options, which allows passing the SEE_MASK_FLAG_LOG_USAGE flag to ShellExecuteEx on Windows. #​37291
  • Added types to webRequest filter. #​37427
  • Added several standard page size options to webContents.print(). #​37265 (Also in 22, 23)
  • Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #​37528 (Also in 23)

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #​37368 (Also in 23)
  • Fixed WebUSB on ARM64 macs. #​37522 (Also in 23)
  • Fixed destroyed event not emitted on close for BrowserView.webContents. #​37450 (Also in 23)
  • Fixed a crash on capturing sources when using desktopCapturer API on Wayland. #​37527 (Also in 23)
  • Fixed a crash when BrowserViews are present and a user attempts to prevent beforeunload in the renderer process. #​37268 (Also in 22, 23)
  • Fixed an incorrect result returned when using secure as a cookies filter. #​37246 (Also in 22, 23)
  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #​37443 (Also in 23)
  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #​37456 (Also in 22, 23)
  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #​37726 (Also in 22, 23)
  • Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #​37741 (Also in 23)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #​37449 (Also in 22, 23)
  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #​37500 (Also in 22, 23)
  • Fixed an issue with potential dock icon duplication on macOS. #​37625 (Also in 22, 23)
  • Fixed canceling of bluetooth requests when no devices are returned. #​37717 (Also in 23)
  • Fixed draggable regions not working in Mac App Store builds. #​37474 (Also in 23)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #​37578 (Also in 22, 23)
  • Fixed potential private API usage for MAS builds on macOS. #​37364 (Also in 23)
  • Fixed right-click events not being delivered in frameless window draggable regions. #​37395 (Also in 23)
  • Fixed the active background color for top-level menu items on Windows. #​37785
  • Fixed window could not go back to maximized state when restored on Linux. #​37358 (Also in 22, 23)
  • Improved error messages on session.cookies.set failure. #​37597 (Also in 22, 23)
  • Setting the about panel's options no longer crashes. #​37442
  • app.showAboutPanel() no longer blocks the main thread on Windows or Linux, thus matching macOS. #​37508

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #​37461 (Also in 22, 23)
  • Updated Chromium to 112.0.5615.49. Fixed performance regression. #​37767

Documentation

v23.3.4: electron v23.3.4

Compare Source

Release Notes for v23.3.4

Fixes

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

Other Changes

v23.3.3: electron v23.3.3

Compare Source

Release Notes for v23.3.3

Fixes

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

Other Changes

v23.3.2: electron v23.3.2

Compare Source

Release Notes for v23.3.2

Fixes

  • Ensured that Electron's custom AXManualAccessibility attribute works as expected in all relevant protocol methods. #​38225 (Also in 24, 25)
  • Fixed an issue where default background color for windows might be incorrect. #​38159 (Also in 24, 25)

v23.3.1: electron v23.3.1

Compare Source

Release Notes for v23.3.1

Fixes

  • Fixed an perceived failure when when using Accessibility attribute AXManualAccessibility to enable a11y features in Electron. #​38151 (Also in 24)

v23.3.0: electron v23.3.0

Compare Source

Release Notes for v23.3.0

Features

  • Added httpOnly to the cookie filter. #​38043 (Also in 24)

Fixes

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

Other Changes

v23.2.4: electron v23.2.4

Compare Source

Release Notes for v23.2.4

Fixes

  • Fixed an issue on Linux where menus would not open after resizing/maximizing/unmaximizing a window. #​37908 (Also in 24, 25)
  • Fixed an issue which made defaultFontFamily in webPreferences have no effect. #​37969 (Also in 22, 24, 25)

v23.2.3: electron v23.2.3

Compare Source

Release Notes for v23.2.3

Fixes

  • Added about panel for menu role about on Linux as well. #​37874 (Also in 24, 25)
  • Fixed an issue on macOS where entering fullscreen with the Fn+F system shortcut would fail or create strange window side effects. #​37822 (Also in 24)
  • Fixed an issue where certain buttons in the PDF viewer didn't work. #​37919 (Also in 24, 25)
  • Fixed recommended node-gyp version in node.h error. #​37941 (Also in 22, 24, 25)
  • Fixed the active background color for top-level menu items on Windows. #​37784 (Also in 24)
  • Security: Fixed an issue with Content-Security-Policy not being correctly enforced when sandbox: false and contextIsolation: false. (CVE-2023-23623). #​37844 (Also in 24)

Other Changes

v23.2.2: electron v23.2.2

Compare Source

Release Notes for v23.2.2

Fixes

  • Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #​37740 (Also in 24)

v23.2.1: electron v23.2.1

Compare Source

Release Notes for v23.2.1

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #​37724 (Also in 22, 24)
  • Fixed canceling of bluetooth requests when no devices are returned. #​37720 (Also in 24)

Other Changes

v23.2.0: electron v23.2.0

Compare Source

Release Notes for v23.2.0

Features

  • Added the enableLocalEcho flag to the session handler ses.setDisplayMediaRequestHandler() callback for allowing remote audio input to be echoed in the local output stream when audio is a WebFrameMain. #​37529 (Also in 24)

Fixes

  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #​37444 (Also in 24)
  • Fixed an issue with potential dock icon duplication on macOS. #​37624 (Also in 22, 24)
  • Fixed issue with BrowserWindow not updating after call to previewFile. #​37577 (Also in 22, 24)
  • Improved error messages on session.cookies.set failure. #​37596 (Also in 22, 24)

v23.1.4: electron v23.1.4

Compare Source

Release Notes for v23.1.4

Fixes

  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #​37501 (Also in 22, 24)

Other Changes

  • Updated Chromium to 110.0.5481.192. #​37533

v23.1.3: electron v23.1.3

Compare Source

Release Notes for v23.1.3

Fixes

  • Fixed WebUSB on ARM64 macs. #​37521 (Also in 24)
  • Fixed a crash on capturing sources when using desktopCapturer API on Wayland. #​37526

Other Changes

  • Updated Chromium to 110.0.5481.179. #​37471

v23.1.2: electron v23.1.2

Compare Source

Release Notes for v23.1.2

Fixes

  • Fixed destroyed event not emitted on close for BrowserView.webContents. #​37451 (Also in 24)
  • Fixed an incorrect result returned when using secure as a cookies filter. #​37248 (Also in 22, 24)
  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #​37457 (Also in 22, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #​37448 (Also in 22, 24)
  • Fixed draggable regions not working in Mac App Store builds. #​37473 (Also in 24)
  • Fixed right-click events not being delivered in frameless window draggable regions. #​37394 (Also in 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #​37460 (Also in 22, 24)
  • Updated Chromium to 110.0.5481.177. #​37389

v23.1.1: electron v23.1.1

Compare Source

Release Notes for v23.1.1

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #​37367 (Also in 24)
  • Fixed potential private API usage for MAS builds on macOS. #​37363 (Also in 24)
  • Fixed window could not go back to maximized state when restored on Linux. #​37359 (Also in 24)

Other Changes

  • Security: backported fix for chromium:1408392. #​37297
  • Updated Chromium to 110.0.5481.104. #​37333

Documentation

v23.1.0: electron v23.1.0

Compare Source

Release Notes for v23.1.0

Features

  • Added several standard page size options to webContents.print(). #​37264 (Also in 22, 24)

Fixes

  • Changed HTML5 Notifications created with the requireInteraction option to not timeout on Linux and Windows. #​36502 (Also in 21, 22)
  • Fixed a crash when BrowserViews are present and a user attempts to prevent beforeunload in the renderer process. #​37267 (Also in 22, 24)
  • Fixed a potential crash in some types of Worklets. #​37081

Other Changes

  • Updated Chromium to 110.0.5481.100. #​37183

Documentation

v23.0.0: electron v23.0.0

Compare Source

Release Notes for v23.0.0

Stack Upgrades

Breaking Changes

  • Windows 7, Windows 8, and Windows 8.1 are not supported anymore, as Chromium 110 dropped support. #​36513

Features

  • Added label property to Display objects. #​36933 (Also in 21, 22)
  • Added an app.getPreferredSystemLanguages() API to return the user's system languages. #​36035 (Also in 21, 22)
  • Added new UtilityProcess API to launch chromium child process with node integration. #​34980 (Also in 22)
  • Added support for WebUSB. #​36289
  • Added support for serialPort.forget() as well as a new event serial-port-revoked emitted when a given origin is revoked. #​35310 (Also in 22)
  • Adds new setHiddenInMissionControl API to allow developers to opt out of mission control on macOS. #​36092 (Also in 22)

Fixes

  • Basic accessibility support is now enabled when macOS Voice Control is activated to allow for full voice control of Electron applications. #​37145
  • Fixed a printing crash caused by an uninitialized pref. #​37149
  • Default margin has been added in the code. #​36060 (Also in 21, 22)
  • Doing require('electron/*') where * is not one of main, common or renderer no longer resolves with the built-in electron module. #​35915
  • Enable crashpad for ELECTRON_RUN_AS_NODE processes. #​36460 (Also in 22)
  • Fixed click event and tooltip of Tray not working on Linux. #​36333 (Also in 22)
  • Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. #​36667 (Also in 22)
  • Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #​35963 (Also in 20, 21, 22)
  • Fixed a potential issue when calling webContents.printToPDF(). #​36046 (Also in 21, 22)
  • Fixed a potential memory leak. #​35932 (Also in 21, 22)
  • Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS. #​36850 (Also in 21, 22)
  • Fixed an error when fs.readdir gets null for options. #​36848 (Also in 21, 22)
  • Fixed an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. #​36917 (Also in 21, 22)
  • Fixed an issue where <datalist> elements were improperly positioned within the page. #​36959
  • Fixed an issue where webViews could have an incorrect initial background color following reloads. #​36938 (Also in 21, 22)
  • Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app. #​36279 (Also in 20, 21, 22)
  • Fixed an issue where frameless non-resizable windows showed a Windows 7 frame during startup. #​35365 (Also in 22)
  • Fixed an issue where some options were incorrectly ignored when using webContents.printToPDF(). #​35975 (Also in 21, 22)
  • Fixed an issue where the setPermissionRequestHandler callback would be invoked twice when using navigator.getUserMedia(...). #​36874 (Also in 22)
  • Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox(). #​36803 (Also in 21, 22)
  • Fixed binary stripping for branded release builds on Linux. #​36656 (Also in 21, 22)
  • Fixed missing headers in libcxx_headers bundle. #​36864
  • Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #​35921 (Also in 20, 21, 22)
  • Fixed race condition during update on macOS that could result in TCC and Keychain errors. #​36130 (Also in 22)
  • Fixed spurious promise rejection in webContents.loadURL when navigating to a hash. #​36129 (Also in 20, 21, 22)
  • Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #​35997 (Also in 20, 21, 22)
  • Fixed warning about duplicate WebSwapCGLLayer symbols when Electron starts on macOS. #​36799 (Also in 21, 22)
  • Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #​36977 (Also in 22)
  • Removed support for nodeIntegrationInWorker in Service Workers and Shared Workers owing to sandboxing policies. #​35919 (Also in 21, 22)
  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args. #​36378 (Also in 22)
  • The keychain account name for MAS and Darwin builds of the same Electron application now differ. #​35864
  • Use the process cache to reduce the memory for asar file. #​36665 (Also in 21, 22)
  • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #​35930 (Also in 20, 21, 22)

Other Changes

  • The deprecated incrementCapturerCount() / decrementCapturerCount() methods have been removed. #​37148
  • Updated Chromium to 110.0.5481.77. #​37120
  • Added node-api: handle no support for external buffers. #​36623
  • Enabled out-of-process iframe printing to PDF with webContents.printToPDF().. #​36051 (Also in 22)
  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args for Linux mksnapshot zips. #​36534 (Also in 22)
  • Updated Chromium to 110.0.5481.38. #​36955
  • Updated Node.js to v18.12.1. #​36356
  • Upgraded Node.js to v18.10.0. #​35999

Documentation

Notices

Sunsetting Windows 7/8/8.1

Electron has ended support for Windows 7/8/8.1 in version 23.x.y following Chromium's plan to end support. Older versions of Electron will continue to work, but no further updates will be made for these operating systems.

End of Support for 20.x.y

Electron 20.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.

v22.3.11: electron v22.3.11

Compare Source

Release Notes for v22.3.11

Other Changes

v22.3.10: electron v22.3.10

Compare Source

Release Notes for v22.3.10

Other Changes

v22.3.9: electron v22.3.9

Compare Source

Release Notes for v22.3.9

Other Changes

  • Fixed drag-and-drop crash on Wayland. #​38199

v22.3.8: electron v22.3.8

Compare Source

Release Notes for v22.3.8

Fixes

  • Fixed crash when executing eval in the utility process. #​38156 (Also in 23, 24, 25)

v22.3.7: electron v22.3.7

Compare Source

Release Notes for v22.3.7

Fixes

  • Fixed an issue which made defaultFontFamily in webPreferences have no effect. #​37970 (Also in 23, 24, 25)
  • Fixed broken defaults in shell.openExternal() options. #​38092 (Also in 23, 24, 25)
  • Fixed the active background color for top-level menu items on Windows. #​37991 (Also in 23, 24)

Other Changes

v22.3.6: electron v22.3.6

Compare Source

Release Notes for v22.3.6

Fixes

  • Fixed recommended node-gyp version in node.h error. #​37942 (Also in 23, 24, 25)
  • Security: Fixed an issue with Content-Security-Policy not being correctly enforced when sandbox: false and contextIsolation: false. (CVE-2023-23623). #​37843 (Also in 24)

Other Changes

v22.3.5: electron v22.3.5

Compare Source

Release Notes for v22.3.5

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #​37725 (Also in 23, 24)
  • Fixed canceling of bluetooth requests when no devices are returned. #​37739 (Also in 23, 24)

Other Changes

@renovate renovate bot force-pushed the renovate/electron-24.x branch 5 times, most recently from f70dce0 to e172203 Compare May 28, 2023 09:48
@renovate renovate bot force-pushed the renovate/electron-24.x branch from e172203 to d36685c Compare May 28, 2023 11:31
@renovate renovate bot changed the title chore(deps): update dependency electron to v24 chore(deps): update dependency electron to v24 - autoclosed May 29, 2023
@renovate renovate bot closed this May 29, 2023
@renovate renovate bot deleted the renovate/electron-24.x branch May 29, 2023 19:01
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