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: 19.2.4
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: 19.2.5
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 19, 2025

  1. test: correct test description typos

    Correct several small test description typos for the application builder.
    
    (cherry picked from commit d512635)
    clydin committed Mar 19, 2025
    Copy the full SHA
    e2413f5 View commit details

Commits on Mar 20, 2025

  1. fix(@angular/build): correct handling of response/request errors

    Prior to this change, request errors were not handled correctly.
    
    Closes #29884
    
    (cherry picked from commit 156a14e)
    alan-agius4 committed Mar 20, 2025
    Copy the full SHA
    20455e2 View commit details

Commits on Mar 21, 2025

  1. fix(@angular/build): handle undefined getOrCreateAngularServerApp d…

    …uring error compilation
    
    Enhanced error handling to account for cases where `getOrCreateAngularServerApp` is undefined during the compilation process. This prevents unexpected crashes and improves build stability.
    
    Closes #29907
    
    (cherry picked from commit a8817a3)
    alan-agius4 committed Mar 21, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Anaethelion Laurent Saint-Félix
    Copy the full SHA
    32b1dcd View commit details

Commits on Mar 25, 2025

  1. fix(@angular/build): normalize karma asset paths before lookup

    When handling a request for a configured asset with the application-
    based karma unit testing, the asset URL is now normalized to the
    executing platform's path format before looking up the asset. This
    is required due to the build file paths being based on the underlying
    operating system's paths which may not align with a URL's path separator
    such as when using Windows.
    
    (cherry picked from commit bd917d9)
    clydin authored and alan-agius4 committed Mar 25, 2025
    Copy the full SHA
    7552a9f View commit details

Commits on Mar 26, 2025

  1. fix(@angular/build): update vite to 6.2.3

    This fixes GHSA-x574-m823-4x7w
    
    Closes #29936
    alan-agius4 committed Mar 26, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Anaethelion Laurent Saint-Félix
    Copy the full SHA
    1eb5b43 View commit details
  2. release: cut the v19.2.5 release

    alan-agius4 committed Mar 26, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ab0bdce View commit details
Loading