psykolm22 / angular-google-place

Angular google place library
MIT License
15 stars 14 forks source link

Update dependency @angular/cli to v6 - autoclosed #51

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
@​angular/cli devDependencies major ^1.6.3 -> 6.2.5 source

Release Notes

angular/angular-cli ### [`v6.2.5`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.5) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.2.4...v6.2.5) ### Commits

@​schematics/angular (0.8.5)

Commit Description Notes
codeCoverage exclude is not being migrated (#​12513) [Closes #​10936]
codeCoverage exclude is not being migrated (#​12511) [Closes #​10936]
ast utils - handle NgModule with no newlines (#​12521)

@​angular-devkit/build-angular (0.8.5)

Commit Description Notes
fix extractLicenses default (#​12546) [Closes #​12546]
don't override missing options in protractor (#​12507) [Closes #​10697]
* * * ### Special Thanks Filipe Silva, Alan Agius, Vikram Subramanian ### [`v6.2.4`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.4) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.2.3...v6.2.4) ### Commits

@​angular/cli (6.2.4)

Commit Description Notes
with no overrides dont throw (#​12391) [Closes #​12344]
`--verbose` is an unknown option of `serve` [Closes #​11086]
suggest windows-compatible typescript install command

@​angular-devkit/build-angular (0.8.4)

Commit Description Notes
karma builder now serves global styles
* * * ### Special Thanks Alan Agius, Hans Larsen, Vikram Subramanian, Alireza Mirian ### [`v6.2.3`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.3) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.2.2...v6.2.3) ### Commits

@​angular/cli (6.2.3)

Commit Description Notes
fix schema error `Property targets is not allowed` [Closes #​12192]
* * * ### Special Thanks Hans Larsen, Alan Agius ### [`v6.2.2`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.2) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.2.1...v6.2.2) ### Commits

@​angular/cli (6.2.2)

Commit Description Notes
warn if `targets` is present when using a schematic

@​schematics/angular (0.8.2)

Commit Description Notes
use 'architect' instead of 'targets' until deprecated
fix app shell schematic failure [Closes #​10093]
use app root to set server paths in options
`module` imports paths are incorrect when `flat` option is used [Closes #​12169]
fix path for `ngswConfigPath` during migration
app shell schematic does not use production configuration

@​angular-devkit/build-angular (0.8.2)

Commit Description Notes
set the proper type to `fileReplacements` [Closes #​11294]

@​angular-devkit/schematics (0.8.2)

Commit Description Notes
fix `generate` mangling files containing wide characters [Closes #​7851]
[Closes #​7950]
throw `InvalidCollectionJsonException` when collection file is invalid [Closes #​11818]
* * * ### Special Thanks Alan Agius, Charles Lyding, Keen Yee Liau, Sean Wright, Yaroslav Admin, Alan, Jan Kuri, Sebastian Häni ### [`v6.2.1`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.1) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.2.0...v6.2.1) Fix a mistake in the v6.2.0 release, which installed projects using `@angular-devkit/*@​~0.8.0-rc.0` These should not have pointed to an RC. Now we use `@angular-devkit/*@​~0.8.0` Note this makes no observable difference, since the final RC was identical to the 0.8.0 release of these packages. ### [`v6.2.0`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.2.0) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.5...v6.2.0) No changes from v6.2.0-rc.1 Enjoy and keep the issue reports flowing! ### [`v6.1.5`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.5) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.4...v6.1.5) ### Commits

@​schematics/angular (0.7.5)

Commit Description Notes
ensure non-evergreen IE browsers are excluded

@​angular-devkit/build-angular (0.7.5)

Commit Description Notes
build should not hash lazy styles [Closes #​11772]
[Closes #​11704]
support inline javascript in less [Closes #​10430]
tslint exclude for relative paths [Closes #​11773]

@​angular-devkit/schematics (0.7.5)

Commit Description Notes
improve tree type checking [Closes #​11683]

@​angular/pwa (0.7.5)

Commit Description Notes
support ng add with CLI 6.0.x [Closes #​11663]
properly write closing body tag when modifying index [Closes #​11543]
[Closes #​11942]

@​schematics/update (0.7.5)

Commit Description Notes
fix logic to coerce the version number
* * * ### Special Thanks Hans Larsen, Charles Lyding, Alan Agius, Filipe Silva ### [`v6.1.4`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.4) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.3...v6.1.4) ### Commits

Misc

Commit Description Notes
fix spelling

@​schematics/angular (0.7.4)

Commit Description Notes
update protractor to 4.5 for new projects
incorrect `exclude` path for `test.ts` [Closes #​11829]

@​angular-devkit/build-angular (0.7.4)

Commit Description Notes
add loader-utils as dependency
use webpack 4 hooks for karma plugin
fix duplicate lint messages when having multiple tsconfigs [Closes #​11633]
should not log duplicate messages
do not break with Jasmine's mock clock [Closes #​11164]
[Closes #​11626]
only add ngsw after universal has rendered
use process TTY as progress default [Closes #​11195]
update node-sass (#​11831) [Closes #​11699]
update less (#​11709) [Closes #​10899]
fixes hash comparison for service worker (#​11865) [Closes #​11865]
cleanup serviceworker direct import

@​angular-devkit/core (0.7.4)

Commit Description Notes
rename to itself should be a noop
detect mingw terminal as color capable (#​11834) [Closes #​11833]

@​angular-devkit/schematics (0.7.4)

Commit Description Notes
move rule with identity is a noop

@​schematics/update (0.7.4)

Commit Description Notes
correct npm config return value
* * * ### Special Thanks Charles Lyding, Filipe Silva, Alan Agius, Alex Eagle, Teamop, Hans Larsen, George Kalpakas, Paul Gschwendtner, Robert Baker, Adrian Moos, Corinna Cohn, Benjamin Barbier ### [`v6.1.3`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.3) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.2...v6.1.3) ### Commits

@​angular/cli (6.1.3)

Commit Description Notes
if no command, properly show help
remove `vendorSourceMap` warning that `vendorSourceMap` is not allowed

@​schematics/angular (0.7.3)

Commit Description Notes
Handle Windows paths for generate names [Closes #​11501]
increase version range for TypeScript
Allow additionalProperties in schematics options [Closes #​11681]

@​angular-devkit/build-angular (0.7.3)

Commit Description Notes
use process TTY as progress default [Closes #​11195]
Fix initial chunk logic for bundle budgets [Closes #​11712]
`--vendor-source-map` doesn't work on `ng serve` [Closes #​11715]

@​angular-devkit/schematics (0.7.3)

Commit Description Notes
Fix issues for file-syetem-engine running in google3

@​angular/pwa (0.7.3)

Commit Description Notes
Allow additionalProperties in schematics options [Closes #​11681]

@​ngtools/webpack (6.1.3)

Commit Description Notes
resolve relative host replacement paths

@​schematics/update (0.7.3)

Commit Description Notes
fix logic to gather version of arguments
* * * ### Special Thanks Alan Agius, Mike Brocchi, Hans Larsen, Noel Mace, Charles Lyding, Yi Qi, Noël Macé, Qais Patankar, Lukáš Matta, Alexander Bobrov, Sarun Intaralawan, Filipe Silva, Alex Eagle ### [`v6.1.2`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.2) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.1...v6.1.2) ### Commits #### `@angular-devkit/build-angular` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------ | -------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/63cf153-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/63cf1536cb6e709713bcc41c2ac86c7edbe2f1e8) | ensure failure with disabled AOT and enabled build optimizer | [Closes #​11157](https://renovatebot.com/gh/angular/angular-cli/issues/11157) | #### `@angular-devkit/schematics` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/664289d-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/664289d4c6cb14d80a0ee1016ff338ddc126b7bf) | implement optimize() for HostTree | | #### `@angular/cli` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/2fe5391-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/2fe53919e7e02a70f87b563558f4772b31b16723) | fully resolve rxjs & core during version checks | | | [![Bug Fix](https://img.shields.io/badge/8adb372-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/8adb3720b4f3cfe8140a95e132bb7556fcf2f221) | properly bootstrap 1.x from global 6.x | | #### `@schematics/update` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/fb5c001-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/fb5c001608a4159dc471eabafc8c018488283d79) | use npm get for everything except \_authToken | | * * * ### Special Thanks Hans Larsen, Charles Lyding ### [`v6.1.1`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.1) [Compare Source](https://renovatebot.com/gh/angular/angular-cli/compare/v6.1.0...v6.1.1) This is a quick patch to allow users to work with TypeScript 2.9 without warnings. ### Commits #### `@angular/cli` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------ | -----------------------------------------------------------------------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/1f19624-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/1f196242e194c15e4b346bc409e76567b032efea) | use correct compiler version range | [Closes #​11665](https://renovatebot.com/gh/angular/angular-cli/issues/11665)[Closes #​25141](https://renovatebot.com/gh/angular/angular/issues/25141) | | [![Bug Fix](https://img.shields.io/badge/4c02353-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/4c02353a723d14810d2f1053b8ea181b915affda) | update typescript version checks for Angular 6.1 | | #### `@ngtools/webpack` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/e2920d7-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/e2920d701107c373df25f3cfd014fac5cfc6c2c3) | support typescript 2.8 + 2.9 | | #### `@schematics/angular` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/7061881-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/706188123b25991ba4007d6ea037781a1fc3cbf1) | adjust zonejs version in new projects for 6.1 | | * * * ### Special Thanks Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan ### [`v6.1.0`](https://renovatebot.com/gh/angular/angular-cli/releases/v6.1.0) :tada: ### Commits #### `@angular-devkit/architect` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/b00785f-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/b00785f019fedb4a33ab9d71e165a4dc333056ad) | unsubscribe on timeout in runTargetSpec | | | [![Bug Fix](https://img.shields.io/badge/2a345cb-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/2a345cb10cca79b572b21c76397ea29ab77b2fdb) | always clear TestProjectHost on restore | | #### `@angular-devkit/build-angular` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------- | -------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/8dfa32d-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/8dfa32dd654d073a998616379fee3842685ac273) | fix webpack hostadapter return types | | | [![Bug Fix](https://img.shields.io/badge/dee22e7-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/dee22e76adb0eaf3e1161467ec7870fd4124ac3e) | use the internal buildWebpackConfig method | | | [![Bug Fix](https://img.shields.io/badge/323f13d-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/323f13d13a15ede96bae26566548fb2d28c8c824) | don't add hash to lazy styles | [Closes #​11235](https://renovatebot.com/gh/angular/angular-cli/issues/11235) | | [![Bug Fix](https://img.shields.io/badge/2584890-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/25848907e3e8d6a19f7c9144aac6c25f3aeb296a) | update node-sass | | | [![Bug Fix](https://img.shields.io/badge/d64cd10-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/d64cd101bff0b85e5a3da924e1377bb04b8ddd63) | add missing deploy-url to server | [Closes #​11426](https://renovatebot.com/gh/angular/angular-cli/issues/11426) | | [![Bug Fix](https://img.shields.io/badge/907a70f-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/907a70faddf206bcff033f0dbc29c92f1430f01a) | downgrade sass-loader to 6.0.7 | | | [![Bug Fix](https://img.shields.io/badge/79a0c41-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/79a0c41264dd8d177259903e74d185f914daf26b) | update minimum copy-webpack-plugin version | [Closes #​9230](https://renovatebot.com/gh/angular/angular-cli/issues/9230) | | [![Bug Fix](https://img.shields.io/badge/a8d022d-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/a8d022d4bd3797fb73d63b37056ed736485c967c) | add all current TSLint default formatters to schema | | | [![Bug Fix](https://img.shields.io/badge/66a7491-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/66a74911dee1958e2f4ba5000fb9ea9794caf6d5) | revert to webpack 4.9.2 | | | [![Bug Fix](https://img.shields.io/badge/fab5007-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/fab5007db5d433b70172b10a776eae1f5b98eda1) | pass in ContextElementDependency to ngtools/webpack | | | [![Bug Fix](https://img.shields.io/badge/4fdc69f-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/4fdc69fbd0c32f7b2b8a10ed7f42e0afca9a1570) | update webpack types | | | [![Bug Fix](https://img.shields.io/badge/adcd9b2-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/adcd9b2348d9c3a76cf975406ff503bfa9b1edc8) | use webpack 4.11.1 | | | [![Bug Fix](https://img.shields.io/badge/910cf41-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/910cf4108c383eb14e516ed6e5af3056c2a6e921) | Allow less-loader to use webpack resolver | | #### `@angular-devkit/build-optimizer` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------ | ----: | | [![Bug Fix](https://img.shields.io/badge/95faaee-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/95faaee2b10385e0f629aad92f23c6eadcc10dd2) | support object literal methods | | #### `@angular-devkit/build-webpack` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/5ed2883-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/5ed2883cae5568a1a3b58ddb8a4e0c8fd5c5493b) | support minor versions of webpack 4.x | | #### `@angular-devkit/build_angular` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------ | ----: | | [![Bug Fix](https://img.shields.io/badge/3b66967-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/3b66967934986fa076c67fd61ecbc47f6df89e18) | use webpack 4 hooks for karma plugin | | #### `@angular-devkit/core` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/f1cdba7-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/f1cdba7ea11ae6f8225b113b6448c0795b071c71) | allow use of ResolverHost | | | [![Bug Fix](https://img.shields.io/badge/351939f-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/351939f1c0ceff7d158108531d2436704415f1a6) | propagate node host delete errors | | | [![Bug Fix](https://img.shields.io/badge/4f3021f-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/4f3021fca1fe6dbfdc93252f139a076e0e45fb73) | ensure full path is renamed for memory host | | | [![Bug Fix](https://img.shields.io/badge/de6b2c5-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/de6b2c5212d06669f60ed982ac48255ee553d4c2) | detect ambiguous projects with path discover | | | [![Bug Fix](https://img.shields.io/badge/0d33f22-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0d33f22d86c4deea27170cd288a450f15f4073da) | remove circular dependencies | | | [![Bug Fix](https://img.shields.io/badge/e52e0e1-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/e52e0e1fc8dc56bc5749cc53efa6a485e4c1cdfc) | when two projects are the same, pick the first declared | | #### `@angular-devkit/schematics` Two notes about changes in Schematics in 0.7.0: 1. We refactored the Tree implementation with a new CordHost recorder. All the changes you make to the Tree is now recorded in a set of changes (Create, Delete, Rename and Overwrite) instead of a list of Actions. This means that branching and merging are now consistent with the expected behaviour and the MergeStrategy work as expected. However, because of the nature of the old implementation, to maintain backward compatibility we had to keep some old code around that is only used when using two versions of Schematics; this code will move away in 7 and will likely break some Schematics that relied on it. Overall this is a huge improvement in the stability, speed and code health and will make understanding and learning Schematics easier. 2. We now allow people to return a Rule which will be run as if it was chained. This was a long standing feature that people had to be able to read files before setting up which Rule to run; it’s now entirely possible and we started using it in our own schematics, making things easier to read and understand. | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------- | -------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/0782e22-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0782e221a08fea304a79180dcab2796efa9b5de6) | implement HostTree specific filtering | | | [![Bug Fix](https://img.shields.io/badge/53256fc-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/53256fc9745b86d3af5de34adce14d7fb2eba1fe) | support VirtualTree/HostTree interop | | | [![Bug Fix](https://img.shields.io/badge/dd48c4c-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/dd48c4cb5367398060249527bf00b6f86938e575) | ensure renamed files do not exist | | | [![Bug Fix](https://img.shields.io/badge/0a2a743-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0a2a7431ce140aa8a85d742f48a519f54b40c24d) | support filtering a HostTree | | | [![Bug Fix](https://img.shields.io/badge/b5c92eb-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/b5c92eb1991e22cdc66574bee0ca8004bcc5fe56) | fix declaring multiple aliases | [Closes #​11389](https://renovatebot.com/gh/angular/angular-cli/issues/11389) | | [![Bug Fix](https://img.shields.io/badge/b5fd881-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/b5fd8819e60277063309159f534817720bc569b7) | avoid piping input multiple times when calling rules | | #### `@angular/cli` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------- | -------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/9c56be9-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/9c56be9df167c8a0e399b85b9411e0593d14b7bb) | add all current TSLint default formatters to schema | | | [![Bug Fix](https://img.shields.io/badge/914931a-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/914931a9f8646e36b47afa9b45e664d2abbbd88d) | use default project when project path is ambiguous | | | [![Bug Fix](https://img.shields.io/badge/0baf815-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0baf8153c3ed5b28281178f025326b19ebf3a4f0) | Fix double setting of the path options for new | [Closes #​11025](https://renovatebot.com/gh/angular/angular-cli/issues/11025) | | [![Bug Fix](https://img.shields.io/badge/3ba18a9-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/3ba18a9f734d8b710ab29762aa155cddc9838f61) | support entry component | | #### `@angular/pwa` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/a4b9778-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/a4b9778c7fcd9033516685c5fb256ee808e79eed) | Fix JSON parsing | | #### `@ngtools/webpack` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------- | ---------------------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/b8ace88-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/b8ace886ebeae9a3c620afcf5fa3515fb5be8ff8) | don't add resource sourcemap to parent compilation | [Closes #​9980](https://renovatebot.com/gh/angular/angular-cli/issues/9980) | | [![Bug Fix](https://img.shields.io/badge/86a62ad-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/86a62adbe8faeb4628296d5d6915c54e6dbfd85b) | support watching file replacements | | | [![Bug Fix](https://img.shields.io/badge/0b5ff36-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0b5ff361178e04f0e3459ff1be637e550f685cf0) | fix resolution fallback of paths-plugin | [Closes #​607](https://renovatebot.com/gh/nativescript/nativescript-dev-webpack/issues/607) | | [![Bug Fix](https://img.shields.io/badge/0c3f3d9-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/0c3f3d9a8a62a956c9aea0a4d86fee043ab237d0) | improve fallbacking for path mapping | | | [![Bug Fix](https://img.shields.io/badge/ea7d4e5-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/ea7d4e5826d84d0b8c1844d63ce987004eb9ca02) | improve support for multi-option path mapping | | | [![Bug Fix](https://img.shields.io/badge/e288847-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/e288847e539481cf028e18fde31469ebe986f893) | allow passing in the right ContextElementDependency class | [Closes #​6417](https://renovatebot.com/gh/angular/angular-cli/issues/6417) | #### `@schematics/angular` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------- | -------------------------------------------------------------------: | | [![Bug Fix](https://img.shields.io/badge/c3ad789-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/c3ad789d12362ea87b1507bad6d739a7a64402e3) | ensure production configuration when migrating | | | [![Bug Fix](https://img.shields.io/badge/705c95b-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/705c95bf4b017c9e9ca1c22a7ad2214e0f0973e3) | add `module` in root tsconfig when migrating | | | [![Bug Fix](https://img.shields.io/badge/3b3389d-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/3b3389d1b075850f0a920eb9451be9dff3e44480) | add `baseUrl` in root tsconfig when migrating | | | [![Bug Fix](https://img.shields.io/badge/24e3b94-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/24e3b94362fb45367bc79b39d83967f0dbbacd07) | add `module` option in library tsconfig | [Closes #​11255](https://renovatebot.com/gh/angular/angular-cli/issues/11255) | | [![Bug Fix](https://img.shields.io/badge/9451ffa-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/9451ffa3a7e094eaf91c82f8506f9d4d481a8a61) | use es2015 modules overall | | | [![Bug Fix](https://img.shields.io/badge/e6f5377-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/e6f537722ba07808005da961dc605e237296d898) | allow ServiceWorker to work with `baseHref` | [Closes #​8515](https://renovatebot.com/gh/angular/angular-cli/issues/8515) | | [![Bug Fix](https://img.shields.io/badge/69e3fa7-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/69e3fa7305d38d236b0954fd7ba7c42cc2779cda) | Fix JSON parsing | [Closes #​10880](https://renovatebot.com/gh/angular/angular-cli/issues/10880) | | [![Bug Fix](https://img.shields.io/badge/302bbb3-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/302bbb37942993c9a6a188b0bd3f1833680be4f2) | Fix root path for e2e projects during update | | #### `@schematics/update` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/caeb7ba-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/caeb7ba774c6eba6c578cda839fbec9670ecdc2a) | use rc to find and read npm config | | | [![Bug Fix](https://img.shields.io/badge/5346635-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/534663594939a5b8ecd4e4d4bbde7a78033416e1) | ensure auth config options are typed properly | | | [![Bug Fix](https://img.shields.io/badge/350abb6-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/350abb69870399ce059e0a81d14fd849c3df79e9) | support npm auth bearer tokens | | | [![Bug Fix](https://img.shields.io/badge/1a67546-fix-green.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/1a6754603f28993f27cf086707d55b89dfd9f2c4) | allow beta versions to be valid peer | | #### `angular_devkit` | Commit | Description | Notes | | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/5ff83e8-feat-yellow.svg)](https://renovatebot.com/gh/angular/angular-cli/commit/5ff83e89d5447e380990bbb99412048d4e8dc253) | stop blocking karma after compilation error | | #### `Misc` | Commit | Description | Notes | | :------------------------------------------------------------------------------------------------------------------------------------------------------: | -------------------------- | ----: | | [![Bug Fix](https://img.shields.io/badge/d5c66a0-fix-green.svg)](https://renovatebot.com/gh/angul

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.