bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

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

Closed greenkeeper[bot] closed 1 year ago

greenkeeper[bot] commented 7 years ago

Version 1.7.6 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/bitovi/launchpad/builds/272636787?utm_source=github_status&utm_medium=notification)

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
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.8 just got published.

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

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
greenkeeper[bot] commented 6 years ago

Version 1.7.9 just got published.

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

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 still failing with this version. Compare the changes 🚨

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.
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.0.6

Release Notes for v4.0.6

Fixes

  • Fixed an issue on Windows 10 RS4 and later that was causing the virtual keyboard not to appear when focusing some input fields. #16944

Other Changes

  • Updated Chromium to 69.0.3497.128. #16636
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.0.7

Release Notes for v4.0.7

Fixes

  • Fixed defaultId not taking affect when set to 0 and no "cancel" button was present on macOS. #17151
  • Fixed process.versions.chrome reporting the wrong patch version. #17218
  • Fixed webContents.print() not working correctly. #17116
  • Fixed a bug when retrieving security scoped bookmarks in ShowOpenDialog and ShowSaveDialog. #17176
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.0.8

Release Notes for v4.0.8

Release Notes TBD.

greenkeeper[bot] commented 5 years ago

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

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 remove label or image dynamically. #17335

Other Changes

  • Reset version to 4.1.0-beta.0 in preparation for 4.1.0 stable release. 84b0145
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.1.1

Release Notes for v4.1.1

Fixes

  • Added a check for invalid menu index to prevent out-of-range crashes on insertion. #17461
  • Fixed an issue where Notification objects constructed in the main process would randomly not be shown to the user. #17483
  • Fixed crash when nativeImage.createFromBuffer() is called with invalid buffer. #17373
greenkeeper[bot] commented 5 years ago

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

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
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.1.3

Release Notes for v4.1.3

Fixes

  • Fixed IntersectionObserver.rootBounds for navigator zoom != 100%. #17583
  • Fixed app freeze when using custom stream protocol. #17267
greenkeeper[bot] commented 5 years ago

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

Release Notes for electron v4.1.4

Release Notes for v4.1.4

Fixes

Documentation

  • Documentation changes: #17662