angular/angular
### [`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
Configuration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone 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 this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
>=13.1.3
->>=13.2.0
Release Notes
angular/angular
### [`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 indexConfiguration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone 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 this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.