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: 8c4d972
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: 2a49883
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 23, 2025

  1. fix(@angular/build): adjust coverage includes/excludes for unit-test …

    …vitest runner
    
    The experimental `unit-test` builder with `vitest` support will now explicitly
    include the tested files instead of using the default of all files within
    the workspace. This prevents a potentially long wait time to calculate
    coverage. The excludes have also been adjusted to ensure that application
    code bundled into the intermediate test output is also counted within the
    coverage reports.
    clydin authored and jkrems committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    adfeee0 View commit details
    Browse the repository at this point in the history
  2. build: update dependency @stylistic/eslint-plugin to v5

    See associated pull request for more information.
    angular-robot authored and jkrems committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    20e23f1 View commit details
    Browse the repository at this point in the history
  3. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    2a49883 View commit details
    Browse the repository at this point in the history
Loading