[deps] Platform: Update electron to v37 - autoclosed#15499
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
[deps] Platform: Update electron to v37 - autoclosed#15499renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Internal tracking:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15499 +/- ##
==========================================
- Coverage 37.43% 37.43% -0.01%
==========================================
Files 3351 3351
Lines 95184 95184
Branches 14391 14391
==========================================
- Hits 35634 35631 -3
- Misses 57981 57984 +3
Partials 1569 1569 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6884687 to
b64ce5d
Compare
1603f9b to
93c52d4
Compare
1 task
61aad89 to
efd0948
Compare
8ea1b7c to
633fcca
Compare
4bd5fe6 to
1fb55c1
Compare
1fb55c1 to
ad1d353
Compare
ad1d353 to
84449f9
Compare
|
Contributor
|
New Issues (22)Checkmarx found the following issues in this Pull Request
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
36.4.0->37.4.0Release Notes
electron/electron (electron)
v37.4.0: electron v37.4.0Compare Source
Release Notes for v37.4.0
Features
tray.{get|set}AutosaveNameto enable macOS tray icons to maintain position across launches. #48076 (Also in 36, 38)Fixes
net.isOnline()always returnedtruein utilityProcesses. #48152 (Also in 36, 38)Other Changes
v37.3.1: electron v37.3.1Compare Source
Release Notes for v37.3.1
Fixes
shell.openPathwas not non-blocking as expected. #48088 (Also in 36, 38)window.openwould never be offscreen. #48070 (Also in 38)app.getLoginItemSettingson macOS. #48096 (Also in 36)Other Changes
v37.3.0: electron v37.3.0Compare Source
Release Notes for v37.3.0
Features
app.getRecentDocuments()on Windows and macOS. #47923 (Also in 36, 38){get|set}AccentColor. #48017 (Also in 36, 38)DIR_ASSETSinstead ofDIR_MODULE/DIR_EXEto locate assets and resources, and added "assets" as a key that can be queried viaapp.getPath. #47951 (Also in 38)Fixes
webContents.loadURL()from a failedwebContents.loadURL()call's catch handler. #48045 (Also in 36, 38)app.accessibilitySupportEnableddidn't work as expected. #48061 (Also in 38)electron/utilityin an ESM file threw an error at runtime. #48021 (Also in 36, 38)electron/utilitythrew aERR_MODULE_NOT_FOUNDerror at runtime. #47988 (Also in 36, 38)Other Changes
v37.2.6: electron v37.2.6Compare Source
Release Notes for v37.2.6
Fixes
Refererheader was not being set correctly when usingwebContents.downloadURL(). #47865 (Also in 36, 38)webContentsfunctions afterwindow.close(). #47954 (Also in 36, 38)setContentProtectiondidn't work as expected. #47887 (Also in 36, 38)accentColorwould result in a white accent color. #47800 (Also in 38)Other Changes
v37.2.5: electron v37.2.5Compare Source
Release Notes for v37.2.5
Other Changes
v37.2.4: electron v37.2.4Compare Source
Release Notes for v37.2.4
Fixes
appextensions filters didn't allow for selecting app bundles in macOS file dialogs. #47839 (Also in 36, 38)Other Changes
v37.2.3: electron v37.2.3Compare Source
Release Notes for v37.2.3
Fixes
-electron-corner-smoothingCSS rule to a stylesheet with no associated document. #47792require('node:sqlite')didn't work. #47756 (Also in 36, 38)v37.2.2: electron v37.2.2Compare Source
Release Notes for v37.2.2
Other Changes
v37.2.1: electron v37.2.1Compare Source
Release Notes for v37.2.1
Fixes
desktopCapturer.getSourceswith an empty thumbnail size. #47653 (Also in 36, 38)roundedCornersset tofalse. #47682 (Also in 36, 38)v37.2.0: electron v37.2.0Compare Source
Release Notes for v37.2.0
Other Changes
v37.1.0: electron v37.1.0Compare Source
Release Notes for v37.1.0
Features
Fixes
v37.0.0: electron v37.0.0Compare Source
Release Notes for v37.0.0
Stack Upgrades
138.0.7204.3522.16.013.8Breaking Changes
ProtocolResponse.session's property tonull. #46264Features
Additions
BrowserWindow.isSnapped()to indicate whether a given window has been arranged via Snap. #46079 (Also in 36)before-mouse-eventto allow intercepting and preventing mouse events in WebContents. #47364 (Also in 36)ffmpeg.dllto delay load configuration. #46151 (Also in 34, 35, 36)innerWidthandinnerHeightoptions for window.open. #47039 (Also in 35, 36)nativeTheme.shouldUseDarkColorsForSystemIntegratedUIto distinguish system and app theme. #46438 (Also in 35, 36)scriptURLproperty toServiceWorkerMain. #45863frameoption inmenu.popup. #45138 (Also in 36)HIDDevice.collections. #47483 (Also in 36)--no-experimental-global-navigatorflag. #47418 (Also in 35, 36)screen.dipToScreenPoint(point)andscreen.screenToDipPoint(point)on Linux X11. #46895 (Also in 35, 36)system-context-menuon Linux. #45848 (Also in 35, 36)paletteandheaderon macOS. #47245--experimental-network-inspection. #47031 (Also in 35, 36)win.isContentProtected()to allow developers to check window protection status. #47310 (Also in 36)Improvements
Removed/Deprecated
NativeImage.getBitmap()and fixed incorrect documentation. #46696 (Also in 36)Fixes
webContents.print({ silent: true })would fail. #47397Also in earlier versions...
addChildView()crashes when adding a closed WebContentsView. #47338 (Also in 35, 36)electron.shell.openExternalandelectron.shell.openPathto honor user-defined system defaults on Linux. #45310 (Also in 33, 34, 35, 36)getNativeWindowHandle()crash that affected 36 betas on macOS. #46733 (Also in 36)webContents.print(). #46087 (Also in 35, 36)shell.readShortcutLink. #46294 (Also in 35, 36)navigator.bluetooth.requestDeviceand theselect-bluetooth-deviceevent. #46745 (Also in 34, 35, 36)parentPort. #46437 (Also in 34, 35, 36)utilityProcess.postMessagewhen calling with an invalid transferable. #46639 (Also in 35, 36)session.clearDatain some circumstances. #47412 (Also in 35, 36)window.emit('close')after toggling fullscreen mode. #46605 (Also in 35, 36)electronfor the first time from an ESM module loaded by a CJS module in a packaged app. #47342 (Also in 35, 36)context-menuevent weren't emitted as expected on Windows in draggable regions. #45851 (Also in 34, 35, 36)navigationHistory.restore()failed to restore theuserAgentif it was overridden. #46260 (Also in 34, 35, 36)system-context-menuincorrectly fired for all regions in frameless windows. #45893 (Also in 33, 34, 35, 36)webContents.printToPDF()didn't work as expected with cross-process subframes. #46218 (Also in 34, 35, 36)webContents.printdid not work as expected whenmediaSizewas not passed. #46971 (Also in 36)app.commandLinefunctions. #46004 (Also in 35, 36)Fetch.continueResponsevia debugger withWebContentsViewcould cause a crash. #47444 (Also in 35, 36)UtilityProcess.forkprior to the app ready event would cause a crash. #46380 (Also in 34, 35, 36)backgroundMaterialfeature did not work in a frameless window on initial window creation. #46657 (Also in 35, 36)--inspect-brkfailing in packaged apps. #46560 (Also in 35, 36)assertNode.js module in the renderer process. #46528 (Also in 35, 36)pushNotifications.registerForAPNSNotifications(). #46101 (Also in 34, 35, 36)enable_electron_extensions=false. #46812 (Also in 34, 35, 36)*filter was included. #46660 (Also in 34, 35, 36)autoUpdateron macOS when zip extraction failed. #47302 (Also in 34, 35, 36)app.getGPUInfopromise. #46434 (Also in 34, 35, 36)treatPackageAsDirectoryis enabled on macOS. #47108 (Also in 35, 36)webContents.print()where the callback would not be called. #47398 (Also in 35, 36)win.setContentProtected()on Windows. #47033 (Also in 35, 36)enabled = false), it is now greyed out. #46307 (Also in 34, 35, 36)Other Changes
4010597. #459364010597. #459414090597. #473584206375. #47356Documentation
Notices
End of Support for 34.x.y
Electron 34.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.
v36.8.1: electron v36.8.1Compare Source
Release Notes for v36.8.1
Fixes
shell.openPathwas not non-blocking as expected. #48087 (Also in 37, 38)app.getLoginItemSettingson macOS. #48095 (Also in 37)v36.8.0: electron v36.8.0Compare Source
Release Notes for v36.8.0
Features
app.getRecentDocuments()on Windows and macOS. #47925 (Also in 37, 38){get|set}AccentColor. #48018 (Also in 37, 38)Fixes
webContents.loadURL()from a failedwebContents.loadURL()call's catch handler. #48044 (Also in 37, 38)electron/utilityin an ESM file threw an error at runtime. #48020 (Also in 37, 38)electron/utilitythrew aERR_MODULE_NOT_FOUNDerror at runtime. #47987 (Also in 37, 38)Other Changes
v36.7.4: electron v36.7.4Compare Source
Release Notes for v36.7.4
Fixes
Refererheader was not being set correctly when usingwebContents.downloadURL(). #47866 (Also in 37, 38)webContentsfunctions afterwindow.close(). #47953 (Also in 37, 38)setContentProtectiondidn't work as expected. #47888 (Also in 37, 38)accentColorwould result in a white accent color. #47921 (Also in 37, 38)v36.7.3: electron v36.7.3Compare Source
Release Notes for v36.7.3
Fixes
appextension