Thanks to visit codestin.com
Credit goes to github.com

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: 79316ca
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: d4a276f
Choose a head ref
  • 18 commits
  • 33 files changed
  • 4 contributors

Commits on Sep 10, 2025

  1. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    550484c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a8991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a438c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. build: update github/codeql-action action to v3.30.3

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0015607 View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/cli): Add instructions to component zoneless migrat…

    …ion to retain NgZone.run
    
    I observed that it chose to do this in one test.  These should not be removed
    for libraries that support Zone applications and also should not be
    removed for applications until the zoneless migration is entirely
    complete.
    atscott authored and alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    47d0668 View commit details
    Browse the repository at this point in the history
  3. build: update all non-major dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    af1a2a5 View commit details
    Browse the repository at this point in the history
  4. fix(@angular/build): add timestamp to bundle generation log

    Adds an ISO timestamp to the "Application bundle generation complete" message. This provides more precise information about when the build process finished, which can be useful for debugging and analyzing build performance.
    
    Closes #30572
    alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    43fc553 View commit details
    Browse the repository at this point in the history
  5. refactor(@angular/cli): remove unused local variable

    This commit removes an unused local variable.
    alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    f5701cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6552dcf View commit details
    Browse the repository at this point in the history
  7. refactor(@angular/build): extract Vitest plugins from executor in uni…

    …t-test
    
    This commit refactors the Vitest test runner by extracting the complex plugin creation logic out of the main `VitestExecutor` class and into a dedicated `plugins.ts` module.
    
    This change reduces the complexity of the executor, making it easier to understand and maintain. The executor is now more focused on its core responsibility of managing the test execution lifecycle.
    
    Additionally, this commit introduces a `BrowserConfiguration` interface for better type safety and marks several executor properties as readonly to enforce immutability.
    clydin committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    585eb89 View commit details
    Browse the repository at this point in the history
  8. refactor(@angular/build): extract karma application builder into smal…

    …ler modules
    
    The main `application_builder.ts` file was becoming too large and difficult to navigate. This change extracts several logical components into their own dedicated files:
    
    - Karma asset middleware
    - Karma polyfills plugin
    - Karma progress reporter
    - Code coverage utilities
    - Karma configuration helpers
    - General utility functions
    
    This improves the overall code structure, making it easier to understand, test, and maintain.
    clydin committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    b99e266 View commit details
    Browse the repository at this point in the history
  9. refactor(@angular/build): breakdown Karma application initialization

    The main `initializeApplication` function within the Karma builder was overly large and handled several distinct responsibilities. This change refactors the function by breaking it down into three smaller, more focused functions:
    
    - `setupBuildOptions`: Gathers and configures the esbuild build options.
    - `runEsbuild`: Executes the esbuild build process.
    - `configureKarma`: Sets up the Karma configuration based on the build output.
    
    This decomposition improves the readability, testability, and maintainability of the Karma builder's application initialization process.
    clydin committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    d47386e View commit details
    Browse the repository at this point in the history

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
    a195db3 View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/build): decouple test discovery from runner execution

    This commit refactors the unit test builder to centralize test file discovery, preventing redundant operations in the test runner's execution phase.
    
    The `TestRunner` API has been updated to pass the test entry point mappings from the initial build options phase directly to the executor. This removes the need for the Vitest executor to re-discover tests, simplifying its logic and adhering to the DRY principle.
    
    The JSDoc comments for the runner API have also been updated to reflect these changes.
    clydin committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    b613249 View commit details
    Browse the repository at this point in the history
  3. ci: use static target: automation label in renovate config

    The `target: automation` label is used by the Angular team to identify PRs that are created by automation. This is used to skip some checks that are not required for automated PRs.
    alan-agius4 committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    06ef5dd 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 Sep 12, 2025
    Configuration menu
    Copy the full SHA
    6686139 View commit details
    Browse the repository at this point in the history
  5. 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
    cfac923 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
    d4a276f View commit details
    Browse the repository at this point in the history
Loading