Update zone.js to version 0.6.15 🚀 #354

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-zone.js-0.6.15 into development
greenkeeperio-bot commented 2016-08-19 17:24:56 +00:00 (Migrated from github.com)

Hello lovely humans,

zone.js just published its new version 0.6.15.

State Update 🚀
Dependency zone.js
New version 0.6.15
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 31 commits .

  • 02a41c0 chore(release): version bump and dist for 0.6.15
  • ff88bb4 fix(tasks): do not drain the microtask queue early.
  • d4a1436 fix(tasks): do not drain the microtask queue early.
  • 5e3c207 fix: broken build. (#406)
  • fe76168 chore: rename proxy for consistency
  • 76acf6e chore(release): version bump and dist for 0.6.14
  • 3a054be feat(jasmine): patch jasmine to understand zones.
  • 6ef7451 chore: clean up imports
  • 4942b4a feat(trackingZone): Keep track of tasks to see outstanding tasks.
  • 1883589 chore(release): version bump and dist for 0.6.13
  • 5f519de feat(jasmine): Switch jasmine patch to use microtask and preserve zone.
  • fd1dfcc fix(fakeAsync): throw error on rejected promisees.
  • 0621014 feat(zone): Add Zone.getZone api
  • 2d02e39 feat(ProxySpec): create a ProxySpec which can proxy to other ZoneSpecs.
  • dafad98 fix(promise): allow Promise subclassing

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


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [zone.js](https://www.npmjs.com/package/zone.js) just published its new version 0.6.15. <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.6.15 </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 31 commits . - [`02a41c0`](https://github.com/angular/zone.js/commit/02a41c0a04f1cdd032915448652cf2dd48893fbc) <code>chore(release): version bump and dist for 0.6.15</code> - [`ff88bb4`](https://github.com/angular/zone.js/commit/ff88bb43d29711cd6d6c575f6855590455463ae3) <code>fix(tasks): do not drain the microtask queue early.</code> - [`d4a1436`](https://github.com/angular/zone.js/commit/d4a143699eb301d3dc338b4f41be6fad99917609) <code>fix(tasks): do not drain the microtask queue early.</code> - [`5e3c207`](https://github.com/angular/zone.js/commit/5e3c207072f82cb6619240a1aa31c4a0f82fb9f3) <code>fix: broken build. (#406)</code> - [`fe76168`](https://github.com/angular/zone.js/commit/fe7616828a663dd6c699fcc0d29ee555d3227330) <code>chore: rename proxy for consistency</code> - [`76acf6e`](https://github.com/angular/zone.js/commit/76acf6ed9028a0895af55db36c2a872362f98dad) <code>chore(release): version bump and dist for 0.6.14</code> - [`3a054be`](https://github.com/angular/zone.js/commit/3a054be7837e4c1cd12bad76f69904e303a82c47) <code>feat(jasmine): patch jasmine to understand zones.</code> - [`6ef7451`](https://github.com/angular/zone.js/commit/6ef745117ba49a89695c3b1b93d6f192fd00c38e) <code>chore: clean up imports</code> - [`4942b4a`](https://github.com/angular/zone.js/commit/4942b4ae25cecfb48d88fdc40d73e3de38360218) <code>feat(trackingZone): Keep track of tasks to see outstanding tasks.</code> - [`1883589`](https://github.com/angular/zone.js/commit/18835899b8f7e3662298b812e889f2f20ffb27d1) <code>chore(release): version bump and dist for 0.6.13</code> - [`5f519de`](https://github.com/angular/zone.js/commit/5f519de5dc9b5db45e25991deb15db2cf150e38f) <code>feat(jasmine): Switch jasmine patch to use microtask and preserve zone.</code> - [`fd1dfcc`](https://github.com/angular/zone.js/commit/fd1dfcccd247eac399acd66ae8e16746eb1b40d6) <code>fix(fakeAsync): throw error on rejected promisees.</code> - [`0621014`](https://github.com/angular/zone.js/commit/06210144992626372db21661424710974e4ec30b) <code>feat(zone): Add Zone.getZone api</code> - [`2d02e39`](https://github.com/angular/zone.js/commit/2d02e3969f2f5ee75e42adb740ce60a0f5d8b4e0) <code>feat(ProxySpec): create a ProxySpec which can proxy to other ZoneSpecs.</code> - [`dafad98`](https://github.com/angular/zone.js/commit/dafad983f157125841186aad66387190fe02ce91) <code>fix(promise): allow Promise subclassing</code> There are 31 commits in total. See the [full diff](https://github.com/angular/zone.js/compare/5f366a1ca0ee00046375a25af25105fb5e66da24...02a41c0a04f1cdd032915448652cf2dd48893fbc). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

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#354