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.1.0-next.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.1.0-next.2
Choose a head ref
  • 13 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 12, 2025

  1. fix(@schematics/angular): include main.server.ts in `tsconfig.files…

    …` when present
    
    Add logic to automatically include `main.server.ts` in the `files` array of the tsconfig when present during schematic execution. This ensures backwards compatibility for applications generated prior to version 19.
    
    Closes #30526
    alan-agius4 authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    c437111 View commit details
    Browse the repository at this point in the history
  2. fix(@schematics/angular): reset module typeSeparator when generatin…

    …g applications
    
    The application schematic now invokes the module schematic with `typeSeparator` explicitly set to `undefined`. This ensures any legacy value from `angular.json` set by older versions of the Angular CLI is cleared during application generation and does not cause multiple files to be generated.
    
    Closes #30497
    alan-agius4 authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    4be58ee View commit details
    Browse the repository at this point in the history
  3. build: update github/codeql-action action to v3.29.0

    See associated pull request for more information.
    angular-robot authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1b09ce5 View commit details
    Browse the repository at this point in the history
  4. build: update all non-major dependencies

    See associated pull request for more information.
    angular-robot authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    ef742db View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. fix(@angular/build): set scripts option output as classic script for …

    …karma
    
    When using the `karma` builder, the generated output JavaScript file was
    unintentionally being marked as a module type script. This prevent the
    output file from providing equivalent behavior to that of an actual build.
    The `scripts` option outputs should be considered classic scripts to the
    browser.
    clydin committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    60a16a8 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): include custom bundle name scripts with karma

    When using the `karma` builder with custom "scripts" option entries that
    contain the `bundleName` suboption, the output files for these scripts
    will now correctly be injected into the test index HTML content. Previously
    only the default `scripts.js` output file would be used.
    clydin committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    049e688 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2f4eee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix(@angular/build): use an empty array as default value for vitest e…

    …xclude
    
    Fixes #30543
    
    Avoids the error `resolved.coverage.exclude is not iterable` while running `ng test`.
    cexbrayat authored and alan-agius4 committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    130c650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19cd29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2672f6e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. fix(@angular/build): increase worker idle timeout

    This is a workaround for piscinajs/piscina#816
    
    Closes #30549
    alan-agius4 committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    1d76d0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eaa726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a45ec9b View commit details
    Browse the repository at this point in the history
Loading