Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

fix(deps): update dependency zone.js to v0.8.25 #224

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2018

This Pull Request updates dependency zone.js from v0.8.20 to v0.8.25

Release Notes

v0.8.21

Bug Fixes
  • fakeAsync: fix #​1050, should only reset patched Date.now until fakeAsync exit (#​1051) (e15d735)
  • fakeAsyncTest: fix #​1061, fakeAsync should support setImmediate (#​1062) (66c6f97)

v0.8.22

Bug Fixes
  • test: check setImmediate supports (6c7e45b)

v0.8.23

Bug Fixes
  • test: add flag to patch jasmine.clock, move fakeAsync/async into original bundle (#​1067) (389762c)

v0.8.24

Bug Fixes
  • test: add async/fakeAsync into zone-testing bundle (#​1068) (3bdfdad)

v0.8.25

Bug Fixes
  • test: add async/fakeAsync into zone-testing bundle (#​1068) (3bdfdad)

Commits

v0.8.21

  • 41c17df doc(electron): add document for electron patch (#​985)
  • 2dc7e5c fix: add OriginalDelegate prop to Function::toString (#​993)
  • b3db9f4 feat(patch): fix #​828, patch socket.io client
  • 42b9edb style(License): update copyright year (#​986)
  • 008fd43 feat(jsonp): provide a help method to patch jsonp (#​997)
  • c7c7db5 fix(patch): fix #​998, patch mediaQuery for new Safari (#​1003)
  • 5c139e5 fix(core): fix #​1000, check target is null or not when patchOnProperty (#​1004)
  • 6a1a830 feat(promise): support Promise.prototype.finally (#​1005)
  • f22065e feat(jasmine): support Date.now in fakeAsyncTest (#​1009)
  • 2613109 docs: minor formatting in API support section (#​1010)
  • 6852f1d feat(test): can handle non zone aware task in promise (#​1014)
  • 6b6b38a feat(rollup): use new rollup config to prevent warning (#​1006)
  • 8ee88da feat(patch): fix #​1011, patch ResizeObserver (#​1012)
  • e1df4bc fix(jasmine): fix #​1015, make jasmine patch compatible to jasmine 3.x (#​1016)
  • 40b110d fix(proxy): proxyZone should call onHasTask when change delegate (#​1030)
  • ebd348c feat(build): use yarn instead of npm (#​1025)
  • eefe983 fix(testing): fix #​1032, fakeAsync should pass parameters correctly (#​1033)
  • ab72df6 fix(event): fix #​1021, removeListener/removeAllListeners should return eventEmitter (#​1022)
  • c554e9f fix(test): fix mocha compatible issue (#​1028)
  • 9fceb07 test: add test cases for returning promise (#​1036)
  • 438210c feat(bluebird): fix #​921, #​977, support bluebird (#​1039)
  • 7f178b1 feat(core): fix #​996, expose UncaughtPromiseError (#​1040)
  • c8c5990 fix(core): fix #​946, don't patch promise if it is not writable (#​1041)
  • 57bc80c feat(testing): can display pending tasks info when test timeout in jasmine/mocha (#​1038)
  • a4b42cd feat(test): move async/fakeAsync from angular to zone.js (#​1048)
  • 68682cd fix(fakeAsync): fix #​1056, fakeAsync timerId should not be zero (#​1057)

v0.8.22

  • 6654b69 chore: release v0.8.21
  • e15d735 fix(fakeAsync): fix #​1050, should only reset patched Date.now until fakeAsync exit (#​1051)
  • 66c6f97 fix(fakeAsyncTest): fix #​1061, fakeAsync should support setImmediate (#​1062)
  • ac4ceb3 chore: release v0.8.22

v0.8.23

  • 6c7e45b fix(test): check setImmediate supports

v0.8.24

  • 7aebdbd chore: release v0.8.23
  • 389762c fix(test): add flag to patch jasmine.clock, move fakeAsync/async into original bundle (#​1067)

v0.8.25

  • e4755f7 chore: release v0.8.24
  • 3bdfdad fix(test): add async/fakeAsync into zone-testing bundle (#​1068)

This PR has been generated by Renovate Bot.

@jnizet
Copy link
Member

jnizet commented Mar 30, 2018

@cexbrayat Do you know wht we should do with this? Some tests fail, but my guess is that Angular is not ready to use this version yet (probably due to angular/zone.js#1048). I tested with the latest jasmine, but it seems to be even worse (more tests are failing, and in a different way). I'll test on my ng6 branch, too, to see what happens.

@jnizet
Copy link
Member

jnizet commented Mar 30, 2018

Tests on the ng6 branch aren't better. But I had to stay on rc.0 because they apparently forgot to include the locale data in rc.1 (see the issue I created: angular/angular#23103)

@cexbrayat
Copy link
Member

@jnizet Hmm, it shouldn't depend on ng 6 I think... I'm investigating (it does work on ng2propack).
Unrelated, but interesting, the fix for our issue with RxJS 6 interval is in!

@cexbrayat
Copy link
Member

Well, it does look like a regression. 4 tests are failing, either using fakeAsync to test an interval, or to test a plain setTimetout... I'll try to reproduce on a small example, and I'll open an issue if it's not on our side (but I can't see what we would be missing...).

@cexbrayat
Copy link
Member

I can't find why it doesn't work...

@jnizet
Copy link
Member

jnizet commented Mar 31, 2018

@cexbrayat I managed to reproduce the two issues, and posted them as zonejs github issues. The maintainer apparently knows that something's wrong with this release.

@renovate renovate bot changed the title fix(deps): update dependency zone.js to v0.8.21 fix(deps): update dependency zone.js to v0.8.22 Mar 31, 2018
@renovate renovate bot changed the title fix(deps): update dependency zone.js to v0.8.22 fix(deps): update dependency zone.js to v0.8.23 Apr 1, 2018
@renovate renovate bot changed the title fix(deps): update dependency zone.js to v0.8.23 fix(deps): update dependency zone.js to v0.8.24 Apr 2, 2018
@renovate renovate bot changed the title fix(deps): update dependency zone.js to v0.8.24 fix(deps): update dependency zone.js to v0.8.25 Apr 4, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Apr 4, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@codecov-io
Copy link

codecov-io commented Apr 4, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #224   +/-   ##
=========================================
  Coverage     92.27%   92.27%           
  Complexity      749      749           
=========================================
  Files           241      241           
  Lines          3961     3961           
  Branches        219      219           
=========================================
  Hits           3655     3655           
  Misses          256      256           
  Partials         50       50

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 bbc43fc...c4d7f9c. Read the comment docs.

@jnizet jnizet merged commit c4d7f9c into master Apr 4, 2018
@renovate renovate bot deleted the renovate/zone.js-0.x branch April 4, 2018 16:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants