ngrx-entity-relationship icon indicating copy to clipboard operation
ngrx-entity-relationship copied to clipboard

chore(deps): update angular monorepo (patch)

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/common 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/compiler 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/compiler-cli 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/core 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/forms 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/platform-browser 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/platform-browser-dynamic 13.2.0 -> 13.2.7 age adoption passing confidence
@angular/router 13.2.0 -> 13.2.7 age adoption passing confidence
zone.js (changelog) 0.11.4 -> 0.11.7 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v13.2.7

Compare Source

forms
Commit Type Description
eac94f0945 fix improve error message for invalid value accessors (#​45192)

Special Thanks

Alistair Kane, Amer Yousuf, Andrew Scott, Jessica Janiuk, Lee Cooper, alirezaghey and why520crazy

v13.2.6

Compare Source

compiler
Commit Type Description
6efa366e2c fix compute correct offsets when interpolations have HTML entities (#​44811)
language-service
Commit Type Description
9bce9ce89e fix Prioritize Angular-specific completions over DOM completions (#​45293)
service-worker
Commit Type Description
cff1c5622f fix file system hash in batch of 500 elements (#​45262)

Special Thanks

Andrew Scott, Anner Visser, Aristeidis Bampakos, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Luca, Mladen Jakovljević, Paul Gschwendtner, Srikanth Kolli and nanda18

v13.2.5

Compare Source

13.2.5 (2022-03-02)

animations
Commit Description
fix - 6c61d20476 allow animations with unsupported CSS properties (#​45185)
common
Commit Description
fix - 64da1daa78 canceled JSONP requests won't throw console error with missing callback function (#​36807)
perf - 56ca7d385b make NgLocalization token tree-shakable (#​45118) (#​45226)
compiler-cli
Commit Description
fix - 6c906a5bb9 Support resolve animation name from the DTS (#​45169)
core
Commit Description
fix - e8fd452bd2 remove individual commands for updating gold files (#​45198)
perf - 82d772857c make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#​45102) (#​45222)
perf - 71ff12c1cc make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#​45102) (#​45222)
localize
Commit Description
fix - d388522745 avoid imports into compiler-cli package (#​45180)

Special Thanks

Andrew Kushnir, Andrew Scott, Charles Lyding, Guillaume Bonnet, Jessica Janiuk, JoostK, Martin Sikora, Paul Gschwendtner, Theodore Brown, dario-piotrowicz and ivanwonder

v13.2.4

Compare Source

animations
Commit Type Description
1a4b489692 perf improve algorithm to balance animation namespaces (#​45113)
core
Commit Type Description
cbd23ee0de perf make IterableDiffers and KeyValueDiffers tree-shakable (#​45094) (#​45115)

Special Thanks

Alan Cohen, AlirezaEbrahimkhani, Andrew Kushnir, Daniele Maltese, David Wolf, JoostK, Paul Gschwendtner, dario-piotrowicz and manuelkroiss

v13.2.3

Compare Source

animations
Commit Type Description
0050b01b62 perf made errors in the animations package tree shakeable (#​45079)
compiler
Commit Type Description
09f0254bdd perf chain element start/end instructions (#​44994)
core
Commit Type Description
92cf9fbebe fix ViewContainerRef.createComponent should consult module injector when custom one is provided (#​44966)

Special Thanks

AlirezaEbrahimkhani, Amer Yousuf, Andrew Kushnir, Aristeidis Bampakos, Dario Piotrowicz, Esteban Gehring, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Mina Hosseini Moghadam, Patrick Cameron, Srdjan Milic, Yousaf Nawaz, dario-piotrowicz, markostanimirovic, mgechev and zuckjet

v13.2.2

Compare Source

compiler
Commit Type Description
37af6abb49 fix allow banana-in-a-box bindings to end with non-null assertion (#​37809)
forms
Commit Type Description
b75e90f809 fix incorrectly keeping track of ngModel with ngFor inside a form (#​40459)
http
Commit Type Description
3fae6637e7 perf remove IE special status handling (#​44354)
upgrade
Commit Type Description
b9aab0c87b fix Do not trigger duplicate navigation events from Angular Router (#​43441)

Special Thanks

Alan Agius, Alan Cohen, Andrew Kushnir, Andrew Scott, Daniel Díaz, Dario Piotrowicz, Doug Parker, Jayson Acosta, Joey Perrott, JoostK, Kristiyan Kostadinov, Olivier Capuozzo, Ramzan, Shai Reznik, TANMAY SRIVASTAVA, dario-piotrowicz, iRealNirmal, jhonyeduardo, mgechev and zuckjet

v13.2.1

Compare Source

animations
Commit Type Description
4644886aaf perf remove no longer needed CssKeyframes classes (#​44903) (#​44919)
common
Commit Type Description
b4e4617807 fix include query parameters for open HTTP requests in verify (#​44917)
compiler-cli
Commit Type Description
0778e6f7d7 fix accept nullish coalescing operator for any and unknown types (#​44862)
07185f4ed1 fix enable nullish coalescing check only with strictNullChecks (#​44862)
4a5ad1793f fix ensure casing of logical paths is preserved (#​44798)
core
Commit Type Description
7ec482d9c2 fix Add back support for namespace URIs in createElement of dom renderer (#​44914)
250dc40a46 fix flush delayed scoping queue while setting up TestBed (#​44814)
forms
Commit Type Description
1aebbf8714 fix ensure OnPush ancestors are marked dirty when the promise resolves (#​44886)
6b7fffcbeb fix Update the typed forms migration schematic to find all files. (#​44881)

Special Thanks

Alan, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Arjen, Daniel Díaz, David Shevitz, Doug Parker, Dylan Hunn, Esteban Gehring, George Kalpakas, Jessica Janiuk, JoostK, Juri Strumpflohner, Lee Robinson, Maarten Tibau, Paul Gschwendtner, Theodore Brown, arturovt, dario-piotrowicz, fru2, markostanimirovic and mgechev

angular/angular (zone.js)

v0.11.7

Compare Source

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 describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

v0.11.6

Compare Source

Bug Fixes
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

Compare Source

Bug Fixes
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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Jul 21 '22 16:07 renovate[bot]

Codecov Report

Merging #1606 (24dc00f) into master (d4a7aea) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #1606   +/-   ##
=========================================
  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.

codecov[bot] avatar Jul 21 '22 16:07 codecov[bot]

Code Climate has analyzed commit 5797fc33 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.

qlty-cloud-legacy[bot] avatar Aug 04 '22 17:08 qlty-cloud-legacy[bot]

Code Climate has analyzed commit 24dc00f5 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.

qlty-cloud-legacy[bot] avatar Sep 11 '22 09:09 qlty-cloud-legacy[bot]