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 #452

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 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/common 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/compiler 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/compiler-cli (source) 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/core 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/forms 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/language-service 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/platform-browser 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/platform-browser-dynamic 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/router (source) 15.1.2 -> 15.2.9 age adoption passing confidence
@angular/service-worker 15.1.2 -> 15.2.9 age adoption passing confidence
zone.js (changelog) 0.12.0 -> 0.13.1 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations) ### [`v15.2.9`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1529-2023-05-03) [Compare Source](https://togithub.com/angular/angular/compare/15.2.8...15.2.9) ##### common | Commit | Type | Description | | -- | -- | -- | | [9107e931ca](https://togithub.com/angular/angular/commit/9107e931cad6c7543f717796a75648cefee2fd12) | fix | fix incorrectly reported distortion for padded images ([#​49889](https://togithub.com/angular/angular/pull/49889)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [7c58885797](https://togithub.com/angular/angular/commit/7c58885797af407d8399206340e79fe3d2beffb8) | fix | catch fatal diagnostic when getting diagnostics for components ([#​50046](https://togithub.com/angular/angular/pull/50046)) | ### [`v15.2.8`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1528-2023-04-19) [Compare Source](https://togithub.com/angular/angular/compare/15.2.7...15.2.8) ##### core | Commit | Type | Description | | -- | -- | -- | | [2fff8fadbe](https://togithub.com/angular/angular/commit/2fff8fadbeff9df3bc09b8847dbf08febbe3b5f8) | fix | handle invalid classes in class array bindings ([#​49924](https://togithub.com/angular/angular/pull/49924)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [05a0225deb](https://togithub.com/angular/angular/commit/05a0225deb126849f3798e828f6dbef7c221ec57) | fix | prevent headers from throwing an error when initializing numerical values ([#​49379](https://togithub.com/angular/angular/pull/49379)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [09a42d988e](https://togithub.com/angular/angular/commit/09a42d988e654825648205c8df90f7ca4d034c74) | fix | canceledNavigationResolution: 'computed' with redirects to the current URL ([#​49793](https://togithub.com/angular/angular/pull/49793)) | ### [`v15.2.7`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1527-2023-04-12) [Compare Source](https://togithub.com/angular/angular/compare/15.2.6...15.2.7) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [b0c1a90f55](https://togithub.com/angular/angular/commit/b0c1a90f55ecfafb4fd5c22cdd1b4a5f12573f22) | fix | Produce diagnositc if directive used in host binding is not exported ([#​49792](https://togithub.com/angular/angular/pull/49792)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [a40529af2e](https://togithub.com/angular/angular/commit/a40529af2e2923f1dbdae8898a0e94e9e63a3fcf) | fix | Catch FatalDiagnosticError during template type checking ([#​49792](https://togithub.com/angular/angular/pull/49792)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [702ec90110](https://togithub.com/angular/angular/commit/702ec901100b2d84efdf0b16d8347f8b28b94d5d) | fix | When using setInput, mark view dirty in same way as `markForCheck` ([#​49747](https://togithub.com/angular/angular/pull/49747)) | #### Special Thanks Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji ### [`v15.2.6`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1526-2023-04-05) [Compare Source](https://togithub.com/angular/angular/compare/15.2.5...15.2.6) ##### core | Commit | Type | Description | | -- | -- | -- | | [d9efa1b0d7](https://togithub.com/angular/angular/commit/d9efa1b0d742217de1164f7904c202b2697348d9) | feat | change the URL sanitization to only block javascript: URLs ([#​49659](https://togithub.com/angular/angular/pull/49659)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [cad7274ef9](https://togithub.com/angular/angular/commit/cad7274ef90914f0c24d071473a6cbae0e5b8250) | fix | create correct URL relative to path with empty child ([#​49691](https://togithub.com/angular/angular/pull/49691)) | | [9b61379096](https://togithub.com/angular/angular/commit/9b6137909690d6cbfdd8cbef502e9e2ac0d28c4a) | fix | Ensure initial navigation clears current navigation when blocking ([#​49572](https://togithub.com/angular/angular/pull/49572)) | #### Special Thanks Andrew Scott, Guillaume Weghsteen, John Manners, Johnny Gérard, Matthieu Riegler, Robin Richtsfeld, Sandra Limacher, Sarthak Thakkar, Vinit Neogi and vikram menon ### [`v15.2.5`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1525-2023-03-29) [Compare Source](https://togithub.com/angular/angular/compare/15.2.4...15.2.5) ##### common | Commit | Type | Description | | -- | -- | -- | | [ca5acadb78](https://togithub.com/angular/angular/commit/ca5acadb78c33bf896001a5810cb4be15ff7bc86) | fix | invalid ImageKit transformation ([#​49201](https://togithub.com/angular/angular/pull/49201)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [077f6b4674](https://togithub.com/angular/angular/commit/077f6b4674c01bfed083e73a17d848e226e543b4) | fix | do not unquote CSS values ([#​49460](https://togithub.com/angular/angular/pull/49460)) | | [c3cff35869](https://togithub.com/angular/angular/commit/c3cff35869648fdf70c9707c3d87bcfdcc84d903) | fix | handle trailing comma in object literal ([#​49535](https://togithub.com/angular/angular/pull/49535)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [d201fc2dec](https://togithub.com/angular/angular/commit/d201fc2dec1a3a9cc6952ebb46cb672200a78236) | fix | set style property value to empty string instead of an invalid value ([#​49460](https://togithub.com/angular/angular/pull/49460)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [978d37f324](https://togithub.com/angular/angular/commit/978d37f324ce4a1fe9b57f3d9430d7c28ecf6131) | fix | Ensure Router preloading works with lazy component and static children ([#​49571](https://togithub.com/angular/angular/pull/49571)) | | [a844435514](https://togithub.com/angular/angular/commit/a844435514962c52f4fb480bcfab7ee6519a59cc) | fix | fix [#​49457](https://togithub.com/angular/angular/pull/49457) outlet activating with old info ([#​49459](https://togithub.com/angular/angular/pull/49459)) | #### Special Thanks Alan Agius, Andrew Scott, Asaf Malin, Jan Cabadaj, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sid and Tano Abeleyra ### [`v15.2.4`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1524-2023-03-22) [Compare Source](https://togithub.com/angular/angular/compare/15.2.3...15.2.4) ##### core | Commit | Type | Description | | -- | -- | -- | | [bae6b5ceb1](https://togithub.com/angular/angular/commit/bae6b5ceb16bd87c8146aa29564a8d29135a6f95) | fix | Allow `TestBed.configureTestingModule` to work with recursive cycle of standalone components. ([#​49473](https://togithub.com/angular/angular/pull/49473)) | | [087f4412af](https://togithub.com/angular/angular/commit/087f4412afe9ccdefe7d63012af749b79f3e84d0) | fix | more accurate matching of classes during content projection ([#​48888](https://togithub.com/angular/angular/pull/48888)) | #### Special Thanks Aditya Srinivasan, Alex Rickabaugh, Andrew Scott, Kristiyan Kostadinov, Masaoki Kobayashi, Matthieu Riegler, Paul Gschwendtner, Peter Götz, Thomas Pischke, Virginia Dooley and avmaxim ### [`v15.2.3`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1523-2023-03-16) [Compare Source](https://togithub.com/angular/angular/compare/15.2.2...15.2.3) #### Special Thanks Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley ### [`v15.2.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1522-2023-03-08) [Compare Source](https://togithub.com/angular/angular/compare/15.2.1...15.2.2) ##### migrations | Commit | Type | Description | | -- | -- | -- | | [6207d6f1f0](https://togithub.com/angular/angular/commit/6207d6f1f0771ff3b74379367e65af665ef0e51c) | fix | add protractor support if protractor imports are detected ([#​49274](https://togithub.com/angular/angular/pull/49274)) | #### Special Thanks Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sai Kartheek Bommisetty and Vinit Neogi ### [`v15.2.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1521-2023-03-01) [Compare Source](https://togithub.com/angular/angular/compare/15.2.0...15.2.1) ##### common | Commit | Type | Description | | -- | -- | -- | | [f0e926074d](https://togithub.com/angular/angular/commit/f0e926074df189b3e3ca361a6a3bcd852c05e010) | fix | make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. ([#​49181](https://togithub.com/angular/angular/pull/49181)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [04d8b6c61a](https://togithub.com/angular/angular/commit/04d8b6c61a0d0a2d61b9202d09774f3ab347e82f) | fix | do not persist component analysis if template/styles are missing ([#​49184](https://togithub.com/angular/angular/pull/49184)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [d60ea6ab5a](https://togithub.com/angular/angular/commit/d60ea6ab5a22cb4f3677e34d0d7f6be0c3fe23fe) | fix | update zone.js peerDependencies ranges ([#​49244](https://togithub.com/angular/angular/pull/49244)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [44d095a61c](https://togithub.com/angular/angular/commit/44d095a61cb340ea1f5e0a19370ea839378b02c3) | fix | avoid migrating the same class multiple times in standalone migration ([#​49245](https://togithub.com/angular/angular/pull/49245)) | | [92b0bda9e4](https://togithub.com/angular/angular/commit/92b0bda9e4e7117552f929bf86acfc0ae65779a1) | fix | delete barrel exports in standalone migration ([#​49176](https://togithub.com/angular/angular/pull/49176)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [3062442728](https://togithub.com/angular/angular/commit/30624427289ad65bdbabd865d028146753c3a97a) | fix | add error message when using loadComponent with a NgModule ([#​49164](https://togithub.com/angular/angular/pull/49164)) | #### Special Thanks Alan Agius, Andrew Kushnir, Aristeidis Bampakos, Craig Spence, Doug Parker, Iván Navarro, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Michael Ziluck, Paul Gschwendtner, Stephanie Tuerk, Vincent and Virginia Dooley ### [`v15.2.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1520-2023-02-22) [Compare Source](https://togithub.com/angular/angular/compare/15.1.5...15.2.0) #### Deprecations ##### - Class and `InjectionToken` guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with `inject` from `@angular/core`. ##### | Commit | Type | Description | | -- | -- | -- | | [926c35f4ac](https://togithub.com/angular/angular/commit/926c35f4ac70f5e4d142e545d6d056dd67aac97b) | docs | Deprecate class and InjectionToken and resolvers ([#​47924](https://togithub.com/angular/angular/pull/47924)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [54b24eb40f](https://togithub.com/angular/angular/commit/54b24eb40fed13c926305ad475202a5608d41c6b) | feat | Add loaderParams attribute to NgOptimizedImage ([#​48907](https://togithub.com/angular/angular/pull/48907)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [0cf11167f1](https://togithub.com/angular/angular/commit/0cf11167f13108992ec781e88ab2a7d1fc7f5a0d) | fix | incorrectly detecting forward refs when symbol already exists in file ([#​48988](https://togithub.com/angular/angular/pull/48988)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [a154db8a81](https://togithub.com/angular/angular/commit/a154db8a81cbdfed8c3d0db1e2a5bf43aa3e0bbf) | feat | add ng generate schematic to convert declarations to standalone ([#​48790](https://togithub.com/angular/angular/pull/48790)) | | [345e737daa](https://togithub.com/angular/angular/commit/345e737daa7b9f635a4c2923358e5e765f716434) | feat | add ng generate schematic to convert to standalone bootstrapping APIs ([#​48848](https://togithub.com/angular/angular/pull/48848)) | | [e7318fc758](https://togithub.com/angular/angular/commit/e7318fc758d9e64d1a7f60a2c7071a769b73e7d8) | feat | add ng generate schematic to remove unnecessary modules ([#​48832](https://togithub.com/angular/angular/pull/48832)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [4ae384fd61](https://togithub.com/angular/angular/commit/4ae384fd619a13eaadf737d08a97f07e1f6b273c) | feat | Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. ([#​48354](https://togithub.com/angular/angular/pull/48354)) | | [141333411e](https://togithub.com/angular/angular/commit/141333411e67769d752c7162e4cb03376022f5e1) | feat | Introduce a new NgModuleIndex, and use it to suggest re-exports. ([#​48354](https://togithub.com/angular/angular/pull/48354)) | | [d0145033bd](https://togithub.com/angular/angular/commit/d0145033bd11eccd16fa8b61ba9170037d0c62b3) | fix | generate forwardRef for same file imports ([#​48898](https://togithub.com/angular/angular/pull/48898)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [2796230e95](https://togithub.com/angular/angular/commit/2796230e953eb8c29d6227a1a3858f5f08a8f200) | fix | add `enum` in `mode` option in `standalone` schema ([#​48851](https://togithub.com/angular/angular/pull/48851)) | | [816e76a578](https://togithub.com/angular/angular/commit/816e76a5789b041fee78ddd278c0e0d19b9a617a) | fix | automatically prune root module after bootstrap step ([#​49030](https://togithub.com/angular/angular/pull/49030)) | | [bdbf21d04b](https://togithub.com/angular/angular/commit/bdbf21d04ba74a6f73469242076d6ce697c57edf) | fix | avoid generating imports with forward slashes ([#​48993](https://togithub.com/angular/angular/pull/48993)) | | [32cf4e5cb9](https://togithub.com/angular/angular/commit/32cf4e5cb989f365296d519dddf72fb38ca47c40) | fix | avoid internal modules when generating imports ([#​48958](https://togithub.com/angular/angular/pull/48958)) | | [521ccfbe6c](https://togithub.com/angular/angular/commit/521ccfbe6ce9af1a7ddd6ab5e70151b7198f82ef) | fix | avoid interrupting the migration if language service lookup fails ([#​49010](https://togithub.com/angular/angular/pull/49010)) | | [a40cd47aa7](https://togithub.com/angular/angular/commit/a40cd47aa7ebccfbeeb26e397e03f1372aa10a55) | fix | avoid modifying testing modules without declarations ([#​48921](https://togithub.com/angular/angular/pull/48921)) | | [1afa6ed322](https://togithub.com/angular/angular/commit/1afa6ed3227e784e3fe2b4b31443961589cb6332) | fix | don't add ModuleWithProviders to standalone test components ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [c98c6a8452](https://togithub.com/angular/angular/commit/c98c6a845286b9b89daf275a9c4a2bdbc7ad77a7) | fix | don't copy animations modules into the imports of test components ([#​49147](https://togithub.com/angular/angular/pull/49147)) | | [8389557848](https://togithub.com/angular/angular/commit/83895578488bd35c7e47609f092907eb0f53f435) | fix | don't copy unmigrated declarations into imports array ([#​48882](https://togithub.com/angular/angular/pull/48882)) | | [f82bdc4b01](https://togithub.com/angular/angular/commit/f82bdc4b01f93a7103870449d37da61cc4c4f179) | fix | don't delete classes that may provide dependencies transitively ([#​48866](https://togithub.com/angular/angular/pull/48866)) | | [759db12e0b](https://togithub.com/angular/angular/commit/759db12e0b618fcb51f4cb141adeb49bfa495a60) | fix | duplicated comments on migrated classes ([#​48966](https://togithub.com/angular/angular/pull/48966)) | | [ba38178d19](https://togithub.com/angular/angular/commit/ba38178d1918d413f9c2260c40eb6542eadfddba) | fix | generate forwardRef for same file imports ([#​48898](https://togithub.com/angular/angular/pull/48898)) | | [03fcb36cfd](https://togithub.com/angular/angular/commit/03fcb36cfd36731028bf288f156e16cb8ac4c758) | fix | migrate HttpClientModule to provideHttpClient() ([#​48949](https://togithub.com/angular/angular/pull/48949)) | | [2de6dae16d](https://togithub.com/angular/angular/commit/2de6dae16d4b0b83f0517a3033cda44ba44154ed) | fix | migrate RouterModule.forRoot with a config object to use features ([#​48935](https://togithub.com/angular/angular/pull/48935)) | | [770191cf1f](https://togithub.com/angular/angular/commit/770191cf1f1254546625dfa7a882b716c3f0aab3) | fix | migrate tests when switching to standalone bootstrap API ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [c7926b5773](https://togithub.com/angular/angular/commit/c7926b57730c23f765a00d3dd9f92079c95e87e0) | fix | move standalone migrations into imports ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [65c74ed93e](https://togithub.com/angular/angular/commit/65c74ed93e04cb560c27838d440c6aa7a9859a4e) | fix | normalize paths to posix ([#​48850](https://togithub.com/angular/angular/pull/48850)) | | [6377487b1a](https://togithub.com/angular/angular/commit/6377487b1ab7679cef9a44f88440fe5e8eb97480) | fix | only exclude bootstrapped declarations from initial standalone migration ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [e9e4449a43](https://togithub.com/angular/angular/commit/e9e4449a43430e026e61b0f05ebd32dd830fa916) | fix | preserve tsconfig in standalone migration ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [ffad1b49d9](https://togithub.com/angular/angular/commit/ffad1b49d95ab90637e7184f92cb5136d490d865) | fix | reduce number of files that need to be checked ([#​48987](https://togithub.com/angular/angular/pull/48987)) | | [ba7a757cc5](https://togithub.com/angular/angular/commit/ba7a757cc5a2f3f942adcbabdcd5b7aef33ea493) | fix | return correct alias when conflicting import exists ([#​49139](https://togithub.com/angular/angular/pull/49139)) | | [49a7c9f94a](https://togithub.com/angular/angular/commit/49a7c9f94ae8f89907da8b3620242e62f87ec5a4) | fix | standalone migration incorrectly throwing path error for multi app projects ([#​48958](https://togithub.com/angular/angular/pull/48958)) | | [584976e6c8](https://togithub.com/angular/angular/commit/584976e6c8a783d40578ab191132673300394a52) | fix | support --defaults in standalone migration ([#​48921](https://togithub.com/angular/angular/pull/48921)) | | [03f47ac901](https://togithub.com/angular/angular/commit/03f47ac9019eddbcb373b50c41bc6f523293ece1) | fix | use consistent quotes in generated imports ([#​48876](https://togithub.com/angular/angular/pull/48876)) | | [ebae506d89](https://togithub.com/angular/angular/commit/ebae506d894a90c38e0f2dd1e948acabdb0fdf2e) | fix | use import remapper in root component ([#​49046](https://togithub.com/angular/angular/pull/49046)) | | [40c976c909](https://togithub.com/angular/angular/commit/40c976c90975878852a87b7722076eb78944098b) | fix | use NgForOf instead of NgFor ([#​49022](https://togithub.com/angular/angular/pull/49022)) | | [4ac25b2aff](https://togithub.com/angular/angular/commit/4ac25b2affab4f959ad8c111f1e429a05b435422) | perf | avoid re-traversing nodes when resolving bootstrap call dependencies ([#​49010](https://togithub.com/angular/angular/pull/49010)) | | [26cb7ab2e6](https://togithub.com/angular/angular/commit/26cb7ab2e6ac9b61904361a8a544467b69eef3f3) | perf | speed up language service lookups ([#​49010](https://togithub.com/angular/angular/pull/49010)) | ##### platform-browser | Commit | Type | Description | | -- | -- | -- | | [bf4ad38117](https://togithub.com/angular/angular/commit/bf4ad3811762d9ba43d18c3360d014a9ceb06b4d) | fix | remove styles from DOM of destroyed components ([#​48298](https://togithub.com/angular/angular/pull/48298)) | ##### platform-server | Commit | Type | Description | | -- | -- | -- | | [25e220a23a](https://togithub.com/angular/angular/commit/25e220a23ab90520efc65f05cd9b7a22db582b87) | fix | avoid duplicate TransferState info after renderApplication call ([#​49094](https://togithub.com/angular/angular/pull/49094)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [31b94c762f](https://togithub.com/angular/angular/commit/31b94c762fc91ab6cabe08ea6812780fdcf92a64) | feat | Add a withNavigationErrorHandler feature to provideRouter ([#​48551](https://togithub.com/angular/angular/pull/48551)) | | [dedac8d3f7](https://togithub.com/angular/angular/commit/dedac8d3f73ebf4f05b773454e2a22ab5fa4bf7c) | feat | Add test helper for trigger navigations in tests ([#​48552](https://togithub.com/angular/angular/pull/48552)) | #### Special Thanks Alan Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dylan Hunn, Ikko Eltociear Ashimine, Ilyass, Jessica Janiuk, Joey Perrott, John Manners, Kalbarczyk, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Virginia Dooley, Walid Bouguima, cexbrayat and mgechev ### [`v15.1.5`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1515-2023-02-15) [Compare Source](https://togithub.com/angular/angular/compare/15.1.4...15.1.5) ##### forms | Commit | Type | Description | | -- | -- | -- | | [5f2a3edcf2](https://togithub.com/angular/angular/commit/5f2a3edcf27cfe6ffc6ae4d67ca2b47953f26336) | fix | Make radio buttons respect `[attr.disabled]` ([#​48864](https://togithub.com/angular/angular/pull/48864)) | #### Special Thanks AleksanderBodurri, Alvaro Junqueira, Dylan Hunn, Joey Perrott, Matthieu Riegler, PaloMiklo and Paul Gschwendtner ### [`v15.1.4`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1514-2023-02-08) [Compare Source](https://togithub.com/angular/angular/compare/15.1.3...15.1.4) #### Special Thanks Jessica Janiuk, Kian Yang Lee, Matthieu Riegler, Redouane Bekkouche and Simona Cotin ### [`v15.1.3`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1513-2023-02-02) [Compare Source](https://togithub.com/angular/angular/compare/15.1.2...15.1.3) ##### animations | Commit | Type | Description | | -- | -- | -- | | [d36dfd4b62](https://togithub.com/angular/angular/commit/d36dfd4b626ff4c5894ca67136f71dd1f7f56e3e) | fix | fix non-animatable warnings for easing ([#​48583](https://togithub.com/angular/angular/pull/48583)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [a334e4efbe](https://togithub.com/angular/angular/commit/a334e4efbe9380776e574f745390901552df771e) | fix | warn if using ngSrcset without a configured image loader ([#​48804](https://togithub.com/angular/angular/pull/48804)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [171b4d4640](https://togithub.com/angular/angular/commit/171b4d46407e7c2860fdce4a5196fd6a34b455f0) | fix | incorrect code when non-null assertion is used after a safe access ([#​48801](https://togithub.com/angular/angular/pull/48801)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [9e86dd231b](https://togithub.com/angular/angular/commit/9e86dd231bd0fb818da537191bbe197f15efc44d) | fix | Fixed file format issue with lint ([#​48859](https://togithub.com/angular/angular/pull/48859)) | | [af31f98b00](https://togithub.com/angular/angular/commit/af31f98b00a5d3decbb39df1f998346b3002b89e) | fix | migration host incorrectly reading empty files ([#​48849](https://togithub.com/angular/angular/pull/48849)) | ##### platform-server | Commit | Type | Description | | -- | -- | -- | | [73972c684e](https://togithub.com/angular/angular/commit/73972c684e214bc0e7c88338e001ff99a14dbcdc) | fix | insert transfer state `script` before other `script` tags ([#​48868](https://togithub.com/angular/angular/pull/48868)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [d5b2c249a3](https://togithub.com/angular/angular/commit/d5b2c249a3b220d0a47413c6e1054fd49d9d8cd8) | fix | Handle routerLink directive on svg anchors. ([#​48857](https://togithub.com/angular/angular/pull/48857)) | #### Special Thanks Alan Agius, Besim Gürbüz, Brecht Billiet, Dario Piotrowicz, Dylan Hunn, Iván Navarro, Jessica Janiuk, Kristiyan Kostadinov, Matthieu Riegler, Onkar Ruikar, Payam Valadkhan, Santosh Yadav, Virginia Dooley and Walid Bouguima
angular/angular (zone.js) ### [`v0.13.1`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#v0131-httpsgithubcomangularangularcomparezonejs-0130zonejs-v0131-2023-06-09) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.13.0...zone.js-0.13.1) ##### Bug Fixes - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#​50467](https://togithub.com/angular/angular/issues/50467)) ([381cb98](https://togithub.com/angular/angular/commit/381cb982264d30e8c79e77e9186acd6da006e718)) - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#​50530](https://togithub.com/angular/angular/issues/50530)) ([7837f71](https://togithub.com/angular/angular/commit/7837f7119f8cdfb0ae95551f48608f156985113a)) - **zone.js:** patch entire promise in node ([#​50552](https://togithub.com/angular/angular/issues/50552)) ([cb31dbc](https://togithub.com/angular/angular/commit/cb31dbc75ca4141d61cec3ba6e60505198208a0a)), closes [#​50513](https://togithub.com/angular/angular/issues/50513) [#​50457](https://togithub.com/angular/angular/issues/50457) [#​50414](https://togithub.com/angular/angular/issues/50414) [#​49930](https://togithub.com/angular/angular/issues/49930) - **zone.js:** revert Mocha it.skip, describe.skip method patch ([#​49329](https://togithub.com/angular/angular/issues/49329)) ([5a2b622](https://togithub.com/angular/angular/commit/5a2b6227b30a4d3f2090077e8881c753db00798c)) ##### Features - **zone.js:** jest 29 should ignore uncaught error console log ([#​49325](https://togithub.com/angular/angular/issues/49325)) ([bc412fd](https://togithub.com/angular/angular/commit/bc412fd537f965b20dce69232ef66f152962dc06)), closes [#​49110](https://togithub.com/angular/angular/issues/49110) ##### Reverts - Revert "fix(zone.js): enable monkey patching of the `queueMicrotask()` API in node.js ([#​50467](https://togithub.com/angular/angular/issues/50467))" ([#​50529](https://togithub.com/angular/angular/issues/50529)) ([7567348](https://togithub.com/angular/angular/commit/7567348c54917b2f881d6c68d45f7c15d101954b)), closes [#​50467](https://togithub.com/angular/angular/issues/50467) [#​50529](https://togithub.com/angular/angular/issues/50529) [#​50529](https://togithub.com/angular/angular/issues/50529) ### [`v0.13.0`](https://togithub.com/angular/angular/compare/zone.js-0.12.0...zone.js-0.13.0) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.12.0...zone.js-0.13.0)

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.



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

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.7.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.7.1>
npm notice Run `npm install -g npm@9.7.1` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular-devkit/build-angular@15.0.4
npm ERR! Found: typescript@4.9.5
npm ERR! node_modules/typescript
npm ERR!   typescript@"4.9.5" from the root project
npm ERR!   peer typescript@">=2.7" from ts-node@10.9.1
npm ERR!   node_modules/ts-node
npm ERR!     dev ts-node@"10.9.1" from the root project
npm ERR!   3 more (tslint, tsutils, @angular/compiler-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"~4.8.2" from @angular-devkit/build-angular@15.0.4
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   dev @angular-devkit/build-angular@"^15.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: typescript@4.8.4
npm ERR! node_modules/typescript
npm ERR!   peer typescript@"~4.8.2" from @angular-devkit/build-angular@15.0.4
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"^15.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/worker/5edc1e/dc9286/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/worker/5edc1e/dc9286/cache/others/npm/_logs/2023-06-12T19_01_07_025Z-debug-0.log
renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.