ngrx-entity-relationship
ngrx-entity-relationship copied to clipboard
chore(deps): update dependency zone.js to v0.11.7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| zone.js (changelog) | 0.11.4 -> 0.11.7 |
Release Notes
angular/angular
v0.11.7
Bug Fixes
- zone.js: do not invoke jasmine done callback multiple times with
waitForAsync(4e77c7fbf38)
Features
- zone.js: add AsyncStackTaggingZoneSpec implementation (#46693) (848a009)
- zone.js: include jasmine
describeblock name when raising unexpected task error (de86285) - zone.js: include zone name when sync-test zone reports tasks (72c2567)
v0.11.6
Bug Fixes
- zone.js: check if
processis defined when patching theGlobalErrors.install(#45392) (c7bcc1b), closes #42260 - zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled (#45391) (f19b36f)
- zone.js: read
Symbol.speciessafely (#45369) (e2eaac3) - zone.js: should ignore multiple resolve call (#45283) (aebf165), closes #44913
- zone.js: swallow the error when the element callback is not patchable (#45400) (4ea70e3), closes lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186 #42546
BREAKING CHANGES
- zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled
The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and
checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then
its behavior slightly changed for periodic macrotasks. For example,
previously the setInterval macrotask was no longer tracked after its
callback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with clearInterval(id).
v0.11.5
Bug Fixes
- zone.js: async-test should only call done once (#45025) (dea7234)
- zone.js: defineProperties should also set symbol props (#45098) (b437d12), closes #44095
- zone.js: fix several test cases which trigger
done()multiple times (#45025) (d5565cc) - zone.js: only one listener should also re-throw an error correctly (#41868) (299f92c), closes #41867 /github.com/angular/angular/pull/41562#issuecomment-822696973
- zone.js: patch global instead of Mocha object (#45047) (8efbdb5), closes #42834
- zone.js: should continue to executue listeners when throw error (#41562) (008eaf3), closes #41522
- zone.js: update several flaky cases (#41526) (25a83eb), closes #41434
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Code Climate has analyzed commit 11655448 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 100.0% (0.0% change).
View more on Code Climate.
Codecov Report
Merging #1607 (1165544) into master (d4a7aea) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head 1165544 differs from pull request most recent head b24dcc6. Consider uploading reports for the commit b24dcc6 to get more accurate results
@@ Coverage Diff @@
## master #1607 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 690 690
Branches 175 175
=========================================
Hits 690 690
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Code Climate has analyzed commit b24dcc65 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 100.0% (0.0% change).
View more on Code Climate.