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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/common (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/compiler (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/compiler-cli (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/core (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/forms (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/language-service (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/platform-browser (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.0.6 -> 18.1.1 age adoption passing confidence
@angular/router (source) 18.0.6 -> 18.1.1 age adoption passing confidence
zone.js (source, changelog) 0.14.7 -> 0.14.8 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations) ### [`v18.1.1`](https://togithub.com/angular/angular/compare/18.1.0...ba9ab3f886a77df99aedd1e39eb58166e634b694) [Compare Source](https://togithub.com/angular/angular/compare/18.1.0...18.1.1) ### [`v18.1.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1810-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.7...18.1.0) ##### common | Commit | Type | Description | | -- | -- | -- | | [f25653e231](https://togithub.com/angular/angular/commit/f25653e2311152d30b14d25acb0dccb4e2b5ea56) | fix | typo in NgOptimizedImage warning ([#​56756](https://togithub.com/angular/angular/pull/56756)) | | [9b35726e42](https://togithub.com/angular/angular/commit/9b35726e42ebdeed138a25581e0a7eefff466206) | fix | typo in warning for NgOptimizedDirective ([#​56817](https://togithub.com/angular/angular/pull/56817)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [fd6cd0422d](https://togithub.com/angular/angular/commit/fd6cd0422d2d761d2c6cc0cd41838fbba8a3f010) | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings ([#​56295](https://togithub.com/angular/angular/pull/56295)) | | [341a116d61](https://togithub.com/angular/angular/commit/341a116d611c095ed414c82612adb529e7be310c) | fix | allow more characters in let declaration name ([#​56764](https://togithub.com/angular/angular/pull/56764)) | | [2a1291e942](https://togithub.com/angular/angular/commit/2a1291e942a3cd645ee635e72e7d83722383d39b) | fix | give precedence to local let declarations over parent ones ([#​56752](https://togithub.com/angular/angular/pull/56752)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [66e582551e](https://togithub.com/angular/angular/commit/66e582551eb081e422e0df41badce1821c46dc62) | fix | avoid duplicate diagnostics for let declarations read before definition ([#​56843](https://togithub.com/angular/angular/pull/56843)) | | [4d18c5bfd5](https://togithub.com/angular/angular/commit/4d18c5bfd54c53655955c8cd90472081ade40b34) | fix | flag all conflicts between let declarations and local symbols ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [9e21582456](https://togithub.com/angular/angular/commit/9e215824565f0d30da7edb20087c4460069a6660) | fix | Show template syntax errors in local compilation modified ([#​55855](https://togithub.com/angular/angular/pull/55855)) | | [5996502921](https://togithub.com/angular/angular/commit/599650292107f8856c7cd41791bd0856f9d14eb1) | fix | type check let declarations nested inside nodes ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [cdebf751e4](https://togithub.com/angular/angular/commit/cdebf751e4949048b01acc92de2517f46fcd5d37) | fix | used before declared diagnostic not firing for control flow blocks ([#​56843](https://togithub.com/angular/angular/pull/56843)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [ea3c802056](https://togithub.com/angular/angular/commit/ea3c80205653af109c688a4d4808143b34591d54) | feat | Add a schematic to migrate afterRender phase flag ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [5df3e78c99](https://togithub.com/angular/angular/commit/5df3e78c9907f522f2f96c087b10ca12d57f7028) | feat | add equality function to rxjs-interop `toSignal` ([#​56447](https://togithub.com/angular/angular/pull/56447)) | | [0a48d584f2](https://togithub.com/angular/angular/commit/0a48d584f2ffeebb9402032182d4fc13a260c5cf) | feat | add support for let syntax ([#​56715](https://togithub.com/angular/angular/pull/56715)) | | [352e0782ec](https://togithub.com/angular/angular/commit/352e0782ec37d2adcc662cfc69c83d38058a34bf) | feat | expose signal input metadata in `ComponentMirror` ([#​56402](https://togithub.com/angular/angular/pull/56402)) | | [a655e46447](https://togithub.com/angular/angular/commit/a655e46447962bf56bf0184e3104328b9f7c1531) | feat | Redesign the `afterRender` & `afterNextRender` phases API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [e5a6f91722](https://togithub.com/angular/angular/commit/e5a6f917225aafa7c5c860f280d2aafe3615727e) | feat | support TypeScript 5.5 ([#​56096](https://togithub.com/angular/angular/pull/56096)) | | [38effcc63e](https://togithub.com/angular/angular/commit/38effcc63eea360e948dc22860add72d3aa02288) | fix | Add back phase flag option as a deprecated API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [86bcfd3e49](https://togithub.com/angular/angular/commit/86bcfd3e498b8ec1de1a2a1ad0847fe567f7e9d4) | fix | improve docs on afterRender hooks ([#​56522](https://togithub.com/angular/angular/pull/56522)) | | [b2445a0953](https://togithub.com/angular/angular/commit/b2445a095314aa66da038d3093e6a1b18fe5768b) | fix | link errors to ADEV ([#​55554](https://togithub.com/angular/angular/pull/55554)) ([#​56038](https://togithub.com/angular/angular/pull/56038)) | | [03a2acd2a3](https://togithub.com/angular/angular/commit/03a2acd2a3bdc87aaeb6b835a7c1016f800b31cb) | fix | properly remove imports in the afterRender phase migration ([#​56524](https://togithub.com/angular/angular/pull/56524)) | | [4d87b9e899](https://togithub.com/angular/angular/commit/4d87b9e899381894a1de90f251da58613a96eed0) | fix | rename the equality function option in toSignal ([#​56769](https://togithub.com/angular/angular/pull/56769)) ([#​56922](https://togithub.com/angular/angular/pull/56922)) | | [8bd4c074af](https://togithub.com/angular/angular/commit/8bd4c074afe85b739dff4d3c4dcc19384c42b85e) | fix | toSignal equal option should be passed to inner computed ([#​56903](https://togithub.com/angular/angular/pull/56903)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [00bde8b1c2](https://togithub.com/angular/angular/commit/00bde8b1c2d1511da40526a374d4e94d31e0d575) | fix | Make `NgControlStatus` host bindings `OnPush` compatible ([#​55720](https://togithub.com/angular/angular/pull/55720)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [cc21989132](https://togithub.com/angular/angular/commit/cc21989132bc64b981df83cb6ff6e1506b42a1d0) | fix | Make `Content-Type` header case insensitive ([#​56541](https://togithub.com/angular/angular/pull/56541)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [b400e2e4d4](https://togithub.com/angular/angular/commit/b400e2e4d4c27a9c8d8e91b52852ef7b64f7591a) | feat | autocompletion for the component not imported ([#​55595](https://togithub.com/angular/angular/pull/55595)) | | [67b2c336bc](https://togithub.com/angular/angular/commit/67b2c336bc0bdce3f7ae054c094990a9831f5b20) | fix | import the default exported component correctly ([#​56432](https://togithub.com/angular/angular/pull/56432)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [a13f5da773](https://togithub.com/angular/angular/commit/a13f5da77303f4ab2f1543df1de1f416216b5a9c) | feat | Allow `UrlTree` as an input to `routerLink` ([#​56265](https://togithub.com/angular/angular/pull/56265)) | | [1d3a7529b4](https://togithub.com/angular/angular/commit/1d3a7529b4fa3617a5d6a97e742cb13818253a14) | feat | Set a different browser URL from the one for route matching ([#​53318](https://togithub.com/angular/angular/pull/53318)) | ### [`v18.0.7`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1807-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.6...18.0.7) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [85f77b5cda](https://togithub.com/angular/angular/commit/85f77b5cda26cefa322e232b4336ae965279f72b) | fix | fix CSS animation rule scope ([#​56800](https://togithub.com/angular/angular/pull/56800)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [95d7076d1a](https://togithub.com/angular/angular/commit/95d7076d1a8c3d0d9544ca7091e78af11cd963b6) | perf | execute `fetch` outside of Angular zone ([#​56820](https://togithub.com/angular/angular/pull/56820)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [d6fff45e73](https://togithub.com/angular/angular/commit/d6fff45e735044612795ae37cf62968bdb0758dd) | fix | Fix cf migration let condition semicolon order ([#​56913](https://togithub.com/angular/angular/pull/56913)) |
angular/angular (@​angular/common) ### [`v18.1.1`](https://togithub.com/angular/angular/compare/18.1.0...ba9ab3f886a77df99aedd1e39eb58166e634b694) [Compare Source](https://togithub.com/angular/angular/compare/18.1.0...18.1.1) ### [`v18.1.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1810-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.7...18.1.0) ##### common | Commit | Type | Description | | -- | -- | -- | | [f25653e231](https://togithub.com/angular/angular/commit/f25653e2311152d30b14d25acb0dccb4e2b5ea56) | fix | typo in NgOptimizedImage warning ([#​56756](https://togithub.com/angular/angular/pull/56756)) | | [9b35726e42](https://togithub.com/angular/angular/commit/9b35726e42ebdeed138a25581e0a7eefff466206) | fix | typo in warning for NgOptimizedDirective ([#​56817](https://togithub.com/angular/angular/pull/56817)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [fd6cd0422d](https://togithub.com/angular/angular/commit/fd6cd0422d2d761d2c6cc0cd41838fbba8a3f010) | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings ([#​56295](https://togithub.com/angular/angular/pull/56295)) | | [341a116d61](https://togithub.com/angular/angular/commit/341a116d611c095ed414c82612adb529e7be310c) | fix | allow more characters in let declaration name ([#​56764](https://togithub.com/angular/angular/pull/56764)) | | [2a1291e942](https://togithub.com/angular/angular/commit/2a1291e942a3cd645ee635e72e7d83722383d39b) | fix | give precedence to local let declarations over parent ones ([#​56752](https://togithub.com/angular/angular/pull/56752)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [66e582551e](https://togithub.com/angular/angular/commit/66e582551eb081e422e0df41badce1821c46dc62) | fix | avoid duplicate diagnostics for let declarations read before definition ([#​56843](https://togithub.com/angular/angular/pull/56843)) | | [4d18c5bfd5](https://togithub.com/angular/angular/commit/4d18c5bfd54c53655955c8cd90472081ade40b34) | fix | flag all conflicts between let declarations and local symbols ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [9e21582456](https://togithub.com/angular/angular/commit/9e215824565f0d30da7edb20087c4460069a6660) | fix | Show template syntax errors in local compilation modified ([#​55855](https://togithub.com/angular/angular/pull/55855)) | | [5996502921](https://togithub.com/angular/angular/commit/599650292107f8856c7cd41791bd0856f9d14eb1) | fix | type check let declarations nested inside nodes ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [cdebf751e4](https://togithub.com/angular/angular/commit/cdebf751e4949048b01acc92de2517f46fcd5d37) | fix | used before declared diagnostic not firing for control flow blocks ([#​56843](https://togithub.com/angular/angular/pull/56843)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [ea3c802056](https://togithub.com/angular/angular/commit/ea3c80205653af109c688a4d4808143b34591d54) | feat | Add a schematic to migrate afterRender phase flag ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [5df3e78c99](https://togithub.com/angular/angular/commit/5df3e78c9907f522f2f96c087b10ca12d57f7028) | feat | add equality function to rxjs-interop `toSignal` ([#​56447](https://togithub.com/angular/angular/pull/56447)) | | [0a48d584f2](https://togithub.com/angular/angular/commit/0a48d584f2ffeebb9402032182d4fc13a260c5cf) | feat | add support for let syntax ([#​56715](https://togithub.com/angular/angular/pull/56715)) | | [352e0782ec](https://togithub.com/angular/angular/commit/352e0782ec37d2adcc662cfc69c83d38058a34bf) | feat | expose signal input metadata in `ComponentMirror` ([#​56402](https://togithub.com/angular/angular/pull/56402)) | | [a655e46447](https://togithub.com/angular/angular/commit/a655e46447962bf56bf0184e3104328b9f7c1531) | feat | Redesign the `afterRender` & `afterNextRender` phases API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [e5a6f91722](https://togithub.com/angular/angular/commit/e5a6f917225aafa7c5c860f280d2aafe3615727e) | feat | support TypeScript 5.5 ([#​56096](https://togithub.com/angular/angular/pull/56096)) | | [38effcc63e](https://togithub.com/angular/angular/commit/38effcc63eea360e948dc22860add72d3aa02288) | fix | Add back phase flag option as a deprecated API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [86bcfd3e49](https://togithub.com/angular/angular/commit/86bcfd3e498b8ec1de1a2a1ad0847fe567f7e9d4) | fix | improve docs on afterRender hooks ([#​56522](https://togithub.com/angular/angular/pull/56522)) | | [b2445a0953](https://togithub.com/angular/angular/commit/b2445a095314aa66da038d3093e6a1b18fe5768b) | fix | link errors to ADEV ([#​55554](https://togithub.com/angular/angular/pull/55554)) ([#​56038](https://togithub.com/angular/angular/pull/56038)) | | [03a2acd2a3](https://togithub.com/angular/angular/commit/03a2acd2a3bdc87aaeb6b835a7c1016f800b31cb) | fix | properly remove imports in the afterRender phase migration ([#​56524](https://togithub.com/angular/angular/pull/56524)) | | [4d87b9e899](https://togithub.com/angular/angular/commit/4d87b9e899381894a1de90f251da58613a96eed0) | fix | rename the equality function option in toSignal ([#​56769](https://togithub.com/angular/angular/pull/56769)) ([#​56922](https://togithub.com/angular/angular/pull/56922)) | | [8bd4c074af](https://togithub.com/angular/angular/commit/8bd4c074afe85b739dff4d3c4dcc19384c42b85e) | fix | toSignal equal option should be passed to inner computed ([#​56903](https://togithub.com/angular/angular/pull/56903)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [00bde8b1c2](https://togithub.com/angular/angular/commit/00bde8b1c2d1511da40526a374d4e94d31e0d575) | fix | Make `NgControlStatus` host bindings `OnPush` compatible ([#​55720](https://togithub.com/angular/angular/pull/55720)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [cc21989132](https://togithub.com/angular/angular/commit/cc21989132bc64b981df83cb6ff6e1506b42a1d0) | fix | Make `Content-Type` header case insensitive ([#​56541](https://togithub.com/angular/angular/pull/56541)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [b400e2e4d4](https://togithub.com/angular/angular/commit/b400e2e4d4c27a9c8d8e91b52852ef7b64f7591a) | feat | autocompletion for the component not imported ([#​55595](https://togithub.com/angular/angular/pull/55595)) | | [67b2c336bc](https://togithub.com/angular/angular/commit/67b2c336bc0bdce3f7ae054c094990a9831f5b20) | fix | import the default exported component correctly ([#​56432](https://togithub.com/angular/angular/pull/56432)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [a13f5da773](https://togithub.com/angular/angular/commit/a13f5da77303f4ab2f1543df1de1f416216b5a9c) | feat | Allow `UrlTree` as an input to `routerLink` ([#​56265](https://togithub.com/angular/angular/pull/56265)) | | [1d3a7529b4](https://togithub.com/angular/angular/commit/1d3a7529b4fa3617a5d6a97e742cb13818253a14) | feat | Set a different browser URL from the one for route matching ([#​53318](https://togithub.com/angular/angular/pull/53318)) | ### [`v18.0.7`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1807-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.6...18.0.7) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [85f77b5cda](https://togithub.com/angular/angular/commit/85f77b5cda26cefa322e232b4336ae965279f72b) | fix | fix CSS animation rule scope ([#​56800](https://togithub.com/angular/angular/pull/56800)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [95d7076d1a](https://togithub.com/angular/angular/commit/95d7076d1a8c3d0d9544ca7091e78af11cd963b6) | perf | execute `fetch` outside of Angular zone ([#​56820](https://togithub.com/angular/angular/pull/56820)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [d6fff45e73](https://togithub.com/angular/angular/commit/d6fff45e735044612795ae37cf62968bdb0758dd) | fix | Fix cf migration let condition semicolon order ([#​56913](https://togithub.com/angular/angular/pull/56913)) |
angular/angular (@​angular/compiler) ### [`v18.1.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1811-2024-07-17) [Compare Source](https://togithub.com/angular/angular/compare/18.1.0...18.1.1) ##### common | Commit | Type | Description | | -- | -- | -- | | [a1cb9dfc0d](https://togithub.com/angular/angular/commit/a1cb9dfc0d3539d16020a53dd4c32311240a6265) | fix | Don't run preconnect assertion on the server. ([#​56213](https://togithub.com/angular/angular/pull/56213)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [daf0317bdc](https://togithub.com/angular/angular/commit/daf0317bdcef79445eead4a3e0e1be75671f43fb) | fix | JIT mode incorrectly interpreting host directive configuration in partial compilation ([#​57002](https://togithub.com/angular/angular/pull/57002)) | | [d7dca6dbb6](https://togithub.com/angular/angular/commit/d7dca6dbb6d8afc77a988de0b7471ac4e078762e) | fix | use strict equality for 'code' comparison ([#​56944](https://togithub.com/angular/angular/pull/56944)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [c94a897248](https://togithub.com/angular/angular/commit/c94a8972488f62656f5d0368b8763776e2cd39c6) | fix | avoid emitting references to typecheck files in TS 5.4 ([#​56961](https://togithub.com/angular/angular/pull/56961)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [5682527d94](https://togithub.com/angular/angular/commit/5682527d949b078e92ff7588c7e25dad37fffc52) | fix | not all callbacks running when registered at the same time ([#​56981](https://togithub.com/angular/angular/pull/56981)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [b666d2c20f](https://togithub.com/angular/angular/commit/b666d2c20f932f435fa6c51e1d74d7bca53381f2) | fix | fix common module removal ([#​56968](https://togithub.com/angular/angular/pull/56968)) | ### [`v18.1.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1810-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.7...18.1.0) ##### common | Commit | Type | Description | | -- | -- | -- | | [f25653e231](https://togithub.com/angular/angular/commit/f25653e2311152d30b14d25acb0dccb4e2b5ea56) | fix | typo in NgOptimizedImage warning ([#​56756](https://togithub.com/angular/angular/pull/56756)) | | [9b35726e42](https://togithub.com/angular/angular/commit/9b35726e42ebdeed138a25581e0a7eefff466206) | fix | typo in warning for NgOptimizedDirective ([#​56817](https://togithub.com/angular/angular/pull/56817)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [fd6cd0422d](https://togithub.com/angular/angular/commit/fd6cd0422d2d761d2c6cc0cd41838fbba8a3f010) | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings ([#​56295](https://togithub.com/angular/angular/pull/56295)) | | [341a116d61](https://togithub.com/angular/angular/commit/341a116d611c095ed414c82612adb529e7be310c) | fix | allow more characters in let declaration name ([#​56764](https://togithub.com/angular/angular/pull/56764)) | | [2a1291e942](https://togithub.com/angular/angular/commit/2a1291e942a3cd645ee635e72e7d83722383d39b) | fix | give precedence to local let declarations over parent ones ([#​56752](https://togithub.com/angular/angular/pull/56752)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [66e582551e](https://togithub.com/angular/angular/commit/66e582551eb081e422e0df41badce1821c46dc62) | fix | avoid duplicate diagnostics for let declarations read before definition ([#​56843](https://togithub.com/angular/angular/pull/56843)) | | [4d18c5bfd5](https://togithub.com/angular/angular/commit/4d18c5bfd54c53655955c8cd90472081ade40b34) | fix | flag all conflicts between let declarations and local symbols ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [9e21582456](https://togithub.com/angular/angular/commit/9e215824565f0d30da7edb20087c4460069a6660) | fix | Show template syntax errors in local compilation modified ([#​55855](https://togithub.com/angular/angular/pull/55855)) | | [5996502921](https://togithub.com/angular/angular/commit/599650292107f8856c7cd41791bd0856f9d14eb1) | fix | type check let declarations nested inside nodes ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [cdebf751e4](https://togithub.com/angular/angular/commit/cdebf751e4949048b01acc92de2517f46fcd5d37) | fix | used before declared diagnostic not firing for control flow blocks ([#​56843](https://togithub.com/angular/angular/pull/56843)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [ea3c802056](https://togithub.com/angular/angular/commit/ea3c80205653af109c688a4d4808143b34591d54) | feat | Add a schematic to migrate afterRender phase flag ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [5df3e78c99](https://togithub.com/angular/angular/commit/5df3e78c9907f522f2f96c087b10ca12d57f7028) | feat | add equality function to rxjs-interop `toSignal` ([#​56447](https://togithub.com/angular/angular/pull/56447)) | | [0a48d584f2](https://togithub.com/angular/angular/commit/0a48d584f2ffeebb9402032182d4fc13a260c5cf) | feat | add support for let syntax ([#​56715](https://togithub.com/angular/angular/pull/56715)) | | [352e0782ec](https://togithub.com/angular/angular/commit/352e0782ec37d2adcc662cfc69c83d38058a34bf) | feat | expose signal input metadata in `ComponentMirror` ([#​56402](https://togithub.com/angular/angular/pull/56402)) | | [a655e46447](https://togithub.com/angular/angular/commit/a655e46447962bf56bf0184e3104328b9f7c1531) | feat | Redesign the `afterRender` & `afterNextRender` phases API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [e5a6f91722](https://togithub.com/angular/angular/commit/e5a6f917225aafa7c5c860f280d2aafe3615727e) | feat | support TypeScript 5.5 ([#​56096](https://togithub.com/angular/angular/pull/56096)) | | [38effcc63e](https://togithub.com/angular/angular/commit/38effcc63eea360e948dc22860add72d3aa02288) | fix | Add back phase flag option as a deprecated API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [86bcfd3e49](https://togithub.com/angular/angular/commit/86bcfd3e498b8ec1de1a2a1ad0847fe567f7e9d4) | fix | improve docs on afterRender hooks ([#​56522](https://togithub.com/angular/angular/pull/56522)) | | [b2445a0953](https://togithub.com/angular/angular/commit/b2445a095314aa66da038d3093e6a1b18fe5768b) | fix | link errors to ADEV ([#​55554](https://togithub.com/angular/angular/pull/55554)) ([#​56038](https://togithub.com/angular/angular/pull/56038)) | | [03a2acd2a3](https://togithub.com/angular/angular/commit/03a2acd2a3bdc87aaeb6b835a7c1016f800b31cb) | fix | properly remove imports in the afterRender phase migration ([#​56524](https://togithub.com/angular/angular/pull/56524)) | | [4d87b9e899](https://togithub.com/angular/angular/commit/4d87b9e899381894a1de90f251da58613a96eed0) | fix | rename the equality function option in toSignal ([#​56769](https://togithub.com/angular/angular/pull/56769)) ([#​56922](https://togithub.com/angular/angular/pull/56922)) | | [8bd4c074af](https://togithub.com/angular/angular/commit/8bd4c074afe85b739dff4d3c4dcc19384c42b85e) | fix | toSignal equal option should be passed to inner computed ([#​56903](https://togithub.com/angular/angular/pull/56903)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [00bde8b1c2](https://togithub.com/angular/angular/commit/00bde8b1c2d1511da40526a374d4e94d31e0d575) | fix | Make `NgControlStatus` host bindings `OnPush` compatible ([#​55720](https://togithub.com/angular/angular/pull/55720)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [cc21989132](https://togithub.com/angular/angular/commit/cc21989132bc64b981df83cb6ff6e1506b42a1d0) | fix | Make `Content-Type` header case insensitive ([#​56541](https://togithub.com/angular/angular/pull/56541)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [b400e2e4d4](https://togithub.com/angular/angular/commit/b400e2e4d4c27a9c8d8e91b52852ef7b64f7591a) | feat | autocompletion for the component not imported ([#​55595](https://togithub.com/angular/angular/pull/55595)) | | [67b2c336bc](https://togithub.com/angular/angular/commit/67b2c336bc0bdce3f7ae054c094990a9831f5b20) | fix | import the default exported component correctly ([#​56432](https://togithub.com/angular/angular/pull/56432)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [a13f5da773](https://togithub.com/angular/angular/commit/a13f5da77303f4ab2f1543df1de1f416216b5a9c) | feat | Allow `UrlTree` as an input to `routerLink` ([#​56265](https://togithub.com/angular/angular/pull/56265)) | | [1d3a7529b4](https://togithub.com/angular/angular/commit/1d3a7529b4fa3617a5d6a97e742cb13818253a14) | feat | Set a different browser URL from the one for route matching ([#​53318](https://togithub.com/angular/angular/pull/53318)) | ### [`v18.0.7`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1807-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.6...18.0.7) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [85f77b5cda](https://togithub.com/angular/angular/commit/85f77b5cda26cefa322e232b4336ae965279f72b) | fix | fix CSS animation rule scope ([#​56800](https://togithub.com/angular/angular/pull/56800)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [95d7076d1a](https://togithub.com/angular/angular/commit/95d7076d1a8c3d0d9544ca7091e78af11cd963b6) | perf | execute `fetch` outside of Angular zone ([#​56820](https://togithub.com/angular/angular/pull/56820)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [d6fff45e73](https://togithub.com/angular/angular/commit/d6fff45e735044612795ae37cf62968bdb0758dd) | fix | Fix cf migration let condition semicolon order ([#​56913](https://togithub.com/angular/angular/pull/56913)) |
angular/angular (@​angular/forms) ### [`v18.1.1`](https://togithub.com/angular/angular/compare/18.1.0...ba9ab3f886a77df99aedd1e39eb58166e634b694) [Compare Source](https://togithub.com/angular/angular/compare/18.1.0...18.1.1) ### [`v18.1.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1810-2024-07-10) [Compare Source](https://togithub.com/angular/angular/compare/18.0.7...18.1.0) ##### common | Commit | Type | Description | | -- | -- | -- | | [f25653e231](https://togithub.com/angular/angular/commit/f25653e2311152d30b14d25acb0dccb4e2b5ea56) | fix | typo in NgOptimizedImage warning ([#​56756](https://togithub.com/angular/angular/pull/56756)) | | [9b35726e42](https://togithub.com/angular/angular/commit/9b35726e42ebdeed138a25581e0a7eefff466206) | fix | typo in warning for NgOptimizedDirective ([#​56817](https://togithub.com/angular/angular/pull/56817)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [fd6cd0422d](https://togithub.com/angular/angular/commit/fd6cd0422d2d761d2c6cc0cd41838fbba8a3f010) | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings ([#​56295](https://togithub.com/angular/angular/pull/56295)) | | [341a116d61](https://togithub.com/angular/angular/commit/341a116d611c095ed414c82612adb529e7be310c) | fix | allow more characters in let declaration name ([#​56764](https://togithub.com/angular/angular/pull/56764)) | | [2a1291e942](https://togithub.com/angular/angular/commit/2a1291e942a3cd645ee635e72e7d83722383d39b) | fix | give precedence to local let declarations over parent ones ([#​56752](https://togithub.com/angular/angular/pull/56752)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [66e582551e](https://togithub.com/angular/angular/commit/66e582551eb081e422e0df41badce1821c46dc62) | fix | avoid duplicate diagnostics for let declarations read before definition ([#​56843](https://togithub.com/angular/angular/pull/56843)) | | [4d18c5bfd5](https://togithub.com/angular/angular/commit/4d18c5bfd54c53655955c8cd90472081ade40b34) | fix | flag all conflicts between let declarations and local symbols ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [9e21582456](https://togithub.com/angular/angular/commit/9e215824565f0d30da7edb20087c4460069a6660) | fix | Show template syntax errors in local compilation modified ([#​55855](https://togithub.com/angular/angular/pull/55855)) | | [5996502921](https://togithub.com/angular/angular/commit/599650292107f8856c7cd41791bd0856f9d14eb1) | fix | type check let declarations nested inside nodes ([#​56752](https://togithub.com/angular/angular/pull/56752)) | | [cdebf751e4](https://togithub.com/angular/angular/commit/cdebf751e4949048b01acc92de2517f46fcd5d37) | fix | used before declared diagnostic not firing for control flow blocks ([#​56843](https://togithub.com/angular/angular/pull/56843)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [ea3c802056](https://togithub.com/angular/angular/commit/ea3c80205653af109c688a4d4808143b34591d54) | feat | Add a schematic to migrate afterRender phase flag ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [5df3e78c99](https://togithub.com/angular/angular/commit/5df3e78c9907f522f2f96c087b10ca12d57f7028) | feat | add equality function to rxjs-interop `toSignal` ([#​56447](https://togithub.com/angular/angular/pull/56447)) | | [0a48d584f2](https://togithub.com/angular/angular/commit/0a48d584f2ffeebb9402032182d4fc13a260c5cf) | feat | add support for let syntax ([#​56715](https://togithub.com/angular/angular/pull/56715)) | | [352e0782ec](https://togithub.com/angular/angular/commit/352e0782ec37d2adcc662cfc69c83d38058a34bf) | feat | expose signal input metadata in `ComponentMirror` ([#​56402](https://togithub.com/angular/angular/pull/56402)) | | [a655e46447](https://togithub.com/angular/angular/commit/a655e46447962bf56bf0184e3104328b9f7c1531) | feat | Redesign the `afterRender` & `afterNextRender` phases API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [e5a6f91722](https://togithub.com/angular/angular/commit/e5a6f917225aafa7c5c860f280d2aafe3615727e) | feat | support TypeScript 5.5 ([#​56096](https://togithub.com/angular/angular/pull/56096)) | | [38effcc63e](https://togithub.com/angular/angular/commit/38effcc63eea360e948dc22860add72d3aa02288) | fix | Add back phase flag option as a deprecated API ([#​55648](https://togithub.com/angular/angular/pull/55648)) | | [86bcfd3e49](https://togithub.com/angular/angular/commit/86bcfd3e498b8ec1de1a2a1ad0847fe567f7e9d4) | fix | improve docs on afterRender hooks ([#​56522](https://togithub.com/angular/angular/pull/56522)) | | [b2445a0953](https://togithub.com/angular/angular/commit/b2445a095314aa66da038d3093e6a1b18fe5768b) | fix | link errors to ADEV ([#​55554](https://togithub.com/angular/angular/pull/55554)) ([#​56038](https://togithub.com/angular/angular/pull/56038)) | | [03a2acd2a3](https://togithub.com/angular/angular/commit/03a2acd2a3bdc87aaeb6b835a7c1016f800b31cb) | fix | properly remove imports in the afterRender phase migration ([#​56524](https://togithub.com/angular/angular/pull/56524)) | | [4d87b9e899](https://togithub.com/angular/angular/commit/4d87b9e899381894a1de90f251da58613a96eed0) | fix | rename the equality function option in toSignal ([#​56769](https://togithub.com/angular/angular/pull/56769)) ([#​56922](https://togithub.com/angular/angular/pull/56922)) | | [8bd4c074af](https://togithub.com/angular/angular/commit/8bd4c074afe85b739dff4d3c4dcc19384c42b85e) | fix | toSignal equal option should be passed to inner computed ([#​56903](https://togithub.com/angular/angular/pull/56903)) | ##### forms | Commit | Type | Description | | -- | -- | -- | | [00bde8b1c2](https://togithub.com/angular/angular/commit/00bde8b1c2d1511da40526a374d4e94d31e0d575) | fix | Make `NgControlStatus` host bindings `OnPush` compatible ([#​55720](https://togithub.com/angular/angular/pull/55720)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [cc21989132](https://togithub.com/angular/angular/commit/cc21989132bc64b981df83cb6ff6e1506b42a1d0) | fix | Make `Content-Type` header case insensitive ([#​56541](https://togithub.com/angular/angular/pull/56541)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [b400e2e4d4](https://togithub.com/angular/angular/commit/b400e2e4d4c27a9c8d8e91b52852ef7b64f7591a) | feat | autocompletion for the component not imported ([#​55595](https://togithub.com/angular/angular/pull/55595)) | | [67b2c336bc](https://togithub.com/angular/angular/commit/67b2c336bc0bdce3f7ae054c094990a9831f5b20) | fix | import the default exported component correctly ([#​56432](https://togithub.com/angular/angular/pull/56432)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [a13f5da773](https://togithub.com/angular/angular/commit/a13f5da77303f4ab2f1543df1de1f416216b5a9c) | feat | Allow `UrlTree` as an input to `routerLink` ([#​56265](https://togithub.com/angular/angular/pull/56265)) | | [1d3a7529b4](https://togithub.com/angular/angular/commit/1d3a7529b4fa3617a5d6a97e742cb13818253a14) | feat | Set a different browser URL from the one for route matching ([#​53318](https://togithub.com/angular/angular/pull/53318)) | ### [`v18.0.7`](https://togithub.com/angular/angular/compare/18.0.6...dfd007d228812d036b44e98bdab5f3aa24b65d2d) [Compare Source](https://togithub.com/angular/angular/compare/18.0.6...18.0.7)
angular/angular (zone.js) ### [`v0.14.8`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0148-2024-07-17) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.14.7...zone.js-0.14.8) ##### Bug Fixes - **zone.js:** allow enabling default `beforeunload` handling ([#​55875](https://togithub.com/angular/angular/issues/55875)) ([b8d5882](https://togithub.com/angular/angular/commit/b8d5882127a6e9944d30a7e0c87c2e2c59b352e6)), closes [#​47579](https://togithub.com/angular/angular/issues/47579) - **zone.js:** support `Timeout.refresh` in Node.js ([#​56852](https://togithub.com/angular/angular/issues/56852)) ([982f1b1](https://togithub.com/angular/angular/commit/982f1b125147e4292716f9524bef75423b70c71c)), closes [/github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js#L45](https://togithub.com//github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js/issues/L45) [#​56586](https://togithub.com/angular/angular/issues/56586)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.