donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

An in-range update of done-autorender is breaking the build 🚨 #79

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.5.0 of done-autorender was just published.

Branch Build failing 🚨
Dependency done-autorender
Current Version 1.4.0
Type devDependency

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.0

This 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:

  • Sets a timeout to wait for the Zone to complete (defaults to 5 seconds).
  • Logs stack traces for tasks that failed to complete within that time.

It looks like this:

debug info

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:

<script src="./node_modules/steal/steal.js"
   data-autorender-debug-break></script>

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:

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

greenkeeper[bot] commented 6 years ago

Version 1.5.1 just got published.

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

Release Notes v1.5.1

Use start() with newer versions of can-route: #99

Commits

The new version differs by 3 commits.

  • 907fbc4 1.5.1
  • bbb6b3f Merge pull request #99 from donejs/route-ready-start
  • 99c42b4 Use start() with newer versions of can-route

See the full diff