ngxs-labs / async-storage-plugin

⏱ WIP: Async Storage Plugin
MIT License
34 stars 12 forks source link

chore(deps): update dependency zone.js to v0.11.5 #165

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zone.js (changelog) 0.9.1 -> 0.11.5 age adoption passing confidence

Release Notes

angular/angular ### [`v0.11.5`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0115-httpsgithubcomangularangularcomparezonejs-0114zonejs-0115-2022-03-03) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.11.4...zone.js-0.11.5) ##### Bug Fixes - **zone.js:** async-test should only call done once ([#​45025](https://togithub.com/angular/angular/issues/45025)) ([dea7234](https://togithub.com/angular/angular/commit/dea7234a76f652c8e9d9b79719e2b170a5a50777)) - **zone.js:** defineProperties should also set symbol props ([#​45098](https://togithub.com/angular/angular/issues/45098)) ([b437d12](https://togithub.com/angular/angular/commit/b437d1238d9006baa0cf749adbd7cc3270de3040)), closes [#​44095](https://togithub.com/angular/angular/issues/44095) - **zone.js:** fix several test cases which trigger `done()` multiple times ([#​45025](https://togithub.com/angular/angular/issues/45025)) ([d5565cc](https://togithub.com/angular/angular/commit/d5565ccdb4573a47eb329b09c6852c1ae39672a6)) - **zone.js:** only one listener should also re-throw an error correctly ([#​41868](https://togithub.com/angular/angular/issues/41868)) ([299f92c](https://togithub.com/angular/angular/commit/299f92c3b62a43c94cff4a204f9e41c46a159efc)), closes [#​41867](https://togithub.com/angular/angular/issues/41867) [/github.com/angular/angular/pull/41562#issuecomment-822696973](https://togithub.com//github.com/angular/angular/pull/41562/issues/issuecomment-822696973) - **zone.js:** patch global instead of Mocha object ([#​45047](https://togithub.com/angular/angular/issues/45047)) ([8efbdb5](https://togithub.com/angular/angular/commit/8efbdb57c11a6c632f69d7e142a632b6a853fa46)), closes [#​42834](https://togithub.com/angular/angular/issues/42834) - **zone.js:** should continue to executue listeners when throw error ([#​41562](https://togithub.com/angular/angular/issues/41562)) ([008eaf3](https://togithub.com/angular/angular/commit/008eaf3b7df90b2cdd9c83e229d23d4014d6dbc9)), closes [#​41522](https://togithub.com/angular/angular/issues/41522) - **zone.js:** update several flaky cases ([#​41526](https://togithub.com/angular/angular/issues/41526)) ([25a83eb](https://togithub.com/angular/angular/commit/25a83eb264aa19fc4616cea45e04d790b9bcd777)), closes [#​41434](https://togithub.com/angular/angular/issues/41434) ##### Features - **zone.js:** add Promise.any() implementation ([#​45064](https://togithub.com/angular/angular/issues/45064)) ([4d494d2](https://togithub.com/angular/angular/commit/4d494d24ccb69b40a477b0bccd97baf6af66accf)), closes [#​44393](https://togithub.com/angular/angular/issues/44393) - **zone.js:** update electron patch to support electron/remote 14 ([#​45073](https://togithub.com/angular/angular/issues/45073)) ([d65706a](https://togithub.com/angular/angular/commit/d65706a3b225ccb88d719478c19a379aef1b6047)), closes [#​43346](https://togithub.com/angular/angular/issues/43346) ### [`v0.11.4`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0114-httpsgithubcomangularangularcomparezonejs-0113zonejs-0114-2021-02-10) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.11.3...zone.js-0.11.4) ##### Bug Fixes - **zone.js:** fesm2015 bundle should also be strict module. ([#​40456](https://togithub.com/angular/angular/issues/40456)) ([f35f7c6](https://togithub.com/angular/angular/commit/f35f7c6)), closes [#​40215](https://togithub.com/angular/angular/issues/40215) [#​40215](https://togithub.com/angular/angular/issues/40215) - **zone.js:** fix typo in zone_externs ([#​40348](https://togithub.com/angular/angular/issues/40348)) ([8116edb](https://togithub.com/angular/angular/commit/8116edb)) - **zone.js:** patch child method that overrides an already patched method ([#​39850](https://togithub.com/angular/angular/issues/39850)) ([82e3f54](https://togithub.com/angular/angular/commit/82e3f54)) - **zone.js:** setTimeout patch should clean tasksByHandleId cache. ([#​40586](https://togithub.com/angular/angular/issues/40586)) ([0652b29](https://togithub.com/angular/angular/commit/0652b29)), closes [#​40387](https://togithub.com/angular/angular/issues/40387) - **zone.js:** update build tooling for latest changes in rules_nodejs ([#​40710](https://togithub.com/angular/angular/issues/40710)) ([2827845](https://togithub.com/angular/angular/commit/2827845)) ##### Features - **zone.js:** monkey patches queueMicrotask() ([#​38904](https://togithub.com/angular/angular/issues/38904)) ([27358eb](https://togithub.com/angular/angular/commit/27358eb)), closes [#​38863](https://togithub.com/angular/angular/issues/38863) ### [`v0.11.3`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0113-httpsgithubcomangularangularcomparezonejs-0112zonejs-0113-2020-10-27) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.11.2...zone.js-0.11.3) ##### Bug Fixes - **zone.js:** remove global declaration ([#​37861](https://togithub.com/angular/angular/issues/37861)) ([90c0772](https://togithub.com/angular/angular/commit/90c0772)), closes [#​37531](https://togithub.com/angular/angular/issues/37531) ### [`v0.11.2`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0112-httpsgithubcomangularangularcomparezonejs-0110zonejs-0112-2020-09-19) ##### Bug Fixes - **zone.js:** jest getRealSystemTime should return native time ([#​39127](https://togithub.com/angular/angular/issues/39127)) ([ffc3332](https://togithub.com/angular/angular/commit/ffc3332)) - **zone.js:** add missing types field in package.json ([#​38585](https://togithub.com/angular/angular/issues/38585)) ([27cc56b](https://togithub.com/angular/angular/commit/27cc56b)), closes [#​38584](https://togithub.com/angular/angular/issues/38584) - **zone.js:** defineProperty patch should not swallow error ([#​37582](https://togithub.com/angular/angular/issues/37582)) ([45a73dd](https://togithub.com/angular/angular/commit/45a73dd)), closes [#​37432](https://togithub.com/angular/angular/issues/37432) - **zone.js:** run tests in umd format ([#​37582](https://togithub.com/angular/angular/issues/37582)) ([40096be](https://togithub.com/angular/angular/commit/40096be)) - **zone.js:** should have better backward compatibilities ([#​38797](https://togithub.com/angular/angular/issues/38797)) ([a33d630](https://togithub.com/angular/angular/commit/a33d630)), closes [#​38561](https://togithub.com/angular/angular/issues/38561) [#​38669](https://togithub.com/angular/angular/issues/38669) - **zone.js:** should invoke xhr send task when no response error occurs ([#​38836](https://togithub.com/angular/angular/issues/38836)) ([d92a0dd](https://togithub.com/angular/angular/commit/d92a0dd)), closes [#​38795](https://togithub.com/angular/angular/issues/38795) - **zone.js:** zone.js toString patch should check typeof Promise is function ([#​38350](https://togithub.com/angular/angular/issues/38350)) ([18e474f](https://togithub.com/angular/angular/commit/18e474f)), closes [#​38361](https://togithub.com/angular/angular/issues/38361) ##### Features - **zone.js:** add jest fakeTimers support ([#​39016](https://togithub.com/angular/angular/issues/39016)) ([82d54fe](https://togithub.com/angular/angular/commit/82d54fe)), closes [#​38851](https://togithub.com/angular/angular/issues/38851) ##### Refactor - **zone.js:** refactor(zone.js): rename several internal apis in fake async zone spec ([#​39127](https://togithub.com/angular/angular/issues/39127)) ([8a68669](https://togithub.com/angular/angular/commit/8a68669)) ##### Build - **zone.js:** build(zone.js): zone.js should output esm format for fesm2015 bundles ([#​39203](https://togithub.com/angular/angular/issues/39203)) ([822b838](https://togithub.com/angular/angular/commit/822b838)) ##### BREAKING CHANGES - **zone.js:** ZoneJS no longer swallows errors produced by `Object.defineProperty` calls. Prior to this change, ZoneJS monkey patched `Object.defineProperty` and if there is an error (such as the property is not configurable or not writable) the patched logic swallowed it and only console.log was produced. This behavior used to hide real errors, so the logic is now updated to trigger original errors (if any). One exception where the patch remains in place is `document.registerElement` (to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers). If your code relies on the old behavior (where errors were not thrown before), you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch. ### [`v0.11.1`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#BREAKING-CHANGES-since-Zonejs-v0111) Prior to `v0.11.1`, Zone.js provided two distribution bundle formats in the `dist` folder. They were (1) `ES5` bundle distributed as `zone.js` and (2) `ES2015` bundle distributed as `zone-evergreen.js`. These bundles are used for Angular's differential-loading mechanism. Prior to `v0.11.11` the following code import 'zone.js'; would load the `ES5` bundle from `dist/zone.js`. Starting with `v0.11.1`, Zone.js follows the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs), so the folder structure of the Zone.js bundles is updated to match `Angular Package Format`. So the same code import 'zone.js'; now loads the `ES2015` bundle instead. This is a breaking change for legacy browsers such as `IE11`. For backwards compatibility `zone.js` continues to distribute the same bundles under `dist`. To restore the old behavior change the `polyfills.ts` generated by `Angular CLI` to import like so: import 'zone.js/dist/zone'; ### [`v0.11.0`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0110-httpsgithubcomangularangularcomparezonejs-0103zonejs-0110-2020-08-14) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.10.3...zone.js-0.11.0) ##### Bug Fixes - **zone.js:** add issue numbers of `[@types](https://togithub.com/types)/jasmine` to the test cases ([#​34625](https://togithub.com/angular/angular/issues/34625)) ([41667de](https://togithub.com/angular/angular/commit/41667de)) - **zone.js:** clearTimeout/clearInterval should call on object global ([#​37858](https://togithub.com/angular/angular/issues/37858)) ([a71f114](https://togithub.com/angular/angular/commit/a71f114)), closes [#​37333](https://togithub.com/angular/angular/issues/37333) - **zone.js:** fix 2 bluebird test cases for each/mapSeries ([#​36295](https://togithub.com/angular/angular/issues/36295)) ([b44f7b5](https://togithub.com/angular/angular/commit/b44f7b5)) - **zone.js:** patch nodejs EventEmtter.prototype.off ([#​37863](https://togithub.com/angular/angular/issues/37863)) ([1822cbc](https://togithub.com/angular/angular/commit/1822cbc)), closes [#​35473](https://togithub.com/angular/angular/issues/35473) - **zone.js:** remove unused Promise overwritten setter logic ([#​36851](https://togithub.com/angular/angular/issues/36851)) ([31796e8](https://togithub.com/angular/angular/commit/31796e8)) - **zone.js:** should not try to patch fetch if it is not writable ([#​36311](https://togithub.com/angular/angular/issues/36311)) ([416c786](https://togithub.com/angular/angular/commit/416c786)), closes [#​36142](https://togithub.com/angular/angular/issues/36142) - **zone.js:** UNPATCHED_EVENTS and PASSIVE_EVENTS should be string\[] not boolean ([#​36258](https://togithub.com/angular/angular/issues/36258)) ([36e927a](https://togithub.com/angular/angular/commit/36e927a)) - **zone.js:** zone patch rxjs should return null \_unsubscribe correctly. ([#​37091](https://togithub.com/angular/angular/issues/37091)) ([96aa14d](https://togithub.com/angular/angular/commit/96aa14d)), closes [#​31684](https://togithub.com/angular/angular/issues/31684) - **zone.js:** zone.js patch jest should handle done correctly ([#​36022](https://togithub.com/angular/angular/issues/36022)) ([4374931](https://togithub.com/angular/angular/commit/4374931)) ##### Features - **zone.js:** move all zone optional bundles to plugins folders ([#​36540](https://togithub.com/angular/angular/issues/36540)) ([b199ef6](https://togithub.com/angular/angular/commit/b199ef6)) - **zone.js:** move MutationObserver/FileReader to different module ([#​31657](https://togithub.com/angular/angular/issues/31657)) ([253337d](https://togithub.com/angular/angular/commit/253337d)) - **zone.js:** patch jasmine.createSpyObj to make properties enumerable to be true ([#​34624](https://togithub.com/angular/angular/issues/34624)) ([c2b4d92](https://togithub.com/angular/angular/commit/c2b4d92)), closes [#​33657](https://togithub.com/angular/angular/issues/33657) - **zone.js:** upgrade zone.js to angular package format(APF) ([#​36540](https://togithub.com/angular/angular/issues/36540)) ([583a9d3](https://togithub.com/angular/angular/commit/583a9d3)), closes [#​35157](https://togithub.com/angular/angular/issues/35157) [/github.com/angular/angular-cli/blob/5376a8b1392ac7bd252782d8474161ce03a4d1cb/packages/schematics/angular/application/files/src/polyfills.ts.template#L55-L58](https://togithub.com//github.com/angular/angular-cli/blob/5376a8b1392ac7bd252782d8474161ce03a4d1cb/packages/schematics/angular/application/files/src/polyfills.ts.template/issues/L55-L58) #### [0.10.3](https://togithub.com/angular/angular/compare/zone.js-0.10.2...zone.js-0.10.3) (2020-02-27) ##### Bug Fixes - **zone.js:** a path traversal attack in test ([#​32392](https://togithub.com/angular/angular/issues/32392)) ([d498314](https://togithub.com/angular/angular/commit/d4983148508a7ddaeb095ab01db6b3bf995ee23f)) - **zone.js:** work around TS3.7 issue ([#​33294](https://togithub.com/angular/angular/issues/33294)) ([0953642](https://togithub.com/angular/angular/commit/09536423e83892e716de13b2d14f12fff757f5a0)) - fixes typo of zone.js patch vrdisplaydisconnected property ([#​33581](https://togithub.com/angular/angular/issues/33581)) ([71b8e27](https://togithub.com/angular/angular/commit/71b8e271b352b80519f1b8bbd786d78b49a2012b)), closes [#​33579](https://togithub.com/angular/angular/issues/33579) - should also allow subclass Promise without Symbol.species ([#​34533](https://togithub.com/angular/angular/issues/34533)) ([58b29f1](https://togithub.com/angular/angular/commit/58b29f1503a180fdfb8feb73a30d0c4448afad9a)) - **zone.js:** fix `zone-patch-rxjs` bundle to refer to `rxjs` (rather than include) it. ([#​35983](https://togithub.com/angular/angular/issues/35983)) ([99ea5d7](https://togithub.com/angular/angular/commit/99ea5d7)), closes [#​35878](https://togithub.com/angular/angular/issues/35878) - **zone.js:** Make `EventTarget` methods optional in `zone.js` extension API ([#​35954](https://togithub.com/angular/angular/issues/35954)) ([5463462](https://togithub.com/angular/angular/commit/5463462)) - **zone.js:** zone.js patches rxjs should check null for unsubscribe ([#​35990](https://togithub.com/angular/angular/issues/35990)) ([3fa8952](https://togithub.com/angular/angular/commit/3fa8952)), closes [#​31687](https://togithub.com/angular/angular/issues/31687) [#​31684](https://togithub.com/angular/angular/issues/31684) ##### Features - implement Symbol.specics of Promise ([#​34162](https://togithub.com/angular/angular/issues/34162)) ([539d8f0](https://togithub.com/angular/angular/commit/539d8f09e01fb4c577bc8a289d2e124360d4c6b1)), closes [#​34105](https://togithub.com/angular/angular/issues/34105) [#​33989](https://togithub.com/angular/angular/issues/33989) - define all zone.js configurations to typescript interfaces ([#​35329](https://togithub.com/angular/angular/issues/35329)) ([03d88c7](https://togithub.com/angular/angular/commit/03d88c7965eb8b1310a1b50675fee66986a9ebac)) - add a temp solution to support passive event listeners. ([#​34503](https://togithub.com/angular/angular/issues/34503)) ([f9d483e](https://togithub.com/angular/angular/commit/f9d483e76ea9992e3fe3e2b7c8c415c264de4679)) - add an tickOptions parameter with property processNewMacroTasksSynchronously. ([#​33838](https://togithub.com/angular/angular/issues/33838)) ([17b862c](https://togithub.com/angular/angular/commit/17b862cf82a18490329d88b37d3e86e3245d5759)), closes [#​33799](https://togithub.com/angular/angular/issues/33799) - add interface definitions which zone extends EventTarget ([#​35304](https://togithub.com/angular/angular/issues/35304)) ([4acb676](https://togithub.com/angular/angular/commit/4acb676f2e9ba3a9ea33dd020e23534d702f988b)), closes [#​35173](https://togithub.com/angular/angular/issues/35173) - make jasmine patch as zone module ([#​34676](https://togithub.com/angular/angular/issues/34676)) ([e1160f1](https://togithub.com/angular/angular/commit/e1160f19beb2399581ae36aa498ec0dc23dfed53)) - make mocha a zone module. ([#​34719](https://togithub.com/angular/angular/issues/34719)) ([332937e](https://togithub.com/angular/angular/commit/332937ef2471ab039cac1eceda42f80f94912f68)) - add basic jest support ([#​35080](https://togithub.com/angular/angular/issues/35080)) ([daac33c](https://togithub.com/angular/angular/commit/daac33cdc84c6a882ec04c3009e6a230153716b0)) - **zone.js:** add a zone config to allow user disable wrapping uncaught promise rejection ([#​35873](https://togithub.com/angular/angular/issues/35873)) ([8456c5e](https://togithub.com/angular/angular/commit/8456c5e)), closes [#​27840](https://togithub.com/angular/angular/issues/27840) - **zone.js:** Monkey patch MessagePort.prototype onproperties ([#​34610](https://togithub.com/angular/angular/issues/34610)) ([0f8e710](https://togithub.com/angular/angular/commit/0f8e710)) ##### Performance Improvements - performance improvement for eventListeners ([#​34613](https://togithub.com/angular/angular/issues/34613)) ([a3c7ab9](https://togithub.com/angular/angular/commit/a3c7ab99b79cd63965fcce847d35fb2314676f53)) #### [0.10.2](https://togithub.com/angular/angular/compare/zone.js-0.10.1...zone.js-0.10.2) (2019-08-13) ##### Features - **zone.js:** support Promise.allSettled ([#​31849](https://togithub.com/angular/angular/issues/31849)) ([96cbcd6](https://togithub.com/angular/angular/commit/96cbcd6)) #### [0.10.1](https://togithub.com/angular/angular/compare/zone.js-0.10.0...zone.js-0.10.1) (2019-08-02) ##### Bug Fixes - **zone.js:** don't rely on global node typings outside of node/ directory ([#​31783](https://togithub.com/angular/angular/issues/31783)) ([5c9a896](https://togithub.com/angular/angular/commit/5c9a896)) - **zone.js:** should expose some other internal intefaces ([#​31866](https://togithub.com/angular/angular/issues/31866)) ([f5c605b](https://togithub.com/angular/angular/commit/f5c605b)) ### [`v0.10.3`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0103-httpsgithubcomangularangularcomparezonejs-0102zonejs-0103-2020-02-27) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.10.2...zone.js-0.10.3) ##### Bug Fixes - **zone.js:** a path traversal attack in test ([#​32392](https://togithub.com/angular/angular/issues/32392)) ([d498314](https://togithub.com/angular/angular/commit/d4983148508a7ddaeb095ab01db6b3bf995ee23f)) - **zone.js:** work around TS3.7 issue ([#​33294](https://togithub.com/angular/angular/issues/33294)) ([0953642](https://togithub.com/angular/angular/commit/09536423e83892e716de13b2d14f12fff757f5a0)) - fixes typo of zone.js patch vrdisplaydisconnected property ([#​33581](https://togithub.com/angular/angular/issues/33581)) ([71b8e27](https://togithub.com/angular/angular/commit/71b8e271b352b80519f1b8bbd786d78b49a2012b)), closes [#​33579](https://togithub.com/angular/angular/issues/33579) - should also allow subclass Promise without Symbol.species ([#​34533](https://togithub.com/angular/angular/issues/34533)) ([58b29f1](https://togithub.com/angular/angular/commit/58b29f1503a180fdfb8feb73a30d0c4448afad9a)) - **zone.js:** fix `zone-patch-rxjs` bundle to refer to `rxjs` (rather than include) it. ([#​35983](https://togithub.com/angular/angular/issues/35983)) ([99ea5d7](https://togithub.com/angular/angular/commit/99ea5d7)), closes [#​35878](https://togithub.com/angular/angular/issues/35878) - **zone.js:** Make `EventTarget` methods optional in `zone.js` extension API ([#​35954](https://togithub.com/angular/angular/issues/35954)) ([5463462](https://togithub.com/angular/angular/commit/5463462)) - **zone.js:** zone.js patches rxjs should check null for unsubscribe ([#​35990](https://togithub.com/angular/angular/issues/35990)) ([3fa8952](https://togithub.com/angular/angular/commit/3fa8952)), closes [#​31687](https://togithub.com/angular/angular/issues/31687) [#​31684](https://togithub.com/angular/angular/issues/31684) ##### Features - implement Symbol.specics of Promise ([#​34162](https://togithub.com/angular/angular/issues/34162)) ([539d8f0](https://togithub.com/angular/angular/commit/539d8f09e01fb4c577bc8a289d2e124360d4c6b1)), closes [#​34105](https://togithub.com/angular/angular/issues/34105) [#​33989](https://togithub.com/angular/angular/issues/33989) - define all zone.js configurations to typescript interfaces ([#​35329](https://togithub.com/angular/angular/issues/35329)) ([03d88c7](https://togithub.com/angular/angular/commit/03d88c7965eb8b1310a1b50675fee66986a9ebac)) - add a temp solution to support passive event listeners. ([#​34503](https://togithub.com/angular/angular/issues/34503)) ([f9d483e](https://togithub.com/angular/angular/commit/f9d483e76ea9992e3fe3e2b7c8c415c264de4679)) - add an tickOptions parameter with property processNewMacroTasksSynchronously. ([#​33838](https://togithub.com/angular/angular/issues/33838)) ([17b862c](https://togithub.com/angular/angular/commit/17b862cf82a18490329d88b37d3e86e3245d5759)), closes [#​33799](https://togithub.com/angular/angular/issues/33799) - add interface definitions which zone extends EventTarget ([#​35304](https://togithub.com/angular/angular/issues/35304)) ([4acb676](https://togithub.com/angular/angular/commit/4acb676f2e9ba3a9ea33dd020e23534d702f988b)), closes [#​35173](https://togithub.com/angular/angular/issues/35173) - make jasmine patch as zone module ([#​34676](https://togithub.com/angular/angular/issues/34676)) ([e1160f1](https://togithub.com/angular/angular/commit/e1160f19beb2399581ae36aa498ec0dc23dfed53)) - make mocha a zone module. ([#​34719](https://togithub.com/angular/angular/issues/34719)) ([332937e](https://togithub.com/angular/angular/commit/332937ef2471ab039cac1eceda42f80f94912f68)) - add basic jest support ([#​35080](https://togithub.com/angular/angular/issues/35080)) ([daac33c](https://togithub.com/angular/angular/commit/daac33cdc84c6a882ec04c3009e6a230153716b0)) - **zone.js:** add a zone config to allow user disable wrapping uncaught promise rejection ([#​35873](https://togithub.com/angular/angular/issues/35873)) ([8456c5e](https://togithub.com/angular/angular/commit/8456c5e)), closes [#​27840](https://togithub.com/angular/angular/issues/27840) - **zone.js:** Monkey patch MessagePort.prototype onproperties ([#​34610](https://togithub.com/angular/angular/issues/34610)) ([0f8e710](https://togithub.com/angular/angular/commit/0f8e710)) ##### Performance Improvements - performance improvement for eventListeners ([#​34613](https://togithub.com/angular/angular/issues/34613)) ([a3c7ab9](https://togithub.com/angular/angular/commit/a3c7ab99b79cd63965fcce847d35fb2314676f53)) ### [`v0.10.2`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0102-httpsgithubcomangularangularcomparezonejs-0101zonejs-0102-2019-08-13) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.10.1...zone.js-0.10.2) ##### Features - **zone.js:** support Promise.allSettled ([#​31849](https://togithub.com/angular/angular/issues/31849)) ([96cbcd6](https://togithub.com/angular/angular/commit/96cbcd6)) ### [`v0.10.1`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0101-httpsgithubcomangularangularcomparezonejs-0100zonejs-0101-2019-08-02) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.10.0...zone.js-0.10.1) ##### Bug Fixes - **zone.js:** don't rely on global node typings outside of node/ directory ([#​31783](https://togithub.com/angular/angular/issues/31783)) ([5c9a896](https://togithub.com/angular/angular/commit/5c9a896)) - **zone.js:** should expose some other internal intefaces ([#​31866](https://togithub.com/angular/angular/issues/31866)) ([f5c605b](https://togithub.com/angular/angular/commit/f5c605b)) ### [`v0.10.0`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0100-httpsgithubcomangularangularcompare7b3bcc2174770e-2019-07-26) [Compare Source](https://togithub.com/angular/angular/compare/c555b083b902bd8370d20a35ce523302d1448492...zone.js-0.10.0) ##### Bug Fixes - **zone.js:** \*\*load_patch and \*\*symbol\_\_ should be in zone_extern for closure compiler ([#​31350](https://togithub.com/angular/angular/issues/31350)) ([6b51ed2](https://togithub.com/angular/angular/commit/6b51ed2)) - **zone.js:** don't fire unhandledrejection if Zone handled error ([#​31718](https://togithub.com/angular/angular/issues/31718)) ([c7542a1](https://togithub.com/angular/angular/commit/c7542a1)), closes [#​31701](https://togithub.com/angular/angular/issues/31701) - **zone.js:** don't wrap uncaught promise error. ([#​31443](https://togithub.com/angular/angular/issues/31443)) ([2bb9a65](https://togithub.com/angular/angular/commit/2bb9a65)), closes [#​27840](https://togithub.com/angular/angular/issues/27840) - **zone.js:** fix zone for Jasmine 3.3. ([#​31497](https://togithub.com/angular/angular/issues/31497)) ([c4c340a](https://togithub.com/angular/angular/commit/c4c340a)) - **zone.js:** handle MSPointer event correctly ([#​31722](https://togithub.com/angular/angular/issues/31722)) ([2c402d5](https://togithub.com/angular/angular/commit/2c402d5)), closes [#​31699](https://togithub.com/angular/angular/issues/31699) - **zone.js:** handle new api of electron 4 ([#​31669](https://togithub.com/angular/angular/issues/31669)) ([a445826](https://togithub.com/angular/angular/commit/a445826)), closes [#​31668](https://togithub.com/angular/angular/issues/31668) - **zone.js:** hook should set correct current zone ([#​31642](https://togithub.com/angular/angular/issues/31642)) ([17b32b5](https://togithub.com/angular/angular/commit/17b32b5)), closes [#​31641](https://togithub.com/angular/angular/issues/31641) - **zone.js:** move property patch to legacy ([#​31660](https://togithub.com/angular/angular/issues/31660)) ([716af10](https://togithub.com/angular/angular/commit/716af10)), closes [#​31659](https://togithub.com/angular/angular/issues/31659) - **zone.js:** patch shadydom ([#​31717](https://togithub.com/angular/angular/issues/31717)) ([35a025f](https://togithub.com/angular/angular/commit/35a025f)), closes [#​31686](https://togithub.com/angular/angular/issues/31686) - **zone.js:** restore definition of global ([#​31453](https://togithub.com/angular/angular/issues/31453)) ([e6f1b04](https://togithub.com/angular/angular/commit/e6f1b04)), closes [/github.com/angular/zone.js/commit/71b93711806000d7788e79451478e20d6086aa8a#diff-dd469785fca8680a5b33b1e81c5cfd91R1420](https://togithub.com//github.com/angular/zone.js/commit/71b93711806000d7788e79451478e20d6086aa8a/issues/diff-dd469785fca8680a5b33b1e81c5cfd91R1420) - **zone.js:** should remove on symbol property after removeAllListeners ([#​31644](https://togithub.com/angular/angular/issues/31644)) ([a182714](https://togithub.com/angular/angular/commit/a182714)), closes [#​31643](https://togithub.com/angular/angular/issues/31643) - **zone.js:** update dart zone link ([#​31646](https://togithub.com/angular/angular/issues/31646)) ([7f7033b](https://togithub.com/angular/angular/commit/7f7033b)), closes [#​31645](https://togithub.com/angular/angular/issues/31645) - **zone.js:** zone-mix should import correct browser module ([#​31628](https://togithub.com/angular/angular/issues/31628)) ([87ce4e9](https://togithub.com/angular/angular/commit/87ce4e9)), closes [#​31626](https://togithub.com/angular/angular/issues/31626) #### [0.9.1](https://togithub.com/angular/zone.js/compare/v0.9.0...0.9.1) (2019-04-30) ##### Bug Fixes - ensure that EventTarget is patched prior to legacy property descriptor patch ([#​1214](https://togithub.com/angular/zone.js/issues/1214)) ([aca4728](https://togithub.com/angular/zone.js/commit/aca4728)) - fakeAsyncTest requestAnimationFrame should pass timestamp as parameter ([#​1220](https://togithub.com/angular/zone.js/issues/1220)) ([62b8525](https://togithub.com/angular/zone.js/commit/62b8525)), closes [#​1216](https://togithub.com/angular/zone.js/issues/1216) ##### Features - add option to disable jasmine clock patch, also rename the flag of auto jump in FakeAsyncTest ([#​1222](https://togithub.com/angular/zone.js/issues/1222)) ([10e1b0c](https://togithub.com/angular/zone.js/commit/10e1b0c))

Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.