Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of electron is breaking the build 🚨 #1774

Closed
greenkeeper bot opened this issue Nov 1, 2019 · 10 comments
Closed

An in-range update of electron is breaking the build 🚨 #1774

greenkeeper bot opened this issue Nov 1, 2019 · 10 comments
Labels

Comments

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 1, 2019

The devDependency electron was updated from 7.0.0 to 7.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

electron is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/appveyor/branch: Waiting for AppVeyor build to complete (Details).
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for electron v7.0.1

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

  • Documentation changes: #20757
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper greenkeeper bot added the greenkeeper label Nov 1, 2019
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Nov 1, 2019

After pinning to 7.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Nov 5, 2019

  • The devDependency electron was updated from 7.0.1 to 7.1.0.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.0

Release Notes for v7.1.0

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

@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Nov 8, 2019

  • The devDependency electron was updated from 7.1.0 to 7.1.1.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.1

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Nov 20, 2019

  • The devDependency electron was updated from 7.1.1 to 7.1.2.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.2

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Dec 3, 2019

  • The devDependency electron was updated from 7.1.2 to 7.1.3.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.3

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Dec 10, 2019

  • The devDependency electron was updated from 7.1.3 to 7.1.4.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.4

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Dec 13, 2019

  • The devDependency electron was updated from 7.1.4 to 7.1.5.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.5

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Dec 18, 2019

  • The devDependency electron was updated from 7.1.5 to 7.1.6.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.6

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
@greenkeeper

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Dec 19, 2019

  • The devDependency electron was updated from 7.1.6 to 7.1.7.

Your tests are still failing with this version. Compare changes

Release Notes for electron v7.1.7

Release Notes for v7.1.7

Fixes

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

This comment has been minimized.

Copy link
Contributor Author

@greenkeeper greenkeeper bot commented Jan 8, 2020

  • The devDependency electron was updated from 7.1.7 to 7.1.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for electron v7.1.8

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
@KayleePop KayleePop closed this Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.