stackriot / ng2-admin

MIT License
2 stars 0 forks source link

An in-range update of zone.js is breaking the build 🚨 #25

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.7.7 of zone.js just got published.

Branch Build failing 🚨
Dependency zone.js
Current Version 0.7.6
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As zone.js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/sethbergman/ng2-admin/builds/201413826) - ❌ **continuous-integration/codeship** Build failed [Details](https://app.codeship.com/projects/200379/builds/22589436)
Commits

The new version differs by 14 commits .

  • 8af21b5 chore: release v0.7.7
  • 808f6fd feat: allow tasks to be canceled and rescheduled on different zone in a zone delegate
  • 47962df fix(patch): check timer patch return undefined (#628)
  • f300658 docs(core): add standard api document (#625)
  • 35aeb68 docs(core): remove old example, update counting example with new API (#624)
  • 6731ad0 feat: make fetch() zone-aware without triggering extra requests or uncatchable errors. (#622)
  • d6772e2 refactor(node): patch nextTick with more general patchMicroTask method (#617)
  • 9818139 feat: add Zone.root api (#601)
  • 6d31734 feat(electron/nw): fix #533, in electron/nw.js, we may need to patch both browser API and nodejs API, so we need a zone-mix.js to contains both patched API.
  • ac7b046 feat(promise a+) fix #591, make ZoneAwarePromise pass promise a+ test (#592)
  • 9e81037 fix(node): patch crypto as macroTask and add test cases for crypto, remove http patch (#612)
  • 7665e5a test(fix): fix flaky test setInterval in android 4.4 (#611)
  • 437ab4e docs: Document non standard web apis (#610)
  • 33d0d8d fix(minification): fix #607 to change catch variable name to error/err (#609)

See the full diff.

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

Version 0.7.8 just got published.

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

Commits

The new version differs by 18 commits (ahead by 18, behind by 2).

  • ce47cfb chore: release v0.7.8
  • 8b2543e fix(webapi): refactor webapi to not import util.ts directly
  • a4c6525 feat(longStackTraceSpec): handled promise rejection can also render longstacktrace (#631)
  • 2d30914 fix(error): fix #618, ZoneAwareError should copy Error's static propeties (#647)
  • 2594940 fix(timers): cleanup task reference when exception (#637)
  • e783bfa feat(bluebird): patch bluebird promise and treat it as microtask (#655)
  • f3b8885 chore: fix formatting
  • 96cb3d0 fix(jasmine): support "pending" it clauses with no test body
  • 36c0899 fix(xhr): fix #657, sometimes xhr will fire onreadystatechange with done twice (#658)
  • 84459f1 fix(package): use fixed version typescript,clang-format and jasmine (#650)
  • fcd8be5 fix(patch): fix #618, use zoneSymbol as property name to avoid name conflict (#645)
  • eb9250d fix(task): fix #638, eventTask/Periodical task should not be reset after cancel in running state (#642)
  • 0534b19 fix(core): remove debugger (#639)
  • 14c7a6f fix(task): findEventTask should return Task array (#633)
  • c07560f fix(zonespec): don't throw and exception when setInterval is called within a async test zone (#641)

There are 18 commits in total. See the full diff.