bitwarden / directory-connector

A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
https://bitwarden.com
GNU General Public License v3.0
249 stars 84 forks source link

[deps]: Update angular monorepo to v18 (major) #494

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

angular/angular (@​angular/animations) ### [`v18.2.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1822-2024-08-28) [Compare Source](https://togithub.com/angular/angular/compare/18.2.1...18.2.2) ##### core | Commit | Type | Description | | -- | -- | -- | | [106917af878](https://togithub.com/angular/angular/commit/106917af87868a801d536371511436247ca17382) | fix | avoid leaking memory if component throws during creation ([#​57546](https://togithub.com/angular/angular/pull/57546)) | | [6d3a2af146a](https://togithub.com/angular/angular/commit/6d3a2af146a83f362501f911790503776383369f) | fix | Do not bubble capture events. ([#​57476](https://togithub.com/angular/angular/pull/57476)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [5d2e243c76a](https://togithub.com/angular/angular/commit/5d2e243c76ac55080bce35b9c3704ad9c2e4a932) | fix | Dynamicaly call the global fetch implementation ([#​57531](https://togithub.com/angular/angular/pull/57531)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [804925b1149](https://togithub.com/angular/angular/commit/804925b11492cbcaa586c90958615abe5c525e5f) | fix | Do not unnecessarily run matcher twice on route matching ([#​57530](https://togithub.com/angular/angular/pull/57530)) | ##### upgrade | Commit | Type | Description | | -- | -- | -- | | [03ec620e31a](https://togithub.com/angular/angular/commit/03ec620e31a0335a05013659daaa947010df6778) | fix | Address Trusted Types violations in [@​angular/upgrade](https://togithub.com/angular/upgrade) ([#​57454](https://togithub.com/angular/angular/pull/57454)) | ### [`v18.2.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1821-2024-08-22) [Compare Source](https://togithub.com/angular/angular/compare/18.2.0...18.2.1) ##### core | Commit | Type | Description | | -- | -- | -- | | [9de30a7b1c](https://togithub.com/angular/angular/commit/9de30a7b1cbda5bd85db607266ad533c1aac0a02) | fix | Allow zoneless scheduler to run inside `fakeAsync` ([#​56932](https://togithub.com/angular/angular/pull/56932)) | | [286012fb89](https://togithub.com/angular/angular/commit/286012fb89270bd9330ffeb229f3a14b6e67d2a9) | fix | handle hydration of components that project content conditionally ([#​57383](https://togithub.com/angular/angular/pull/57383)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [0bb649b8fa](https://togithub.com/angular/angular/commit/0bb649b8fa22a0db4f383db29995105b0b4adc81) | fix | account for members with doc strings and no modifiers ([#​57389](https://togithub.com/angular/angular/pull/57389)) | | [3b63082384](https://togithub.com/angular/angular/commit/3b63082384b396514dd836b7763202536f3f4f23) | fix | avoid migrating route component in tests ([#​57317](https://togithub.com/angular/angular/pull/57317)) | | [6b4357fae4](https://togithub.com/angular/angular/commit/6b4357fae45f0c187c8d23649b94a828dd9aaa6e) | fix | preserve type when using inject decorator ([#​57389](https://togithub.com/angular/angular/pull/57389)) | ### [`v18.2.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1820-rc0-2024-08-07) [Compare Source](https://togithub.com/angular/angular/compare/18.1.5...18.2.0) #### Breaking Changes ##### zone.js - `fakeAsync` will now flush pending timers at the end of the given function by default. To opt-out of this, you can use `{flush: false}` in options parameter of `fakeAsync` ##### compiler | Commit | Type | Description | | -- | -- | -- | | [d9d68e73d2](https://togithub.com/angular/angular/commit/d9d68e73d2b59b598d1f7de03ad5faa2b6d31ee2) | fix | reduce chance of conflicts between generated factory and local variables ([#​57181](https://togithub.com/angular/angular/pull/57181)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [0b1dd39663](https://togithub.com/angular/angular/commit/0b1dd39663c290fcea9359d6faac91a01d2a9de1) | perf | improve performance of `interpolatedSignalNotInvoked` extended diagnostic ([#​57291](https://togithub.com/angular/angular/pull/57291)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [f7918f5272](https://togithub.com/angular/angular/commit/f7918f52720d3e903281154725cb257a952e8896) | feat | Add 'flush' parameter option to fakeAsync to flush after the test ([#​57239](https://togithub.com/angular/angular/pull/57239)) | | [7919982063](https://togithub.com/angular/angular/commit/7919982063e7638ffabe2127d4803bb930c791bc) | feat | Add whenStable helper on ApplicationRef ([#​57190](https://togithub.com/angular/angular/pull/57190)) | ### [`v18.1.5`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1815-2024-08-14) [Compare Source](https://togithub.com/angular/angular/compare/18.1.4...18.1.5) ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [5401332b0e](https://togithub.com/angular/angular/commit/5401332b0ef1ec398a5e9767ca73cec544635c93) | fix | generate valid TS 5.6 type checking code ([#​57303](https://togithub.com/angular/angular/pull/57303)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [e39b22a932](https://togithub.com/angular/angular/commit/e39b22a932384f228e97414c44d10c7e158dfd2f) | fix | Account for addEventListener to be passed a Window or Document. ([#​57282](https://togithub.com/angular/angular/pull/57282)) | | [db65bc25ca](https://togithub.com/angular/angular/commit/db65bc25cab413221fef1c2cdaf7c53f569219c8) | fix | Account for addEventListener to be passed a Window or Document. ([#​57354](https://togithub.com/angular/angular/pull/57354)) | | [0e024ecc27](https://togithub.com/angular/angular/commit/0e024ecc27815c308feef0dbdf36d4d751af4436) | fix | complete post-hydration cleanup in components that use ViewContainerRef ([#​57300](https://togithub.com/angular/angular/pull/57300)) | | [822db64b93](https://togithub.com/angular/angular/commit/822db64b937db8a581ec9612cf9e3e6e149c820f) | fix | skip hydration for i18n nodes that were not projected ([#​57356](https://togithub.com/angular/angular/pull/57356)) | | [810f76f574](https://togithub.com/angular/angular/commit/810f76f57416853d5bc006e57bea070416117e79) | fix | take skip hydration flag into account while hydrating i18n blocks ([#​57299](https://togithub.com/angular/angular/pull/57299)) | ### [`v18.1.4`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1814-2024-08-07) [Compare Source](https://togithub.com/angular/angular/compare/18.1.3...18.1.4) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [6a99f83659](https://togithub.com/angular/angular/commit/6a99f836593de35989cddc3db849da133814f8fb) | fix | reduce chance of conflicts between generated factory and local variables ([#​57181](https://togithub.com/angular/angular/pull/57181)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [afb05ff1cb](https://togithub.com/angular/angular/commit/afb05ff1cb008478c98987edfa54ec848ae555d6) | fix | support JIT transforms before other transforms modifying classes ([#​57262](https://togithub.com/angular/angular/pull/57262)) | | [bae54a1621](https://togithub.com/angular/angular/commit/bae54a1621e1c0427519abfa81fc4796c43f1551) | perf | improve performance of `interpolatedSignalNotInvoked` extended diagnostic ([#​57291](https://togithub.com/angular/angular/pull/57291)) | ##### language-service | Commit | Type | Description | | -- | -- | -- | | [6ac209c24f](https://togithub.com/angular/angular/commit/6ac209c24f46a1240b1a186eb403c79ef596d68a) | fix | avoid generating TS suggestion diagnostics for templates ([#​56241](https://togithub.com/angular/angular/pull/56241)) | ### [`v18.1.3`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1813-2024-07-31) [Compare Source](https://togithub.com/angular/angular/compare/18.1.2...18.1.3) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [31dea066d6](https://togithub.com/angular/angular/commit/31dea066d636bb49fa18b1172815b1ef7af4dbe5) | fix | reduce chance of conflicts between generated factory and local variables ([#​57181](https://togithub.com/angular/angular/pull/57181)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [1f9e090910](https://togithub.com/angular/angular/commit/1f9e09091076924a2f2c2d4bd6e5f65303bf8fea) | fix | emitting references to ngtypecheck files ([#​57138](https://togithub.com/angular/angular/pull/57138)) ([#​57202](https://togithub.com/angular/angular/pull/57202)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [f7ab04018e](https://togithub.com/angular/angular/commit/f7ab04018ea0fe12781de987fff40fd1dc30f3f0) | fix | errors during ApplicationRef.tick should be rethrown for zoneless tests ([#​56993](https://togithub.com/angular/angular/pull/56993)) | | [eaa83f9d27](https://togithub.com/angular/angular/commit/eaa83f9d279855b104597d396e39fe3496470daf) | fix | hydration error in some let declaration setups ([#​57173](https://togithub.com/angular/angular/pull/57173)) | ### [`v18.1.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1812-2024-07-24) [Compare Source](https://togithub.com/angular/angular/compare/18.1.1...18.1.2) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [463945003d](https://togithub.com/angular/angular/commit/463945003dcf253c64809ffdcddabedb87e78e06) | fix | limit the number of chained instructions ([#​57069](https://togithub.com/angular/angular/pull/57069)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [e904f34020](https://togithub.com/angular/angular/commit/e904f3402053ce9098854a31f2652020dd79e8f9) | fix | add warning for unused let declarations ([#​57033](https://togithub.com/angular/angular/pull/57033)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [9e52c1c840](https://togithub.com/angular/angular/commit/9e52c1c8402dd5a54cf73caafff4a5b81d73fabd) | fix | `afterNextRender` hooks return that callback value. ([#​57031](https://togithub.com/angular/angular/pull/57031)) | | [b9fb98c67c](https://togithub.com/angular/angular/commit/b9fb98c67c29d8e5697b72788f09f1263e8130f4) | fix | tree shake dev mode error message ([#​57035](https://togithub.com/angular/angular/pull/57035)) | ### [`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)) | ### [`v18.0.6`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1806-2024-07-03) [Compare Source](https://togithub.com/angular/angular/compare/18.0.5...18.0.6) ##### common | Commit | Type | Description | | -- | -- | -- | | [a55719f55e](https://togithub.com/angular/angular/commit/a55719f55eb9b75799dfe41bb56cacdd85b4bd9f) | fix | Don't run preconnect assertion on the server. ([#​56213](https://togithub.com/angular/angular/pull/56213)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [4909844805](https://togithub.com/angular/angular/commit/4909844805635d62535bcb247ef1ca65927c6a3d) | fix | establish proper defer injector hierarchy for components attached to ApplicationRef ([#​56763](https://togithub.com/angular/angular/pull/56763)) | | [fec5b80aaf](https://togithub.com/angular/angular/commit/fec5b80aaff402bb62bd21d7e8c4182d2484a97f) | fix | support injection of object with null constructor. ([#​56553](https://togithub.com/angular/angular/pull/56553)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [b7d3ecc873](https://togithub.com/angular/angular/commit/b7d3ecc873b2cafe45ffa1bbfc8cfeda4b4c9e6b) | fix | routes should not get stale providers ([#​56798](https://togithub.com/angular/angular/pull/56798)) | ### [`v18.0.5`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1805-2024-06-26) [Compare Source](https://togithub.com/angular/angular/compare/18.0.4...18.0.5) ##### core | Commit | Type | Description | | -- | -- | -- | | [2f73281dfd](https://togithub.com/angular/angular/commit/2f73281dfd97fd254179770cbdbda5236f5f37fd) | fix | improve docs on afterRender hooks ([#​56525](https://togithub.com/angular/angular/pull/56525)) | | [be9e4892f9](https://togithub.com/angular/angular/commit/be9e4892f9d2e3dbc772b732a130f97d67cba965) | fix | improve support for i18n hydration of projected content ([#​56192](https://togithub.com/angular/angular/pull/56192)) | | [5f9bd5521e](https://togithub.com/angular/angular/commit/5f9bd5521eaadb4106c43eb2f8e7ac25777e9ea6) | fix | prevent calling devMode only function on `@defer` error. ([#​56559](https://togithub.com/angular/angular/pull/56559)) | ### [`v18.0.4`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1804-2024-06-20) [Compare Source](https://togithub.com/angular/angular/compare/18.0.3...18.0.4) ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [ec0d1bf6f3](https://togithub.com/angular/angular/commit/ec0d1bf6f337fc4f2c29cacaa6ca5b915eb4e561) | fix | insert constant statements after the first group of imports ([#​56431](https://togithub.com/angular/angular/pull/56431)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [83ffa94783](https://togithub.com/angular/angular/commit/83ffa9478372db3e5dd2d256d266a5612008da0a) | fix | do not activate event replay when no events are registered ([#​56509](https://togithub.com/angular/angular/pull/56509)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [5578681da2](https://togithub.com/angular/angular/commit/5578681da27345b0c8260eb5d73e702d19581abd) | fix | Delay the view transition to ensure renders in microtasks complete ([#​56494](https://togithub.com/angular/angular/pull/56494)) | ### [`v18.0.3`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1803-2024-06-12) [Compare Source](https://togithub.com/angular/angular/compare/18.0.2...18.0.3) ##### benchpress | Commit | Type | Description | | -- | -- | -- | | [ebf00aa0659](https://togithub.com/angular/angular/commit/ebf00aa06592a966b72c81ff4ca09c6ef1344a20) | fix | adjust supported browser names for headless chrome ([#​56360](https://togithub.com/angular/angular/pull/56360)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [dbd0fa00f8c](https://togithub.com/angular/angular/commit/dbd0fa00f8c742a9b804ce2a96a0add552a179dd) | fix | async EventEmitter should contribute to app stability ([#​56308](https://togithub.com/angular/angular/pull/56308)) | | [625ca3e2b3f](https://togithub.com/angular/angular/commit/625ca3e2b3f04fb770ecbef03a9a4151c54e201b) | fix | signals should be tracked when embeddedViewRef.detectChanges is called ([#​55719](https://togithub.com/angular/angular/pull/55719)) | ##### localize | Commit | Type | Description | | -- | -- | -- | | [d6dd3dbdb09](https://togithub.com/angular/angular/commit/d6dd3dbdb09da956a7c7c95187ae29347568b2e9) | fix | add `@angular/localize/init` as polyfill in `angular.json` ([#​56300](https://togithub.com/angular/angular/pull/56300)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [c07e1b33569](https://togithub.com/angular/angular/commit/c07e1b335695ce8e5402e7d7ad7810ccd472b224) | fix | resolve error in standalone migration ([#​56302](https://togithub.com/angular/angular/pull/56302)) | ### [`v18.0.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1802-2024-06-05) [Compare Source](https://togithub.com/angular/angular/compare/18.0.1...18.0.2) ##### core | Commit | Type | Description | | -- | -- | -- | | [78cf9bfc0e](https://togithub.com/angular/angular/commit/78cf9bfc0eb1e78c1f6d3a562e65982579698896) | fix | Do not migrate `HttpClientModule` imports on components. ([#​56067](https://togithub.com/angular/angular/pull/56067)) | | [616cdef474](https://togithub.com/angular/angular/commit/616cdef4748d5112460cf58200832585856777d6) | fix | don't coerce all producers to consumers on liveness change ([#​56140](https://togithub.com/angular/angular/pull/56140)) | | [2a440e1064](https://togithub.com/angular/angular/commit/2a440e1064bddc839df91dbe77fc27bb8bd15641) | fix | Fix shouldPreventDefaultBeforeDispatching bug ([#​56188](https://togithub.com/angular/angular/pull/56188)) | | [290a47d842](https://togithub.com/angular/angular/commit/290a47d8427f4854234cb2b4244871eaf1f82c19) | fix | handle missing `withI18nSupport()` call for components that use i18n blocks ([#​56175](https://togithub.com/angular/angular/pull/56175)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [b70b80ba55](https://togithub.com/angular/angular/commit/b70b80ba55ff16a5dd10e07c7120b0d3aecd5d2d) | fix | do not generate aliased variables with the same name ([#​56154](https://togithub.com/angular/angular/pull/56154)) | ### [`v18.0.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1801-2024-05-29) [Compare Source](https://togithub.com/angular/angular/compare/18.0.0...18.0.1) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [419ffa2026](https://togithub.com/angular/angular/commit/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e) | fix | optimize track function that only passes $index ([#​55872](https://togithub.com/angular/angular/pull/55872)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [4c7efc005a](https://togithub.com/angular/angular/commit/4c7efc005a8d0d343f437007740254b1d35c718b) | fix | interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings ([#​55969](https://togithub.com/angular/angular/pull/55969)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [4e6ea0e19c](https://togithub.com/angular/angular/commit/4e6ea0e19c52c9aceb635accb379572c78a457da) | fix | handle elements with local refs in event replay serialization logic ([#​56076](https://togithub.com/angular/angular/pull/56076)) | | [d73a0175cb](https://togithub.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff) | fix | link errors to ADEV ([#​55554](https://togithub.com/angular/angular/pull/55554)) | | [985a215b10](https://togithub.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e) | fix | typo in zoneless warning ([#​55974](https://togithub.com/angular/angular/pull/55974)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [ba85d08158](https://togithub.com/angular/angular/commit/ba85d081583277a5b7a04bc349a3a8d528467c52) | fix | handle empty ngSwitchCase ([#​56105](https://togithub.com/angular/angular/pull/56105)) | ### [`v18.0.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1800-2024-05-22) [Compare Source](https://togithub.com/angular/angular/compare/17.3.12...18.0.0) [Blog post "Angular v18 is now available"](http://goo.gle/angular-v18). #### Breaking Changes ##### animations - Deprecated `matchesElement` method has been removed from `AnimationDriver` as it is unused. ##### common - The deprecated `isPlatformWorkerUi` and `isPlatformWorkerApp` have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform. ##### compiler - Angular only supports writable expressions inside of two-way bindings. ##### compiler-cli - - Angular no longer supports TypeScript versions older than 5.4. ##### core - `OnPush` views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the `OnPush` change detection strategy. - `OnPush` views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the `OnPush` change detection strategy. - The `ComponentFixture` `autoDetect` feature will no longer refresh the component's host view when the component is `OnPush` and not marked dirty. This exposes existing issues in components which claim to be `OnPush` but do not correctly call `markForCheck` when they need to be refreshed. If this change causes test failures, the easiest fix is to change the component to `ChangeDetectionStrategy.Default`. - `ComponentFixture.whenStable` now matches the `ApplicationRef.isStable` observable. Prior to this change, stability of the fixture did not include everything that was considered in `ApplicationRef`. `whenStable` of the fixture will now include unfinished router navigations and unfinished `HttpClient` requests. This will cause tests that `await` the `whenStable` promise to time out when there are incomplete requests. To fix this, remove the `whenStable`, instead wait for another condition, or ensure `HttpTestingController` mocks responses for all requests. Try adding `HttpTestingController.verify()` before your `await fixture.whenStable` to identify the open requests. Also, make sure your tests wait for the stability promise. We found many examples of tests that did not, meaning the expectations did not execute within the test body. In addition, `ComponentFixture.isStable` would synchronously switch to true in some scenarios but will now always be asynchronous. - Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior. This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding `provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})` to the `TestBed` providers. Similarly, applications which may want to update state outside the zone and *not* trigger change detection can add `provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})` to the providers in `bootstrapApplication` or add `schedulingMode: NgZoneSchedulingMode.NgZoneOnly` to the `BootstrapOptions` of `bootstrapModule`. - When Angular runs change detection, it will continue to refresh any views attached to `ApplicationRef` that are still marked for check after one round completes. In rare cases, this can result in infinite loops when certain patterns continue to mark views for check using `ChangeDetectorRef.detectChanges`. This will be surfaced as a runtime error with the `NG0103` code. - `async` has been removed, use `waitForAsync` instead. - The `ComponentFixture.autoDetect` feature now executes change detection for the fixture within `ApplicationRef.tick`. This more closely matches the behavior of how a component would refresh in production. The order of component refresh in tests may be slightly affected as a result, especially when dealing with additional components attached to the application, such as dialogs. Tests sensitive to this type of change (such as screenshot tests) may need to be updated. Concretely, this change means that the component will refresh *before* additional views attached to `ApplicationRef` (i.e. dialog components). Prior to this change, the fixture component would refresh *after* other views attached to the application. - The exact timing of change detection execution when using event or run coalescing with `NgZone` is now the first of either `setTimeout` or `requestAnimationFrame`. Code which relies on this timing (usually by accident) will need to be adjusted. If a callback needs to execute after change detection, we recommend `afterNextRender` instead of something like `setTimeout`. - Newly created and views marked for check and reattached during change detection are now guaranteed to be refreshed in that same change detection cycle. Previously, if they were attached at a location in the view tree that was already checked, they would either throw `ExpressionChangedAfterItHasBeenCheckedError` or not be refreshed until some future round of change detection. In rare circumstances, this correction can cause issues. We identified one instance that relied on the previous behavior by reading a value on initialization which was queued to be updated in a microtask instead of being available in the current change detection round. The component only read this value during initialization and did not read it again after the microtask updated it. - Testability methods `increasePendingRequestCount`, `decreasePendingRequestCount` and `getPendingRequestCount` have been removed. This information is tracked with zones. ##### http - By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the `includeRequestsWithAuthHeaders` option in `withHttpTransferCache`. Example: ```ts withHttpTransferCache({ includeRequestsWithAuthHeaders: true, }) ``` ##### platform-browser - Deprecated `StateKey`, `TransferState` and `makeStateKey` have been removed from `@angular/platform-browser`, use the same APIs from `@angular/core`. ##### platform-browser-dynamic - No longer used `RESOURCE_CACHE_PROVIDER` APIs have been removed. ##### platform-server - deprecated `platformDynamicServer` has been removed. Add an `import @​angular/compiler` and replace the usage with `platformServer` - deprecated `ServerTransferStateModule` has been removed. `TransferState` can be use without providing this module. - deprecated `useAbsoluteUrl` and `baseUrl` been removed from `PlatformConfig`. Provide and absolute `url` instead. - Legacy handling or Node.js URL parsing has been removed from `ServerPlatformLocation`. The main differences are; - `pathname` is always suffixed with a `/`. - `port` is empty when `http:` protocol and port in url is `80` - `port` is empty when `https:` protocol and port in url is `443` ##### router - Guards can now return `RedirectCommand` for redirects in addition to `UrlTree`. Code which expects only `boolean` or `UrlTree` values in `Route` types will need to be adjusted. - This change allows `Route.redirectTo` to be a function in addition to the previous string. Code which expects `redirectTo` to only be a string on `Route` objects will need to be adjusted. - When a a guard returns a `UrlTree` as a redirect, the redirecting navigation will now use `replaceUrl` if the initial navigation was also using the `replaceUrl` option. If this is not desirable, the redirect can configure new `NavigationBehaviorOptions` by returning a `RedirectCommand` with the desired options instead of `UrlTree`. - Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the `RouterOutlet`. This means that providers available only to the component that defines the `RouterOutlet` will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an `NgModule` or through explicit `providers` on the route config. - Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the `RouterOutlet`. This means that providers available only to the component that defines the `RouterOutlet` will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an `NgModule` or through explicit `providers` on the route config. #### Deprecations ##### common - `getCurrencySymbol`, `getLocaleCurrencyCode`, `getLocaleCurrencyName`, `getLocaleCurrencySymbol`, `getLocaleDateFormat`, `getLocaleDateTimeFormat`, `getLocaleDayNames`, `getLocaleDayPeriods`, `getLocaleDirection`, `getLocaleEraNames`, `getLocaleExtraDayPeriodRules`, `getLocaleExtraDayPeriods`, `getLocaleFirstDayOfWeek`, `getLocaleId`, `getLocaleMonthNames`, `getLocaleNumberFormat`, `getLocaleNumberSymbol`, `getLocalePluralCase`, `getLocaleTimeFormat`, `getLocaleWeekEndRange`, `getNumberOfCurrencyDigits` ##### core - `@Component.interpolation` is deprecated. Use Angular's delimiters instead. ##### http - `HttpClientModule`, `HttpClientXsrfModule` and `HttpClientJsonpModule` As mentionned, those modules can be replaced by provider function only. ##### animations | Commit | Type | Description | | -- | -- | -- | | [bcce85af72](https://togithub.com/angular/angular/commit/bcce85af72a82634f60b31d66a5ef42ecd844ce8) | refactor | remove deprecated `matchesElement` from `AnimationDriver` ([#​55479](https://togithub.com/angular/angular/pull/55479)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [d34c033902](https://togithub.com/angular/angular/commit/d34c033902b4e7543796de6c57d0cfd09093eb43) | refactor | Deprecate Local Data API functions ([#​54483](https://togithub.com/angular/angular/pull/54483)) | | [3b0de30b37](https://togithub.com/angular/angular/commit/3b0de30b37f558d4815ca9a61db1010aaf3df068) | refactor | remove deprecated `isPlatformWorkerApp` and `isPlatformWorkerUi` API ([#​55302](https://togithub.com/angular/angular/pull/55302)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [91b007e58f](https://togithub.com/angular/angular/commit/91b007e58ffb91f7c396cbc0333a91d18f02bd27) | fix | add math elements to schema ([#​55631](https://togithub.com/angular/angular/pull/55631)) | | [33d0102304](https://togithub.com/angular/angular/commit/33d0102304e2213ee0af0bc86028a4f564c81ed4) | fix | allow comments between connected blocks ([#​55966](https://togithub.com/angular/angular/pull/55966)) | | [7fc7f3f05f](https://togithub.com/angular/angular/commit/7fc7f3f05f0139dd773032fd5ad308f8d2a9fcf5) | fix | capture all control flow branches for content projection in if blocks ([#​54921](https://togithub.com/angular/angular/pull/54921)) | | [a369f43fbd](https://togithub.com/angular/angular/commit/a369f43fbdf45456bbae1caf71ef7becd15d1e90) | fix | capture switch block cases for content projection ([#​54921](https://togithub.com/angular/angular/pull/54921)) | | [eb625d3783](https://togithub.com/angular/angular/commit/eb625d37839c3b9f20a2ffb3af06426f9910c8ac) | fix | declare for loop aliases in addition to new name ([#​54942](https://togithub.com/angular/angular/pull/54942)) | | [f824911510](https://togithub.com/angular/angular/commit/f8249115102204dbb957a0d292ed5342ea5108e9) | fix | For `FatalDiagnosticError`, hide the `message` field without affecting the emit ([#​55160](https://togithub.com/angular/angular/pull/55160)) | | [a040fb720a](https://togithub.com/angular/angular/commit/a040fb720af7db08b328a9f78511c9881f50482d) | fix | maintain multiline CSS selectors during CSS scoping ([#​55509](https://togithub.com/angular/angular/pull/55509)) | | [39624c6b12](https://togithub.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc) | fix | output input flags as a literal ([#​55215](https://togithub.com/angular/angular/pull/55215)) | | [eba92cfa55](https://togithub.com/angular/angular/commit/eba92cfa55500f3558c02edd0aa348ae118794e0) | fix | prevent usage of reserved control flow symbol in custom interpolation context. ([#​55809](https://togithub.com/angular/angular/pull/55809)) | | [7d5bc1c628](https://togithub.com/angular/angular/commit/7d5bc1c62870d9c68e06eddec229a9b8988e92ee) | fix | remove container index from conditional instruction ([#​55190](https://togithub.com/angular/angular/pull/55190)) | | [4eb0165750](https://togithub.com/angular/angular/commit/4eb0165750d8c65812502343a70ef4cc35c725b9) | fix | remove support for unassignable expressions in two-way bindings ([#​55342](https://togithub.com/angular/angular/pull/55342)) | | [e1650e3b13](https://togithub.com/angular/angular/commit/e1650e3b13556ab09c919cfdf97913fa0291622c) | fix | throw error if item name and context variables conflict ([#​55045](https://togithub.com/angular/angular/pull/55045)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [5bd188a394](https://togithub.com/angular/angular/commit/5bd188a394d30053099e2c83fe79136d590e5399) | feat | add partial compilation support for deferred blocks ([#​54908](https://togithub.com/angular/angular/pull/54908)) | | [b02b31a915](https://togithub.com/angular/angular/commit/b02b31a915333e680cf96de5d0f965a6e2639028) | feat | drop support for TypeScript older than 5.4 ([#​54961](https://togithub.com/angular/angular/pull/54961)) | | [78188e877a](https://togithub.com/angular/angular/commit/78188e877a4db8655bdd3dc5012b70b12a7234de) | fix | add diagnostic if initializer API is used outside of an initializer ([#​54993](https://togithub.com/angular/angular/pull/54993)) | | [69a83993b3](https://togithub.com/angular/angular/commit/69a83993b3772dd98cc10d3e12b0ca6c66293cf2) | fix | do not throw when retrieving TCB symbol for signal input with restricted access ([#​55774](https://togithub.com/angular/angular/pull/55774)) | | [4f4f41016e](https://togithub.com/angular/angular/commit/4f4f41016e897c3fab77ffc23fcfeddadaa782c1) | fix | dom property binding check in signal extended diagnostic ([#​54324](https://togithub.com/angular/angular/pull/54324)) | | [7a16d7e969](https://togithub.com/angular/angular/commit/7a16d7e969eaf5a9475ffdd21a4bf637ce523856) | fix | don't type check the bodies of control flow nodes in basic mode ([#​55360](https://togithub.com/angular/angular/pull/55360)) | | [8d93597a82](https://togithub.com/angular/angular/commit/8d93597a82860112a5398828745653a7e27dcef0) | fix | fix type narrowing of `@if` with aliases ([#​55835](https://togithub.com/angular/angular/pull/55835)) | | [9b424d7224](https://togithub.com/angular/angular/commit/9b424d7224db46edb16c81979c7e231d5e3db5e9) | fix | preserve original reference to non-deferrable dependency ([#​54759](https://togithub.com/angular/angular/pull/54759)) | | [694ba79cbf](https://togithub.com/angular/angular/commit/694ba79cbf7aaed1079b1fabf53ea446162fc933) | fix | report cases where initializer APIs are used in a non-directive class ([#​54993](https://togithub.com/angular/angular/pull/54993)) | | [6219341d26](https://togithub.com/angular/angular/commit/6219341d267ae7689299835b90f0afa0fe61e213) | fix | report errors when initializer APIs are used on private fields ([#​54981](https://togithub.com/angular/angular/pull/54981)) | | [c04ffb1fa6](https://togithub.com/angular/angular/commit/c04ffb1fa61f5164ee5eb7c05b7d76292042ff0b) | fix | use switch statements to narrow Angular switch blocks ([#​55168](https://togithub.com/angular/angular/pull/55168)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [a730f09ae9](https://togithub.com/angular/angular/commit/a730f09ae9e729da79a3e0951e15e0139ef67713) | feat | Add a public API to establish events to be replayed and an attribute to mark an element with an event handler. ([#​55356](https://togithub.com/angular/angular/pull/55356)) | | [fdd560ea14](https://togithub.com/angular/angular/commit/fdd560ea14f2f35608e26102c7fac0471a634b3e) | feat | Add ability to configure zone change detection to use zoneless scheduler ([#​55252](https://togithub.com/angular/angular/pull/55252)) | | [bce5e2344f](https://togithub.com/angular/angular/commit/bce5e2344f312dc3a8a30d54e412958bd07180c1) | feat | Add build target for jsaction contract binary. ([#​55319](https://togithub.com/angular/angular/pull/55319)) | | [666d646575](https://togithub.com/angular/angular/commit/666d646575800e9326eebd513776f8e92b0357e9) | feat | Add event delegation library to queue up events and replay them when the application is ready ([#​55121](https://togithub.com/angular/angular/pull/55121)) | | [5f06ca8f55](https://togithub.com/angular/angular/commit/5f06ca8f5539ed208bae0b110887b5538ac4041f) | feat | add HOST_TAG_NAME token ([#​54751](https://togithub.com/angular/angular/pull/54751)) | | [a600a39d0c](https://togithub.com/angular/angular/commit/a600a39d0cf9bb8fc2b6786e6f31acb78b7acc6e) | feat | add support for fallback content in ng-content ([#​54854](https://togithub.com/angular/angular/pull/54854)) | | [146306a141](https://togithub.com/angular/angular/commit/146306a1417c378920d80a6d91fd847f22e407ab) | feat | add support for i18n hydration ([#​54823](https://togithub.com/angular/angular/pull/54823)) | | [f09c5a7bc4](https://togithub.com/angular/angular/commit/f09c5a7bc455a59aea133264cbf9fd9ef7509a7f) | feat | Add zoneless change detection provider as experimental ([#​55329](https://togithub.com/angular/angular/pull/55329)) | | [d28614b90e](https://togithub.com/angular/angular/commit/d28614b90eff835639747e8961fe61e874c44666) | feat | Modify EventType from an enum to an object. ([#​55323](https://togithub.com/angular/angular/pull/55323)) | | [ac863ded48](https://togithub.com/angular/angular/commit/ac863ded4818af3426ef5888c706a2bd8c79c0be) | feat | provide ExperimentalPendingTasks API ([#​55487](https://togithub.com/angular/angular/pull/55487)) | | [1ee9f32621](https://togithub.com/angular/angular/commit/1ee9f32621f6d72e8038a08f5ad4a0cfe8bd6a13) | feat | Synchronize changes from internal JSAction codebase. ([#​55182](https://togithub.com/angular/angular/pull/55182)) | | [d888da4606](https://togithub.com/angular/angular/commit/d888da460696ee74bb4c10a19ac49e3fa1948399) | fix | `ApplicationRef.tick` should respect OnPush for host bindings ([#​53718](https://togithub.com/angular/angular/pull/53718)) | | [64f870c12b](https://togithub.com/angular/angular/commit/64f870c12bae1ad66509f0d65f8d3e051aae6eaa) | fix | `ApplicationRef.tick` should respect OnPush for host bindings ([#​53718](https://togithub.com/angular/angular/pull/53718)) ([#​53718](https://togithub.com/angular/angular/pull/53718)) | | [8cad4e8cbe](https://togithub.com/angular/angular/commit/8cad4e8cbe2baf20dae7b7ef1f4253a4940cbba0) | fix | `ComponentFixture` `autoDetect` respects `OnPush` flag of host view ([#​54824](https://togithub.com/angular/angular/pull/54824)) | | [658cf8c384](https://togithub.com/angular/angular/commit/658cf8c3840b637284a5bb6c9751226d24ccbf9f) | fix | `ComponentFixture` stability should match `ApplicationRef` ([#​54949](https://togithub.com/angular/angular/pull/54949)) | | [2fc11eae9e](https://togithub.com/angular/angular/commit/2fc11eae9ea65160866bf7ba46c10520ae9a141f) | fix | account for re-projected ng-content elements with fallback content ([#​54854](https://togithub.com/angular/angular/pull/54854)) | | [0cbd73c6e9](https://togithub.com/angular/angular/commit/0cbd73c6e9931dc4938054fc6f7831bdee2606a4) | fix | add warning when using zoneless but zone.js is still loaded ([#​55769](https://togithub.com/angular/angular/pull/55769)) | | [d5edfde6ee](https://togithub.com/angular/angular/commit/d5edfde6ee3d65bf7f938ecfeac9f30633f8731b) | fix | afterRender hooks registered outside change detection can mark views dirty ([#​55623](https://togithub.com/angular/angular/pull/55623)) | | [de7447d15e](https://togithub.com/angular/angular/commit/de7447d15ed964ae26f0dace4cb3b08f5cccb1c1) | fix | Angular should not ignore changes that happen outside the zone ([#​55102](https://togithub.com/angular/angular/pull/55102)) | | [ba8e465974](https://togithub.com/angular/angular/commit/ba8e46597435a827670f10b971b2c58f7033b180) | fix | Change Detection will continue to refresh views while marked for check ([#​54734](https://togithub.com/angular/angular/pull/54734)) | | [5a10f405d3](https://togithub.com/angular/angular/commit/5a10f405d315a28b9a000c669e9b1cb3fa24a7f1) | fix | complete the removal of deprecation `async` function ([#​55491](https://togithub.com/angular/angular/pull/55491)) | | [24bc0ed4f2](https://togithub.com/angular/angular/commit/24bc0ed4f2de47bd998338d73cba394fb45dd497) | fix | ComponentFixture autodetect should detect changes within ApplicationRef.tick ([#​54733](https://togithub.com/angular/angular/pull/54733)) | | [1c0ec56c46](https://togithub.com/angular/angular/commit/1c0ec56c462cf18fb38aae29858165a08b5a2a82) | fix | correctly project single-root content inside control flow ([#​54921](https://togithub.com/angular/angular/pull/54921)) | | [840c375255](https://togithub.com/angular/angular/commit/840c375255dc381674bb27746d9ababd14567c33) | fix | do not save point-in-time `setTimeout` and `rAF` references ([#​55124](https://togithub.com/angular/angular/pull/55124)) | | [10c5cdb49c](https://togithub.com/angular/angular/commit/10c5cdb49c51c95086febd37f4d88a9b944d7e1c) | fix | ensure change detection runs in a reasonable timeframe with zone coalescing ([#​54578](https://togithub.com/angular/angular/pull/54578)) | | [ad045efd4b](https://togithub.com/angular/angular/commit/ad045efd4b1565e01c14399998143538ebfbfd99) | fix | Ensure views marked for check are refreshed during change detection ([#​54735](https://togithub.com/angular/angular/pull/54735)) | | [69085ea26e](https://togithub.com/angular/angular/commit/69085ea26e11f372578999337b2d8f099600b630) | fix | error about provideExperimentalCheckNoChangesForDebug uses wrong name ([#​55824](https://togithub.com/angular/angular/pull/55824)) | | [0147e0b85a](https://togithub.com/angular/angular/commit/0147e0b85a4f1201b1ae5edaa0d2bc708a13673e) | fix | exhaustive checkNoChanges should only do a single pass ([#​55839](https://togithub.com/angular/angular/pull/55839)) | | [e02bcf89cf](https://togithub.com/angular/angular/commit/e02bcf89cf77c3118c649a7db6

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @bitwarden/directory-connector@2024.7.0
npm ERR! Found: zone.js@0.13.1
npm ERR! node_modules/zone.js
npm ERR!   dev zone.js@"0.13.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.14.10" from @angular/core@18.2.2
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"18.2.2" from the root project
npm ERR!   peer @angular/core@"18.2.2" from @angular/animations@18.2.2
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"18.2.2" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-08-28T21_55_01_125Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-08-28T21_55_01_125Z-debug-0.log
bitwarden-bot commented 2 months ago

Internal tracking:

bitwarden-bot commented 2 months ago

Logo Checkmarx One – Scan Summary & Detailsa6ffa408-b9ae-435d-811a-05251476d5f7

No New Or Fixed Issues Found