Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Oct 11, 2018 · 10 comments
Open

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

greenkeeper bot opened this issue Oct 11, 2018 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Oct 11, 2018

The devDependency electron was updated from 3.0.3 to 3.0.4.

🚨 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 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 is in progress (Details).
  • continuous-integration/appveyor/branch: AppVeyor build failed (Details).

Release Notes for electron v3.0.4

Bug Fixes/Changes

  • Backport of #14648. #15032

  • fix: Check minSize constraints before resizing (backport: 3-0-x). #15038

  • fix: Lifetime of auth_info_ in login handler. #15044

  • fix: handle shortcuts by default if no WebPreferences object exists. #15066

  • chore: bump libcc (3-0-x). #15072

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

After pinning to 3.0.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2018

  • The devDependency electron was updated from 3.0.4 to 3.0.5.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.5

Bug Fixes/Changes

  • fix: check dbus response for null before use. #15033

  • docs: app.getLoginItemStatus -> app.getLoginItemSettings. #15113

  • spec: re-enable app.getAppMetric API. #15123

  • fix: natively implement LoginItems methods. #15128

  • build: enable PIE when compiling Linux builds, fix #14961. #15152

  • fix: Memory > Profiles > Load in DevTools. #15155

  • fix: preserve background color through reload (backport: 3-0-x). #15175

  • build: enable BIND_NOW when compiling Linux builds, fix #15149. #15153

  • fix: simpleFullscreen window should be on top of other OS X menu bars. #15183

  • fix: Menu accelerators not working Unity. #15181

  • fix: do not enable node integration in child window if not enabled. #15108

  • chore: warn memory leak when using nativeWindowOpen with nodeIntegration (3-0-x). #15192

  • add width to webview iframe. #15204

  • chore: bump libcc (3-0-x). #15201

  • Revert "build: enable BIND_NOW when compiling Linux builds, fix #15149. #15153

  • Revert "build: enable PIE when compiling Linux builds, fix #14961. #15152

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2018

  • The devDependency electron was updated from 3.0.5 to 3.0.6.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.6

Bug Fixes/Changes

  • fix: loading of devtools extensions on startup (backport: 3-0-x). #15264

  • fix: Convert to lower case in upload symbols script (backport: 3-0-x). #15261

  • fix: make release-artifact-cleanup executable (backport: 3-0-x). #15272

  • chore: make macOS release builds higher priority to skip the queue. #15284

  • fix: trim app name and productName. #15286

  • test: asyncawaitify one of sandbox related tests (backport: 3-0-x). #15281

  • spec: increase MAS timeout for login items. #15296

  • fix: correctly enable and disable windows on Windows and Linux (backport: 3-0-x). #15255

  • fix: ability to fetch separators by id. #15299

  • docs: we don't emit an event object for session-created. #15308

  • fix: correct reversed logic in NativeWindowMac::SetEnabled. #15324

  • fix: Native window close crash. #15338

  • fix: honor dialog.showMessageBox()'s Icon argument on Linux. #15342

  • chore: bump libcc (3-0-x). #15374

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2018

  • The devDependency electron was updated from 3.0.6 to 3.0.7.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.7

Bug Fixes/Changes

  • fix: set NSResizableWindowMask at init time. #15384

  • fix: folder open not working in devtools. #15396

  • fix: check for shared memory handle validity before closing, remove DebugDumpData call. #15402

  • doc: correct ipcRenderer sendTo windowId param. #15418

  • fix: use gio as default linux trash impl (backport: 3-0-x). #15421

  • chore: bump libcc (3-0-x). #15420

  • fix: enable FixAltGraph to fix Ctrl+Alt accelerators on Windows. #15378

  • doc: clarify menu item properties not available top-level. #15461

  • docs: add return type for subscribeNotification. #15499

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2018

  • The devDependency electron was updated from 3.0.7 to 3.0.8.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.8

Bug Fixes/Changes

  • Fix missing remote object error when calling remote function created in preload script (3-0-x). #15445

  • fix: explicitly set windowsHide to the old node default. #15514

  • chore: publish to the latest tag correctly when releasing old versions (#15515). #15520

  • docs: add Size as an option for pageSize in docs for printToPDF. #15525

  • docs: fix the "second-instance" event handler signature in the docs. #15546

  • fix: Empty menu case. #15553

  • build: add v8_context_generator to mksnapshot zip (3-0-x). #15505

  • fix: use NSURL path for receipt url. #15573

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2018

  • The devDependency electron was updated from 3.0.8 to 3.0.9.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.9

Bug Fixes/Changes

  • chore: add simple set/unset loginitem spec. #15600

  • fix: Linux empty menu model handling. #15605

  • chore: bump libcc (3-0-x). #15659

  • fix: NSWindow crash happening on macos 10.9. #15669

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency electron was updated from 3.0.9 to 3.0.10.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.10

Bug Fixes/Changes

  • chore: bump libcc (3-0-x). #15690

  • build: include needed bin files for v8_context_snapshot_generator. #15713

  • docs: limits of nativeWindowOpen. #15754

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency electron was updated from 3.0.10 to 3.0.11.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.11

Bug Fixes/Changes

  • fix: no longer require submenu for services menuitem. #15672

  • fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x). #15781

  • chore: bump libcc (3-0-x). #15850

  • ci: clean git before building. #15889

  • fix: schedule a paint after browserview's background is set. #15798

  • chore: expose release id for use in cleanup (#15845). #15949

  • fix: incorrect view ordering for customButtonsOnHover (#15564). #16002

  • fix: do not print an error for an expected condition (#15991). #15999

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2018

  • The devDependency electron was updated from 3.0.11 to 3.0.12.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.12

Bug Fixes/Changes

  • chore: bump libcc (3-0-x). #16021

  • chore: bump libcc (3-0-x). #16041

  • fix: remove event monitor before destroying window (3-0-x). #16055

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency electron was updated from 3.0.12 to 3.0.13.

Your tests are still failing with this version. Compare changes

Release Notes for electron v3.0.13

Bug Fixes/Changes

  • fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-0-x). #16082

  • chore: bump libcc (3-0-x). #16077

  • chore: correctly capitalize releaseID. #16108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants