Angular CLI: 14.0.0-next.5 Release

Release date:
March 9, 2022
Previous version:
14.0.0-next.4 (released March 2, 2022)
Magnitude:
871 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in 14.0.0-next.5

alan-agius4
josephperrott
renovate-bot

Directory Browser for 14.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

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

14.0.0-next.5 (2022-03-09)

Breaking Changes

@angular/cli

  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.

  • Several changes in the Angular CLI commands and arguments handling:

    • ng help has been removed in favour of the β€”-help option.
    • ng β€”-version has been removed in favour of ng version and ng v.
    • Deprecated camel cased arguments are no longer supported. Ex. using β€”-sourceMap instead of β€”-source-map will result in an error.
    • ng update, β€”-migrate-only option no longer accepts a string of migration name, instead use β€”-migrate-only -β€”name <migration-name>.
    • β€”-help json help has been removed. ### @angular/cli | Commit | Description | | -- | -- | | feat - 4ebfe0341 | drop support for Node.js 12 | | refactor - 2e0493130 | replace command line arguments parser | ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | fix - e28c71597 | ignore css only chunks during naming | ## Special Thanks Alan Agius