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: 18.2.1
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: 18.2.2
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 21, 2024

  1. build: mark server tests as flaky

    These server tests frequently fail due to timeouts. Despite efforts, the root cause has not yet been identified, so they are being marked as flaky to prevent blocking the pipeline while further investigation continues.
    
    (cherry picked from commit 60d24b2)
    alan-agius4 committed Aug 21, 2024
    Copy the full SHA
    b2d1477 View commit details

Commits on Aug 22, 2024

  1. build: clean up redundant exclude field from tsconfig-build.json

    The exclude field has been removed from `tsconfig-build.json` as it is redundant. This configuration is used by Bazel, which already specifies the input files explicitly, making the exclude field unnecessary. This change simplifies the configuration without impacting the build process.
    
    (cherry picked from commit 4aa95bd)
    alan-agius4 committed Aug 22, 2024
    Copy the full SHA
    3ee53c9 View commit details

Commits on Aug 23, 2024

  1. ci: run modules and packages tests using a single bazel invocation

    Optimize Bazel build with unified module and package tests
    
    (cherry picked from commit ac102aa)
    alan-agius4 committed Aug 23, 2024
    Copy the full SHA
    e5b4c5c View commit details

Commits on Aug 25, 2024

  1. test: disable buildOptimizer for server tests

    Attempting to reduce flaky tests.
    
    (cherry picked from commit 3fd7b68)
    alan-agius4 committed Aug 25, 2024
    Copy the full SHA
    672f6a2 View commit details
  2. Revert "build: mark server tests as flaky"

    This reverts commit 60d24b2.
    
    (cherry picked from commit 1ac220d)
    alan-agius4 committed Aug 25, 2024
    Copy the full SHA
    5e030b8 View commit details

Commits on Aug 28, 2024

  1. build: update webpack to 5.94.0

    Closes #28292
    alan-agius4 committed Aug 28, 2024
    Copy the full SHA
    82b7608 View commit details

Commits on Aug 29, 2024

  1. fix(@angular-devkit/build-angular): clear context in Karma by default…

    … for single run executions
    
    This works around #28271.
    
    (cherry picked from commit 3ee2163)
    dgp1130 committed Aug 29, 2024
    Copy the full SHA
    504b00b View commit details
  2. release: cut the v18.2.2 release

    dgp1130 committed Aug 29, 2024
    Copy the full SHA
    72fb55c View commit details
Loading