leonardochaia/timoneer

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

Closed this issue Β· 9 comments

The devDependency electron-builder was updated from 20.33.1 to 20.33.2.

🚨 View failing branch.

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

electron-builder 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/travis-ci/push: The Travis CI build failed (Details).

Release Notes for 20.33.2

Bug Fixes

  • electron-updater: do not dispatch error event for CancellationError #1150 (e7acbd9)

Features

  • nsis: add possibility to force an install mode programmatically (ab244b4)
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 20.33.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

Your tests are still failing with this version. Compare changes

Release Notes for 20.34.0

electron-updater 3.2.3 release.

Bug Fixes

  • electron-updater: fix recent differential update regression (d9341d6)

Features

  • support ${os} macro in output dir (f629b52), closes #3314
  • electron-updater: expose downloaded file in update-downloaded event (7cdece3), closes #3070 #3345

Your tests are still failing with this version. Compare changes

Release Notes for 20.36.1

electron-updater 4.0.1 release.

Bug Fixes

Features

Your tests are still failing with this version. Compare changes

Release Notes for 20.36.2

electron-updater 4.0.3 release.

Bug Fixes

  • electron-updater: fix checkForUpdatesAndNotify regression in 4.0.0 (0fa9096)
  • electron-updater: nsis one-click per-machine auto-updating fails (Error: spawn [...].exe EACCES) (cc63141), closes #3480 #3367

Your tests are still failing with this version. Compare changes

Release Notes for 20.38.0

Bug Fixes

  • if cannot resolve win csc link, report as InvalidConfigurationError to make clear that it is user error (88d8a6b), closes #3502

Features

Your tests are still failing with this version. Compare changes

Release Notes for 20.38.1

electron-updater 4.0.5 release.

Bug Fixes

  • always respect arch in user custom artifact pattern (45f17f5), closes #3510
  • electron-updater: disable differential download operation validation for now (b7f8e8c), closes #3485

Your tests are still failing with this version. Compare changes

Release Notes for 20.38.2

Bug Fixes

  • linux: invalid default app icon used warning (ceafebb), closes #3495

Thanks to all contributors to this release:

Your tests are still failing with this version. Compare changes

Release Notes for 20.38.3

electron-updater 4.0.6 release.

Bug Fixes

  • electron-updater: Pass requestHeaders to httpExecutor (#3536) (f698f08)
  • mac: fine-grained control [NSAllowsLocalNetworking] is not available in older operating systems (iOS 10.0 and older, or macOS 10.12 and older) (930dc8d), closes #3377
  • nsis: 稍后 typo (#3524) (947ae66)

Your tests are still failing with this version. Compare changes

Release Notes for 20.38.4

electron-updater 4.0.7 pre-release.

Bug Fixes

  • electron-updater: make "checkForUpdatesAndNotify" catchable promise (#3531) (2c674df)
  • snap: fix snapcraft version check for 3.0 (0ba9c4f), closes #3549