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.1.2
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.1.3
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 18, 2023

  1. Revert "refactor: temporaily disable sending analytics"

    This reverts commit df9674b.
    
    Re-enables anayltics.
    
    (cherry picked from commit f7c78dd)
    dgp1130 committed Jan 18, 2023

    Verified

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

Commits on Jan 19, 2023

  1. fix(@angular/cli): handle extended schematics when retrieving aliases

    Previously base collections where not being taken into account and the recent changes caused an exception
    
    ```
    An unhandled exception occurred: Cannot destructure property 'aliases' of 'collection.description.schematics[schematicName]' as it is undefined.
    ```
    
    See: https://angular-team.slack.com/archives/CHEEH2LCA/p1674122139247359
    (cherry picked from commit b5737ef)
    alan-agius4 authored and dgp1130 committed Jan 19, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    de15ec5 View commit details
  2. fix(@angular-devkit/build-angular): avoid undefined module path for S…

    …ass imports in esbuild
    
    When using Sass with the experimental esbuild-based browser application builder, bare imports
    without a path segment that were available via included paths but also happen to be a node module
    could cause an exception. An example of such an import would be `@import "globals";`. The deep
    import node module logic would previously attempt to join an undefined path segment to the resolved
    path for the `globals` package which would raise a argument type exception. This case has now been
    fixed by only joining if there is actually a path segment present such as `@import "globals/x"`.
    With this fix in place, the node module case can then continue and if no stylesheet is found, the
    include paths will then be searched.
    
    (cherry picked from commit d19f260)
    clydin authored and dgp1130 committed Jan 19, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    f31bf30 View commit details
  3. fix(@angular-devkit/core): handle number like strings in workspace wr…

    …iter
    
    The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name.
    
    Closes #24541
    
    (cherry picked from commit f6f5d79)
    alan-agius4 authored and dgp1130 committed Jan 19, 2023

    Verified

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

Commits on Jan 20, 2023

  1. fix(@angular-devkit/build-angular): update browserslist config to inc…

    …lude last 2 Chrome versions
    
    angular/angular#48669 added support for the last 2 Chrome versions
    (cherry picked from commit 97907ad)
    alan-agius4 authored and dgp1130 committed Jan 20, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    c152a4a View commit details
  2. fix(@schematics/angular): update browserslist config to include last …

    …2 Chrome version
    
    angular/angular#48669 added support for the last 2 Chrome versions
    (cherry picked from commit 7b0c1ce)
    alan-agius4 authored and dgp1130 committed Jan 20, 2023
    Copy the full SHA
    2c04f4a View commit details

Commits on Jan 24, 2023

  1. docs(@angular/cli): minor updates to ng run description

    Minor improvements of `ng run` docs
    
    (cherry picked from commit 89ab299)
    alan-agius4 authored and clydin committed Jan 24, 2023
    Copy the full SHA
    e293cb1 View commit details

Commits on Jan 25, 2023

  1. Copy the full SHA
    3c459c3 View commit details
  2. Copy the full SHA
    b27ce5d View commit details
Loading