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.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.3.6
Choose a head ref
  • 17 commits
  • 21 files changed
  • 4 contributors

Commits on Oct 9, 2025

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    a45ec06 View commit details
    Browse the repository at this point in the history
  2. build: update dependency bazel to v7.6.2

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    fa646c9 View commit details
    Browse the repository at this point in the history
  3. build: update bazel dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    daceb8c 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 alan-agius4 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    e46f66a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. build: update pnpm to v10.18.2

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

    See associated pull request for more information.
    angular-robot authored and jkrems committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    5470fe8 View commit details
    Browse the repository at this point in the history
  3. build: lock file maintenance

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

Commits on Oct 14, 2025

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    b45f97a 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 jkrems committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    82f8900 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. docs(@angular/build): add descriptions for application builder options

    Adds more detailed descriptions for the `assets` and `outputHashing` options in the `@angular/build:application` builder's schema. This improves clarity for users configuring these options.
    
    Closes #31477
    
    (cherry picked from commit 2a1667f)
    alan-agius4 committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    2f4bc09 View commit details
    Browse the repository at this point in the history
  2. docs(@angular-devkit/build-angular): add descriptions for browser bui…

    …lder options
    
    Adds more detailed descriptions for the `assets` and `outputHashing` options in the `@angular-devkit/build-angular:browser` builder's schema. This improves clarity for users configuring these options.
    
    (cherry picked from commit 00b7d74)
    alan-agius4 committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    03e3bfc View commit details
    Browse the repository at this point in the history
  3. docs(@angular/ssr): update examples for withRoutes configuration

    (cherry picked from commit 6fb85b2)
    brandonroberts authored and jkrems committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    108501a 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 Oct 15, 2025
    Configuration menu
    Copy the full SHA
    6d365ac View commit details
    Browse the repository at this point in the history
  5. build: update pnpm to v10.18.3

    See associated pull request for more information.
    angular-robot authored and jkrems committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    9e048ee View commit details
    Browse the repository at this point in the history
  6. build: update github/codeql-action action to v3.30.8

    See associated pull request for more information.
    angular-robot authored and jkrems committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    16656a1 View commit details
    Browse the repository at this point in the history
  7. fix(@angular/ssr): prevent malicious URL from overriding host

    A request with a specially crafted URL starting with a double slash (e.g., `//example.com`) could cause the server-side rendering logic to interpret the request as being for a different host. This is due to the behavior of the `URL` constructor when a protocol-relative URL is passed as the first argument.
    
    This vulnerability could be exploited to make the server execute requests to a malicious domain when relative paths are used within the application (e.g., via `HttpClient`), potentially leading to content injection or other security risks.
    
    The fix ensures that the request URL is always constructed as a full URL string, including the protocol and host, before being passed to the `URL` constructor. This prevents the host from being overridden by the path.
    
    Closes #31464
    
    (cherry picked from commit 7be6c8f)
    alan-agius4 authored and jkrems committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5271547 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7bd567 View commit details
    Browse the repository at this point in the history
Loading