Skip to content

Align Angular compiler with compiler-cli in ndsweb#112

Merged
rbergen merged 1 commit into
mainfrom
copilot/investigate-ci-build-failure
May 15, 2026
Merged

Align Angular compiler with compiler-cli in ndsweb#112
rbergen merged 1 commit into
mainfrom
copilot/investigate-ci-build-failure

Conversation

Copilot AI commented May 15, 2026

Copy link
Copy Markdown
Contributor

PR #107 updates @angular/compiler-cli, but leaves @angular/compiler on an older patch release. That version skew breaks the Nx web build when Angular internals expected by the compiler CLI are no longer present in the runtime compiler package.

  • Root cause

    • @angular/compiler-cli was bumped to 21.2.13
    • @angular/compiler remained at 21.2.7
    • Nx/Angular tooling loaded incompatible compiler artifacts and failed during the production build
  • Change

    • Bump @angular/compiler to ~21.2.13 in ndsweb/package.json
    • Update the lockfile entry so dependency resolution matches the declared package version
  • Why this is sufficient

    • Keeps the Angular compiler pair on the same patch line
    • Avoids broader dependency movement in the web UI toolchain
{
  "@angular/compiler": "~21.2.13",
  "@angular/compiler-cli": "~21.2.13"
}

Co-authored-by: rbergen <10425218+rbergen@users.noreply.github.com>
@rbergen rbergen marked this pull request as ready for review May 15, 2026 08:33
@rbergen rbergen merged commit fda88e5 into main May 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants