An in-range update of electron is breaking the build π¨
greenkeeper opened this issue Β· 6 comments
The dependency electron was updated from 4.0.7
to 4.0.8
.
π¨ 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for electron v4.0.8
Release Notes for v4.0.8
Release Notes TBD.
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 π΄
After pinning to 4.0.7 your tests are passing again. Downgrade this dependency π.
- The
dependency
electron was updated from4.0.8
to4.1.0
.
Your tests are still failing with this version. Compare changes
Release Notes for electron v4.1.0
Release Notes for v4.1.0
Please note that there are no new features in this release. Electron 4.1.0 was released to work around issues users were experiencing with node-pre-gyp
based native modules and our ABI number in Electron >= 4.0.4.
Fixes
- Fixed a crash when calling ECDH.setPrivateKey(). #17297
- TouchBarSegmentedControl instances now correctly update when you update the
segments
array and removelabel
orimage
dynamically. #17335
Other Changes
- Reset version to 4.1.0-beta.0 in preparation for 4.1.0 stable release. 84b0145
- The
dependency
electron was updated from4.1.0
to4.1.1
.
Your tests are still failing with this version. Compare changes
Release Notes for electron v4.1.1
Release Notes for v4.1.1
Fixes
- The
dependency
electron was updated from4.1.1
to4.1.2
.
Your tests are still failing with this version. Compare changes
Release Notes for electron v4.1.2
Release Notes for v4.1.2
Fixes
- Added missing buffer size check in
nativeImage.createFromBuffer
/nativeImage.addRepresentation
. Data URLs only parsed according to the MIME type as PNG or JPEG. #17567 - Added support for testing the new Japanese Era with a placeholder era name. Set an environment variable named
ICU_ENABLE_TENTATIVE_ERA
to true to enable the placeholder era. #17518 - Fixed an issue whereby foreground visibility of a window was not correctly taken into account for
win.isVisible()
on macOS. #17492 - Fixed an issue with netLog module properties not being returned correctly. #17544
- Fixed issue on KDE where tray icons would be displayed incorrectly as a 22x22 version of the provided tray image but cropped from the center. #17497
- Fixed issue where preload scripts would sometimes run twice in the same process in different contexts resulting in broken native node module loading. #17596
- Generated
.framework
files on macOS now have the correct permissions. This fixes an issue where a crash occurred if a user attempted to launch an Electron app that another user downloaded on macOS. #17582
Documentation
- Documentation changes: #17494
- The
dependency
electron was updated from4.1.2
to4.1.3
.
Your tests are still failing with this version. Compare changes
- The
dependency
electron was updated from4.1.3
to4.1.4
.
Your tests are still failing with this version. Compare changes
Release Notes for electron v4.1.4
Release Notes for v4.1.4
Fixes
- Backported fix for crashes in RenderFrameImpl::OnSelectPopupMenuItem(s). #17659
- Backported fix for https://bugs.chromium.org/p/chromium/issues/detail?id=888678. #17632
- Fixed
process.getProcessMemoryInfo
not being exposed to sandbox renderers. #17669 - Fixed re-entracy problem with InvalidateFrameSinkId(). #17658
- Fixed the --explicitly-allowed-ports switch. #17642
Documentation
- Documentation changes: #17662