suiranfes / 2017.suiranfes.com

2017-dev.suiranfes.com
http://2017-dev.suiranfes.gq
3 stars 2 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.7.8 of electron just got published.

Branch Build failing 🚨
Dependency electron
Current Version 1.8.0
Type devDependency

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

As electron is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/suiranfes/2017.suiranfes.com/builds/279102437?utm_source=github_status&utm_medium=notification)

Release Notes electron v1.7.8

Bug Fixes

  • [SECURITY] Fixed Chromium RCE vulnerability

Linux

  • Fixed app.makeSingleInstance hanging. #10586

macOS

  • Fixed missing extension when saving a file without filters #10586
Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 6 years ago

Version 1.7.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes electron v1.7.9

Bug Fixes

  • [SECURITY] Update to Chromium RCE vulnerability fix for older versions of Chromium.

macOS

Fixed issues around update permissions and non-admin users. #10071 #10298

Windows

  • Fixed downloading updates twice #5057
greenkeeper[bot] commented 6 years ago

Version 1.7.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes electron v1.7.10

Bug Fixes

Linux

  • Fixed subpixel font rendering with freetype. #11402

macOS

  • Fixed rendering issues with Nvidia GPU on High Sierra. #10898
  • Fixed incorrectly cropped TouchBar items. #11141
greenkeeper[bot] commented 6 years ago

Version 1.7.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes electron v1.7.11

Bug Fixes

Windows

  • [SECURITY] Fixed protocol handler bug. CVE-2018-1000006

macOS

greenkeeper[bot] commented 6 years ago

Version 1.7.12 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 6 years ago

Version 1.8.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 6 years ago

Version 1.8.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes electron v1.8.3

Bug Fixes

  • Added Offscreen rendering improvements. #11729
  • Fixed downloading from custom protocols using WebContents.downloadURL. #12100
  • Fixed net::ERR_INSECURE_RESPONSE on https error. #12117
  • [SECURITY] Fixed Integer overflow with PropertyArray issue. #12117

Linux

  • [SECURITY] Disabled executable stack. #11955

Windows

  • Fixed titlebar displaying for frameless and transparent windows. #11910
  • Fixed desktopCapturer to capture the correct screen. #11677
  • Fixed support for precision trackpad / mouse scrolling. #12117
greenkeeper[bot] commented 6 years ago

Version 1.8.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes electron v1.8.4

Updates

  • Documentation updates. #12279
  • Document and test BrowserView.{destroy,isDestroyed}. #12298

Bug Fixes

  • Fixed popup menu position. #12197
  • [SECURITY] Set appropriate defaults for webview options. #12272
  • Fixed window open not showing. #12261
  • Fixed flaky remote setInterval spec. #12266
  • Fixed require on network share path. #12286
  • Fixed flaky navigator.serviceWorker spec. #12289

Linux

  • Fixed a crash on certain Linux distributions. #12151

macOS

  • Fixed checkbox state callback bug. #12154

Windows

  • Fixed passing of exception to the system crash handler. #12258
greenkeeper[bot] commented 6 years ago

Version 1.8.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes electron v1.8.6

Bug Fixes

macOS

  • Fixed 1.8.5 MAS release that contained extraneous files.