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: 20.3.9
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: 20.3.10
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 7, 2025

  1. refactor: fix several typos (#31716)

    This commit fixes a number of typos in tests.
    
    (cherry picked from commit a8465d4)
    khanhkhanhlele authored and alan-agius4 committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    7c11e07 View commit details
    Browse the repository at this point in the history
  2. build: migrate license file handling to write_source_file

    Migrate the handling of THIRD_PARTY_LICENSES.txt.golden in the SSR npm package from using `bazel_skylib`'s `diff_test` and `write_file` rules to `aspect_bazel_lib`'s `write_source_file` rule. This simplifies the Bazel configuration for managing the golden license file.
    
    (cherry picked from commit eca8236)
    alan-agius4 committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    6fbd106 View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): do not remove @angular/localize when having ex…

    …ternal packages (#31721)
    
    The current bundle logic removes the `@angular/localize` polyfill if i18n inline is active. However, i18n inlining is not applied on external packages (e.g. during `ng serve` for prebundled dependencies)
    
    This causes an issue at runtime execution of the packages which are external and depend on localization.
    
    With this change the `@angular/localize` polyfill is retained when external packages is truthy.
    
    (cherry picked from commit 38c2200)
    roma-claudio authored and alan-agius4 committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    b3908f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. fix(@schematics/angular): correct tsconfig.spec.json include for sp…

    …ec files
    
    Updates the  files in both application and library schematics to specifically include  instead of . This ensures that only test specification files are processed for testing, preventing unintended inclusion of other TypeScript files.
    
    (cherry picked from commit 5b0afb3)
    alan-agius4 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c854a71 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

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