-
Notifications
You must be signed in to change notification settings - Fork 27
fix(deps): update angular monorepo #111
base: main
Are you sure you want to change the base?
Conversation
302b594 to
ca3c277
Compare
ca3c277 to
cdd4547
Compare
bb4fea3 to
2ce584a
Compare
2ce584a to
c45ec04
Compare
c45ec04 to
1c9a6f9
Compare
1c9a6f9 to
48fb6cc
Compare
48fb6cc to
f154455
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
f154455 to
219ddc3
Compare
219ddc3 to
b82158a
Compare
b82158a to
ea937f0
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
ea937f0 to
8f16632
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
8f16632 to
6c05647
Compare
6c05647 to
9268197
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
9268197 to
343f379
Compare
|
Kudos, SonarCloud Quality Gate passed!
|








This PR contains the following updates:
13.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.1213.3.11->13.3.120.11.8->0.13.0Release Notes
angular/angular (@angular/animations)
v13.3.12Compare Source
Breaking Changes
core
core
Special Thanks
Andrew Kushnir, Andrew Scott, George Looshch, Joey Perrott and Paul Gschwendtner
angular/angular (zone.js)
v0.13.0Compare Source
v0.12.0Compare Source
Bug Fixes
0.11.8 (2022-08-08)
Features
0.11.7 (2022-07-20)
Bug Fixes
waitForAsync(4e77c7fbf38)Features
describeblock name when raising unexpected task error (de86285)0.11.6 (2022-06-02)
Bug Fixes
processis defined when patching theGlobalErrors.install(#45392) (c7bcc1b), closes #42260Symbol.speciessafely (#45369) (e2eaac3)BREAKING CHANGES
The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you usedTaskTrackingZoneSpecandchecked the pending macroTasks e.g. using
(this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), thenits behavior slightly changed for periodic macrotasks. For example,
previously the
setIntervalmacrotask was no longer tracked after itscallback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with
clearInterval(id).0.11.5 (2022-03-03)
Bug Fixes
done()multiple times (#45025) (d5565cc)Features
0.11.4 (2021-02-10)
Bug Fixes
Features
0.11.3 (2020-10-27)
Bug Fixes
0.11.2 (2020-09-19)
Bug Fixes
Features
Refactor
Build
BREAKING CHANGES
Object.definePropertycalls.Prior to this change, ZoneJS monkey patched
Object.definePropertyand 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.
0.11.1 (2020-08-19)
Bug Fixes
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.