@angular/cli
| Commit | Description |
|---|---|
| handle missing package manager during analytics initialization |
@schematics/angular
| Commit | Description |
|---|---|
| add migrate-karma-to-vitest update migration | |
| add migration to add istanbul-lib-instrument | |
| add istanbul-lib-instrument to application/library generator dependencies |
@angular/build
| Commit | Description |
|---|---|
| move istanbul-lib-instrument to optional peer dependency | |
| preserve coverage ignore comments in development | |
| show clear error when styleUrl points to a TypeScript file |
Breaking Changes
@angular/build
istanbul-lib-instrumentis now an optional peer dependency.
Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:ng updatewill automatically add this dependency during the update process.