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: 15.2.0
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: 15.2.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 23, 2023

  1. ci: correctly store E2E test results and artifacts

    The CircleCI commands to store the E2E test results and artifacts was
    outdated which caused nothing to be saved.
    
    (cherry picked from commit a598b06)
    alan-agius4 committed Feb 23, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    cdc7c22 View commit details

Commits on Feb 24, 2023

  1. build: refactor circular-deps-test.conf to use package.js file

    This ensures that all packages are picked up.
    
    (cherry picked from commit 71731f2)
    alan-agius4 committed Feb 24, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    adb92ac View commit details
  2. build: add pre-release checks for dependency on framework

    Adds an automatic check that runs before cutting releases. This
    will help avoiding issues where we forget to update peer dependencies
    or the `latest-versions.ts` file.
    
    (cherry picked from commit 5b4188f)
    devversion authored and alan-agius4 committed Feb 24, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    69390ae View commit details
  3. fix(@angular-devkit/build-angular): improve parsing of error messages

    Webpack errors can sometimes be several hundred of thousands of characters long as it may contain the entire bundle. This can cause a ReDoS. This change improves the way we parse and remove stack traces from error messages.
    
    Closes #24771
    
    (cherry picked from commit d4c4508)
    alan-agius4 committed Feb 24, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    9a5609a View commit details

Commits on Mar 1, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    57d12b1 View commit details
Loading