tarsinzer / routerkit

🦩 strict typed angular routes
MIT License
76 stars 8 forks source link

fix(deps): update angular monorepo #271

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/common 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/compiler 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/compiler-cli (source) 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/core 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/forms 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/language-service 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/platform-browser 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/platform-browser-dynamic 14.2.0 -> 14.2.12 age adoption passing confidence
@angular/router (source) 14.2.0 -> 14.2.12 age adoption passing confidence
zone.js (changelog) 0.11.8 -> 0.12.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations) ### [`v14.2.12`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​14212-2022-11-21) [Compare Source](https://togithub.com/angular/angular/compare/14.2.11...14.2.12) #### Breaking Changes ##### core - Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings. ##### core | Commit | Type | Description | | -- | -- | -- | | [54814c8e9b](https://togithub.com/angular/angular/commit/54814c8e9ba6b82a7f4748ef2b2f47507efd758b) | fix | hardening attribute and property binding rules for