fix(deps): update angularcli monorepo to v11 (major) #408
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:
10.2.0
->11.0.1
10.2.0
->11.0.1
Release Notes
angular/angular-cli
v11.0.1
Compare Source
Commits
@angular-devkit/build-angular (0.1100.1)
@schematics/angular (11.0.1)
Special Thanks
Alan Agius, Charles Lyding, Keen Yee Liau, Cédric Exbrayat
v11.0.0
Compare Source
Commits
@angular-devkit/architect-cli (0.1100.0)
@angular-devkit/build-angular (0.1100.0)
@angular-devkit/build-optimizer (0.1100.0)
[Closes #18621]
@angular-devkit/build-webpack (0.1100.0)
@angular-devkit/core (11.0.0)
@angular-devkit/schematics (11.0.0)
[Closes #11026]
@angular/cli (11.0.0)
[Closes #13095]
[Closes #12261]
[Closes #12243]
[Closes #18813]
@schematics/angular (11.0.0)
@ngtools/webpack (11.0.0)
@schematics/update (0.1100.0)
Breaking Changes
@angular-devkit/build-angular: remove deprecated browser build option rebaseRootRelativeCssUrls (7535f4f)
Deprecated `rebaseRootRelativeCssUrls` browser builder option has been removed without replacement. This option was used to change root relative URLs in stylesheets to include base HREF and deploy URL and was used only for compatibility and transition as this behavior is non-standard.@ngtools/webpack: remove support for TypeScript 3.9 (0296f0f)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.@angular-devkit/build-angular: remove support for TypeScript 3.9 (af4620a)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.delete @angular-devkit/build-ng-packagr (b1f0858)
Deprecated `@angular-devkit/build-ng-packagr` has been removed. Please use `ng-packagr` builder from `@angular-devkit/build-angular` instead.Note: this change doesn't effect application and library developers,
as they will be migrated to use the new builder during ng update.
@angular-devkit/core: remove deprecated isObservable function (660f214)
Deprecated `isObservable` function removed. As an alternative, use `isObservable` from the `rxjs` package. NOTE: This change does not affect application development.@angular-devkit/build-angular: remove deprecated karma builder `environment` option (aab73e2)
Remove deprecated karma builder `environment` option@schematics/angular: remove IE9/10 from browserslist for new projects (e64ea69)
Deprecated support for IE 9-10 has been removed in Angular 11. Only IE 9-10 support has been removed. IE 11 is officially supported in Angular 11.@angular-devkit/architect: remove deprecated `TestLogger` (d3ad095)
Deprecated `TestLogger` has been removed. Use `logging` API from `'@angular-devkit/core'` instead.Note: this change doesn't effect application developers.
@angular-devkit/core: remove deprecated terminal utils (6d43e32)
Deprecated `@angular-devkit/core` terminal API has been removed. Use 3rd party packages like chalk, colors or ansi-colors instead.Note: this changes doesn't effect application developers
@angular-devkit/core: remove resolve methods and options (208336d)
deprecated API's `ModuleNotFoundException`, `ResolveOptions`, `resolve` have been removed. Use `MODULE_NOT_FOUND` and `require.resolve` instead.Note: this change only effect users using
@angular-devkit/core
public API and not application developers.@angular-devkit/build-angular: remove deprecated `scripts[].lazy` and `styles[].lazy` (197e96b)
- Deprecated `scripts[].lazy` has been renamed with `scripts[].inject` - Deprecated `styles[].lazy` has been renamed with `styles[].inject`Note: this change only effects direct
@angular-devkit/build-angular
users and not application developers. Users will be migrated automatically off these options.@angular-devkit/build-angular: deprecate `extractCss` browser builder option (dd26018)
Browser builder `extractCss` option default value has been changed from `false` to `true`. This is to reflect the default behaviour when this deprecated option is removed.@angular-devkit/core: remove experimental workspace API (df70c7a)
The experimental workspace API has been removed from `@angular-devkit/core`. This API was no longer used by the Angular CLI and was replaced with the stable workspace API also found within `@angular-devkit/core`. This change does not affect project code and is related to tooling infrastructure only.Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Keen Yee Liau, Doug Parker, Dmitriy Shekhovtsov, Joey Perrott, mgechev, Jefiozie, Aristeidis Bampakos, jaroslawsawicki, Lukas Spirig, Jaime Oliveira, Bjarki, Drummond Dawson, eranshmil, Cédric Exbrayat, geromegrignon, santoshyadavdev, Andrei Alecu
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.