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.0.4
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.0.5
Choose a head ref
  • 6 commits
  • 24 files changed
  • 5 contributors

Commits on Jan 3, 2023

  1. refactor(@ngtools/webpack): remove TypeScript 4.7 compatibility code

    Support for TypeScript 4.7 was dropped in Angular version 15. These changes remove some code that was used for backwards compatibility.
    
    (cherry picked from commit 2557486)
    crisbeto authored and clydin committed Jan 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    f8a6392 View commit details
  2. docs: remove default project from schematic description

    The default project is deprecated.
    
    (cherry picked from commit ace34b7)
    alan-agius4 authored and clydin committed Jan 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    4ad951e View commit details
  3. test: removed empty methods

    (cherry picked from commit dd322b6)
    aanchal88 authored and clydin committed Jan 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    8b285dd View commit details
  4. fix(@angular-devkit/build-angular): format esbuild error messages to …

    …include more information
    
    Prior to this change esbuild errors during the javascript optimization phase in the Webpack builder were not being formatting properly which caused meaningful information to be lost.
    
    Closes #24457
    
    (cherry picked from commit e91734f)
    alan-agius4 authored and clydin committed Jan 3, 2023

    Verified

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

Commits on Jan 5, 2023

  1. ci: use snapshot deploy secret directly

    Instead of encoding the GitHub snapshot robot access token in a file that needs to be decoded by an
    ambiguously named secret called `KEY`, the token can be directly stored in the secrets of CircleCI
    given easier maintenance and the same risk.
    
    The leakage of the secret still means the GitHub token file could be decoded. We are switching to a
    similar model as in the components repo, which also simplifies key rotations etc.
    devversion committed Jan 5, 2023

    Verified

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

Commits on Jan 6, 2023

  1. Copy the full SHA
    3463486 View commit details
Loading