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.5
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.6
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 2, 2025

  1. test: raise timeout of //packages/ngtools/webpack:test

    This seems to be timing out occasionally in CI.
    
    (cherry picked from commit d96a093)
    dgp1130 committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    41e28ff View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. fix(@angular/build): correctly remap Angular diagnostics

    The esbuild builder has some logic that re-map diagnostics coming from the compiler, depending on their `source` and `code`. Currently this is incorrect, because it assumed that a value of `ngtsc` for `source` always means that the error is from the Angular compiler, but what it actually means is that it comes from an Angular template diagnostics. Furthermore, we can't rely on a `source` always being defined.
    
    These changes align the logic to a similar one we already have in the compiler where we assume the diagnostic comes from Angular if it starts with `-99`.
    
    (cherry picked from commit 1cde40e)
    crisbeto authored and alan-agius4 committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    0836ad2 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): failed to proxy error for assets

    Remove proxy to handle `/` to `/base/` instead update the `AngularAssetsMiddleware`
    
    Closes #30639
    
    (cherry picked from commit 1aeefa7)
    alan-agius4 committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    1a2da16 View commit details
    Browse the repository at this point in the history
  3. fix(@schematics/angular): remove constructor from service template

    Now that the style guide recommends to use `inject()`, having a constructor in a service is not really useful.
    
    (cherry picked from commit cefea43)
    cexbrayat authored and alan-agius4 committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    5542445 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. build: update bazel commands to use pnpm

    `yarn` is no longer used.
    
    (cherry picked from commit cad1594)
    alan-agius4 committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    4e021e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. fix(@angular/build): exclude @vitest/browser/context from esbuild b…

    …undling
    
    Bundling this module causes unit tests to fail with `@vitest/browser/context can be imported only inside the Browser Mode. Your test is running in browser pool. Make sure your regular tests are excluded from the "test.include" glob pattern.`, This is because `@vitest/browser/context` is a virtual mode in vite and the package on NPM is dummy that is used for static analysis.
    
    Closes: #30677
    (cherry picked from commit 9e292f1)
    alan-agius4 committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    c475e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82cf0cb View commit details
    Browse the repository at this point in the history
Loading