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: v21.1.1
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: v21.1.2
Choose a head ref
  • 10 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 22, 2026

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and clydin committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    3206b8b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. build: update bazel dependencies

    See associated pull request for more information.
    angular-robot authored and clydin committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    8e7f86b View commit details
    Browse the repository at this point in the history
  2. build: update all github actions

    See associated pull request for more information.
    angular-robot authored and clydin committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    165e7d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    7cf1d3b View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): loosen Vitest dependency checks when runnerConfi…

    …g is used
    
    When a Vitest configuration file is provided via the `runnerConfig` option,
    the builder now only validates that the `vitest` package itself is installed.
    Checks for specific browser providers, DOM environments (jsdom/happy-dom),
    and coverage providers are skipped, as the custom configuration may handle
    these or use alternative setups that the builder cannot predict.
    
    (cherry picked from commit 98ffb68)
    clydin authored and alan-agius4 committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    80911af View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): support merging coverage thresholds with Vitest …

    …runnerConfig
    
    The Vitest unit test builder now correctly merges coverage thresholds and
    watermarks from a user's Vitest configuration with CLI-provided options.
    Previously, providing any CLI thresholds would completely replace the
    configuration's thresholds. Now, partial CLI thresholds are merged, allowing
    users to override specific metrics while keeping others from their config.
    
    This change also ensures that the builder correctly reports failure when Vitest
    coverage thresholds are not met by monitoring `process.exitCode`.
    
    (cherry picked from commit 1f1b21d)
    clydin authored and alan-agius4 committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    2d30639 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e974e40 View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/schematics-cli): Add boolean type inference for '…

    …true' and 'false' string values in argument parsing
    
    Handles booleans correctly
    
    Closes #32361
    
    (cherry picked from commit dbd81a7)
    alan-agius4 committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e7458c8 View commit details
    Browse the repository at this point in the history
  3. fix(@angular-devkit/architect): Add boolean type inference for 'true'…

    … and 'false' string values in argument parsing
    
    Handles booleans correctly
    
    Closes #32361
    
    (cherry picked from commit 247855c)
    alan-agius4 committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d66f1fe View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    702d717 View commit details
    Browse the repository at this point in the history
Loading