fix(deps): update angularcli monorepo to v10 (major) #299
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:
9.1.9
->10.0.0
9.1.9
->10.0.0
Release Notes
angular/angular-cli
v10.0.0
Compare Source
Commits
@angular-devkit/architect (0.1000.0)
@angular-devkit/build-angular (0.1000.0)
[Closes #16875]
[Closes #17890]
@angular-devkit/build-optimizer (0.1000.0)
@angular-devkit/schematics (10.0.0)
@angular/cli (10.0.0)
[Closes #16615]
@ngtools/webpack (10.0.0)
@schematics/angular (10.0.0)
[Closes #8138]
@schematics/schematics (0.1000.0)
Breaking Changes
remove deprecate protractor `elementExplorer` (5395cec)
Protractor builder elementExplorer option has been removed. This was not compatable with the Node.Js versions that the Angular CLI supports. See: https://github.com/angular/protractor/blob/master/docs/debugging.md#enabled-control-flow for an alternative debugging methods.@angular/cli: remove deprecated get/set commands (b66b9b8)
Deprecated `ng set` and `ng get` have been removed, use `ng config` instead.@angular/cli: remove deprecated typescriptMismatch (28f87cb)
Removed deprecated `typescriptMismatch` warning option. Users will be migrated off this option automatically. Users wishing to disable TypeScript version checks should use the Angular compiler option `disableTypeScriptVersionCheck`, see https://angular.io/guide/angular-compiler-options#disabletypescriptversioncheck for more information.@schematics/angular: remove deprecated options from app-shell and universal schematics (ac3aff2)
The below options have been removed as they had no effect - `test` and `testTsconfigFileName` have been removed form the universal schematic - `universalProject`, `name`, `outDir`, `root` and `index` have been removed from the app-shell schematic@angular-devkit/build-angular: remove unused server builder options (08062e9)
options `commonChunk` and `vendorChunk` have been removed from the server builder.Note: this change only effects direct @angular-devkit/build-angular users and not the application developers as users will be migrated automatically off these options.
@ngtools/webpack: remove deprecated isSupported method (51de4f7)
`isSupported` method has been removed from `AngularCompilerPlugin` as it has become redundant with peer dependencies.Note: this change only effects direct
@ngtools/webpack
users and not the application developers.@angular-devkit/build-angular: remove deprecated `evalSourceMap`, `vendorSourceMap`, `profile` and `skipAppShell` options (8fb7e58)
The following deprecated devkit builders options have been removed: - `skipAppShell:` This has no effect - `evalSourceMap`: This done to improve performance in older versions of the CLI and is no longer needed - `vendorSourceMap`: Use `sourceMap.vendor` instead - `profile`: Use `NG_BUILD_PROFILING` environment variable insteadSpecial Thanks
Renovate Bot, Alan Agius, Filipe Silva, Charles Lyding, Keen Yee Liau, mgechev, Doug Parker, Greg Magolan, Walter Werner SCHNEIDER, Kishan Gajera, renovate[bot], aly ahmed, Cyrille Tuzi, Cédric Exbrayat, Joey Perrott, Pete Bacon Darwin, Fabian Wiles
Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.