add text to help output to indicate that additional commands are available when ran in different context
avoid creating unnecessary global configuration
correct scope cache command
correctly print package manager name when an install is needed
during an update only use package manager force option with npm 7+
ensure full process exit with older local CLI versions
handle project being passed as a flag
improve resilience of logging during process exit
provide actionable error when project cannot be determined
@angular-devkit/build-angular
Commit
Description
log modified and removed files when using the verbose option
replace dev-server socket path from /ws to /ng-cli-ws
update Angular peer dependencies to 14.0 stable
@angular/pwa
Commit
Description
add peer dependency on Angular CLI
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v14.0.0
14.0.0 (2022-06-02)
Breaking Changes
@angular-devkit/schematics-cli
camel case arguments are no longer allowed.
@angular-devkit/architect-cli
camel case arguments are no longer allowed.
@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 Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
--all option from ng update has been removed without replacement. To update packages which don’t provide ng update capabilities in your workspace package.json use npm update, yarn upgrade-interactive or yarn upgrade instead.
Deprecated option --prod has been removed from all builders. --configuration production/-c production should be used instead if the default configuration of the builder is not configured to production.
Deprecated ng x18n and ng i18n-extract commands have been removed in favor of ng extract-i18n.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @angular-devkit/schematics from 10.1.3 to 14.0.1.
Release notes
Sourced from
@angular-devkit/schematics
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/schematics
's changelog.... (truncated)
Commits
75016d7
release: cut the v14.0.1 releasee2d9642
fix(@angular/cli
): correctly print package manager name when an install is ne...c788d5b
fix(@angular-devkit/build-angular
): log modified and removed files when using...651adad
fix(@angular-devkit/build-angular
): update Angular peer dependencies to 14.0 ...0cca363
fix(@angular/cli
): handle project being passed as a flag17fec13
fix(@angular/cli
): provide actionable error when project cannot be determined613ba31
test(@angular/cli
): movecompletion
command test in own directory792930d
docs: remove azure builder referencecfd264d
fix(@angular/pwa
): add peer dependency on Angular CLIe223890
fix(@angular/cli
): ensure full process exit with older local CLI versionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)