ngx-persian
ngx-persian copied to clipboard
Bump @angular-devkit/build-angular from 13.1.4 to 14.0.0
Bumps @angular-devkit/build-angular from 13.1.4 to 14.0.0.
Release notes
Sourced from @angular-devkit/build-angular
's releases.
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 withng analytics <setting>
ng analytics <setting>
has been replaced withng 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 fromng update
has been removed without replacement. To update packages which don’t provideng update
capabilities in your workspacepackage.json
usenpm update
,yarn upgrade-interactive
oryarn 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 toproduction
.Deprecated
ng x18n
andng i18n-extract
commands have been removed in favor ofng extract-i18n
.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 ofng version
andng 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-devkit/build-angular
browser
andkarma
buildersscript
andstyles
options input files extensions are now validated.Valid extensions for
scripts
are:
.js
.cjs
.mjs
.jsx
.cjsx
.mjsx
Valid extensions for
styles
are:
.css
.less
.sass
.scss
.styl
We now issue a build time error since importing a CSS file as an ECMA module is non standard Webpack specific feature, which is not supported by the Angular CLI.
This feature was never truly supported by the Angular CLI, but has as such for visibility.
Reflect metadata polyfill is no longer automatically provided in JIT mode Reflect metadata support is not required by Angular in JIT applications compiled by the CLI. Applications built in AOT mode did not and will continue to not provide the polyfill. For the majority of applications, the reflect metadata polyfill removal should have no effect. However, if an application uses JIT mode and also uses the previously polyfilled reflect metadata JavaScript APIs, the polyfill will need to be manually added to the application after updating.
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
14.0.0 (2022-06-02)
Breaking Changes
@angular/cli
Several changes to the
ng analytics
command syntax.
ng analytics project <setting>
has been replaced withng analytics <setting>
ng analytics <setting>
has been replaced withng 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 fromng update
has been removed without replacement. To update packages which don’t provideng update
capabilities in your workspacepackage.json
usenpm update
,yarn upgrade-interactive
oryarn 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 toproduction
.Deprecated
ng x18n
andng i18n-extract
commands have been removed in favor ofng extract-i18n
.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 ofng version
andng 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-devkit/architect-cli
- camel case arguments are no longer allowed.
@angular-devkit/schematics-cli
- camel case arguments are no longer allowed.
@angular-devkit/build-angular
browser
andkarma
buildersscript
andstyles
options input files extensions are now validated.Valid extensions for
scripts
are:
.js
.cjs
.mjs
.jsx
.cjsx
.mjsx
Valid extensions for
styles
are:
.css
.less
.sass
... (truncated)
Commits
453c644
release: cut the v14.0.0 release9422862
release: cut the v14.0.0-rc.3 releasea2903ec
docs: remove hard line wrapping from auto-completion terminal snippet48630cc
fix(@angular-devkit/build-angular
): detecttailwind.config.cjs
as valid tai...48f9b79
fix(@angular-devkit/schematics
): support ignore scripts package installs with...3471cd6
fix(@angular-devkit/schematics
): support quiet package installs with Yarn 2+b97772d
fix(@angular/cli
): support silent package installs with Yarn 2+e7b5ba5
refactor(@schematics/angular
): move standalone component helpers to a private...87cd5cd
fix(@angular/cli
): workaround npm 7+ peer dependency resolve errors during up...2adf252
fix(@angular-devkit/build-angular
): add es2015 exports package condition to b...- Additional commits viewable in compare view
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)