Angular CLI: v22.0.0-next.5 Release

Release date:
April 8, 2026
Previous version:
v22.0.0-next.4 (released April 1, 2026)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v22.0.0-next.5

Could not determine top contributors for this release.

Directory Browser for v22.0.0-next.5

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

@angular/cli

| Commit | Description | | -- | -- | | fix - 422c8183e | handle missing package manager during analytics initialization |

@schematics/angular

| Commit | Description | | -- | -- | | feat - be60a63b7 | add migrate-karma-to-vitest update migration | | feat - 43505066e | add migration to add istanbul-lib-instrument | | fix - 470e1f937 | add istanbul-lib-instrument to application/library generator dependencies |

@angular/build

| Commit | Description | | -- | -- | | feat - 3007f46b7 | move istanbul-lib-instrument to optional peer dependency | | fix - 829bdc61d | preserve coverage ignore comments in development | | fix - e2f95fc19 | show clear error when styleUrl points to a TypeScript file |

Breaking Changes

@angular/build

  • istanbul-lib-instrument is now an optional peer dependency. Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.