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: 19.1.8
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: 19.1.9
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 19, 2025

  1. build: add strict_deps requirement for ts_project

    Setup requirement for strict_deps throughout repository to ensure that the only dependencies which are imported
    are directly provided as dependencies within bazel.
    josephperrott authored and clydin committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    d09236e View commit details
    Browse the repository at this point in the history
  2. build: disable failing strict_deps targets

    Disable all failing strict_deps targets with TODOs to fix them moving forward.
    josephperrott authored and clydin committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    6020803 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix(@angular/build): always disable JSON stats with dev-server

    When using the development server, the `statsJson` option will now
    unconditionally be disabled. The output JSON file is not accessible
    with the server and the analysis/generation of the JSON file may
    increase the rebuild time. Additionally, the JSON file changes during
    a rebuild may unexpectedly cause component HMR fallback to a full
    reload due to non-component file changes in the build output.
    
    (cherry picked from commit eb058d0)
    clydin committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2d361e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

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