Update zone.js to version 0.8.10 🚀 #777

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-zone.js-0.8.10 into development
greenkeeperio-bot commented 2017-05-03 18:59:29 +00:00 (Migrated from github.com)
🚨🔥⚠️ Action required: Switch to the new Greenkeeper now! 🚨🔥⚠️
This version of Greenkeper will be shutdown on May 31st.
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.


Hello lovely humans,

zone.js just published its new version 0.8.10.

State Update 🚀
Dependency zone.js
New version 0.8.10
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 97 commits (ahead by 97, behind by 1).

  • 1d422f2 chore: release v0.8.10
  • 3218b5a fix(timer): fix #437, #744, fix nativescript timer issue, fix nodejs v0.10.x timer issue (#772)
  • d94dc65 don't save handleIds for node (#736)
  • b5e33fd fix: Package Error stack rewriting as a separate bundle. (#770)
  • b48db54 feat: turn more code into Zone modules (#761)
  • f8d17ac fix(spec): fix #760, fakeAsyncTestSpec should handle microtask with additional args (#762)
  • 4baeb5c fix(showError): fix ignoreConsoleErrorUncaughtError may change during drain microtask (#763)
  • 97c03b5 feat(patch): load non standard api with new load module method (#764)
  • bb6aadc Add a flush method to the FakeAsync zone spec (#755)
  • e933cbd feat: make codebase more modular so that only parts of it can be loaded (#748)
  • 89132fd chore: release v0.8.9
  • e598310 fix(patch): fix #746, check desc get is null and only patch window.resize additionally (#747)
  • 7b43b51 chore: release v0.8.8
  • fbe7b13 fix: on handling broken in v0.8.7
  • 0e2ead2 chore: add support for .editorconfig

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

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | 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><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /> --- Hello lovely humans, [zone.js](https://www.npmjs.com/package/zone.js) just published its new version 0.8.10. <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.8.10 </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 97 commits (ahead by 97, behind by 1). - [`1d422f2`](https://github.com/angular/zone.js/commit/1d422f239f3e3e9beceeccedb20503ffcc984bbd) <code>chore: release v0.8.10</code> - [`3218b5a`](https://github.com/angular/zone.js/commit/3218b5a73b7fabd8dc40dea0799a2d2209f51bd3) <code>fix(timer): fix #437, #744, fix nativescript timer issue, fix nodejs v0.10.x timer issue (#772)</code> - [`d94dc65`](https://github.com/angular/zone.js/commit/d94dc65760c093786fb077028890f9ac1d55ba8b) <code>don't save handleIds for node (#736)</code> - [`b5e33fd`](https://github.com/angular/zone.js/commit/b5e33fda35d5d26382f415cc649a170c9215d31e) <code>fix: Package Error stack rewriting as a separate bundle. (#770)</code> - [`b48db54`](https://github.com/angular/zone.js/commit/b48db54d123991e9bd9bcf5f709dd9e257c8b875) <code>feat: turn more code into Zone modules (#761)</code> - [`f8d17ac`](https://github.com/angular/zone.js/commit/f8d17ac8cd5a7958d94eddd0c629cd4bc659af84) <code>fix(spec): fix #760, fakeAsyncTestSpec should handle microtask with additional args (#762)</code> - [`4baeb5c`](https://github.com/angular/zone.js/commit/4baeb5c1758b7e6ee5ad4ac2070abfa90ef79505) <code>fix(showError): fix ignoreConsoleErrorUncaughtError may change during drain microtask (#763)</code> - [`97c03b5`](https://github.com/angular/zone.js/commit/97c03b533d83c71f3ac00cc5fe9474833037f7f6) <code>feat(patch): load non standard api with new load module method (#764)</code> - [`bb6aadc`](https://github.com/angular/zone.js/commit/bb6aadcb9fda82ac45faecf58e52f09c89d04cb3) <code>Add a `flush` method to the FakeAsync zone spec (#755)</code> - [`e933cbd`](https://github.com/angular/zone.js/commit/e933cbd26d6549d620d42881fbe876f63bc26bba) <code>feat: make codebase more modular so that only parts of it can be loaded (#748)</code> - [`89132fd`](https://github.com/angular/zone.js/commit/89132fd2f6a4b77bae67fd208d2fb9c96b8f7f62) <code>chore: release v0.8.9</code> - [`e598310`](https://github.com/angular/zone.js/commit/e598310d695cd5a9de4adcfd0e00b4452745c225) <code>fix(patch): fix #746, check desc get is null and only patch window.resize additionally (#747)</code> - [`7b43b51`](https://github.com/angular/zone.js/commit/7b43b51239d21753f50df04eff3dac6f89e5328c) <code>chore: release v0.8.8</code> - [`fbe7b13`](https://github.com/angular/zone.js/commit/fbe7b1304d6ad95f9351eba781b3f61b494243ca) <code>fix: on<property> handling broken in v0.8.7</code> - [`0e2ead2`](https://github.com/angular/zone.js/commit/0e2ead2dd1c24e3a56a19d256065d3ed9815595c) <code>chore: add support for .editorconfig</code> There are 97 commits in total. See the [full diff](https://github.com/angular/zone.js/compare/8d5af6045e206999f27eb0b5d8032a72156b89ad...1d422f239f3e3e9beceeccedb20503ffcc984bbd).

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