Closed greenkeeper[bot] closed 6 years ago
After pinning to 1.4.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version π
Version 1.5.0 of done-autorender was just published.
This version is covered by your current version range and after updating it in your project the build failed.
done-autorender 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/appveyor/branch** Waiting for AppVeyor build to complete [Details](https://ci.appveyor.com/project/daffl/done-serve/build/1.0.352) - β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/donejs/done-serve/builds/305478973?utm_source=github_status&utm_medium=notification)Release Notes
1.5.0This is minor release, introducing better debugging for when reattachment doesn't complete.
Debug Information on Zone Timeout
In development mode done-autorender now includes can-zone/debug, which does 2 things:
It looks like this:
Break on timeout
The second feature in this release is break-on-timeout. It is enabled by adding this option to the steal script tag:
Instead of printing stack traces after the timeout, it instead drops you into a breakpoint, from which you can inspect the call stack.
See the debugging section in the readme for more information.
Commits
The new version differs by 5 commits.
047622c
1.5.0
c9b3020
Merge pull request #91 from donejs/debug-brk
b6d9566
Use can-dynamic-import in the readme
674430b
Add documentation on using break on timeout
ccb7c1e
Add autorender-debug-break option
See the full diff
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: