mycomplexsoul / delta

To do list, money manager, media tracker, last time task was done and scaffolding generator
0 stars 0 forks source link

Update angular monorepo to v13.2.1 #296

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/common 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/compiler 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/compiler-cli 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/core 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/forms 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/language-service 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/platform-browser 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/platform-browser-dynamic 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/router 13.1.3 -> 13.2.1 age adoption passing confidence
@angular/service-worker 13.1.3 -> 13.2.1 age adoption passing confidence

Release Notes

angular/angular ### [`v13.2.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1321-2022-02-02) [Compare Source](https://togithub.com/angular/angular/compare/13.2.0...13.2.1) ##### animations | Commit | Type | Description | | -- | -- | -- | | [4644886aaf](https://togithub.com/angular/angular/commit/4644886aaf96c9da513cc7a2c2568254a11c8a4b) | perf | remove no longer needed CssKeyframes classes ([#​44903](https://togithub.com/angular/angular/pull/44903)) ([#​44919](https://togithub.com/angular/angular/pull/44919)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [b4e4617807](https://togithub.com/angular/angular/commit/b4e4617807a8ef97b6423e6debfe504f86aa506c) | fix | include query parameters for open HTTP requests in `verify` ([#​44917](https://togithub.com/angular/angular/pull/44917)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [0778e6f7d7](https://togithub.com/angular/angular/commit/0778e6f7d79080124c240122acd9ff5ffffc74f5) | fix | accept nullish coalescing operator for any and unknown types ([#​44862](https://togithub.com/angular/angular/pull/44862)) | | [07185f4ed1](https://togithub.com/angular/angular/commit/07185f4ed1ac7071af62a65d8a5391ca28b03205) | fix | enable nullish coalescing check only with `strictNullChecks` ([#​44862](https://togithub.com/angular/angular/pull/44862)) | | [4a5ad1793f](https://togithub.com/angular/angular/commit/4a5ad1793f91ef5375146b4ead9929c8a939746e) | fix | ensure casing of logical paths is preserved ([#​44798](https://togithub.com/angular/angular/pull/44798)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [7ec482d9c2](https://togithub.com/angular/angular/commit/7ec482d9c2292d6370f7a2da9addf2abb8bb21bb) | fix | Add back support for namespace URIs in createElement of dom renderer ([#​44914](https://togithub.com/angular/angular/pull/44914)) | | [250dc40a46](https://togithub.com/angular/angular/commit/250dc40a46797446bf3328a58b9b1a4d8057b1d6) | fix | flush delayed scoping queue while setting up TestBed ([#​44814](https://togithub.com/angular/angular/pull/44814)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [1aebbf8714](https://togithub.com/angular/angular/commit/1aebbf8714b9cd3c3b5844065c5b64240c05b37d) | fix | ensure OnPush ancestors are marked dirty when the promise resolves ([#​44886](https://togithub.com/angular/angular/pull/44886)) | | [6b7fffcbeb](https://togithub.com/angular/angular/commit/6b7fffcbeb08ce77aef1d83de354ca7266600c6f) | fix | Update the typed forms migration schematic to find all files. ([#​44881](https://togithub.com/angular/angular/pull/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 ### [`v13.2.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1320-2022-01-26) [Compare Source](https://togithub.com/angular/angular/compare/13.1.3...13.2.0) #### Deprecations ##### - The `CachedResourceLoader` and `RESOURCE_CACHE_PROVIDER` symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy. - The `ComponentFactory` and `ComponentFactoryResolver` classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories). - Since Ivy, the `CompilerOptions.useJit` and `CompilerOptions.missingTranslation` config options are unused, passing them has no effect. ##### | Commit | Type | Description | | -- | -- | -- | | [9c11183e74](https://togithub.com/angular/angular/commit/9c11183e74980b12c3c5712df174e90af6f19027) | docs | deprecate `CachedResourceLoader` and `RESOURCE_CACHE_PROVIDER` symbols ([#​44749](https://togithub.com/angular/angular/pull/44749)) | | [9f12e7fea4](https://togithub.com/angular/angular/commit/9f12e7fea434c6d33e1155994e2c228d51520744) | docs | deprecate `ComponentFactory` and `ComponentFactoryResolver` symbols ([#​44749](https://togithub.com/angular/angular/pull/44749)) | | [4e95a316ce](https://togithub.com/angular/angular/commit/4e95a316cef35a771cd8168e3a744eb6bd7f1615) | docs | deprecate unused config options from the `CompilerOptions` interface ([#​44749](https://togithub.com/angular/angular/pull/44749)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [a4ab6d6b72](https://togithub.com/angular/angular/commit/a4ab6d6b72fe891f232d2446f8b7c454a82a5ba0) | feat | add support for safe calls in templates ([#​44580](https://togithub.com/angular/angular/pull/44580)) | | [abd1bc8039](https://togithub.com/angular/angular/commit/abd1bc8039ade4324f91fd616c82e52f05bdbb70) | fix | correct spans when parsing bindings with comments ([#​44785](https://togithub.com/angular/angular/pull/44785)) | | [ed67a074ce](https://togithub.com/angular/angular/commit/ed67a074ceed6440bf7f638512a20bbd3be8cbd4) | fix | properly compile DI factories when coverage reporting is enabled ([#​44732](https://togithub.com/angular/angular/pull/44732)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [fa835b5a29](https://togithub.com/angular/angular/commit/fa835b5a297087087eac2750b662096ed5492cb6) | feat | enable extended diagnostics by default ([#​44712](https://togithub.com/angular/angular/pull/44712)) | | [73424def13](https://togithub.com/angular/angular/commit/73424def130ae1d72036142f6f2d7bce63858c9e) | feat | provide the animations for `DirectiveMeta` ([#​44630](https://togithub.com/angular/angular/pull/44630)) | | [fe3e4d6865](https://togithub.com/angular/angular/commit/fe3e4d6865c1e760be0511cfd757b4574a67fa5b) | fix | Handle `ng-template` with structural directive in indexer ([#​44788](https://togithub.com/angular/angular/pull/44788)) | | [7316e72ec5](https://togithub.com/angular/angular/commit/7316e72ec5ccc475e610bf26b5da451b8ffa50a2) | fix | properly index elements when on a template ([#​44785](https://togithub.com/angular/angular/pull/44785)) | | [100091ebf0](https://togithub.com/angular/angular/commit/100091ebf0ad480e94b5db4f183f9bfcfe8b8274) | fix | remove leftover `_extendedTemplateDiagnostics` requirements ([#​44777](https://togithub.com/angular/angular/pull/44777)) | | [d2ae96f742](https://togithub.com/angular/angular/commit/d2ae96f742c82daa6c4d4b8afd3b0959fb9b89d1) | fix | skip `ExtendedTemplateCheckerImpl` construction if there were configuration errors ([#​44778](https://togithub.com/angular/angular/pull/44778)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [5626b34264](https://togithub.com/angular/angular/commit/5626b34264d8893fece74d30db4920a685f3b17f) | fix | consistently use namespace short name rather than URI ([#​44766](https://togithub.com/angular/angular/pull/44766)) | | [94bfcdd9de](https://togithub.com/angular/angular/commit/94bfcdd9de234f7189daaa06a6c179d9697bef8d) | fix | error if NgZone.isInAngularZone is called with a noop zone ([#​44800](https://togithub.com/angular/angular/pull/44800)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [72092ebd26](https://togithub.com/angular/angular/commit/72092ebd26d6670a7dd02f6db5515d2afd27c4d6) | feat | Allow a FormControl to use initial value as default. ([#​44434](https://togithub.com/angular/angular/pull/44434)) | | [f7aa937cac](https://togithub.com/angular/angular/commit/f7aa937cac0ad315e1012770aa1da97476aced54) | fix | Make some minor fixups for forward-compatibility with typed forms. ([#​44540](https://togithub.com/angular/angular/pull/44540)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [5a4ddfd4f5](https://togithub.com/angular/angular/commit/5a4ddfd4f5e17bb4209528cefc3f0674298ab6e8) | feat | Allow symbol keys for `Route` `data` and `resolve` properties ([#​44519](https://togithub.com/angular/angular/pull/44519)) | #### Special Thanks Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dario Piotrowicz, Derek Cormier, Doug Parker, Douglas Parker, Dylan Hunn, George Kalpakas, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Martin Probst, Oleg Postoev, Stephanie Tuerk, Tim Bowersox, Wiley Marques, Yousaf Nawaz, dario-piotrowicz, iRealNirmal, ivanwonder and shejialuo

Configuration

📅 Schedule: "after 8am and before 5pm on saturday" (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 these updates again.



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