-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 13.0.1
head repository: angular/angular-cli
compare: 13.0.2
- 12 commits
- 16 files changed
- 4 contributors
Commits on Nov 4, 2021
-
fix(@angular-devkit/build-angular): don't restore
inputof type `fi…Configuration menu - View commit details
-
Copy full SHA for 35164bf - Browse repository at this point
Copy the full SHA 35164bfView commit details -
fix(@angular-devkit/build-angular): update Angular peer dependencies …
…to 13.0 stable Only stable versions are officially supported.
Configuration menu - View commit details
-
Copy full SHA for 1cdc24d - Browse repository at this point
Copy the full SHA 1cdc24dView commit details -
fix(@angular-devkit/build-angular): don't show `[NG HMR] Unknown inpu…
…t type` when restoring file type input (cherry picked from commit 3a89358)
Configuration menu - View commit details
-
Copy full SHA for facb5d8 - Browse repository at this point
Copy the full SHA facb5d8View commit details
Commits on Nov 8, 2021
-
fix(@angular/cli): avoid redirecting @angular/core in Angular migrations
Files should not redirect `@angular/core` and instead use the direct dependency of the `@schematics/angular` package. This allows old major version migrations to continue to function even though the latest major version may have breaking changes in `@angular/core`. (cherry picked from commit 4a5ca16)
Configuration menu - View commit details
-
Copy full SHA for 34047b1 - Browse repository at this point
Copy the full SHA 34047b1View commit details -
fix(@angular-devkit/build-angular): suppress "@charset" must be the f…
…irst rule in the file warning esbuild will issue a warning when `@charset` is in the middle of the file. This is caused by css-loader will concats the file and doesn't hoist `@charset`, (webpack/css-loader#1212). While, esbuild will issue a warning regarding the above, it will hoist to the very top. In many cases, this warning is not actionable by the users as the `@charset` would be likely specified in 3rd party libs. Closes #22097 (cherry picked from commit b3e5888)
Configuration menu - View commit details
-
Copy full SHA for 966a133 - Browse repository at this point
Copy the full SHA 966a133View commit details -
fix(@schematics/angular): show warning when migrating ng-packagr JS c…
Configuration menu - View commit details
-
Copy full SHA for 9ea74a1 - Browse repository at this point
Copy the full SHA 9ea74a1View commit details
Commits on Nov 9, 2021
-
fix(@angular/cli): favor ng-update
packageGroupNamein ng update ou…Configuration menu - View commit details
-
Copy full SHA for ff4538e - Browse repository at this point
Copy the full SHA ff4538eView commit details -
fix(@angular-devkit/build-angular): improve sourcemap fidelity during…
… code-coverage We now pass the input sourcemap to istanbul babel plugin, since this is used directly by the instrumenter https://github.com/istanbuljs/babel-plugin-istanbul/blob/d58c92a7de5e8ac84c598e02325b05f5b9800107/src/index.js#L126-L129 and is needed to remapped instrumented code back to the original source. Previously, the lack of this caused incorrect reports of uncovered and coverage code and also incorrectly mappings in the HTML report. Closes #22118 (cherry picked from commit 5990ed9)
Configuration menu - View commit details
-
Copy full SHA for ef8815d - Browse repository at this point
Copy the full SHA ef8815dView commit details
Commits on Nov 10, 2021
-
refactor: fix ng-new template pointing to Angular animations with Mat…
…erial logo Fixes that the `new new` generated app component template currently provides a link to Angular Animations with the Angular Material logo, according to: https://angular.io/presskit. This commit switches the link to Angular Material with the assumption that this was intended to point to Angular Material from the beginning. (cherry picked from commit b230d35)
Configuration menu - View commit details
-
Copy full SHA for 57ae543 - Browse repository at this point
Copy the full SHA 57ae543View commit details -
fix(@schematics/angular): migrate ng-packagr configurations in packag…
Configuration menu - View commit details
-
Copy full SHA for 1bc00b6 - Browse repository at this point
Copy the full SHA 1bc00b6View commit details -
build: update to latest @angular/dev-infra-private to address issues …
…related to verifying environment Update to the latest package which properly checks if the running version of ng-dev is the version described in yarn lock.
Configuration menu - View commit details
-
Copy full SHA for f977351 - Browse repository at this point
Copy the full SHA f977351View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d185cf8 - Browse repository at this point
Copy the full SHA d185cf8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 13.0.1...13.0.2