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: 8e3b551bed32ab403490ce588059389f5dbadf39
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: 7ffa2f26d1ad82fc57c19cb35539f011f19a7988
Choose a head ref
  • 6 commits
  • 24 files changed
  • 5 contributors

Commits on May 5, 2022

  1. build: preparation for primary branch rename in the Angular repos

    Preparation for the framework repo as outlined our planning
    document.
    devversion authored and dgp1130 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0b39eee View commit details
    Browse the repository at this point in the history
  2. build: cleanup references to old master branch

    Cleans up all referneces to the old `master` branch.
    devversion authored and dgp1130 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3b484b1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. test: allow Artistic-2.0 license

    (cherry picked from commit e72fbcd)
    jbedard authored and dgp1130 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b9a8e91 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. fix(@angular/cli): resolve relative schematic from angular.json ins…

    …tead of current working directory
    
    Relative schematics referenced in `angular.json` `schematicCollections` and `defaultCollection` were always resolved from the current working directory, which is not correct and caused the collection not to be resolved when the this is different from the location of the workspace config.
    
    Closes #23136
    alan-agius4 authored and clydin committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e20964c View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): update babel-loader to 8.2.5

    The newer version of `babel-loader` contains a fix for its hash function usage
    that will cause it to not use MD4 on Node.js versions that no longer support that
    hashing algorithm.
    
    Fixes #23134
    clydin committed May 18, 2022
    Configuration menu
    Copy the full SHA
    16fec8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ffa2f2 View commit details
    Browse the repository at this point in the history
Loading