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 v25.9.8 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 25.2.0 -> 25.9.8 age adoption passing confidence

Release Notes

electron/electron (electron)

v25.9.8: electron v25.9.8

Compare Source

Release Notes for v25.9.8

Other Changes

v25.9.7: electron v25.9.7

Compare Source

Release Notes for v25.9.7

Other Changes

v25.9.6: electron v25.9.6

Compare Source

Release Notes for v25.9.6

Other Changes

v25.9.5: electron v25.9.5

Compare Source

Release Notes for v25.9.5

Other Changes

v25.9.4: electron v25.9.4

Compare Source

Release Notes for v25.9.4

Fixes

  • Fixed an issue where pressing the escape key did not properly trigger PDF presentation mode exit. #​40411 (Also in 26, 27)
  • Fixed rendering on Linux due to broken shader cache compilation with driver updates. #​40473 (Also in 27)

Other Changes

v25.9.3: electron v25.9.3

Compare Source

Release Notes for v25.9.3

Fixes

  • Fixed a potential crash when calling tray.popUpContextMenu on macOS. #​40271 (Also in 26)
  • Fixed failing build when enable_electron_extensions=false. #​40270 (Also in 26, 27)

Other Changes

  • Security: backported fix for chromium:1491912. #​40266

v25.9.2: electron v25.9.2

Compare Source

Release Notes for v25.9.2

Fixes

  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #​40186 (Also in 26, 27, 28)
  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #​40220 (Also in 26, 27, 28)

Other Changes

v25.9.1: electron v25.9.1

Compare Source

Release Notes for v25.9.1

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #​40161 (Also in 24, 26, 27)
  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #​40106 (Also in 24, 26, 27)
  • Fixed an issue where closing and opening a minimized DevTools window would not work as expected. #​40117 (Also in 26, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #​40113 (Also in 22, 24, 26, 27)

Other Changes

  • Fixed launch failure with child_process.spawn on windows affected by launching store applications. #​40125 (Also in 26, 27)
  • Security: backported fix for 1479104.

v25.9.0: electron v25.9.0

Compare Source

Release Notes for v25.9.0

Features

  • Added support for chrome.scripting extension APIs. #​39677 (Also in 26, 27)

Fixes

  • Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. #​40035 (Also in 26, 27)
  • Fixed an issue where webContents.print could fail when options is a frozen object. #​40028 (Also in 26, 27)
  • Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #​39997 (Also in 26, 27)

v25.8.4: electron v25.8.4

Compare Source

Release Notes for v25.8.4

Features

  • Detect system dark theme preference via xdg settings portal on Linux. #​40009 (Also in 26, 27)

Other Changes

v25.8.3: electron v25.8.3

Compare Source

Release Notes for v25.8.3

Fixes

  • Fixed app.runningUnderARM64Translation() always returning true on ARM64. #​39930 (Also in 26, 27)
  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #​39710 (Also in 24, 26)

Other Changes

  • Fixed crash on shutdown in tls sockets with Node.js HTTP/2 connections. #​39945 (Also in 26, 27)
  • The app.runningUnderRosettaTranslation property has been deprecated. #​39982 (Also in 26, 27)

v25.8.2: electron v25.8.2

Compare Source

Release Notes for v25.8.2

Fixes

  • Fixed an issue where BrowserViews that had their bounds set prior to being added to a BrowserWindow could have unexpected incorrect offsets. #​39851 (Also in 26, 27)
  • Fixed an issue where chrome://gpu failed to load. #​39852 (Also in 26, 27)
  • Fixed an issue where accelerators representing DOM keys were not correctly converted in webContents.sendInputEvent(). #​39820 (Also in 26, 27)

Other Changes

v25.8.1: electron v25.8.1

Compare Source

Release Notes for v25.8.1

Fixes

  • Fixed an error where listening to certain chrome.tabs events would throw incorrectly. #​39770 (Also in 26, 27)
  • Fixed an issue where BrowserWindows could crash on macOS with frame: false and roundedCorners: false when going fullscreen. #​39794 (Also in 26, 27)
  • Fixed devtools to allow restoring saved dock state on Windows. #​39766 (Also in 26, 27)
  • Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. #​39779 (Also in 26, 27)
  • Fixed problem with promise resolved to early when browser initiated in-page navigation. #​39678 (Also in 26, 27)

Other Changes

v25.8.0: electron v25.8.0

Compare Source

Release Notes for v25.8.0

Features

  • Added the ability to send HTTP headers with webContents.downloadURL(). #​39561 (Also in 26, 27)

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. #​39642 (Also in 24, 26, 27)
  • Fixed an issue where the Node.js assert module did not work in the renderer process. #​39622 (Also in 24, 26, 27)
  • Support Region Capture API with tab MediaStream. #​39617 (Also in 26, 27)

Other Changes

v25.7.0: electron v25.7.0

Compare Source

Release Notes for v25.7.0

Features

  • Added support for --dns-result-order Node.js cli flag. #​39500 (Also in 26)

Fixes

  • Fixed an issue where certain properties of chrome.tabs Tab objects were not properly considered privileged. #​39609 (Also in 26, 27)
  • Fixed decorations for tiled windows on Wayland. #​39569 (Also in 22, 24, 26, 27)
  • Fixed to regenerate thumbnail toolbar buttons when explorer is restarted. #​39586 (Also in 24, 26)

Other Changes

v25.6.0: electron v25.6.0

Compare Source

Release Notes for v25.6.0

Features

  • Added partial support for chrome.tabs.query. #​39430 (Also in 26)
  • Added support for several more Node.js cli flags in the main process. #​39374 (Also in 24, 26)

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #​39528 (Also in 26)
  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #​39448 (Also in 26)

v25.5.0: electron v25.5.0

Compare Source

Release Notes for v25.5.0

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #​39325 (Also in 26)

Fixes

  • Fixed a rare crash when closing active native tab on macOS. #​39409 (Also in 26)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #​39408 (Also in 24, 26)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #​39388 (Also in 26)
  • Fixed crash in message ports when utility process exits. #​39345 (Also in 26)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #​39359 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.289. #​39351

v25.4.0: electron v25.4.0

Compare Source

Release Notes for v25.4.0

Features

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

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #​39308 (Also in 26)
  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #​39314 (Also in 26)
  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #​39329 (Also in 26)
  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #​39312 (Also in 26)
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #​39299 (Also in 26)

Other Changes

v25.3.2: electron v25.3.2

Compare Source

Release Notes for v25.3.2

Fixes

  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #​39245 (Also in 26)
  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #​39244 (Also in 24, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #​39228 (Also in 24, 26)
  • Fixed asar integration for node:child_process imports. #​39235 (Also in 24, 26)

Other Changes

  • Updated Chromium to 114.0.5735.248. #​39181

v25.3.1: electron v25.3.1

Compare Source

Release Notes for v25.3.1

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #​39071 (Also in 24, 26)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #​39096 (Also in 24, 26)
  • Fixed an issue with webContents.print({ silent: true }) not working correctly. #​39095 (Also in 26)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #​39099 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.243. #​39146

v25.3.0: electron v25.3.0

Compare Source

Release Notes for v25.3.0

Features

  • Added the ability to send HTTP headers with session.downloadURL(). #​38870 (Also in 26)

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #​39051 (Also in 24, 26)
  • Fixed an issue where protocol.handle() never called its callback with the 'file' scheme. #​39064
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #​39035 (Also in 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #​39014 (Also in 24, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #​39008 (Also in 24, 26)
  • Fixed display of title bar buttons on Wayland. #​39044 (Also in 26)

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #​39005 (Also in 26)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

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.

0 participants