Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

chore(deps): update dependency electron to v8 #1648

Merged
merged 3 commits into from
Feb 22, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2020

This PR contains the following updates:

Package Type Update Change
electron devDependencies major ^6.0.0 -> ^8.0.0

Release Notes

electron/electron

v8.0.1

Compare Source

Release Notes for v8.0.1

Fixes

  • Fixed webRequest API not working with WebSockets. #​22134
  • Fixed a crash in webContents.print() with custom print margins. #​22186
  • Fixed a crash that could occur when visiting HTTPS sites with invalid certificates. #​22124
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #​22172
  • Fixed bug that occurred when using trafficLightPosition API in RTL mode. #​22162
  • Fixed flash plugin not working. #​22110
  • Fixed issue where renderers could crash during GC when using the contextBridge module. #​22114
  • Use system default printer if none is provided. #​22011

Other Changes

v8.0.0

Compare Source

Generating release notes between origin/7-1-x and origin/8-x-y for version v8.0.0

Release Notes for v8.0.0

Breaking Changes

  • Upgraded to Chromium 80.0.3987.86 (New since Electron 7: Chromium 79, 80)
  • Upgraded to Node 12.13.0 (New since Electron 7: Node 12.9, 12.10, 12.11, 12.12, 12.13)
  • Upgraded to V8 8.0 (New since Electron 7: V8 7.9, 8.0)
  • IPC between main and renderer processes now uses the Structured Clone Algorithm. #​20214

Features

  • Added --enable-api-filtering-logging command-line switch, which enables caller stack logging for desktopCapturer and remote APIs that can be blocked or filtered. #​20335
  • Added app.getApplicationNameForProtocol(). #​21117
  • Added app.setAboutPanelOptions() support for credits and iconPath on Windows. #​19420
  • Added BrowserWindow.moveAbove(mediaSourceId). #​18926
  • Added contents.getAllSharedWorkers() and contents.inspectSharedWorkerById(workerId) to allow inspection of specific shared workers. #​20389
  • Added Notification() options' timeoutType property to allows users to set timeout type for Linux and Windows notifications. #​20153
  • Added Notification() options' urgency property to allow customization of Linux-based notifications. #​20152
  • Added session.addWordToSpellCheckerDictionary API to support custom words in the. #​21297
  • Added session.downloadURL() to allow downloads to trigger without a BrowserWindow. #​19889
  • Added systemPreferences.getMediaAccessStatus().screen for detecting the new macOS Catalina permissions. #​21116
  • Added trafficLightPosition option in BrowserWindow API to allow custom positioning of traffic lights. #​21990
  • Added tray.displayBalloon() options: iconType, largeIcon, noSound and respectQuietTime. #​19544
  • Added tray.focus(), which returns focus to the taskbar notification area. #​19548
  • Added tray.removeBalloon(), which removes an already displayed balloon notification. #​19547
  • Added WebContents.printToPDF() support for fitToPageEnabled and scaleFactor. #​20436
  • Added win.accessibleTitle property to augment the window title for screen readers. #​19698
  • Added options to enable customization of print page headers and footers. #​19688
  • Added support for picture-in-picture mode for video elements. #​17686
  • Added support for the built-in spellchecker. We will use the OS spellchecker on macOS and hunspell on all other platforms. #​20897
  • Added the ability to prevent documents from being added to recent documents on Windows in open dialogs. #​19669
  • Enable macOS users to fallback to item removal when when shell.moveItemToTrash fails. #​19700
  • Exposed webContents.executeJavaScriptInIsolatedWorld. #​21267
  • Exposing methods required by capturing a hidden webContents. #​21895
  • Added BrowserWindow.will-move event support on macOS. #​19641
  • Improved TouchBarButton and TouchBarLabel a11y with the new accessibilityLabel property. #​20454

Fixes

  • Added name of module to context-aware deprecation warning (#​18397). #​21958
  • Fixed Linux console warning about gtk_disable_setlocale(). #​19986
  • Don't destroy active menus created as local objects in javascript. #​19427
  • Fixed BrowserWindow.fromWebContents() to return null when no window is found for consistency with other APIs. #​19983
  • Fixed a crash that could occur when calling crashReporter.getUploadedReports. #​20428
  • Fixed a potential crash on faulty deviceNames in webContents.print(). #​21982
  • Fixed an issue in the remote module which could cause the name of the Object constructor to be overwritten globally. #​20637
  • Fixed an issue that prevented setuid binaries from being launched from the renderer process on Linux. #​19953
  • Fixed an issue where menu.closePopup() would have no effect if called too soon after menu.popup(). #​20114
  • Fixed an issue where net requests with redirection mode 'error' could incorrectly follow a redirect. #​20686
  • Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations. #​20303
  • Fixed an issue where sites using ShadowDOMV0, CustomElementsV0, or HTMLImports would not load properly. #​21866
  • Fixed an issue with Node.js context initialization in renderer processes. #​20836
  • Fixed async Node APIs not working after received IPC message. #​19718
  • Fixed compilation error for native modules building with VS 2015. #​21960
  • Fixed crash when doing redirect navigation with webRequest listener. #​21841
  • Fixed debug symbol files on linux not containing private symbols. #​20530
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #​20356
  • Fixed issue with when playing videos or audio Electron would ask for accessibility access. #​21998
  • Fixed memory leak when using protocol.registerSchemeAsPrivileged api. #​20546
  • Fixed printing. #​21059
  • Fixed setting content-type header with charset breaking protocol APIs. #​20538
  • Fixed several deprecation warnings in Electron code. #​20805
  • Fixed some systemPreferences.getColor() inconsistencies on macOS. #​20611
  • Fixed white flash after restoring an app from the background. #​19873
  • Prevented 'Reopen windows?' dialog from appearing on macOS after a crash. #​19584
  • Re-enable DOM storage quota enforcement but change limit from 10MiB to 100MiB. #​21380
  • Removed unnecessary chromium patch for browser compositor on mac. #​20390
  • setLayoutZoomLevelLimits no longer works in Electron 8, so emit a warning message when using it. The function will be removed in Electron 9. #​21360
  • Fixed a crash that could occur if a WebContents was destroyed during a navigation event. #​20099
  • Fixed bug in 8.0.0 beta releases that prevented the dictionarySuggestions property from being populated correctly when the built-in spellchecker is enabled. #​22015

Other Changes

  • Added Windows on Arm (64 bit) release. #​20094
  • Added Windows on Arm node header files to checksum file. #​20255
  • Deprecated the default value of app.allowRendererProcessReuse (See #​18397). #​21287
  • Deprecated <webview>.getWebContents() due to its dependency on the remote module. #​21039
  • Fixed first beta version choosing logic. bf66fe51
  • Made strip_absolute_paths_from_debug_symbols to false in debug.gn. #​21316
  • No-notes. #​18760, #​20003
  • Removed undocumented ipcRenderer.sendToAll(). #​19556

Documentation

v7.1.12

Compare Source

Release Notes for v7.1.12

Fixes

  • Fixed an issue where sending complex objects over IPC could in some cases cause the renderer process to be terminated. #​21922
  • Fixed crash with Date.toLocaleString for invalid locale and locale of the format aa@BB. #​21969
  • Fixed flash plugin not working. #​22109
  • Fixed issue where renderers could crash during GC when using the contextBridge module. #​22112
  • Fixed netLog.stopLogging returning undefined instead of the path to the log. #​21988

v7.1.11

Compare Source

Release Notes for v7.1.11

Fixes

  • Fixed an edge case in checkbox logic on Windows. #​21860
  • Fixed an issue where window.print() only worked once on a single BrowserWindow. #​21911
  • Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS. #​21924
  • Fixed error thrown when importing powerMonitor on Linux before app's 'ready' event. #​21941
  • Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina. #​21872

Documentation

v7.1.10

Compare Source

Release Notes for v7.1.10

Fixes

  • Fixed BrowserWindow.setFocusable(true) not working on Windows. #​21855
  • Fixed set-cookie header not passed in net module. #​21770
  • Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended. #​21758
  • Fixed crash when restoring minimized hidden window on Windows. #​21820
  • Fixed issue where non-zero size pixels in CSS styles could be rounded down to zero size pixels. #​21857
  • Fixed memory leak when using javascript generator functions. #​21773

Other Changes

  • Fixed potential hang when sending synchronous IPC messages on process shutdown. #​21776

v7.1.9

Compare Source

Release Notes for v7.1.9

Fixes

  • Fixed a crash in contextBridge that happens on garbage collection. #​21736
  • Fixed a crash that would occur when Notifications were closed in concert with app termination. #​21719
  • Fixed an issue that could cause frameless windows to become undraggable in some circumstances. #​21723
  • Fixed an issue that could prevent communication between a sandboxed child window opened with nativeWindowOpen: false and an unsandboxed parent window. Also fixed document.visibilityState not working in sandboxed <webview>. #​21696
  • Fixed an issue with potential duplicate error popups when calling shell.showItemInFolder on Windows. #​21749
  • Fixed white flash when foregrounding an occluded window. #​21750

Documentation

v7.1.8

Compare Source

Release Notes for v7.1.8

Fixes

  • Fixed an issue in the net module where aborting a request during a redirect could cause an error to be thrown. #​21645
  • Fixed incorrect button highlighting when defaultId is passed for dialog message boxes. #​21652

Other Changes

  • Updated crashReporter to throw an error for getLastCrashReport if crashReporter not started. #​21683

v7.1.7

Compare Source

Release Notes for v7.1.7

Fixes

  • Fixed an issue where calling allowNTLMCredentialsForDomains() could cause a change in Kerberos SPN generation behavior. #​21572

v7.1.6

Compare Source

Release Notes for v7.1.6

Fixes

  • Fixed black boxes with <select> tag inside <webview> and OOPIF on windows. #​21526
  • Fixed media-specific globalShortcuts not working on macOS. #​21548

v7.1.5

Compare Source

Release Notes for v7.1.5

Fixes

  • Added workaround for nativeWindowOpen hang. #​21497
  • Fixed cookies.set not working correctly when name or expirationDate is omitted. #​21481
  • Fixed a weird behaviors and crashes when controlling window menu by keys. #​21453
  • Fixed accessibility window title on macOS. #​21466
  • Fixed contextBridge crash when opening and closing many windows. #​21514
  • Fixed source maps not loading in devtools with file scheme. #​21494
  • Fixed window menu unable to hide on startup. #​21449
  • Removed Electron.dsym from macOS application zip. #​21487

v7.1.4

Compare Source

Release Notes for v7.1.4

Fixes

  • Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values. #​21425
  • Fixed compositor recycling when creating new BrowserView. #​21400
  • Fixed contextBridge crash when closing a window. #​21417
  • Fixed issues where noLink and checkboxChecked were not passed correctly on Windows. #​21406
  • Fixed throttling in webContents.setBackgroundThrottling. #​21357

Other Changes

  • Updated Chromium to 78.0.3904.130. #​21413

v7.1.3

Compare Source

Release Notes for v7.1.3

Fixes

  • Fixed --ignore-connections-limit, ironically, being ignored. #​21299
  • Fixed broken focus with OOPIF embedded inside webview. #​21223
  • Fixed context menu disappearing when showing. #​21225
  • Fixed contextBridge crash. #​21281
  • Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a net.request. #​21135
  • Net module requests no longer raise errors when non-2xx responses are received. #​21295
  • The disabled-by-default-cpu_profiler tracing category now correctly records stack samples from the main process and utility processes. #​21277
  • webContents.reloadIgnoringCache() will now forcefully ignore all caches, including service workers. #​21284
  • window.root and window.GLOBAL are both now undefined when nodeIntegration is disabled as expected. #​21354

Other Changes

  • Fixed some crashes that could occur when using the net module. #​21304
  • Generate debug symbols on Linux. #​21279
  • Made strip_absolute_paths_from_debug_symbols to false in debug.gn. #​21317
  • Updated Chromium to 78.0.3904.126. #​21346

v7.1.2

Compare Source

Release Notes for v7.1.2

Fixes

  • Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. #​21192
  • Fixed ENOMEM error with Node.js child_process when using empty options.env. #​21140
  • Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance. #​21104
  • Fixed webRequest module unable to modify CORS headers. #​21123
  • Fixed an issue where custom protocols registered using registerStreamProtocol would sometimes fail to complete the response when the stream ended. #​21179
  • Fixed flickering when maximizing and restoring frameless windows. #​21205
  • Fixed incorrect size of windows on differently scaled monitors. #​21138
  • Fixed the 'login' event not being emitted when HTTP Basic auth was requested from a WebContents. #​21097

Other Changes

  • Updated Chromium to 78.0.3904.113. #​21199

v7.1.1

Compare Source

Release Notes for v7.1.1

Fixes

  • Fixed backgroundThrottling: false not having an effect. #​21013
  • Fixed broken globalShortcut.registerAll() on Windows and Linux. #​20983
  • Fixed crash on exit in aura platforms with webview. #​21022
  • Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. #​21021
  • Fixed improper label internationalization for the recentDocuments MenuItem. #​20957
  • Fixed issue where app.setAppLogsPath did not work when you provided a valid path. #​21008
  • Fixed webrequest api typings. #​21038

Other Changes

  • Updated Chromium to 78.0.3904.99. #​21033

v7.1.0

Compare Source

Release Notes for v7.1.0

This release is a minor bump as it contains exactly one new feature. contextBridge module, this feature is outlined below along with the other fixes and changes that went into this release. The 7.1.x series is now only release line in the 7.x.y major release line that will receive bug fixes and security fixes. It is recommended you upgrade to 7.1.x.

Features

  • Added new contextBridge module to make it easier to communicate between an isolated context and the main world. #​20789

Fixes

  • Fixed nativeTheme not accessible via the remote module. #​20961
  • Fixed a memory leak issue when setting Tray images. #​20935
  • Fixed issue where proxied remote promises might not resolve if Bluebird was installed in the renderer. #​20947

Other Changes

v7.0.1

Compare Source

Release Notes for v7.0.1

Fixes

  • Fixed shell.openExternal() option workingDirectory not working with Unicode characters. #​20905
  • Fixed a crash in Menus related to menu.popup(). #​20808
  • Fixed a label mismatch on open and save dialogs on GTK. #​20882
  • Fixed a regression in the recentDocuments role on macOS. #​20670
  • Fixed an issue where objects referenced by remote could sometimes not be correctly freed. #​20693
  • Fixed crashes when calling webContents.printToPDF() multiple times. #​20810
  • Fixed devtools extensions not loading due to "Connect to unknown extension [object Object]" errors. #​20844
  • Fixed flicker when switching between BrowserViews. #​20846
  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #​20629
  • Fixed hang when closing a scriptable popup window using the remote module. #​20715
  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #​20814
  • Fixed native module size increase on windows, follow up fix to #​20614. #​20708
  • Fixed several deprecation warnings in Electron code. #​20804

Other Changes

  • Updated Chromium to 78.0.3904.92. #​20913

Documentation

v7.0.0

Compare Source

Release Notes for v7.0.0

Notable Changes

  • Stack upgrades:
Stack Version in Electron 6 Version in Electron 7 What's New
Chromium 76.0.3809.146 78.0.3905.1 77, 78
V8 7.6 7.8 7.7, 7.8
Node.js 12.4.0 12.8.1 12.5, 12.6, 12.7, 12.8, 12.8.1
  • Added Windows on Arm (64 bit) release. #​18591, #​20112
  • Added ipcRenderer.invoke() and ipcMain.handle() for asynchronous request/response-style IPC. These are strongly recommended over the remote module. See this "Electron’s ‘remote’ module considered harmful" blog post for more information. #​18449
  • Added nativeTheme API to read and respond to changes in the OS's theme and color scheme. #​19758, #​20486
  • Switched to a new TypeScript Definitions generator, which generates more precise definitions. If your TypeScript build fails, this is the likely cause. #​18103

Breaking Changes

More information about these and future changes can be found on project's Planned Breaking Changes page.

  • Removed deprecated APIs:
    • Callback-based versions of functions that now use Promises. #​17907
    • Tray.setHighlightMode() (macOS). #​18981
    • app.enableMixedSandbox() #​17894
    • app.getApplicationMenu(),
    • app.setApplicationMenu(),
    • powerMonitor.querySystemIdleState(),
    • powerMonitor.querySystemIdleTime(),
    • webFrame.setIsolatedWorldContentSecurityPolicy(),
    • webFrame.setIsolatedWorldHumanReadableName(),
    • webFrame.setIsolatedWorldSecurityOrigin() #​18159
  • Session.clearAuthCache() no longer allows filtering the cleared cache entries. #​17970
  • Native interfaces on macOS (menus, dialogs, etc.) now automatically match the dark mode setting on the user's machine. #​19226
  • Updated the electron module to use @electron/get. The minimum supported node version is now Node 8. #​18413
  • The electron.asar file no longer exists. Any packaging scripts that depend on its existence should be updated. #​18577

New Features

  • netLog.startLogging() now returns a promise which resolves when the net log has started recording.
  • All async webContents / <webview> methods now return a Promise. #​18792
  • Added always-on-top-changed event emission for macOS. #​19462
  • Added app.resignCurrentActivity() to allows marking inactive the current Handoff user activity without invalidating it. #​18659
  • Added captureMode and maxFileSize options to the netLog API. #​19215
  • Added creationTime / sandboxed / integrityLevel to app.getAppMetrics() output. #​18718
  • Added failureReason parameter to the webContents.print() callback function to distinguish between success, failure, and cancellation. #​19000
  • Added getBounds() method for BrowserView. #​19370
  • Added gpu-info-update event to app, which is emitted whenever there is a GPU info update. #​18250
  • Added memory to app.getAppMetrics(). #​18831
  • Added process.getBlinkMemoryInfo(). #​17762
  • Added removeInsertedCSS() to webFrame / webContents / <webview>. #​16579
  • Added zoom-changed event to webContents, which is emitted when the user zooms using the mouse wheel on Windows, even if the focus is inside an (x-origin) iframe. #​17747
  • Migrated Tray from custom to native view to be compatible with Catalina (macOS). #​18981
  • Added a MenuItem.toolTip property macOS. #​19099
  • Added printing customization options. #​18984
  • Added an optional conflict handling callback to app.moveToApplicationsFolder. #​18916
  • Added missing support for ELECTRON_DEFAULT_ERROR_MODE in the GPU process. #​17728
  • Added security warning for remote modules with remote content. #​18822
  • Support CSS origin in webFrame.insertCSS(). #​19268
  • Support HTTP preconnect resource hints. #​19952
  • Support NSVisualEffectMaterials vibrancy types added in macOS Mojave. #​19073
  • Support mouse-move event of Tray API on Windows. #​19265
  • Support systemPreferences.isDarkMode() API on Windows. #​19217
  • Support systemPreferences.isHighContrastColorScheme() API on macOS. #​19331
  • Support picture-in-picture mode for video elements. #​19914
  • Support rotation multi-touch gestures on BrowserWindow for macOS. #​19294
  • Added the ability to set authors in the Linux implementation of the About panel. #​18964
  • Calling contentTracing.stopTracing() with no arguments is now permitted and has the same behaviour as calling it with an empty string (tracing data will be written to a temporary file). #​18411
  • Can set a window always on top but behind the taskbar on Windows. #​18982
  • Enabled the W3C Reporting API. #​18255
  • Exposed the value of NSNotification.object to subscribers of notifications in systemPreferences. #​19110
  • Implemented BrowserWindow.setFocusable on macOS. #​19033
  • Renderer processes hosting cross-origin frames are now sandboxed unless the parent BrowserWindow enables nodeIntegrationInSubFrames. #​18650
  • Set the ELECTRON_SKIP_BINARY_DOWNLOAD=1 environment variable to skip electron binary download. #​17627
  • Deprecated netLog.currentlyLoggingPath. #​18289
  • Added Windows on Arm node header files to checksum file. #​20261

Properties

  • Converted webContents primitive getters and setters to actual properties. #​18998
  • Converted badgeCount to an actual property on the app module. #​17363
  • app.name is now a property. #​17701
  • nativeImage.templateImage is now a property on the nativeImage prototype. #​18124
  • Converted appLevelAppearance to be a property on systemPreferences. #​18477
  • Converted autoHideMenuBar to a property on BrowserWindow instances. #​18555
  • Converted savePath accessor to a property on DownloadItem instances. #​18677
  • Converted closable, fullscreenable, maximizable, minimizable, movable, and resizable to be properties on the BrowserWindow prototype. #​18618

Fixes

  • "Node integration with remote content" and "loading insecure content" warning messages are suppressed for localhost connections. #​18814
  • ELECTRON_RUN_AS_NODE now correctly parses both node options and v8 flags. E.g. --expose_gc #​19403
  • Fixed Linux console warning about gtk_disable_setlocale(). #​20012
  • Fixed triggeredByAccelerator Event property behavior for MenuItems. #​18865
  • Fixed a crash in window.print(). #​19728
  • Fixed a crash on manual print cancellation as well as an issue with deviceName not working. #​19668
  • Fixed a crash on tray popup being called multiple times in a row. #​18999
  • Fixed bug where the close event would not emit upon closing modal window on macOS. #​19014
  • Fixed crashReporter addExtraParameter / removeExtraParameter methods undefined in macOS node child processes. #​15790
  • Fixed desktopCapturer leak. #​20280
  • Fixed setting src on <webview> being too slow. #​18990
  • Fixed several cases where document.visibilityState would be incorrect. The win.show() and win.hide() methods now correctly update visibility state. #​20134
  • Fixed support for the webkitdirectory attribute on input[type=file] elements. #​18343
  • Fixed windows debug logging. #​18199
  • Node.JS globals (process, Buffer, etc.) are no longer removed from the global scope if you have contextIsolation enabled as it is safe for those variables to still exist in their isolated world. #​18967
  • Non-absolute session preload script paths are now ignored for sandboxed renderers. #​19066
  • getPath('logs') now throws a more descriptive error if it fails to find the logs path. #​19514
  • web-contents-created and browser-window-created no longer emit an empty object in place of Event. #​19465
  • Fixed an issue where netLog.startLogging() would silently fail when called immediately during app.on('ready').
  • Fixed an issue whereby requiring some modules before the app ready event had side effects. #​17496

Documentation

End of Support for 4.x.y

Electron 4.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.


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 tick the rebase/retry checkbox below.

🔕 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/electron-8.x branch 2 times, most recently from 8ac6c4b to 7e1099f Compare February 10, 2020 17:28
@codecov
Copy link

codecov bot commented Feb 10, 2020

Codecov Report

Merging #1648 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1648   +/-   ##
========================================
  Coverage    63.87%   63.87%           
========================================
  Files          139      139           
  Lines         3815     3815           
  Branches       797      797           
========================================
  Hits          2437     2437           
  Misses        1152     1152           
  Partials       226      226

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b37e9e...63de731. Read the comment docs.

@renovate renovate bot force-pushed the renovate/electron-8.x branch 7 times, most recently from c141f2e to 8053316 Compare February 17, 2020 10:55
@renovate renovate bot force-pushed the renovate/electron-8.x branch 6 times, most recently from 2d9b1cd to aa0c6d0 Compare February 20, 2020 03:39
@renovate
Copy link
Contributor Author

renovate bot commented Feb 20, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@faustbrian faustbrian merged commit e1c1719 into develop Feb 22, 2020
@faustbrian faustbrian deleted the renovate/electron-8.x branch February 22, 2020 03:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants