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: 2ff162428b54ec6659aa9d26ffd6b7c09c35e981
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: 71d52c791f4f9c5c757147caf77ad647c041b43f
Choose a head ref
  • 13 commits
  • 26 files changed
  • 4 contributors

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    5ad69a5 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 clydin committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    3cea706 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. build: update dependency aspect_rules_js to v2.7.0

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    bdc584b 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 Oct 23, 2025
    Configuration menu
    Copy the full SHA
    e2543b1 View commit details
    Browse the repository at this point in the history
  3. build: update pnpm to v10.19.0

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    7b521dd View commit details
    Browse the repository at this point in the history
  4. fix(@angular-devkit/build-angular): expand jest and jest-environment-…

    …jsdom to allow version 30
    
    This commit expands the peer deps of these dependencies to allow version 30.
    alan-agius4 committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    813cba9 View commit details
    Browse the repository at this point in the history
  5. build: update cross-repo angular dependencies

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

Commits on Oct 24, 2025

  1. refactor(@angular/build): allow Bazel to inject a custom esbuild plugin

    Introduces a mechanism to dynamically load a custom esbuild plugin when the application builder is executed within a Bazel environment.
    
    This is enabled by a new `bazelEsbuildPluginPath` option, which is derived from the `NG_INTERNAL_ESBUILD_PLUGINS_DO_NOT_USE` environment variable. The path is only resolved if the `BAZEL_BINDIR` and `JS_BINARY__EXECROOT` environment variables are also present, ensuring the logic is only active during a Bazel build.
    
    The builder dynamically imports the plugin from the specified path and adds it to the esbuild pipeline, allowing for build-system-specific customizations.
    
    (cherry picked from commit ec739d7)
    clydin committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    2c7581c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. refactor(@schematics/angular): add trailing comma to generated services

    Ensures code consistency by including trailing commas in generated service
    
    (cherry picked from commit 6dfee71)
    MeAkib authored and clydin committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    e6ccc74 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): handle redirects from guards during prerendering

    During prerendering, if a route returns a redirect, a static HTML page with a meta refresh tag is generated to redirect the user to the specified URL. This now includes support for redirects returned from route guards.
    
    Closes #31618
    
    (cherry picked from commit cc16b10)
    alan-agius4 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    45e498f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix(@angular/build): add adapters to new reporter

    This commit add `adapters` field to the `ProgressNotifierReporter`.
    
    Closes #31629
    alan-agius4 authored and clydin committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    542973a View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): ensure locale data plugin runs before other plugins

    The Angular locale data plugin is responsible for resolving  imports. In some cases, other plugins would attempt to resolve these imports first, leading to a 'Failed to resolve import' error.
    
    By ensuring that the Angular locale data plugin is prepended to the esbuild plugin list, we guarantee that it runs before other plugins, allowing it to correctly resolve the locale data imports.
    
    Closes #31579
    
    (cherry picked from commit ccc5982)
    alan-agius4 committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    f088569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d52c7 View commit details
    Browse the repository at this point in the history
Loading