Skip to content

chore(deps): update dependency @angular/common to v21.2.19 [security] (main) - #4417

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-npm-angular-common-vulnerability
Open

chore(deps): update dependency @angular/common to v21.2.19 [security] (main)#4417
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-npm-angular-common-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@angular/common (source) 21.2.1821.2.19 age confidence

Angular: Cache-Key Ambiguity in HttpTransferCache Leading to Cross-Request Response Reuse and State Poisoning

CVE-2026-68945 / GHSA-jhpw-976m-542j

More information

Details

Angular's HttpTransferCache caches HTTP requests made during Server-Side Rendering (SSR) so that they can be reused during client-side hydration.

During SSR, HttpTransferCache previously generated identical key material for distinct request parameters when repeated values were present because repeated values were joined with commas:

new HttpParams().set('role', 'user,admin')
new HttpParams().append('role', 'user').append('role', 'admin')

Both requests previously serialized as role=user,admin, allowing distinct HttpClient requests to produce the same transfer-cache key material.

Impact

In an SSR application, this cache-key ambiguity can make a later security-sensitive HttpClient request receive the response from an earlier semantically different request in the same render. For example, an attacker-influenced scalar-comma request can be cached and then replayed as the response for a trusted repeated-param authorization or data request to the same URL. As a result, Angular's server-rendered output can be based on the wrong backend response because the trusted request is not dispatched. This can lead to:

  • State Poisoning: Using incorrect or attacker-influenced cached responses for subsequent application logic.
  • Cross-Request Response Reuse: Reusing cached responses across requests with semantically different parameters.
Patched Versions
  • 22.0.2
  • 21.2.19
  • 20.3.27
Workarounds

If you cannot upgrade immediately, configure your HttpClient requests to skip transfer caching for sensitive endpoints where repeated parameter keys are used:

this.http.get('/api/resource', {
  transferCache: false
});

Alternatively, disable the HTTP transfer cache globally in your application bootstrap config:

import { provideClientHydration, withNoHttpTransferCache } from '@angular/platform-browser';

export const appConfig = {
  providers: [
    provideClientHydration(
      withNoHttpTransferCache()
    )
  ]
};

Severity

  • CVSS Score: 8.8 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

angular/angular (@​angular/common)

v21.2.19

Compare Source

compiler
Commit Type Description
e2660c3dee fix disallow i18n event attributes
7b884f585a fix restrict possible event handler check to property names longer than 2 characters
http
Commit Type Description
948a8d6831 fix distinguish repeated transfer cache params
9949dccce1 fix enable xsrf for root-provided HttpClient
platform-server
Commit Type Description
f34a93c946 fix update domino to latest version

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 3, 2026 17:06
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@nx-cloud

nx-cloud Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 4502aa4

Command Status Duration Result
nx run-many --target=build,build-jar ❌ Failed 10m 46s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 13m 1s View ↗
nx affected --target=test --coverage --configur... ✅ Succeeded 6m 54s View ↗
nx run-many --target=documentation ✅ Succeeded 1m 28s View ↗
nx run-many --tui=false --target=build --projec... ✅ Succeeded 6s View ↗
nx affected --target=package-github-action ✅ Succeeded 1m 9s View ↗

💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.


☁️ Nx Cloud last updated this comment at 2026-08-03 17:30:27 UTC

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

⚠️ Yarn detected 251 errors during the install process.


List of reported errors
Error Description
YN0060 @angular/common is listed by your project with version 21.2.19 (p00eb6a), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p0125bf), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p021d11), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p0821dd), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p0843d5), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p10b687), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1162e2), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p126667), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p18d6d7), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1a0c7d), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1af04e), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1dafa6), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1ecb76), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p1f9eda), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p204f4d), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p22804a), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p240cc4), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p24babe), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p289536), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p29b204), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p2c7f73), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p2d16a4), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p319442), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p31e700), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p31fc4d), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3243b7), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p32b154), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p33544d), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p336390), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3388da), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p33fd6f), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p397c2a), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3a18a1), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3b4a0b), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3b76fb), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3d0275), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p3dc2f1), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p43a56b), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p446f92), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p476ced), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p4a9874), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p4aefdc), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p4e81a4), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p520087), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p5266e3), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p55045b), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p5cce3a), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p5e2a05), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p5e599f), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p61c81b), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p621092), which doesn't satisfy what @agnos-ui/angular-bootstrap and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6286fc), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p646dcb), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p64a526), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p68e77d), which doesn't satisfy what @agnos-ui/angular-bootstrap and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6a8e80), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6c12eb), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6c4460), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6efa03), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6f4a2f), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p6f507e), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p72bb28), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p72d3fb), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p7a5653), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p7d6566), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p836034), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p87cccb), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p8b11ff), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p8b4812), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p8b795e), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p8e41ba), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p912512), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p91473c), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p97b871), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p99915f), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9a3fe1), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9a471c), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9a8c60), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9c1595), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9cc77f), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9d82ba), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (p9f4137), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pa2ef5b), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pa7fb20), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pa823a5), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pa869d3), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (paade3f), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pacceca), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (paeaada), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pb09655), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pb293e3), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pb2bd2a), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pbab99b), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pbc9aec), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pbdf86c), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc020fa), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc07cfb), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc09ff4), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc193b2), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc19df5), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc3d8ec), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pc8e58a), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pcb26e3), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pcb5d8d), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pcc4255), which doesn't satisfy what @agnos-ui/angular-bootstrap and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/common is listed by your project with version 21.2.19 (pcd10dc), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd020c1), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd0cfb1), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd12b1c), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd4a944), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd842ee), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd87784), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pd8bae7), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pdf01da), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pe034fe), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pe596e0), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pe6e878), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pee422a), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf04c5b), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf0cf2d), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf30328), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf48c28), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf585e4), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf66aa6), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pf78647), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pfa2b6f), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pfa4972), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pfa962c), which doesn't satisfy what @angular/forms and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pfac9d3), which doesn't satisfy what @angular/platform-browser-dynamic and other dependencies request (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pfdbc5c), which doesn't satisfy what @angular/platform-browser requests (21.2.18).
YN0060 @angular/common is listed by your project with version 21.2.19 (pffe8c6), which doesn't satisfy what @angular/platform-browser and other dependencies request (21.2.18).
YN0060 @angular/core is listed by your project with version 21.2.18 (p002f20), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p016cb4), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p035531), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p05c26c), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p0650d5), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p08cc90), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p0caedd), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p0d8e1d), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p0f55e9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p12d8c7), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p15f1f5), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p1d303e), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p2324c4), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p243e17), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p24718e), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p2ab270), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p2ba75b), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p2e5d6c), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p303358), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p311614), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p31349d), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p31c734), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p337aee), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p34fdc1), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p38d76b), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p3e53c7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p3ea982), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p3f6542), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p3f89f1), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p3ff301), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p428d63), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p498479), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p4a4775), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p4a8be0), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p4b80a8), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p4dad55), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p50e115), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p524bf9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p569910), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p5a0c0a), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p5b4fa7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p5e6414), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p5f78b3), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p5ff6c9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6339b9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p647c9f), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p650680), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p67ed1f), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6c89ac), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6d9b34), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6db5f2), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6ef910), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p6f0cae), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p7004fc), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p71dab3), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p75e5b1), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p7d78ae), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p7e5080), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p7e956b), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p814d45), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p81543a), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8495ac), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p85470e), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8afa41), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8b245a), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8c3be0), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8d9645), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p8f322a), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p902c52), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9036a1), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p98b6c6), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p99293e), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9a2859), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9b70f0), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9c91e2), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9d9276), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9da699), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9e9a41), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (p9fd2bc), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pa03fa4), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pa4dd25), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pa68cf7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pa81dae), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (paa7f51), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pae68f8), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pb98171), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pb9d990), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pbb684a), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pbdb83c), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pc0c927), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pc10a23), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pc8f2fc), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pca42a3), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pca98f1), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pcbaaf8), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pcbea35), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pcbfce0), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pcc77e7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pccfd1b), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pd01de0), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pd0d123), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pd289dc), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pd38955), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pd8aacf), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pda9f9c), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pddf65b), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pe1148e), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pe1c465), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pe1e863), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pe53ae7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pe9cd6d), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (peb61c9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pee4933), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pf16882), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pf3ed6b), which doesn't satisfy what @angular/common requests (21.2.19).
YN0060 @angular/core is listed by your project with version 21.2.18 (pf61a32), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pf621a7), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pf807e9), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pfba0ff), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).
YN0060 @angular/core is listed by your project with version 21.2.18 (pfdadf5), which doesn't satisfy what @angular/common and other dependencies request (but they have non-overlapping ranges!).

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.52%. Comparing base (789e6ab) to head (4502aa4).

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud is proposing a fix for your failed CI:

We updated @angular-devkit/architect from 0.2102.18 to 0.2102.19 in @o3r/localization and @o3r/transloco to resolve a TypeScript type incompatibility introduced by this PR. Upgrading @angular/common caused @angular-devkit/core to resolve to 21.2.19 in the workspace, while the pinned architect@0.2102.18 still pulled @angular-devkit/core@21.2.18 as a transitive dependency, creating two conflicting virtual instances of LoggerApi. Aligning architect to 0.2102.19 eliminates the version split so both context.logger and LocalizationExtractor resolve to the same LoggerApi type.

Warning

We could not verify this fix.

diff --git a/packages/@o3r/localization/package.json b/packages/@o3r/localization/package.json
index adbd5d5b3..406b61aad 100644
--- a/packages/@o3r/localization/package.json
+++ b/packages/@o3r/localization/package.json
@@ -119,7 +119,7 @@
     "tslib": "^2.6.2"
   },
   "devDependencies": {
-    "@angular-devkit/architect": "0.2102.18",
+    "@angular-devkit/architect": "0.2102.19",
     "@angular-devkit/build-angular": "~21.2.0",
     "@angular-devkit/core": "~21.2.0",
     "@angular-devkit/schematics": "~21.2.0",
diff --git a/packages/@o3r/transloco/package.json b/packages/@o3r/transloco/package.json
index 8c41ad40c..ba272b1b7 100644
--- a/packages/@o3r/transloco/package.json
+++ b/packages/@o3r/transloco/package.json
@@ -116,7 +116,7 @@
     "tslib": "^2.6.2"
   },
   "devDependencies": {
-    "@angular-devkit/architect": "0.2102.18",
+    "@angular-devkit/architect": "0.2102.19",
     "@angular-devkit/build-angular": "~21.2.0",
     "@angular-devkit/core": "~21.2.0",
     "@angular-devkit/schematics": "~21.2.0",

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally pRtk-RHkB

Apply fix locally with your editor ↗   View interactive diff ↗



🎓 Learn more about Self-Healing CI on nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants