Angular CLI: 14.0.0-next.6 Release

Release date:
March 16, 2022
Previous version:
14.0.0-next.5 (released March 9, 2022)
Magnitude:
575 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in 14.0.0-next.6

alan-agius4
dgp1130
josephperrott
renovate-bot
clydin

Directory Browser for 14.0.0-next.6

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

Release Notes Published

<a name="14.0.0-next.6"></a>

14.0.0-next.6 (2022-03-16)

Breaking Changes

@angular/cli

  • Several changes to the ng analytics command syntax.

  • ng analytics project <setting> has been replaced with ng analytics <setting>

  • ng analytics <setting> has been replaced with ng analytics <setting> --global

  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.

    @angular-devkit/build-angular

  • NG_BUILD_CACHE environment variable has been removed. cli.cache in the workspace configuration should be used instead.

    @schematics/angular

    | Commit | Description | | -- | -- | | fix - c927c038b | remove @types/node from new projects |

    @angular/cli

    | Commit | Description | | -- | -- | | feat - afafa5788 | add --global option to ng analytics command | | feat - bb550436a | add ng analytics info command | | feat - 7ab22ed40 | add disable/enable aliases for off/on ng analytics command | | feat - 7fa3e6587 | support TypeScript 4.6.2 | | fix - 9edeb8614 | add long description to ng update | | fix - a49cdfbfe | don't prompt for analytics when running ng analytics | | fix - 054ae02c2 | favor project in cwd when running architect commands | | fix - 96a0d92da | remove JSON serialized description from help output | | fix - ca401255f | sort commands in help output |

    @angular-devkit/build-angular

    | Commit | Description | | -- | -- | | refactor - b8564a638 | remove deprecated NG_BUILD_CACHE environment variable |

    Special Thanks

    Alan Agius, Charles Lyding, Doug Parker and Joey Perrott