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.2.0-rc.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: 20.2.0-rc.1
Choose a head ref
  • 15 commits
  • 49 files changed
  • 4 contributors

Commits on Aug 13, 2025

  1. fix(@schematics/angular): allow AI config prompt to be skipped withou…

    …t selecting a value
    
    With this change, we allow the AI config prompt to be skipped by pressing "ENTER" without selecting "None" and it will default to "None".
    
    (cherry picked from commit 3a7b9fb)
    alan-agius4 committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ffe6fb9 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/cli): use correct path for MCP get_best_practices tool

    The package internal path for the Angular best practices markdown file
    has been corrected to the new location following a previous refactoring.
    
    (cherry picked from commit eb42785)
    clydin authored and alan-agius4 committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8ba6b0b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. refactor(@angular/build): remove manual Node.js types for getCompileC…

    …acheDir
    
    The manual type declaration is no longer needed with newer versions of the
    Node.js types (`@types/node`).
    
    (cherry picked from commit ff6b923)
    clydin authored and alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    b5452e7 View commit details
    Browse the repository at this point in the history
  2. build: update dependency @inquirer/prompts to v7.8.2

    See associated pull request for more information.
    
    (cherry picked from commit 41f6520)
    angular-robot authored and alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    b105b4d View commit details
    Browse the repository at this point in the history
  3. ci: re-enable windows CI

    This commit fixes and re-enables windows CI.
    
    Upstream fixes:
    - https://github.com/devversion/rules_browsers/pull/18
    - angular/dev-infra#2966
    
    (cherry picked from commit 646bcca)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    201d433 View commit details
    Browse the repository at this point in the history
  4. refactor: await silentNpm

    This is causing Windows CI to fail to the `silentNpm` being terminated.
    
    (cherry picked from commit 1ae0fb7)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    6fe1125 View commit details
    Browse the repository at this point in the history
  5. build: update dev-infra action SHA

    This reduces the post cleanup step timings
    
    (cherry picked from commit 7ad46c3)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    3482633 View commit details
    Browse the repository at this point in the history
  6. build: add retry-delay for accept4 failed 110

    This error is still being unencountered sometimes, to try to mitigate this we add a retry delay and also increase the number of retries.
    
    ```
    Could not convert symlinks: Error: Command failed: /mnt/c/Windows/system32/cmd.exe /c mklink /d "_main\node_modules\.aspect_rules_js\finalhandler@2.1.0\node_modules\encodeurl" "..\..\encodeurl@2.0.0\node_modules\encodeurl"
    <3>WSL (22769 - ) ERROR: UtilAcceptVsock:271: accept4 failed 110
    ```
    
    (cherry picked from commit dfc334c)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    9d7fb47 View commit details
    Browse the repository at this point in the history
  7. test: update e2e update test to use angular 18

    Angular 17 is no longer supported.
    
    (cherry picked from commit 6fc2dca)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    b72a0b3 View commit details
    Browse the repository at this point in the history
  8. test: remove redundant e2e

    These are mostly tested in unit tests.
    
    (cherry picked from commit 531b20b)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    bccb320 View commit details
    Browse the repository at this point in the history
  9. refactor: delete protractor tests

    protractor builder is private.
    
    (cherry picked from commit f310ee5)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ccdbf29 View commit details
    Browse the repository at this point in the history
  10. refactor: delete basic e2e test

    Protractor is private and thus this test is redundant.
    
    (cherry picked from commit 4692154)
    alan-agius4 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    474e928 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. fix(@schematics/angular): zoneless is now stable

    Zoneless is now stable in Angular v20.2 (see angular/angular@141bb75)
    
    (cherry picked from commit 7768f4c)
    cexbrayat authored and alan-agius4 committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    6a79f9a View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/ssr): add workaround for router `lastSuccessfulNavi…

    …gation` breaking changing
    
    This workaround is needed to;
    - Re-enable SSG in ADEV
    - Re-enable SSR tests in angular/angular main
    - Make cross-repo updates green again
    
    (cherry picked from commit 68f64fc)
    alan-agius4 committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    2fde130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0363219 View commit details
    Browse the repository at this point in the history
Loading