chore(deps): update dependency electron to v33 - autoclosed#2448
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency electron to v33 - autoclosed#2448renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
aeb366a to
573cd47
Compare
5714983 to
7104e75
Compare
7104e75 to
606d611
Compare
606d611 to
5df3c6c
Compare
5df3c6c to
9dd1c85
Compare
9dd1c85 to
440a2d9
Compare
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:
27.3.11->33.3.1Release Notes
electron/electron (electron)
v33.3.1: electron v33.3.1Compare Source
Release Notes for v33.3.1
Fixes
chrome.i18nextension API being unavailable in service workers. #45037 (Also in 31, 32, 34)webContents.canGoToOffset. #45006 (Also in 32, 34)Other Changes
v33.3.0: electron v33.3.0Compare Source
Release Notes for v33.3.0
Features
session.getSharedDictionaryUsageInfo(),session.getSharedDictionaryInfo(options),session.clearSharedDictionaryCache(), andsession.clearSharedDictionaryCacheForIsolationKey(options). #44951 (Also in 34)WebFrameMain.collectJavaScriptCallStack()for accessing the JavaScript call stack of unresponsive renderers. #44937 (Also in 34)Fixes
context-menuevent. #44953 (Also in 32, 34)Other Changes
Documentation
v33.2.1: electron v33.2.1Compare Source
Release Notes for v33.2.1
Fixes
shell.readShortcutLinkon Windows. #44803 (Also in 34)WebContentsViews were being improperly removed. #44671 (Also in 31, 32, 34)resizewasn't being emitted for single-pixel resizes on Windows. #44723 (Also in 32, 34)utilityProcesspid would not beundefinedafter exit. #44694 (Also in 32, 34)context-menuevent was not emitted when using-webkit-app-region: drag. #44800 (Also in 32, 34)Other Changes
v33.2.0: electron v33.2.0Compare Source
Release Notes for v33.2.0
Features
Other Changes
v33.1.0: electron v33.1.0Compare Source
Release Notes for v33.1.0
Features
WebFrameMain.detachedfor frames in an unloading state.WebFrameMain.isDestroyed()to determine if a frame has been destroyed.webFrameMain.fromId(processId, frameId)returning aWebFrameMaininstance which doesn't match the given parameters when the frame is unloading. #44209Fixes
EventSourcewasundefinedin both renderer and worker processes when Node.js integration was enabled. #44496 (Also in 32, 34)libgdk_pixbuf. #44436 (Also in 32, 34)Other Changes
v33.0.2: electron v33.0.2Compare Source
Release Notes for v33.0.2
Fixes
trace-startupnot working on macOS. #44276 (Also in 32, 34)exitevent could be emitted twice from theutilityProcess. #44266 (Also in 31, 32, 34)v33.0.1: electron v33.0.1Compare Source
Release Notes for v33.0.1
Other Changes
v33.0.0: electron v33.0.0Compare Source
Release Notes for 33.0.0
Stack Upgrades
130.0.6723.4420.18.013.0Breaking Changes
texturedBrowserWindowtypeoption on macOS. #43133protocol.registerFileProtocoland thebaseURLForDataURLproperty onBrowserWindow.loadURL,WebContents.loadURL, and<webview>.loadURL. #43977Features
Additions
app.setClientCertRequestPasswordHandler(handler), to help unlock cryptographic devices when a PIN is needed. #41205View.setBorderRadius(radius)for customizing the border radius of views—with compatibility forWebContentsView. #42320desktopCapturerandsetDisplayMediaRequestHandler. #43680 (Also in 32)DownloadItem.getCurrentBytesPerSecond(),DownloadItem.getPercentComplete(),DownloadItem.getEndTime(). #42805 (Also in 30, 31, 32)prefersReducedTransparencytonativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #42862 (Also in 30, 31, 32)app#loginevent. #42631 (Also in 32)Improvements
navigationHistoryAPI with 2 new functions for better history management. #42014sender-idhint is set when creating desktop notifications on DBus. #43949 (Also in 31, 32)systemPreferencestoutilityProcess. #42203 (Also in 30, 31, 32)Fixes
enable_pluginsbuild flag is false. #44025Also in earlier versions...
MenuItem.clickhandler not settingfocusedWindowparameter when focused window is aBaseWindow. #43438 (Also in 31, 32)focuson aWebView'swebContents. #43932 (Also in 31, 32)BrowserWindow.setTopBrowserView. #42653 (Also in 30, 31, 32)webContents.close()on a BrowserView. #42633 (Also in 31, 32)setWindowOpenHandler. #43816 (Also in 31, 32)postMessage. #42535 (Also in 30, 31, 32)BaseWindow.setTouchBardidn't work as expected. #43422 (Also in 30, 31, 32)WebContentsViews did not show correctly in some circumstances on macOS after being added as child views. #43696 (Also in 31, 32)defaultPathdid not work for all users on Linux when creating an open file dialog. #43595 (Also in 30, 31, 32)fetch-dependent interfaces could be missing in Web Workers withnodeIntegrationInWorkerenabled. #42579 (Also in 30, 31, 32)navigator.mediaDevices.enumerateDevicescould return broken results in some cases after callingsession.setPermissionCheckHandler. #42775 (Also in 30, 31, 32)navigator.mediaDevices.getUserMediaandnavigator.getUserMediashould reject with aNotAllowedErrorif microphone or camera permissions have been denied at the system level on macOS. #42899 (Also in 30, 31, 32)navigator.serial.getPorts()incorrectly returned an empty array in some cases. #43101 (Also in 30, 31, 32)system-context-menuwas not triggered as expected on Windows when using a frameless BrowserWindow. #43243 (Also in 30, 31, 32)BrowserWindow.setBackgroundColorwith some level of transparency could cause a crash. #42824 (Also in 31, 32)desktopCapturer.getSourceson macOS running 14.4 or later would make non-resizable windows resizable. #43013 (Also in 31, 32)window.print(),webContents.print()orprintToPDFfrom an existing PDF document resulted in a blank page. #43309 (Also in 31, 32)window.showInactiveon macOS did not actually show the window. #43079 (Also in 31, 32)desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42781 (Also in 31, 32)desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42883 (Also in 31, 32)resizeevents being emitted on Windows when the window was moved but not resized. #43457 (Also in 32)session.resolveProxyapi. #42878 (Also in 30, 31, 32)desktopCapturer.getSourcesnever fulfilled its promise in some cases. #43080 (Also in 29, 30, 31, 32)Content-Dispositionheader parsing. #43670 (Also in 30, 31, 32)npm run lintnot working on Windows. #42281 (Also in 31, 32)inputtag could cause a crash. #42758 (Also in 30, 31, 32)Documentation
Notices
End of Support for 30.x.y
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.
v32.2.8: electron v32.2.8Compare Source
Release Notes for v32.2.8
Fixes
chrome.i18nextension API being unavailable in service workers. #45038 (Also in 31, 33, 34)webContents.canGoToOffset. #45007 (Also in 33, 34)Other Changes
v32.2.7: electron v32.2.7Compare Source
Release Notes for v32.2.7
Fixes
context-menuevent. #44954 (Also in 33, 34)Other Changes
v32.2.6: electron v32.2.6Compare Source
Release Notes for v32.2.6
Fixes
resizewasn't being emitted for single-pixel resizes on Windows. #44724 (Also in 33, 34)utilityProcesspid would not beundefinedafter exit. #44693 (Also in 33, 34)context-menuevent was not emitted when using-webkit-app-region: drag. #44798 (Also in 33, 34)Other Changes
v32.2.5: electron v32.2.5Compare Source
Release Notes for v32.2.5
Fixes
WebContentsViews were being improperly removed. #44672 (Also in 31, 33, 34)Other Changes
v32.2.4: electron v32.2.4Compare Source
Release Notes for v32.2.4
Fixes
v32.2.3: electron v32.2.3Compare Source
Release Notes for v32.2.3
Fixes
EventSourcewasundefinedin both renderer and worker processes when Node.js integration was enabled. #44497 (Also in 33, 34)libgdk_pixbuf. #44437 (Also in 33, 34)Other Changes
v32.2.2: electron v32.2.2Compare Source
Release Notes for v32.2.2
Fixes
trace-startupnot working on macOS. #44292 (Also in 33, 34)exitevent could be emitted twice from theutilityProcess. #44268 (Also in 31, 33, 34)Other Changes
v32.2.1: electron v32.2.1Compare Source
Release Notes for v32.2.1
Fixes
Other Changes
3696306.v32.2.0: electron v32.2.0Compare Source
Release Notes for v32.2.0
Fixes
focuson aWebView'swebContents. #43934 (Also in 31, 33)setWindowOpenHandler. #43877 (Also in 31, 33)Other Changes
sender-idhint is set when creating desktop notifications on DBus. #43950 (Also in 31, 33)v32.1.2: electron v32.1.2Compare Source
Release Notes for v32.1.2
Fixes
v32.1.1: electron v32.1.1Compare Source
Release Notes for v32.1.1
Fixes
WebContentsViews did not show correctly in some circumstances on macOS after being added as child views. #43698 (Also in 31, 33)Other Changes
v32.1.0: electron v32.1.0Compare Source
Release Notes for v32.1.0
Features
desktopCapturerandsetDisplayMediaRequestHandler. #43679 (Also in 33)Fixes