Angular CLI: 14.0.0-next.13 Release

Release date:
May 5, 2022
Previous version:
14.0.0-next.12 (released April 27, 2022)
Magnitude:
461 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

22 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 3, 2022

Top Contributors in 14.0.0-next.13

clydin
dgp1130
devversion
alan-agius4
renovate-bot
pawel-kozlowski-3f7e

Directory Browser for 14.0.0-next.13

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.13"></a>

14.0.0-next.13 (2022-05-04)

Breaking Changes

@angular-devkit/schematics

  • Schematics NodePackageInstallTask will not execute package scripts by default The NodePackageInstallTask will now use the package manager's --ignore-scripts option by default. The --ignore-scripts option will prevent package scripts from executing automatically during an install. If a schematic installs packages that need their install/postinstall scripts to be executed, the NodePackageInstallTask now contains an allowScripts boolean option which can be enabled to provide the previous behavior for that individual task. As with previous behavior, the allowScripts option will prevent the individual task's usage of the --ignore-scripts option but will not override the package manager's existing configuration. ### @schematics/angular | Commit | Description | | -- | -- | | feat - 3fa38b08b | introduce addDependency rule to utilities | | feat - b07ccfbb1 | introduce a utility subpath export for Angular rules and utilities | ### @angular/cli | Commit | Description | | -- | -- | | feat - 4212fb8de | add prompt to set up CLI autocompletion | | feat - fb0622893 | don't prompt to set up autocompletion for ng update and ng completion commands | | feat - 022d8c7bb | make ng completion set up CLI autocompletion by modifying .bashrc files | | feat - 2e15df941 | remember after prompting users to set up autocompletion and don't prompt again | ### @angular-devkit/schematics | Commit | Description | | -- | -- | | feat - 0e6425fd8 | disable package script execution by default in NodePackageInstallTask | ### @angular/pwa | Commit | Description | | -- | -- | | fix - 243cb4062 | remove @schematics/angular utility deep import usage | ## Special Thanks Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and Pawel Kozlowski