chore(deps): update angular-cli monorepo to v14 (major) #200
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.2
->14.2.12
6.2.9
->14.2.12
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v14.2.12
Compare Source
@angular/cli
v14.2.11
Compare Source
@angular-devkit/build-angular
5.76.1
Special Thanks
Alan Agius and Joey Perrott
v14.2.10
Compare Source
@angular/cli
@angular/localize@<10.0.0
from ng add pa… (#24152)@angular/[email protected]
from ng add package discovery@angular-devkit/build-angular
loader-utils
to3.2.1
Special Thanks
Alan Agius and Charles Lyding
v14.2.9
Compare Source
@angular-devkit/architect
@angular-devkit/build-angular
Special Thanks
Alan Agius and Charles Lyding
v14.2.8
Compare Source
@schematics/angular
Special Thanks
Andrew Scott
v14.2.7
Compare Source
@angular/cli
@angular-devkit/build-angular
Special Thanks
Alan Agius and Charles Lyding
v14.2.6
Compare Source
@angular/cli
which
binary in pathng update
without package names@angular-devkit/core
Special Thanks
AgentEnder and Alan Agius
v14.2.5
Compare Source
@angular-devkit/schematics
Special Thanks
Alan Agius and Charles Lyding
v14.2.4
Compare Source
@angular/cli
Special Thanks
Alan Agius, Jason Bedard and Paul Gschwendtner
v14.2.3
Compare Source
@angular-devkit/build-angular
@ngtools/webpack
Special Thanks
Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott
v14.2.2
Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
@media
queries inside css layersSpecial Thanks
Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott
v14.2.1
Compare Source
@angular/cli
v14.2.0
Compare Source
@angular/cli
@angular-devkit/build-angular
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott, Kristiyan Kostadinov and angular-robot[bot]
v14.1.3
Compare Source
@angular-devkit/core
Special Thanks
AgentEnder, Alan Agius, Charles Lyding and Jason Bedard
v14.1.2
Compare Source
@angular-devkit/build-angular
@ngtools/webpack
emitDecoratorMetadata
Special Thanks
Alan Agius, Charles Lyding and Jason Bedard
v14.1.1
Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
ngDevMode
in esbuilder@angular-devkit/core
classify
string util should concat string without using a.
@angular/create
Special Thanks
Alan Agius, Charles Lyding, Jason Bedard and Paul Gschwendtner
v14.1.0
Compare Source
@angular/cli
@schematics/angular
addDependency
utility rule install behavior@angular-devkit/build-angular
externalDependencies
to the esbuild browser builder@angular-devkit/schematics
chain
rule to accept iterables of rules@angular/create
yarn create
andnpm init
Special Thanks
Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]
v14.0.7
Compare Source
@schematics/angular
@angular-devkit/build-angular
@angular-devkit/core
Special Thanks
Alan Agius, Fortunato Ventre, Katerina Skroumpelou and Kristiyan Kostadinov
v14.0.6
Compare Source
@angular/cli
no
prefixed schema options@schematics/angular
@angular-devkit/build-angular
@angular-devkit/core
root
propertySpecial Thanks
Alan Agius and martinfrancois
v14.0.5
Compare Source
@angular/cli
@schematics/angular
RouterModule
parallel toRoutingModule
@angular-devkit/build-angular
@ngtools/webpack
node_modules
does not existSpecial Thanks
Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner
v14.0.4
Compare Source
@angular/cli
--collection
option inng new
@schematics/angular
sourceRoot
instead ofsrc
in universal schematic@angular-devkit/architect
@angular-devkit/build-angular
@ngtools/webpack
Special Thanks
Alan Agius, Charles Lyding and Tim Bowersox
v14.0.3
Compare Source
@angular/cli
ng completion
commands--configuration
withng run
no
@angular-devkit/build-angular
--include
optioncodeCoverageExclude
correctly in Windows@angular-devkit/core
Special Thanks
Alan Agius, Charles Lyding and Paul Gschwendtner
v14.0.2
Compare Source
@angular/cli
@schematics/angular
minimal
workspaces@angular-devkit/build-angular
en-US
Special Thanks
Alan Agius and Julien Marcou
v14.0.1
Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
verbose
option/ws
to/ng-cli-ws
@angular/pwa
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v14.0.0
Compare Source
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
.--configuration
cannot be used withng run
. Provide the configuration as part of the target. Ex:ng run project:builder:configuration
.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
.—-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
@angular-devkit/schematics-cli
@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.
To replicate the previous behavior, the
core-js
package should be manually installed and theimport 'core-js/proposals/reflect-metadata';
statement should be added to the application'spolyfills.ts
file.NG_BUILD_CACHE
environment variable has been removed.cli.cache
in the workspaceConfiguration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.