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/components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.2.3
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.2.4
Choose a head ref
  • 14 commits
  • 28 files changed
  • 5 contributors

Commits on Sep 12, 2025

  1. build: update cross-repo angular dependencies (#31854)

    See associated pull request for more information.
    
    Closes #31787 as a pr takeover
    alan-agius4 authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    404960d View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies (#31787)

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

Commits on Sep 15, 2025

  1. build: update github/codeql-action action to v3.30.3 (#31863)

    See associated pull request for more information.
    angular-robot authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    910730c View commit details
    Browse the repository at this point in the history
  2. build: update dependency node to v22.19.0 (#31805)

    See associated pull request for more information.
    
    (cherry picked from commit 1b4a950)
    angular-robot authored and crisbeto committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    27d7ae4 View commit details
    Browse the repository at this point in the history
  3. build: update cross-repo angular dependencies (#31861)

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

Commits on Sep 16, 2025

  1. build: update cross-repo angular dependencies (#31878)

    See associated pull request for more information.
    angular-robot authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    dde1fd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. build: update Stackblitz examples (#31847)

    Updates the Stackblitz examples to the latest stable version of Angular.
    
    (cherry picked from commit 48e1b35)
    crisbeto committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    bdb4636 View commit details
    Browse the repository at this point in the history
  2. fix(material/tabs): attach content inside the zone (#31868)

    The tabs run their animation events outside the zone which means that attaching the content as a result will be outside the zone as well. These changes bring it back into the zone to ensure that things like error handling work correctly.
    
    Fixes #31867.
    
    (cherry picked from commit a2906dd)
    crisbeto committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    e7a0c19 View commit details
    Browse the repository at this point in the history
  3. build: enable minimumReleaseAge to mitigate dependency chain attacks (#…

    …31880)
    
    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 d6b459d)
    alan-agius4 authored and devversion committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    3f6020b View commit details
    Browse the repository at this point in the history
  4. build: update pnpm to v10.16.1 (#31771)

    See associated pull request for more information.
    angular-robot authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6ec252d View commit details
    Browse the repository at this point in the history
  5. build: update cross-repo angular dependencies (#31883)

    See associated pull request for more information.
    
    Closes #31882 as a pr takeover
    
    Co-authored-by: Angular Robot <[email protected]>
    josephperrott and angular-robot authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    4bb552b View commit details
    Browse the repository at this point in the history
  6. build: lock file maintenance (#31886)

    See associated pull request for more information.
    angular-robot authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    741db87 View commit details
    Browse the repository at this point in the history
  7. build: update pnpm to v10.17.0 (#31884)

    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 3e154ea)
    alan-agius4 authored and ok7sai committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    1fa0315 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80c7e76 View commit details
    Browse the repository at this point in the history
Loading