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.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: v21.1.4
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 9, 2026

  1. fix(@angular/build): correctly resolve absolute setup file paths in V…

    …itest
    
    The `resolveId` hook in the Vitest runner plugins now correctly handles absolute paths. Previously, the logic would blindly join the base directory with the file ID, which caused issues when the ID was already a fully qualified absolute path within the workspace. The updated logic now checks if the ID is absolute and located within the base directory before deciding whether to join paths, ensuring compatibility with both absolute paths and Vitest's short-form root-relative paths.
    
    (cherry picked from commit 8ae7f59)
    clydin committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    7a9dd6b View commit details
    Browse the repository at this point in the history
  2. build: update pnpm to v10.29.1

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

Commits on Feb 10, 2026

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and clydin committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    fe1fb42 View commit details
    Browse the repository at this point in the history
  2. build: lock file maintenance

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

Commits on Feb 11, 2026

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