Update dependency electron to v31.4.0 #5001
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
31.2.0
->31.4.0
Release Notes
electron/electron (electron)
v31.4.0
: electron v31.4.0Compare Source
Release Notes for v31.4.0
Features
prefersReducedTransparency
tonativeTheme
, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43137 (Also in 30, 32)Fixes
navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43170 (Also in 30, 32)system-context-menu
was not triggered as expected on Windows when using a frameless BrowserWindow. #43274 (Also in 30, 32)window.showInactive
on macOS did not actually show the window. #43102 (Also in 32)desktopCapturer.getSources
never fulfilled its promise in some cases. #43271 (Also in 29, 30, 32)Other Changes
3382485
. #43140v31.3.1
: electron v31.3.1Compare Source
Release Notes for v31.3.1
Fixes
desktopCapturer.getSources
on macOS running 14.4 or later would make non-resizable windows resizable. #43044 (Also in 32)Other Changes
v31.3.0
: electron v31.3.0Compare Source
Release Notes for v31.3.0
Features
DownloadItem.getCurrentBytesPerSecond()
,DownloadItem.getPercentComplete()
,DownloadItem.getEndTime()
. #42915 (Also in 30, 32)Fixes
navigator.mediaDevices.getUserMedia
andnavigator.getUserMedia
should reject with aNotAllowedError
if microphone or camera permissions have been denied at the system level on macOS. #42937 (Also in 30, 32)BrowserWindow.setBackgroundColor
with some level of transparency could cause a crash. #42928 (Also in 32)Other Changes
npm run lint
not working on Windows. #42906 (Also in 32)v31.2.1
: electron v31.2.1Compare Source
Release Notes for v31.2.1
Fixes
webContents.close()
on a BrowserView. #42810 (Also in 32)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42861 (Also in 32)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42890 (Also in 32)session.resolveProxy
api. #42897 (Also in 32)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.
This PR was generated by Mend Renovate. View the repository job log.