v14.0.0-next.13
Pre-release
Pre-release
14.0.0-next.13 (2022-05-04)
Breaking Changes
@angular-devkit/schematics
- Schematics
NodePackageInstallTaskwill not execute package scripts by default
TheNodePackageInstallTaskwill now use the package manager's--ignore-scriptsoption by default.
The--ignore-scriptsoption will prevent package scripts from executing automatically during an install.
If a schematic installs packages that need theirinstall/postinstallscripts to be executed, the
NodePackageInstallTasknow contains anallowScriptsboolean option which can be enabled to provide the
previous behavior for that individual task. As with previous behavior, theallowScriptsoption will
prevent the individual task's usage of the--ignore-scriptsoption but will not override the package
manager's existing configuration.
@schematics/angular
| Commit | Description |
|---|---|
introduce addDependency rule to utilities |
|
| introduce a utility subpath export for Angular rules and utilities |
@angular/cli
@angular-devkit/schematics
| Commit | Description |
|---|---|
disable package script execution by default in NodePackageInstallTask |
@angular/pwa
| Commit | Description |
|---|---|
remove @schematics/angular utility deep import usage |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and Pawel Kozlowski