ng-packaged
ng-packaged copied to clipboard
build: update @angular/cli to version 11.0.0-rc.0 (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular/cli | devDependencies | major | 8.0.0-beta.0 -> 11.0.0-rc.0 |
| @angular/common | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/common | peerDependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/compiler | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/compiler-cli | devDependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/core | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/core | peerDependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/forms | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/language-service | devDependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/platform-browser | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/platform-browser-dynamic | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
| @angular/router | dependencies | major | 8.0.0-beta.4 -> 11.0.0-rc.0 |
Release Notes
angular/angular-cli
v11.0.0-rc.0
Commits
@angular-devkit/build-angular (0.1100.0-rc.0) | ||
| Commit | Description | Notes |
|
|
don't add publicHost pathname to sockPath in dev-server | |
|
|
update resolve-url-loader to version 3.1.2 | |
|
|
add a base href to karma debug context |
[Closes #19116] |
|
|
don't set watchOptions in webpack-middleware | |
|
|
disable dev-server live-reload when using protoactor | |
|
|
correctly reference hmr-accept.js file in windows error |
[Closes #19099] |
|
|
ensure correct SRI values with differential loading |
[Closes #18254] |
|
|
set HTML lang attribute when serving |
[Closes #18094] |
|
|
override already existing assets in compilation |
[Closes #18787] |
@angular-devkit/build-optimizer (0.1100.0-rc.0) | ||
| Commit | Description | Notes |
|
|
support jit mode guarded class metadata removal | |
@angular-devkit/core (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
allow prompt providers to access property types | |
@angular-devkit/schematics (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
show active package manager with install task | |
@angular/cli (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
use newer update command if global version is newer | |
|
|
coerce prompt answers to requested property types | |
|
|
skip searching deprecated packages with ng add | |
|
|
include deprecated option in JSON help | |
|
|
add missing dev-server `headers` option in IDE schema | |
@ngtools/webpack (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
improve bad component resource error message | |
|
|
support jit mode guarded class metadata removal | |
@schematics/angular (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
add migration to remove rebaseRootRelativeCssUrls from workspace config | |
|
|
add generation for resolvers | |
|
|
remove lint fix default value |
[Closes #19169] |
|
|
allow inlineTemplate/inlineStyle with minimal application |
[Closes #17528] |
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.(cherry picked from commit 981b4bb)
@ngtools/webpack: remove support for TypeScript 3.9 (0296f0f)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.(cherry picked from commit 21351dc)
@angular-devkit/build-angular: remove support for TypeScript 3.9 (af4620a)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.(cherry picked from commit f4c481d)
Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Doug Parker, Keen Yee Liau, Jaime Oliveira, Jefiozie
v11.0.0-next.7
Commits
@angular-devkit/build-angular (0.1100.0-next.7) | ||
| Commit | Description | Notes |
|
|
enable font inlining optimizations | |
|
|
add font inliner | |
|
|
support custom headers in dev-server | |
|
|
bump ng-packagr supported version to 11 | |
|
|
remove .js files equivalent of css when using extract css | |
|
|
only show cannot restore inputs/options when old length is > 0 | |
|
|
include HMR accept code in main.ts | |
|
|
use IE11 as oldest browser when downlevelling | |
@angular-devkit/build-optimizer (0.1100.0-next.7) | ||
| Commit | Description | Notes |
|
|
increase safety of code removal |
[Closes #14033] [Closes #18621] |
@angular/cli (11.0.0-next.7) | ||
| Commit | Description | Notes |
|
|
resolve packages package.json from workspace directory | |
|
|
don't display prompts twice |
[Closes #19027] |
|
|
don't show deprecation messages for defaults when using `--defaults` | |
@ngtools/webpack (11.0.0-next.7) | ||
| Commit | Description | Notes |
|
|
properly merge webpack 5 resolver options | |
|
|
correctly create Webpack5 file watcher | |
@schematics/angular (11.0.0-next.7) | ||
| Commit | Description | Notes |
|
|
update ng-packagr to version 11 | |
|
|
use strict guide short url | |
Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Minko Gechev, Bjarki
v11.0.0-next.6
Commits
Breaking Changes
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.
Special Thanks
Keen Yee Liau
v11.0.0-next.5
Commits
Breaking Changes
@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.Special Thanks
Charles Lyding, Alan Agius, Renovate Bot, jaroslawsawicki, Keen Yee Liau, Joey Perrott, Drummond Dawson, Aristeidis Bampakos
v11.0.0-next.4
Commits
@angular-devkit/architect-cli (0.1100.0-next.4) | ||
| Commit | Description | Notes |
|
|
remove minimist `_` from options |
[Closes #18889] |
@angular-devkit/build-angular (0.1100.0-next.4) | ||
| Commit | Description | Notes |
|
|
enable Ivy extraction by default for Ivy applications | |
|
|
support package references in styles & scripts options | |
|
|
out of the box hot module replacement (HMR) |
[Closes #17324] |
|
|
extract i18n messages from libraries |
[Closes #18871] |
|
|
don't process stylesheets in extraction builder | |
|
|
fixes optimizeChunkAssets is deprecated in webpack 5 | |
|
|
fixes deprecation warning for MainTemplate.hooks.assetPath in webpack 5 | |
|
|
fix webpack 5 deprecation warning for chunk.push | |
|
|
handle undefined descriptionFileData |
[Closes #18631] |
|
|
fixed afterOptimizeChunkAssets is deprecated in webpack 5 | |
|
|
resolve i18n outFile from workspaceRoot | |
|
|
fixed Module.issuer is deprecated in webpack 5 for commonjs warn plugin | |
|
|
implement `relative` method in extractor FS | |
|
|
maxModules were deprecated and renamed to modulesSpace | |
|
|
webpack5 deprecation of module property in Dependency | |
|
|
add tslint as an optional peer dependency | |
|
|
add protractor as an optional peer dependency | |
|
|
add karma as an optional peer dependency | |
|
|
warn if using unsupported IE9/10 browsers | |
|
|
add missing defaults to `optimization` property | |
@angular-devkit/build-webpack (0.1100.0-next.4) | ||
| Commit | Description | Notes |
|
|
avoid deprecation warning with Webpack 5 watch mode | |
@angular-devkit/core (11.0.0-next.4) | ||
| Commit | Description | Notes |
|
|
add basic support for oneOf/anyOf to `addUndefinedDefaults` transformer | |
@angular/cli (11.0.0-next.4) | ||
| Commit | Description | Notes |
|
|
no-op ng update --all |
[Closes #15278] [Closes #13095] [Closes #12261] [Closes #12243] [Closes #18813] |
|
|
add missing defaults to `optimization` property | |
@schematics/angular (11.0.0-next.4) | ||
| Commit | Description | Notes |
|
|
don't generate special `package.json` and `no-any` when using `--strict` | |
|
|
update migration to remove deprecated `environment` option | |
|
|
remove IE9/10 from browserslist for new projects | |
@schematics/update (0.1100.0-next.4) | ||
| Commit | Description | Notes |
|
|
add note that additional packages might require updating | |
Breaking Changes
@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.Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Dmitriy Shekhovtsov, Doug Parker, mgechev
v11.0.0-next.3
Commits
@angular-devkit/build-angular (0.1100.0-next.3) | ||
| Commit | Description | Notes |
|
|
improve build stats output format | |
|
|
add node-sass deprecation warning | |
@angular-devkit/schematics (11.0.0-next.3) | ||
| Commit | Description | Notes |
|
|
resolve external schematics from requesting collection |
[Closes #18098] [Closes #11026] |
@angular/cli (11.0.0-next.3) | ||
| Commit | Description | Notes |
|
|
favor dirname when resolving @schematics/angular |
[Closes #18840] |
|
|
replace regex with correct project name validation |
[Closes #17579] |
@schematics/angular (11.0.0-next.3) | ||
| Commit | Description | Notes |
|
|
add migration to add declaration maps to libraries | |
|
|
remove solution style throw an error | |
Breaking Changes
@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.
Special Thanks
Charles Lyding, Alan Agius, Joey Perrott, Minko Gechev, eranshmil, Jefiozie
v11.0.0-next.2
Commits
@angular/cli (11.0.0-next.2) | ||
| Commit | Description | Notes |
|
|
improve logs in ng update | |
|
|
remove version command node module assumptions |
[Closes #10474] |
@schematics/angular (11.0.0-next.2) | ||
| Commit | Description | Notes |
|
|
canLoad guard signature | |
Breaking Changes
@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
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau, Doug Parker, Joey Perrott, Cédric Exbrayat, geromegrignon
v11.0.0-next.1
Commits
@angular-devkit/build-angular (0.1100.0-next.1) | ||
| Commit | Description | Notes |
|
|
Switch to karma-coverage |
[Closes #17757] |
|
|
set logging level to verbose when using `--verbose` | |
|
|
filter unactionable System.import webpack warning | |
|
|
update Angular peer dependencies to 11.0 prerelease | |
|
|
consider ascii_only terser setting when counting components in analytics | |
|
|
improve debugging experience | |
|
|
generate sourcemaps with relative paths in monorepo |
[Closes #17046] |
@angular-devkit/build-optimizer (0.1100.0-next.1) | ||
| Commit | Description | Notes |
|
|
remove decorators calls when tslib helpers are inlined |
[Closes #18682] |
@ngtools/webpack (11.0.0-next.1) | ||
| Commit | Description | Notes |
|
|
emit `require` in replace resources when using CommonJS as module |
[Closes #18718] |
|
|
update Angular peer dependencies to 11.0 prerelease | |
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Doug Parker, santoshyadavdev, Jefiozie, Aristeidis Bampakos, Keen Yee Liau, Andrei Alecu
v11.0.0-next.0
Commits
@angular-devkit/build-angular (0.1100.0-next.0) | ||
| Commit | Description | Notes |
|
|
ask to use a new port if in use | |
|
|
don't generate `vendor.js.map` when vendor sourcemaps is disabled |
[Closes #18060] |
@schematics/angular (11.0.0-next.0) | ||
| Commit | Description | Notes |
|
|
add migration to replace deprecated options | |
|
|
add migration to replace deprecated library builder | |
|
|
update karma for new workspaces to 5.2.0 | |
Breaking Changes
@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
Charles Lyding, Alan Agius, Minko Gechev, Aristeidis Bampakos
v10.2.0
Commits
@angular-devkit/build-angular (0.1002.0) | ||
| Commit | Description | Notes |
|
|
update resolve-url-loader to version 3.1.2 | |
|
|
add a base href to karma debug context |
[Closes #19116] |
|
|
ensure correct SRI values with differential loading |
[Closes #18254] |
|
|
set HTML lang attribute when serving |
[Closes #18094] |
|
|
override already existing assets in compilation |
[Closes #18787] |
@angular/cli (10.2.0) | ||
| Commit | Description | Notes |
|
|
include deprecated option in JSON help | |
@ngtools/webpack (10.2.0) | ||
| Commit | Description | Notes |
|
|
improve bad component resource error message | |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Renovate Bot, Jaime Oliveira
v10.1.7
v10.1.6
Commits
@angular-devkit/build-angular (0.1001.6) | ||
| Commit | Description | Notes |
|
|
implement `relative` method in extractor FS | |
Special Thanks
Keen Yee Liau, Alan Agius
v10.1.5
Commits
Special Thanks
jaroslawsawicki, Keen Yee Liau, Drummond Dawson
v10.1.4
Commits
@angular-devkit/architect-cli (0.1001.4) | ||
| Commit | Description | Notes |
|
|
remove minimist `_` from options |
[Closes #18889] |
@angular-devkit/build-angular (0.1001.4) | ||
| Commit | Description | Notes |
|
|
handle undefined descriptionFileData |
[Closes #18631] |
|
%0A %0A Renovate%20configuration%0A:date:%20Schedule:%20At%20any%20time%20(no%20schedule%20defined). %0A:vertical_traffic_light:%20Automerge:%20Disabled%20by%20config.%20Please%20merge%20this%20manually%20once%20you%20are%20satisfied. %0A:recycle:%20Rebasing:%20Whenever%20PR%20becomes%20conflicted,%20or%20you%20tick%20the%20rebase/retry%20checkbox. %0A:no_bell:%20Ignore:%20Close%20this%20PR%20and%20you%20won't%20be%20reminded%20about%20these%20updates%20again. %0A%0A
%0A This%20PR%20has%20been%20generated%20by%20WhiteSource Renovate. View repository job log here. | ||