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.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: 15.0.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 28, 2022

  1. fix(@angular-devkit/build-angular): correctly set Sass quietDeps and …

    …verbose options
    
    The logic to set these options was flipped which caused the warnings to
    be displayed when verbose was disabled.
    
    (cherry picked from commit 012393d)
    jvalkeejarvi authored and alan-agius4 committed Nov 28, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    2891d5b View commit details
  2. fix(@ngtools/webpack): elide unused type references

    In the case the import declaration has an unused import we did not properly elide type references when `emitDecoratorMetadata` is disabled.
    
    Closes #24295
    
    (cherry picked from commit 856720b)
    alan-agius4 committed Nov 28, 2022

    Verified

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

Commits on Nov 29, 2022

  1. Revert "docs: remove @latest reference from npm init command"

    This reverts commit 467ba5a.
    
    (cherry picked from commit a38650d)
    alan-agius4 committed Nov 29, 2022

    Verified

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

Commits on Nov 30, 2022

  1. Verified

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