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.0.1
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.0.2
Choose a head ref
  • 9 commits
  • 30 files changed
  • 5 contributors

Commits on Jun 5, 2025

  1. build: simplify unit test target names

    Renamed unit test targets for easier execution without needing to inspect build files.
    
    (cherry picked from commit 610a367)
    alan-agius4 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    d513e58 View commit details
    Browse the repository at this point in the history
  2. build: simplify unit test target names

    Renamed unit test targets for easier execution without needing to inspect build files.
    
    (cherry picked from commit d2fa8ac)
    alan-agius4 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    19dc7dd View commit details
    Browse the repository at this point in the history
  3. fix(@schematics/angular): correctly detect modules using new file ext…

    …ension format
    
    Previously, some internal methods failed to locate modules when using the `-module.ts` filename pattern instead of the legacy `.module.ts`. This update ensures proper detection with the new format.
    
    (cherry picked from commit 0b7d48c)
    alan-agius4 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    cb258a3 View commit details
    Browse the repository at this point in the history
  4. build: improve globbing of jasmine test files

    This doesn't seem to surface here, but in the framework and in the COMP
    repo, the glob wasn't catching all files because it wasn't escpaed— so
    didn't actually get picked up by Jasmine, but was expanded by Bash.
    
    This improves this and makes this logic more future-proof.
    
    (cherry picked from commit 1a235e0)
    devversion authored and dgp1130 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    1db861c View commit details
    Browse the repository at this point in the history
  5. build: fix perf workflows

    [610a367](610a367) renamed some test targets and broke these references.
    
    (cherry picked from commit 3d65518)
    dgp1130 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    fa25385 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. ci: use new pull-request-labeling action

    Use the pull-request-labeling action which replaced the commit-message-based-labeling action.
    josephperrott authored and clydin committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    631ac7e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. fix(@angular/build): do not consider internal Angular files as extern…

    …al imports
    
    When using the `application` build system with i18n enabled, the development
    server may unintentionally attempt to optimize virtual internal files for
    the locale data. These virtual files are now excluded from the list of
    external imports.
    
    (cherry picked from commit e36cbba)
    clydin committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    424f1cb View commit details
    Browse the repository at this point in the history
  2. fix(@schematics/angular): add less as a devDependency when selected…

    … as the style preprocessor
    
    Ensure `less` is automatically added to `devDependencies` when users choose it as the style preprocessor during application generation.
    
    Closes #30503
    
    (cherry picked from commit 42f45a3)
    alan-agius4 committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    bf64a0f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

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