DouglasWebster / angular-cli-sb2-bs4

Port of SB2 Admin using Bootstrap 4, Angular and Angular-cli
https://douglaswebster.github.io/angular-cli-sb2-bs4/
Other
8 stars 5 forks source link

Update zone.js to the latest version πŸš€ #48

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.8.11 of zone.js just got published.

Dependency zone.js
Current Version 0.8.10
Type dependency

The version 0.8.11 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.


Commits

The new version differs by 8 commits.

  • b92b6e3 chore: release v0.8.11
  • 1919b36 fix: access process through _global so that WebPack does not accidently browserify (#786)
  • 89f990a fix(patch): fix #744, add namespace to load patch name (#774)
  • 582ff7b fix(closure): patchOnProperty with exact eventNames as possible (#768)
  • 7ad3070 doc(module): add document for new module system and how to disable features. (#777)
  • b7238c8 fix(task): fix #778, sometimes task will run after being canceled (#780)
  • 245f8e9 fix(webcomponents): fix #782, fix conflicts with shadydom of webcomponents (#784)
  • 82d4133 refactor(private): move help method to _ZonePrivate (#785)

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:

codecov[bot] commented 7 years ago

Codecov Report

Merging #48 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #48   +/-   ##
========================================
  Coverage    87.88%   87.88%           
========================================
  Files           34       34           
  Lines          289      289           
  Branches        13       13           
========================================
  Hits           254      254           
  Misses          28       28           
  Partials         7        7

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 b5a16c4...232cc07. Read the comment docs.