Comparing v22.0.3...v22.0.4 · angular/angular-cli · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.0.3
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.0.4
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Jun 19, 2026

  1. build: update dependency piscina to v5.2.0

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    a1ec745 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. build: update pnpm to v10.34.4

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    abd9974 View commit details
    Browse the repository at this point in the history
  2. build: update dependency node to v22.23.0

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    38d26a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. fix(@angular/build): aggregate parallel worker performance timings on…

    … the main thread
    
    Rather than having the parallel worker thread print its cumulative durations separately to the console (which causes console spam and disjointed/incomplete final logs), we serialize and return the worker's durations to the main thread upon completing the diagnostics task. The main thread then merges them into the global cumulative durations map, producing a single, complete, and perfectly aggregated performance report at the end of the build.
    
    (cherry picked from commit 851711b)
    alan-agius4 committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    46185ce View commit details
    Browse the repository at this point in the history
  2. perf(@angular/build): dispose builder result context early in non-wat…

    …ch mode
    
    Evaluates and extracts final output results into a list before calling result.dispose() in non-watch mode. This ensures all compiler worker processes (retaining the TypeScript program structures and cache) are terminated and reclaimed before yielding results to the caller for disk writing.
    
    (cherry picked from commit 3019c80)
    clydin committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    5d7e29c View commit details
    Browse the repository at this point in the history
  3. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    454d35a View commit details
    Browse the repository at this point in the history
  4. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    908daa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. build: update dependency node to v22.23.1

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    69755f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e197652 View commit details
    Browse the repository at this point in the history
Loading