22.md (6585B)
1 # PR #22 Update angular monorepo to v6 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-05-03T19:50:40Z 6 - **Branch:** renovate/angular-monorepo → master 7 - **Merged:** 2018-05-19T09:35:28Z 8 - **Labels:** enhancement, Dependencies 9 - **Diff:** [22.diff](./22.diff) 10 11 --- 12 13 This Pull Request renovates the package group "angular monorepo". 14 15 16 - [@​angular/language-service](https://github.com/angular/angular) (`devDependencies`): from `^5.0.0` to `^6.0.0` 17 - [@​angular/compiler-cli](https://github.com/angular/angular) (`devDependencies`): from `^5.0.0` to `^6.0.0` 18 - [@​angular/service-worker](https://github.com/angular/angular) (`dependencies`): from `^5.2.4` to `^6.0.0` 19 - [@​angular/router](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 20 - [@​angular/platform-server](https://github.com/angular/angular) (`dependencies`): from `^5.2.4` to `^6.0.0` 21 - [@​angular/platform-browser-dynamic](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 22 - [@​angular/platform-browser](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 23 - [@​angular/http](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 24 - [@​angular/forms](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 25 - [@​angular/core](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 26 - [@​angular/compiler](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 27 - [@​angular/common](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0` 28 - [@​angular/animations](https://github.com/angular/angular) (`dependencies`): from `^5.2.9` to `^6.0.0` 29 30 # Release Notes 31 <details> 32 <summary>angular/angular</summary> 33 34 ### [`v6.0.2`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​602httpsgithubcomangularangularcompare601602-2018-05-15) 35 [Compare Source](https://github.com/angular/angular/compare/6.0.1...6.0.2) 36 ##### Bug Fixes 37 38 * **animations:** do not throw errors when a destroyed component is animated ([#​23836](`https://github.com/angular/angular/issues/23836`)) ([752b83a](https://github.com/angular/angular/commit/752b83a)) 39 * **service-worker:** deprecate `versionedFiles` in asset-group resources ([#​23584](`https://github.com/angular/angular/issues/23584`)) ([c6b618d](https://github.com/angular/angular/commit/c6b618d)) 40 41 --- 42 43 ### [`v6.0.1`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​601httpsgithubcomangularangularcompare600601-2018-05-11) 44 [Compare Source](https://github.com/angular/angular/compare/6.0.0...6.0.1) 45 ##### Bug Fixes 46 47 * **animations:** properly clean up queried element styles in safari/edge ([#​23686](`https://github.com/angular/angular/issues/23686`)) ([3824e3f](https://github.com/angular/angular/commit/3824e3f)) 48 * **animations:** retain state styling for nodes that are moved around ([#​23686](`https://github.com/angular/angular/issues/23686`)) ([05aa5e0](https://github.com/angular/angular/commit/05aa5e0)) 49 * **core:** call ngOnDestroy on all services that have it ([#​23755](`https://github.com/angular/angular/issues/23755`)) ([5581e97](https://github.com/angular/angular/commit/5581e97)), closes [#​22466](`https://github.com/angular/angular/issues/22466`) [#​22240](`https://github.com/angular/angular/issues/22240`) [#​14818](`https://github.com/angular/angular/issues/14818`) 50 * **elements:** always check to create strategy ([#​23825](`https://github.com/angular/angular/issues/23825`)) ([d280077](https://github.com/angular/angular/commit/d280077)) 51 * **router:** avoid freezing queryParams in-place ([#​22663](`https://github.com/angular/angular/issues/22663`)) ([3d8799b](https://github.com/angular/angular/commit/3d8799b)), closes [#​22617](`https://github.com/angular/angular/issues/22617`) 52 * **router:** correct the segment parsing so it won't break on ampersand ([#​23684](`https://github.com/angular/angular/issues/23684`)) ([8733843](https://github.com/angular/angular/commit/8733843)) 53 * **service-worker:** correctly handle requests with empty `clientId` ([#​23625](`https://github.com/angular/angular/issues/23625`)) ([2254ac2](https://github.com/angular/angular/commit/2254ac2)), closes [#​23526](`https://github.com/angular/angular/issues/23526`) 54 55 --- 56 57 ### [`v6.0.0`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​601httpsgithubcomangularangularcompare600601-2018-05-11) 58 [Compare Source](https://github.com/angular/angular/compare/6.0.0-rc.6...6.0.0) 59 ##### Bug Fixes 60 61 * **animations:** properly clean up queried element styles in safari/edge ([#​23686](`https://github.com/angular/angular/issues/23686`)) ([3824e3f](https://github.com/angular/angular/commit/3824e3f)) 62 * **animations:** retain state styling for nodes that are moved around ([#​23686](`https://github.com/angular/angular/issues/23686`)) ([05aa5e0](https://github.com/angular/angular/commit/05aa5e0)) 63 * **core:** call ngOnDestroy on all services that have it ([#​23755](`https://github.com/angular/angular/issues/23755`)) ([5581e97](https://github.com/angular/angular/commit/5581e97)), closes [#​22466](`https://github.com/angular/angular/issues/22466`) [#​22240](`https://github.com/angular/angular/issues/22240`) [#​14818](`https://github.com/angular/angular/issues/14818`) 64 * **elements:** always check to create strategy ([#​23825](`https://github.com/angular/angular/issues/23825`)) ([d280077](https://github.com/angular/angular/commit/d280077)) 65 * **router:** avoid freezing queryParams in-place ([#​22663](`https://github.com/angular/angular/issues/22663`)) ([3d8799b](https://github.com/angular/angular/commit/3d8799b)), closes [#​22617](`https://github.com/angular/angular/issues/22617`) 66 * **router:** correct the segment parsing so it won't break on ampersand ([#​23684](`https://github.com/angular/angular/issues/23684`)) ([8733843](https://github.com/angular/angular/commit/8733843)) 67 * **service-worker:** correctly handle requests with empty `clientId` ([#​23625](`https://github.com/angular/angular/issues/23625`)) ([2254ac2](https://github.com/angular/angular/commit/2254ac2)), closes [#​23526](`https://github.com/angular/angular/issues/23526`) 68 69 --- 70 71 72 </details> 73 74 75 76 77 --- 78 79 This PR has been generated by [Renovate Bot](https://renovatebot.com). 80