ngrx-entity-relationship
ngrx-entity-relationship copied to clipboard
chore(deps): update angular monorepo (patch)
This PR contains the following updates:
Release Notes
angular/angular (@angular/animations)
v13.2.7
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
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
13.2.5 (2022-03-02)
animations
| Commit | Description |
|---|---|
| allow animations with unsupported CSS properties (#45185) |
common
| Commit | Description |
|---|---|
| canceled JSONP requests won't throw console error with missing callback function (#36807) | |
make NgLocalization token tree-shakable (#45118) (#45226) |
compiler-cli
| Commit | Description |
|---|---|
| Support resolve animation name from the DTS (#45169) |
core
| Commit | Description |
|---|---|
| remove individual commands for updating gold files (#45198) | |
make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#45102) (#45222) |
|
make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#45102) (#45222) |
localize
| Commit | Description |
|---|---|
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
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
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
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
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
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.
👻 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.
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.
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.
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.