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: 13.2.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: 13.2.2
Choose a head ref
  • 14 commits
  • 28 files changed
  • 3 contributors

Commits on Jan 31, 2022

  1. build: add an action for handling feature requests

    Add feature request voting process github actions to the repo.
    
    (cherry picked from commit c47195a)
    josephperrott authored and dgp1130 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    7d0d2c8 View commit details
    Browse the repository at this point in the history
  2. perf(@angular-devkit/build-angular): update license-webpack-plugin

    …to `4.0.1`
    
    Changes that improve performance:
    - use resolve data already present in most modules
    - use throwIfNoEntry option on filesystem operations to improve performance
    alan-agius4 authored and dgp1130 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b0e2bb2 View commit details
    Browse the repository at this point in the history
  3. docs: move developer guide into a seperate file

    Currently, the `readme.md` also contains information on how to build and test the CLI which isn't useful to most users. With this change we move this information into a seperate document.
    
    (cherry picked from commit 40fb1a1)
    alan-agius4 authored and dgp1130 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ae33907 View commit details
    Browse the repository at this point in the history
  4. docs: improve readme

    Update readme to match that of angular/angular
    
    (cherry picked from commit 3829fb2)
    alan-agius4 authored and dgp1130 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    9b58547 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. fix(@angular-devkit/build-angular): add whatwg-url to downlevel exc…

    …lusion list
    
    Similar to #21739, `whatwg-url` seems to suffer from the same issue as #21735
    
    ```ts
    const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);
    ```
    
    (cherry picked from commit 1842bd5)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    cc5505c View commit details
    Browse the repository at this point in the history
  2. docs(@angular-devkit/build-angular): add missing period in include

    …description
    
    (cherry picked from commit 378ec0b)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6982177 View commit details
    Browse the repository at this point in the history
  3. test: remove hardcoded app-shell test

    With this change we remove the hard coded app-shell test that is currently failing in Node.Js 12.
    
    We can remove this test, because this is a duplicate of https://github.com/angular/angular-cli/blob/master/tests/legacy-cli/e2e/tests/build/build-app-shell-with-schematic.ts which app-shell is generated using schematics.
    
    (cherry picked from commit c95ab70)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    32b3064 View commit details
    Browse the repository at this point in the history
  4. fix(@angular-devkit/build-angular): ensure to use content hash as fil…

    …enames hashing mechanism
    
    Previously we used hash which resulted in a unique hash generated for every build even when the contents of the files didn't differ.
    
    More info: https://webpack.js.org/guides/caching/#output-filenames
    
    (cherry picked from commit dc1817a)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ff54b49 View commit details
    Browse the repository at this point in the history
  5. build: add missing dependency for tar/repo substitution

    (cherry picked from commit 10adcea)
    kormide authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    68dc99c View commit details
    Browse the repository at this point in the history
  6. build: use bazel for snapshot builds

    (cherry picked from commit 8c65ad1)
    kormide authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    491e210 View commit details
    Browse the repository at this point in the history
  7. build: stop publishing @angular-devkit/build-optimizer to NPM

    With this change we mark the deprecated `@angular-devkit/build-optimizer` package as a private and stop publishing it to NPM.
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    76c08e2 View commit details
    Browse the repository at this point in the history
  8. fix(@angular-devkit/core): correctly resolve schema references defaults

    Closes #22600
    
    (cherry picked from commit bf733d6)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c8826a9 View commit details
    Browse the repository at this point in the history
  9. docs(@angular/cli): update @angular/cli package readme

    Previously, the `@angular/cli` readme contained a lot of un-needed information for application users
    
    (cherry picked from commit fafb9dd)
    alan-agius4 authored and dgp1130 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    687f224 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb374a1 View commit details
    Browse the repository at this point in the history
Loading