-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update dependency zone.js to v0.8.25 #224
Conversation
@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. |
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) |
@jnizet Hmm, it shouldn't depend on ng 6 I think... I'm investigating (it does work on ng2propack). |
Well, it does look like a regression. 4 tests are failing, either using |
I can't find why it doesn't work... |
@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. |
989dbe4
to
7a3b6dd
Compare
7a3b6dd
to
bb58d94
Compare
bb58d94
to
2ba9d9a
Compare
2ba9d9a
to
ca6cafd
Compare
ca6cafd
to
e247da5
Compare
PR has been editedAs 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. |
e247da5
to
8c2e13e
Compare
Codecov Report
@@ 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.
|
8c2e13e
to
c4d7f9c
Compare
This Pull Request updates dependency zone.js from
v0.8.20
tov0.8.25
Release Notes
v0.8.21
Bug Fixes
v0.8.22
Bug Fixes
v0.8.23
Bug Fixes
v0.8.24
Bug Fixes
v0.8.25
Bug Fixes
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 client42b9edb
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.21e15d735
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.22v0.8.23
6c7e45b
fix(test): check setImmediate supportsv0.8.24
7aebdbd
chore: release v0.8.23389762c
fix(test): add flag to patch jasmine.clock, move fakeAsync/async into original bundle (#1067)v0.8.25
e4755f7
chore: release v0.8.243bdfdad
fix(test): add async/fakeAsync into zone-testing bundle (#1068)This PR has been generated by Renovate Bot.