This repository was archived by the owner on Jul 21, 2019. It is now read-only.
Update dependency electron to v5#18
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^4.0.0->^5.0.0Release Notes
electron/electron
v5.0.6Compare Source
Release Notes for v5.0.6
Fixes
<webview>:app.getAppPath()returning default-app path when runningelectron appwith no package.json orelectron app/index.js. Now the directory containing the executed file is returned. #18894require('timers').setTimeoutwould sometimes never fire in the renderer process. #18965systemPreferences.isDarkMode()now correctly detects dark mode on macOS Catalina. #18960Other Changes
session.getCacheSizewould never call its callback. #18898v5.0.5Compare Source
Release Notes for v5.0.5
Fixes
Uncaught TypeError: Cannot set property 'innerText' of nullin default-app when opening a website. #18819webContents.print()callback not returning boolean correctly in all cases. #18804win.webContents.destroy(). #18794v5.0.4Compare Source
Release Notes for v5.0.4
Fixes
window.openernull after cross-origin navigation. #18614getEffectiveApperanceandgetAppLevelAppearancewould returnunknowninstead of the correct value sometimes. #18689shell.openExternalwould not activate opened window on macOS. #18721v5.0.3Compare Source
Release Notes for v5.0.3
Fixes
minimizableandclosableweren't respected incustomButtonsOnHovermode. #18485webContents.sendInputEventto send aWebMouseWheelEventnow has the expected effect. #18495Other Changes
libEGL.so,libGLESv2.so). #18601v5.0.2Compare Source
Release Notes for v5.0.2
Fixes
'page-title-updated'event onwebContentsto documentation. Also fixed forwarding of theexplicitSetargument when emitted onBrowserWindow. #18318systemPreferences.getAccentColor(). #18194enable_negotiate_portoption was inadvertently changed from false to true; this restores the former behavior and aligns with Chromium. #18284loadURLandloadFilewould be rejected withERR_ABORTEDif you triggered a virtual navigation before the page had finished loading. E.g. Usedhistory.pushStateor setlocation.hash. #18142v5.0.1Compare Source
Release Notes for v5.0.1
Fixes
fs.promisesAPIs not working with ASAR paths. #18115.show()on a BrowserWindow did not focus the window. #18080gpu-crashedevent on<webview>. #18004Other Changes
v5.0.0Compare Source
Release Notes for v5.0.0
Breaking Changes
73.0.3683.119, Node.js12.0.0, and V87.3.492.27.nodeIntegrationandwebviewTagare nowfalseto improve security. #16235enableMixedSandboxand the--enable-mixed-sandboxcommand-line switch still exist for compatibility, but are deprecated and have no effect. #15894Features
activateoption towebContents.openDevTools. #13852app.commandLine.hasSwitch()/app.commandLine.getSwitchValue(). #16282fileMenu/viewMenu/appMenuroles. #16328ipc-messageandipc-message-syncevents towebContents. #16468preload-errorevent towebContentsemitted when preload script fails (parse error, unhandled exception, etc.). #16411win.removeMenu()to remove application menus instead of usingwin.setMenu(null). #16657systemPreferences.getSystemColor(). #16248systemPreferences.getAccentColor(). #16251systemPreferences.getColor(). #16249DownloadItemthat enable customization of the save dialog options duringwill-downloadevents. #15497protocol.registerFileProtocolto matchprotocol.registerStreamProtocol. #16098BrowserWindow. #16148remote.getBuiltin(),remote.getCurrentWindow(),remote.getCurrentWebContentsand<webview>.getWebContents(). #16293contentTracing.getCategories()to return a promise instead taking a callback. #16624contentTracing.startRecording()andcontentTracing.stopRecording()to return a promise instead taking a callback. #16642debugger.sendCommand()to return a Promise instead of taking a callback. #16931zoomLevel()andzoomFactor()forwebContentsand<webview>to return a promise instead taking a callback. #16410NodeIntegrationInSubFramesoption usage forwebviewtags. #17398app.getLocaleCountryCode(). #15035app.getFileIcon. #15742shell.openExternal()by splitting it into a sync and async method. #16176browser-backwardandbrowser-forwardapp-commandevents available in BrowserWindow on Linux. #15441window-all-closedhandling). #16310Menu.buildFromTemplate()to allow it to acceptMenuItems in addition to plain objects. #16783Fixes
resourcesPathproperty is no longer available onprocessin sandboxed renderers. #15701--disable-color-correct-rendering. #15898nativeImage.createFromBuffer/nativeImage.addRepresentation. Data URLs only parsed according to the MIME type as PNG or JPEG. #17568desktopCapturer.getSources()calls by handling thedesktop-capturer-get-sourcesevent. #15964appfor dev-tools and extensions. #16613processread-only. #15628<webview>not working withcontextIsolation+sandbox. #16469<webview>tag not working when usingcontextIsolation. #16067defaultIdnot taking affect when set to0and no "cancel" button was present on macOS. #17150webContents.print()not working correctly. #17117windowmenurole not showing the window list on macOS. #16387ShowOpenDialogandShowSaveDialog. #17177window.openerof a window created with window.open from a sandboxed renderer was null. #15821ECDH.getPrivateKey(),diffieHellman.generateKeys()ordiffieHellman.get*(). #17255Notificationobjects constructed in the main process would randomly not be shown to the user. #17484--enable-mixed-sandbox. #15722win.isVisible()on macOS. #17491<a>downloads. #16640BrowserView. #15541nativeImage.createFromBuffer()is called with invalidbuffer. #17374undefinedto some APIs. #17481MenuItems. #16848localStoragequota not being bypassed. #15596Shiftappended to them twice . #15400visible: falseMenuItemproperty. #16846enableproperty having no effect for top-level submenuMenuItems. #16858window.confirm. The "Cancel" button is now triggered by the escape key, and the "OK" button is now triggered by the return key. #17578.in thepatternfield now treat it as a raw.instead of a wildcard. #17594--inspectnow listens on the correct port when one is provided. #17439webFramecustom scheme APIs to browser process underprotocol. #16625safeDialogswebPreferences option now actually works onfile://URLs. #17579segmentsarray and removelabelorimagedynamically. #17334Other Changes
webFrame.setIsolatedWorldInfoAPI and deprecated related APIs. #16932ServiceWorkerAPIs onWebContentsin preparation for their removal. #16732brightrayintoatom. #15240process.getCreationTime()in sandboxed renderers. #15824api::WebContents::CreateFrom. #15241Documentation
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.