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.0
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.1
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 15, 2026

  1. build: update cross-repo angular dependencies

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

Commits on Jan 16, 2026

  1. build: update bazel dependencies

    See associated pull request for more information.
    angular-robot authored and dgp1130 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    ba9dcf9 View commit details
    Browse the repository at this point in the history
  2. build: update github/codeql-action action to v4.31.10

    See associated pull request for more information.
    angular-robot authored and dgp1130 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    ad75b55 View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): prevent incorrect catch binding removal in downl…

    …eveled for-await
    
    When `async-await` is disabled (e.g., in Zone.js applications) and the build target is ES2019 or higher, esbuild may incorrectly remove the catch binding of a downleveled `for await...of` loop during minification.
    
    This change explicitly disables the `optional-catch-binding` feature in esbuild when `async-await` support is disabled, forcing esbuild to retain the catch binding and avoiding the minification bug.
    
    A new integration test has been added to verify that the catch binding is preserved in the optimized output.
    
    (cherry picked from commit d87f243)
    clydin committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    d1e596d View commit details
    Browse the repository at this point in the history
  4. fix(@angular/build): allow application assets in workspace root

    This commit refactors `normalizeAssetPatterns` to:
    1. Allow asset paths located in the workspace root or project root, relaxing the previous strict requirement of being within the source root.
    2. Determine the output path by calculating the relative path from the most specific root (source, project, or workspace) to the asset input.
    3. Remove the unused `MissingAssetSourceRootException` class in favor of a standard `Error` with a clear message.
    
    This enables users to include workspace-level assets (like `LICENSE` or `README.md`) using the shorthand string syntax without errors.
    
    (cherry picked from commit b3de0de)
    clydin committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    1b7e330 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and clydin committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    2e3fca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ef098 View commit details
    Browse the repository at this point in the history
  3. fix(@angular/cli): Remove nonexistent link from MCP response

    (cherry picked from commit b351f90)
    amishne authored and clydin committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    151b695 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix(@schematics/angular): remove special characters from jasmine-vite…

    …st report filename
    
    This commit removes hyphens, colons, and periods from the ISO date string used in the jasmine-vitest report filename to ensure the resulting filename is more compact and file-system-friendly.
    
    (cherry picked from commit a60f8bc)
    clydin committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    361758c View commit details
    Browse the repository at this point in the history
  2. build: update pnpm to v10.28.1

    See associated pull request for more information.
    angular-robot authored and clydin committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    4742aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da6d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d49ec17 View commit details
    Browse the repository at this point in the history
Loading