just-jeb / angular-builders

Angular build facade extensions (Jest and custom webpack configuration)
MIT License
1.14k stars 198 forks source link

chore(deps): update angular monorepo to v17.3.0 #1718

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/common (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/compiler (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/compiler-cli (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/core (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/forms (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/language-service (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/platform-browser (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.2.4 -> 17.3.0 age adoption passing confidence
@angular/router (source) 17.2.4 -> 17.3.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations) ### [`v17.3.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1730-2024-03-13) [Compare Source](https://togithub.com/angular/angular/compare/17.2.4...17.3.0) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [1a6beae8a2](https://togithub.com/angular/angular/commit/1a6beae8a2bdcff27d4c1e402f98246a52247906) | feat | Enable template pipeline by default. ([#​54571](https://togithub.com/angular/angular/pull/54571)) | | [f386a04c9d](https://togithub.com/angular/angular/commit/f386a04c9ddc2951c8105d5cafcce7b4bedea569) | fix | handle two-way bindings to signal-based template variables in instruction generation ([#​54714](https://togithub.com/angular/angular/pull/54714)) | | [1f129f114e](https://togithub.com/angular/angular/commit/1f129f114edb21137d74471dd6b652848d2ffb68) | fix | not catching for loop empty tracking expressions ([#​54772](https://togithub.com/angular/angular/pull/54772)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [12dc4d074e](https://togithub.com/angular/angular/commit/12dc4d074e63edaff626003ad6136a8d122b2ba6) | fix | account for as expression in docs extraction ([#​54414](https://togithub.com/angular/angular/pull/54414)) | | [da7fbb40f0](https://togithub.com/angular/angular/commit/da7fbb40f06e6e37504f69e7b335f8219f424de2) | fix | detect when the linker is working in unpublished angular and widen supported versions ([#​54439](https://togithub.com/angular/angular/pull/54439)) | | [492e03f699](https://togithub.com/angular/angular/commit/492e03f699ca95df4cf854885253f63a5a1fb5c1) | fix | flag two-way bindings to non-signal values in templates ([#​54714](https://togithub.com/angular/angular/pull/54714)) | | [5afa4f0ec1](https://togithub.com/angular/angular/commit/5afa4f0ec1b64b88ef875d48bd143e0f36e0a955) | fix | support `ModuleWithProviders` literal detection with `typeof` ([#​54650](https://togithub.com/angular/angular/pull/54650)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [331b16efd2](https://togithub.com/angular/angular/commit/331b16efd2f5af876e6dc0ad2474ee7a87b00de5) | feat | add API to inject attributes on the host node ([#​54604](https://togithub.com/angular/angular/pull/54604)) | | [fb540e169a](https://togithub.com/angular/angular/commit/fb540e169a78a61f38d611f538eea8fdb0971f1d) | feat | add migration for invalid two-way bindings ([#​54630](https://togithub.com/angular/angular/pull/54630)) | | [c687b8f453](https://togithub.com/angular/angular/commit/c687b8f4531252cd1c3dfbb9a7bd42bdbe666a36) | feat | expose new `output()` API ([#​54650](https://togithub.com/angular/angular/pull/54650)) | | [c809069f21](https://togithub.com/angular/angular/commit/c809069f213244afd0e2d803a6a43510b218e6f5) | feat | introduce `outputFromObservable()` interop function ([#​54650](https://togithub.com/angular/angular/pull/54650)) | | [aff65fd1f4](https://togithub.com/angular/angular/commit/aff65fd1f4a61ed76a6f9b623852f197eb3500e4) | feat | introduce `outputToObservable` interop helper ([#​54650](https://togithub.com/angular/angular/pull/54650)) | | [974958913c](https://togithub.com/angular/angular/commit/974958913ca632971f878a045537472f2c99c665) | feat | support TypeScript 5.4 ([#​54414](https://togithub.com/angular/angular/pull/54414)) | | [39a50f9a8d](https://togithub.com/angular/angular/commit/39a50f9a8df5afc4968d18924f3d9d7d6b649d3a) | fix | ensure all initializer functions run in an injection context ([#​54761](https://togithub.com/angular/angular/pull/54761)) | | [243ccce624](https://togithub.com/angular/angular/commit/243ccce62475ae03a2e727d2b3cb2d51a595c4a7) | fix | exclude class attribute intended for projection matching from directive matching ([#​54800](https://togithub.com/angular/angular/pull/54800)) | | [2909e9817d](https://togithub.com/angular/angular/commit/2909e9817daf69b6478d7d09229491a9a48cff16) | fix | prevent infinite loops in clobbered elements check ([#​54425](https://togithub.com/angular/angular/pull/54425)) | | [7243c704cf](https://togithub.com/angular/angular/commit/7243c704cf8a4986fae419793027458e142658f0) | fix | return a readonly signal on `asReadonly`. ([#​54706](https://togithub.com/angular/angular/pull/54706)) | | [bb35414a38](https://togithub.com/angular/angular/commit/bb35414a38f8a8447d03c66dc5bf60b84409f9e3) | perf | speed up retrieval of `DestroyRef` in `EventEmitter` ([#​54748](https://togithub.com/angular/angular/pull/54748)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [8d37ed035c](https://togithub.com/angular/angular/commit/8d37ed035c9e9796ba9a7b1f055404ea220dbb3b) | fix | exclude caching for authenticated HTTP requests ([#​54746](https://togithub.com/angular/angular/pull/54746)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [c1c7384e02](https://togithub.com/angular/angular/commit/c1c7384e02becc623c6a42985f7178ca98137264) | feat | Add reusable types for router guards ([#​54580](https://togithub.com/angular/angular/pull/54580)) | | [7225485311](https://togithub.com/angular/angular/commit/722548531108e247660ebe6966b99b57d510b615) | fix | Navigations triggered by cancellation events should cancel previous navigation ([#​54710](https://togithub.com/angular/angular/pull/54710)) |

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.