Closed greenkeeper[bot] closed 5 years ago
After pinning to 3.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
electron was updated from 3.0.1
to 3.0.2
.Your tests are still failing with this version. Compare changes
devDependency
electron was updated from 3.0.2
to 3.0.3
.Your tests are still failing with this version. Compare changes
fix: enable key accelerator flags for Windows and Linux (backport: 3-0-x). #14859
fix: roll node deps for fs event patch. #14864
fix: Disable new fade animation for BrowserViews. #14913
fix: check guest view's devtools window size. #14928
fix: use white background for non-OSR renderer by default. #14934
fix: support ASAR in fs.copyFile. #14953
devDependency
electron was updated from 3.0.3
to 3.0.4
.Your tests are still failing with this version. Compare changes
devDependency
electron was updated from 3.0.4
to 3.0.5
.Your tests are still failing with this version. Compare 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
devDependency
electron was updated from 3.0.5
to 3.0.6
.Your tests are still failing with this version. Compare 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
devDependency
electron was updated from 3.0.6
to 3.0.7
.Your tests are still failing with this version. Compare 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
devDependency
electron was updated from 3.0.7
to 3.0.8
.Your tests are still failing with this version. Compare 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
devDependency
electron was updated from 3.0.8
to 3.0.9
.Your tests are still failing with this version. Compare changes
devDependency
electron was updated from 3.0.9
to 3.0.10
.Your tests are still failing with this version. Compare changes
devDependency
electron was updated from 3.0.10
to 3.0.11
.Your tests are still failing with this version. Compare 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
devDependency
electron was updated from 3.0.11
to 3.0.12
.Your tests are still failing with this version. Compare changes
devDependency
electron was updated from 3.0.12
to 3.0.13
.Your tests are still failing with this version. Compare changes
The devDependency electron was updated from
3.0.0
to3.0.1
.🚨 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 could not complete due to an error ([Details](https://travis-ci.org/parro-it/electron-localshortcut/builds/433839357?utm_source=github_status&utm_medium=notification)).Release Notes for electron v3.0.1
Bug Fixes/Changes
chore: fix await in cleanup script (backport: 3-0-x). #14696
docs: specify BrowserWindow features passable to window.open. #14702
Fix second-instance handler signature. #14748
fix: do not set layer explicitly for frameless window. #14736
fix: actually return appmetrics. #14750
fix: initialize tracing controller before starting platform (3-0-x). #14503
docs: clarify allowable background colors for BrowserWindow transparency (backport: 3-0-x). #14781
fix: inconsistent titleBarStyle on transparent fullscreen. #14790
chore: bump libcc (3-0-x). #14809
fix: get background color from GtkMenuBar#menubar. #14812
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: