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.2
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.3
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Jun 11, 2025

  1. ci: update to latest version of dev-infra actions

    Update to the latest sha of the dev-infra actions
    josephperrott committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    a61528b View commit details
    Browse the repository at this point in the history
  2. test(@angular/ssr): mark jasmine tests as flaky

    (cherry picked from commit 26f3641)
    clydin committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    0371f9a View commit details
    Browse the repository at this point in the history

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
    
    (cherry picked from commit c437111)
    alan-agius4 authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    e90a808 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
    
    (cherry picked from commit 4be58ee)
    alan-agius4 authored and clydin committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    5c48b8e 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.
    
    (cherry picked from commit 60a16a8)
    clydin committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    e6d27bd 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.
    
    (cherry picked from commit 049e688)
    clydin committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    56f426e 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
    
    (cherry picked from commit 1d76d0e)
    alan-agius4 committed Jun 18, 2025
    1 Configuration menu
    Copy the full SHA
    dfe3a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897eaf9 View commit details
    Browse the repository at this point in the history
Loading