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 zone.js is breaking the build 🚨 #25

Open
greenkeeper bot opened this issue Feb 14, 2017 · 1 comment
Open

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

greenkeeper bot opened this issue Feb 14, 2017 · 1 comment

Comments

@greenkeeper
Copy link

greenkeeper bot commented Feb 14, 2017

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 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • continuous-integration/codeship Build failed Details

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 and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2017

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.

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