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

Commits on Jan 13, 2023

  1. build: update dependency ng-packagr to v15.1.1

    (cherry picked from commit cbc3998)
    angular-robot authored and alan-agius4 committed Jan 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    4b59499 View commit details
  2. refactor(@angular-devkit/build-angular): remove direct import of i18n…

    … worker code
    
    The i18n inlining worker code was previously imported in several locations to allow
    reuse of the options object used to configure the worker. To prevent the worker
    code from being used outside of an actual worker, the options object definition is
    now located in a separate file and imported in both the worker and any other files
    that need to use the inlining options.
    
    (cherry picked from commit d05eb00)
    clydin authored and alan-agius4 committed Jan 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    9fa5f2c View commit details
  3. fix(@angular/cli): remove --to option from being required when usin…

    …g `--from` in `ng update`
    
    This change remove the requirement for the `to` option to be provided when using the `from` option in conjunction with `migrate-only`.
    
    Closes #24510
    
    (cherry picked from commit 697df4f)
    alan-agius4 committed Jan 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    5d9fd78 View commit details
  4. build: update dev-infra packages

    This is to address `error Couldn't find match for "6cdf0f2153298b828934373cc068b6a0f9dcf098" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-build-tooling-builds.git".` and `error Couldn't find match for "301673f54ebe816bbcf13fe503de105c5e5a6a9c" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-ng-dev-builds.git"`
    
    We also update the the stamping keys to match the changes in dev-infra.
    
    (cherry picked from commit 2a08e80)
    alan-agius4 authored and angular-robot[bot] committed Jan 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    b000481 View commit details
  5. fix(@angular/cli): register schematic aliases when providing collecti…

    …on name in `ng generate`
    
    Previously, schematic aliases were not registered when a collection name was provided to `ng generate`.  Example: `ng generate c` where `c` is an alias for `component` would work, but `ng generate @schematics/angular:c` would fail. This commits fixes the schematic registration to handle the latter case.
    
    Closes #24518
    
    (cherry picked from commit 3ebb195)
    alan-agius4 committed Jan 13, 2023
    1

    Verified

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

Commits on Jan 17, 2023

  1. fix(@angular-devkit/build-angular): prevent hanging initial build dur…

    …ing exception with esbuild
    
    When using the experimental esbuild-based browser application builder and an exception is thrown
    during the initial build, the process may hang indefinitely due to the Sass worker pool not
    shutting down fully. This does not happen for rebuilds after the initial.  To remedy this
    situation, The initial build is now wrapped in a try block to ensure that a full shutdown
    of the Sass worker pool occurs.
    
    (cherry picked from commit c3447e3)
    clydin authored and dgp1130 committed Jan 17, 2023
    Copy the full SHA
    bf4639a View commit details

Commits on Jan 18, 2023

  1. refactor: only collect Node version if it's a standard version string

    Any other kinds of Node version are collected as "other" to avoid pulling in an unbounded user input.
    
    (cherry picked from commit b5dcb29)
    dgp1130 committed Jan 18, 2023
    Copy the full SHA
    bc5555c View commit details
  2. fix(@schematics/angular): replace existing `BrowserModule.withServerT…

    …ransition` calls when running universal schematic
    
    This change fixes an issue where calling the universal schematic on an application with existing `BrowserModule.withServerTransition` will cause an additional `.withServerTransition` call to be added.
    
    With this change we now remove the previous `withServerTransition` call to avoid misconfiguration.
    
    Closes #24563
    
    (cherry picked from commit c8a3b30)
    alan-agius4 authored and dgp1130 committed Jan 18, 2023
    Copy the full SHA
    0f5fb7e View commit details
  3. Copy the full SHA
    97b443b View commit details
Loading