Skip to content

chore(deps): update dependency electron to v30.5.1 #424

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 30.0.0 -> 30.5.1 age adoption passing confidence

Release Notes

electron/electron (electron)

v30.5.1: electron v30.5.1

Compare Source

Release Notes for v30.5.1
Final Release of Electron 30

⚠️ Electron 30.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 defaultPath did not work for all users on Linux when creating an open file dialog. #​43631 (Also in 31, 32, 33)
  • Restored Chromium default Content-Disposition header parsing. #​43671 (Also in 31, 32, 33)

v30.5.0: electron v30.5.0

Compare Source

Release Notes for v30.5.0
Fixes
  • Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #​43419 (Also in 31, 32, 33)
Other Changes

v30.4.0: electron v30.4.0

Compare Source

Release Notes for v30.4.0
Features
  • Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #​43138 (Also in 31, 32)
  • Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #​43162 (Also in 31, 32)
Fixes
  • Fixed an issue where navigator.serial.getPorts() incorrectly returned an empty array in some cases. #​43171 (Also in 31, 32)
  • Fixed an issue where system-context-menu was not triggered as expected on Windows when using a frameless BrowserWindow. #​43275 (Also in 31, 32)
  • Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. #​43155 (Also in 31, 32)
  • Fixed behavior when entering/exiting fullscreen fails on macOS. #​43151 (Also in 29, 31, 32)
  • Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #​43072 (Also in 31, 32)
  • Resolved an issue where desktopCapturer.getSources never fulfilled its promise in some cases. #​43272 (Also in 29, 31, 32)
Other Changes

v30.3.1: electron v30.3.1

Compare Source

Release Notes for v30.3.1
Other Changes
  • docs: note macOS fullscreen events in fullscreen query #​43015
  • docs: improve desktop capture example #​43004

v30.3.0: electron v30.3.0

Compare Source

Release Notes for v30.3.0
Features
  • Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #​42914 (Also in 31, 32)
Fixes
  • Fixed a potential crash when using off screen rendering. #​42939 (Also in 31, 32)
  • Fixed an issue where navigator.mediaDevices.getUserMedia and navigator.getUserMedia should reject with a NotAllowedError if microphone or camera permissions have been denied at the system level on macOS. #​42938 (Also in 31, 32)
  • Fixed crash when resolving proxy with session.resolveProxy api. #​42896 (Also in 31, 32)
Other Changes
  • Fixed an issue where opening multiple file pickers on Windows via the input tag could cause a crash. #​42826 (Also in 31, 32)
  • Updated Node.js to v20.15.1. #​42838

v30.2.0: electron v30.2.0

Compare Source

Release Notes for v30.2.0
Features
  • Enabled the Windows Control Overlay API on Linux. #​42683 (Also in 31, 32)
  • Expose systemPreferences to utilityProcess. #​42600 (Also in 31, 32)
Fixes
  • Fixed a focus issue when calling BrowserWindow.setTopBrowserView. #​42735 (Also in 31, 32)
  • Fixed an issue where fetch-dependent interfaces could be missing in Web Workers with nodeIntegrationInWorker enabled. #​42596 (Also in 31, 32)
  • Fixed an issue where navigator.mediaDevices.enumerateDevices could return broken results in some cases after calling session.setPermissionCheckHandler. #​42807 (Also in 31, 32)
  • Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. #​42676 (Also in 29, 31, 32)
  • Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. #​42687 (Also in 31, 32)
  • Fixed potentially incorrect exit code in UtilityProcess. #​42395 (Also in 29, 31)
Other Changes

v30.1.2: electron v30.1.2

Compare Source

Release Notes for v30.1.2
Fixes
  • Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via postMessage. #​42582 (Also in 32)
  • Fixed an issue where navigator.usb.getDevices() could crash in some circumstances. #​42461 (Also in 29, 31)
Other Changes
  • Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #​42567 (Also in 29, 31, 32)

v30.1.1: electron v30.1.1

Compare Source

Release Notes for v30.1.1
Fixes
  • Fixed an issue where app.setLoginItemSettings incorrectly checked against loginItemService. #​42403 (Also in 29, 31)
  • Fixed an issue where contentWindow.document.fonts.ready would never resolve in some circumstances. #​42384 (Also in 31)
  • Fixed an issue where fetch dependent interfaces in Node.js were not defined when nodeIntegration was enabled in some circumstances. #​42454 (Also in 31)
  • Fixed an issue where bad flags passed via --js-flags could cause a crash. #​42440 (Also in 29, 31)
  • Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. #​42426 (Also in 29, 31)
  • Re-adds functionality to check whether or not an app was launched as a login service on macOS. #​42423 (Also in 29, 31)
Other Changes
  • Improved error messages when ses.cookies.set fails. #​42398 (Also in 29, 31)

v30.1.0: electron v30.1.0

Compare Source

Release Notes for v30.1.0
Fixes
  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #​42306 (Also in 31)
  • Fixed BrowserWindow vibrancy on macOS. #​42263
  • Fixed an issue where BrowserView webContents were getting destroyed even when preventDefault was being set on the owning BrowserWindow's close event. #​42371
  • Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #​42327 (Also in 31)
  • Fixed an issue where some calls to WebUSB methods could crash. #​42364 (Also in 29, 31)
Other Changes

v30.0.9: electron v30.0.9

Compare Source

Release Notes for v30.0.9
Fixes
  • Fixed the type of WebviewTag.webpreferences back to string. #​42280 (Also in 31)
Other Changes
  • Updated Chromium to 124.0.6367.233. #​42269

v30.0.8: electron v30.0.8

Compare Source

Release Notes for v30.0.8
Other Changes

v30.0.7: electron v30.0.7

Compare Source

Release Notes for v30.0.7
Fixes
  • Fixed an issue where non-English IME users would see app hangs on a second monitor. #​42249
  • Fixed an issue where the window could be incorrectly centered in some circumstances when calling BrowserWindow.center(). #​42196 (Also in 31)
Other Changes
  • Updated Chromium to 124.0.6367.221. #​42208

v30.0.6: electron v30.0.6

Compare Source

Release Notes for v30.0.6
Fixes
  • Fixed a potential issue with Linux layout invalidation. #​42189

v30.0.5: electron v30.0.5

Compare Source

Release Notes for v30.0.5
Fixes
  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #​42151
  • Fixed an issue where webContents.navigationHistory was not an enumerable property. #​42181
  • Fixed crash on window maximize on X11. #​42185 (Also in 31)
  • BrowserWindow.focus() now correctly restore focus to inactive apps on macOS. #​42187 (Also in 31)
Other Changes

v30.0.4: electron v30.0.4

Compare Source

Release Notes for v30.0.4
Fixes
  • Fixed a crash in addChildView if a view is added as its own child. #​42107 (Also in 31)
  • Fixed a crash when the same WebContentsView is added via addChildView multiple times. #​42115 (Also in 31)
  • Fixed an error when calling setAutoResize on a BrowserView. #​42137 (Also in 31)
  • Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #​42145 (Also in 31)
  • Fixed an issue where calling window.center() on Windows and Linux incorrectly centered the window. #​42100 (Also in 31)
Other Changes

v30.0.3: electron v30.0.3

Compare Source

Release Notes for v30.0.3
Fixes
  • Fixed an issue where document.requestFullscreen didn't work when calling it from a webContents inside WebContentsView. #​41996 (Also in 31)
  • Fixed an issue where fs.createWriteStream could write out of order. #​42046
  • Fixed an issue where recentDOcuments wasn't populating properly on macOS. #​41992 (Also in 29, 31)
  • Fixed crash after upgrade on Linux. #​42064 (Also in 29, 31)
Other Changes

v30.0.2: electron v30.0.2

Compare Source

Release Notes for v30.0.2
Fixes
  • Electron doesn't paint on offscreen-render mode after gpu process crashed. #​41925 (Also in 29, 31)
  • Fixed data corruption when protocol.handle() processed incoming data asynchronously. #​41933 (Also in 31)
  • Fixed nativeImage.createThumbnailFromPath and shell.openExternal not resolving when called in the renderer process. #​41909 (Also in 31)
Other Changes
  • Updated Chromium to 124.0.6367.91. #​41976
Documentation

v30.0.1: electron v30.0.1

Compare Source

Release Notes for v30.0.1
Other Changes
  • Updated Chromium to 124.0.6367.60. #​41867

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 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants