kachav / agrid

4 stars 2 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.8.18 of zone.js just got published.

Dependency zone.js
Current Version 0.8.17
Type devDependency

The version 0.8.18 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 14 commits.

  • e5fa562 hore: release v0.8.18
  • 4ba5d97 fix(event): fix #911, in IE, event handler event maybe undefined (#913)
  • 418a583 fix(patch): Worker should patch onProperties (#915)
  • 7ef13a7 Add newline to separate @fileoverview comment from a node. (#912)
  • 6f74efb fix(event): fix #883, fix RTCPeerConnection Safari event not triggered issue (#905)
  • 8718e07 fix(event): EventTarget of SourceBuffer in samsung tv will have null context (#904)
  • 5c8828e docs: fix grammar and spelling mistakes (#895)
  • dcc285a fix(event): should handle event.stopImmediatePropagration (#903)
  • 956c729 fix(promise): can set native promise after loading zone.js (#899)
  • e999593 feat(compile): fix #892, upgrade to typescript 2.3.4, support for...of when build zone-node (#897)
  • aec4bd4 fix(timer): fix #314, setTimeout/interval should return original timerId (#894)
  • 8d27f23 chore: update saucelabs config to latest version (#896)
  • d4e5ae8 fix(patch): patchOnProperty getter should return original listener (#887)
  • 874bfdc feat(spec): log URL in error when attempting XHR from FakeAsyncTestZone (#893)

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-io commented 7 years ago

Codecov Report

Merging #153 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #153   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines         434    434           
  Branches       35     35           
=====================================
  Hits          434    434

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 0580109...12d1be6. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 0.8.19 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 25 commits.

  • 338e4b6 chore: release v0.8.19
  • 0d40dd1 fix(electron): add comment about main/renderer process patch
  • d678db9 feat(electron): fix #537, #669, add electron support
  • 8114765 fix(core): fix #978, should be able to clear onhandler added before zone.js (#981)
  • 5ee7a02 fix(error): fix #979, should not attach non serializable info on error (#980)
  • dffae8b fix(event): blackListedEvents also apply on addEventListener (#968)
  • e58c8bb fix(core): fix #969, should be able to access target/eventName info when onScheduleTask (#972)
  • d8b09eb fix(event): fix #930, should be able to remove listener added outside of zone (#960)
  • 07b0987 feat(promise): fix #955, print readable log when uncaught promise error (#959)
  • 965cd1f fix(core): fix memory leak of event (#957)
  • 4c4397c fix(core): handle hybrid Event.prototype.stopImmediatePropagation (#956)
  • 91d13dd docs: Add unpkg field to package.json (#958)
  • 0158442 fix(lint): add tslint to travis (#953)
  • c562dda chore: add missing star in zone jsdoc (#952)
  • 3caf6fc fix(mocha): use global if window does not exist (#943)

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.8.20 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits ahead by 9, behind by 1.

  • fd91152 chore: release v0.8.20
  • 8293c37 fix(core): add helper method in util.ts to shorter zone.wrap/scehduleMacroTask
  • 957351e fix(core): remove unreadable short names
  • 31832a7 fix(core): add rxjs test
  • 615a6c1 fix(core): add file check script in travis build
  • 67e8178 fix(core): add comment for shorter var/function name
  • 00a4e31 fix(core): fix shorter name closure conflict
  • 73b0061 fix(core): fix #989, remove unuse code, use shorter name to reduce bundle size
  • 288f472 chore: release v0.8.19

See the full diff