nodecg / dashboard

A standalone application for viewing a NodeCG Dashboard.
11 stars 3 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 18.3.0 of electron-builder just got published.

Branch Build failing 🚨
Dependency electron-builder
Current Version 18.2.2
Type devDependency

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

As electron-builder 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 is in progress [Details](https://travis-ci.org/nodecg/dashboard/builds/237860042?utm_source=github_status&utm_medium=notification) - ❌ **continuous-integration/appveyor/branch** AppVeyor build failed [Details](https://ci.appveyor.com/project/Lange/dashboard/build/1.0.611)

Release Notes 18.3.0

Bug Fixes

  • more clear handling of onTagOrDraft (817340a)
  • deployment: different channels for different publish providers (81fd398)

Features

  • linux: add missing Exec variable for passing URLs as arguments (4a87e67), closes #1592
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

Version 18.3.2 just got published.

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

greenkeeper[bot] commented 7 years ago

Version 18.3.5 just got published.

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

Release Notes 18.3.5

Errors during publishing are not swallowed anymore.

Bug Fixes

  • deployment: check for errors (4c71fc0)
  • Identity validation option is incorrect (97699b1), closes #1603
  • dmg: move hidden directories out of view (452085b), closes #1121
greenkeeper[bot] commented 7 years ago

Version 18.4.0 just got published.

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

Release Notes 18.4.0

Electron-builder project goal is to simplify Electron development and provide easy way to package and build ready for distribution Electron apps. Result that meets high standards. Without compromises. Now electron-builder produces ASAR integrity data as part of build. Because code signing is broken by design on Windows and on macOS doesn't suitable to sign Electron applications. More details.

Bug Fixes

  • deployment: latest.yml is completely empty when uploaded to S3 bucket (4b25ca2), closes #1582
  • deployment: s3 publisher md5 integrity (b57dc8a)
  • tar: fix invalid sym-/hardlink targets in archive (#1614) (b31ebff), closes #1614

Features

  • asar integrity (macos only for now) (3e28ae2)
  • asar integrity: add externalAllowed option (e0d7974)
  • asar integrity: base64, externalAllowed (9a7ac65)
  • docker with node 8 (df1feb5)
greenkeeper[bot] commented 7 years ago

Version 18.5.0 just got published.

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

Release Notes 18.5.0

Features

  • nsis: Slovak(sk) translation (09495f9)
  • do not override HOME env on reinstall deps, use devdir for nodegyp (ae0f668)
  • use base64 to encode sha512 checksum in the update info (4451107)
  • nsis: Slovak(sk) translation for boring installer (63f019f), closes #1617
greenkeeper[bot] commented 7 years ago

Version 18.5.1 just got published.

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

Release Notes 18.5.1

electron-updater 2.0.0 released.

No more any difference compared to windows version.

  • Full support of any existing electron-updater features on macOS.
    • Progress is supported.
    • Any dynamic or relative URL is supported.
    • Any provider as you want without any restrictions. Yes β€” private github repo is supported (#1370). Yes β€” Bintray is supported now (#1172).
  • sha512 integrity check.

Wants more? Stay tuned β€” lzma2 instead of zip or even direct support of DMG as update file is coming.

Be aware β€” feedback and testing is wanted.

Features

  • electron-updater: autoUpdater download-progress event is not called on macOS (a75bac8), closes #1167
greenkeeper[bot] commented 7 years ago

Version 18.6.2 just got published.

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

Release Notes 18.6.2

Bug Fixes

  • install-app-deps, attempt 2 (8715f44), closes #1626
  • electron-updater: isSilent is optional (12473d0)