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.3.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.3.2
Choose a head ref
  • 13 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 12, 2025

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    d12877f View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    a5aef7d View commit details
    Browse the repository at this point in the history
  3. build: update rules_angular digest to 4010ef9

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

Commits on Sep 13, 2025

  1. build: update cross-repo angular dependencies

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

Commits on Sep 15, 2025

  1. build: update pnpm to v10.16.1

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    3fb4aa2 View commit details
    Browse the repository at this point in the history
  2. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and jkrems committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    4c1ef20 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Revert "fix(@angular/build): preserve names in esbuild for improved d…

    …ebugging in dev mode"
    
    This reverts commit 48f425e.
    
    Closes: #31198
    (cherry picked from commit d0631c5)
    alan-agius4 committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    deb3ed0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. build: update dependency aspect_rules_js to v2.6.0

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    5b804a5 View commit details
    Browse the repository at this point in the history
  2. build: disable eslint await-thenable

    This was recently introduced and there are a number of intentional parts that our code does not conform.
    
    (cherry picked from commit 20a276c)
    alan-agius4 committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    3164bc2 View commit details
    Browse the repository at this point in the history
  3. build: enable minimumReleaseAge to mitigate dependency chain attacks

    This change configures pnpm's `minimumReleaseAge` setting to 1 day (1440 minutes). This is a security measure to mitigate dependency chain attacks, where malicious actors publish a new version of a dependency with malicious code and then trick users into updating to it before it can be discovered and reported.
    
    By delaying the adoption of new releases, we reduce the window of opportunity for such attacks. The list of excluded packages contains trusted and frequently updated dependencies from the Angular team, which are considered safe to use without this delay.
    
    (cherry picked from commit d7998f2)
    alan-agius4 committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    34b88c8 View commit details
    Browse the repository at this point in the history
  4. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and jkrems committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    5edb82e View commit details
    Browse the repository at this point in the history
  5. build: update pnpm to v10.17.0

    pnpm v10.17.0 adds support for wildcards in 'minimumReleaseAgeExclude'. This simplifies the configuration by allowing the use of '@angular-devkit/*' and '@angular/*' instead of listing each package individually.
    
    (cherry picked from commit 2e7fd58)
    alan-agius4 authored and jkrems committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ac7adf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b05a3a View commit details
    Browse the repository at this point in the history
Loading