Update zone.js to version 0.7.8 🚀 #663

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-zone.js-0.7.8 into development
greenkeeperio-bot commented 2017-03-10 02:29:36 +00:00 (Migrated from github.com)

Hello lovely humans,

zone.js just published its new version 0.7.8.

State Update 🚀
Dependency zone.js
New version 0.7.8
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of zone.js.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 37 commits (ahead by 37, behind by 1).

  • 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 37 commits in total. See the full diff.


Try the all new Greenkeeper GitHub Integration
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.

Screencast

Try it today. Free for private repositories during beta.
Hello lovely humans, [zone.js](https://www.npmjs.com/package/zone.js) just published its new version 0.7.8. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> zone.js </td> </tr> <tr> <th align=left> New version </td> <td> 0.7.8 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of zone.js. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 37 commits (ahead by 37, behind by 1). - [`ce47cfb`](https://github.com/angular/zone.js/commit/ce47cfbae27f8dff1e6db1c098229e25d3d088f0) <code>chore: release v0.7.8</code> - [`8b2543e`](https://github.com/angular/zone.js/commit/8b2543e86adbc0ea35175375df0fcb6abb5539dc) <code>fix(webapi): refactor webapi to not import util.ts directly</code> - [`a4c6525`](https://github.com/angular/zone.js/commit/a4c6525ff82d38cb07541f1753a9f223c4bd04ab) <code>feat(longStackTraceSpec): handled promise rejection can also render longstacktrace (#631)</code> - [`2d30914`](https://github.com/angular/zone.js/commit/2d309141749e3f5384cad98d5e87905d29599d55) <code>fix(error): fix #618, ZoneAwareError should copy Error's static propeties (#647)</code> - [`2594940`](https://github.com/angular/zone.js/commit/2594940da1b1af7f62d87efcd88531fb3b533acf) <code>fix(timers): cleanup task reference when exception (#637)</code> - [`e783bfa`](https://github.com/angular/zone.js/commit/e783bfac267374aefb1cb06cb3649ded22bb6888) <code>feat(bluebird): patch bluebird promise and treat it as microtask (#655)</code> - [`f3b8885`](https://github.com/angular/zone.js/commit/f3b8885f140a6cbef448ceaa5f6e82f282a6f75b) <code>chore: fix formatting</code> - [`96cb3d0`](https://github.com/angular/zone.js/commit/96cb3d0bc3e04f44c01a7f3a2c9e3852af16cef0) <code>fix(jasmine): support "pending" `it` clauses with no test body</code> - [`36c0899`](https://github.com/angular/zone.js/commit/36c089976aed8a6bae9cd3cbe727c1f8180ed9b0) <code>fix(xhr): fix #657, sometimes xhr will fire onreadystatechange with done twice (#658)</code> - [`84459f1`](https://github.com/angular/zone.js/commit/84459f17b6e5a1cd877ad2fc15d5579f4e69ad06) <code>fix(package): use fixed version typescript,clang-format and jasmine (#650)</code> - [`fcd8be5`](https://github.com/angular/zone.js/commit/fcd8be52c2e813e5aa91d2239ab28cbc2d04efa7) <code>fix(patch): fix #618, use zoneSymbol as property name to avoid name conflict (#645)</code> - [`eb9250d`](https://github.com/angular/zone.js/commit/eb9250da94b29fc0502b0d7f12069e36adebfeac) <code>fix(task): fix #638, eventTask/Periodical task should not be reset after cancel in running state (#642)</code> - [`0534b19`](https://github.com/angular/zone.js/commit/0534b194333dc241dd9f895a3b62ebf91d726eb9) <code>fix(core): remove debugger (#639)</code> - [`14c7a6f`](https://github.com/angular/zone.js/commit/14c7a6f5f0c1e5655987cd29002975825ba46562) <code>fix(task): findEventTask should return Task array (#633)</code> - [`c07560f`](https://github.com/angular/zone.js/commit/c07560f536e77fb3d9e0fbc300a5b53ef5c77e09) <code>fix(zonespec): don't throw and exception when setInterval is called within a async test zone (#641)</code> There are 37 commits in total. See the [full diff](https://github.com/angular/zone.js/compare/8d5af6045e206999f27eb0b5d8032a72156b89ad...ce47cfbae27f8dff1e6db1c098229e25d3d088f0). --- | ✨ Try the all new [Greenkeeper GitHub Integration](https://git.io/uptodate) ✨ | | --- | | With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br> <details><summary>Screencast</summary><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /></details><br> [**Try it today**](https://git.io/uptodate). Free for private repositories during beta. |
codecov-io commented 2017-03-10 02:38:51 +00:00 (Migrated from github.com)

Codecov Report

Merging #663 into development will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #663   +/-   ##
============================================
  Coverage        33.08%   33.08%           
============================================
  Files               10       10           
  Lines              547      547           
  Branches            70       70           
============================================
  Hits               181      181           
  Misses             363      363           
  Partials             3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99c8303...e1f45ac. Read the comment docs.

# [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/663?src=pr&el=h1) Report > Merging [#663](https://codecov.io/gh/valor-software/ng2-file-upload/pull/663?src=pr&el=desc) into [development](https://codecov.io/gh/valor-software/ng2-file-upload/commit/99c83035d1234be175cb533375194572caef3e5e?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## development #663 +/- ## ============================================ Coverage 33.08% 33.08% ============================================ Files 10 10 Lines 547 547 Branches 70 70 ============================================ Hits 181 181 Misses 363 363 Partials 3 3 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/663?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/663?src=pr&el=footer). Last update [99c8303...e1f45ac](https://codecov.io/gh/valor-software/ng2-file-upload/compare/99c83035d1234be175cb533375194572caef3e5e...e1f45acfe8118cf4254084a52b14da661f5fd116?el=footer&src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#663