gucong3000 / safetree

学校安全教育平台自动答题工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue · comments

Version 1.7.5 of electron just got published.

Branch Build failing 🚨
Dependency electron
Current Version 1.7.4
Type dependency

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

electron is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • safetree@gucong Build failed on DaoCloud Details

Release Notes electron v1.7.5 beta

1.7.5 Release Notes

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

After pinning to 1.7.4 your tests are passing again. Downgrade this dependency 📌.

Version 1.7.6 just got published.

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

Release Notes electron v1.7.6

Bug Fixes

  • Fixed query string parsing in PDF Viewer #10008
  • Fixed crash that occurred when loading URL in detached WebContents #9819
  • Fixed issues around update permissions and non-admin users #10071
  • Fixed chrome storage access scope to be shared across domains #9951
  • Fixed content scripts matches #10075
  • Fixed bug that returned an object instead of an empty string when reading from an empty asar file with 'utf8' option #10160
  • Prevented async tasks from crashing after the Node environment is destroyed #10099

Linux

  • Fixed issue where opening menu would cause high CPU usage on certain Linux distributions #10070

macOS

  • Added code and domain as properties to error events emitted by autoUpdater module #10125
  • Fixed bug where TouchBarScrubber.continuous was getting ignored #10133

Windows

  • Added labels for common accept file types #10015

API Changes

  • Added BrowserView.fromId() which returned the BrowserView with the given id #10039
  • Added BrowserWindow.addExtension, BrowserWindow.removeExtension, BrowserWindow.getExtensions to add/remove/get Chrome extensions in an Electron app #9918

macOS

  • Added treatPackageAsDirectory flag to dialog.showOpenDialog, in order to treat packages, such as .app folders, as a directory instead of a file #9834