22.json (6846B)
1 { 2 "number": 22, 3 "title": "Update angular monorepo to v6", 4 "state": "merged", 5 "diff_file": "22.diff", 6 "author": "renovate[bot]", 7 "created_at": "2018-05-03T19:50:40Z", 8 "closed_at": "2018-05-19T09:35:28Z", 9 "merged_at": "2018-05-19T09:35:28Z", 10 "base_ref": "master", 11 "head_ref": "renovate/angular-monorepo", 12 "labels": [ 13 "enhancement", 14 "Dependencies" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "This Pull Request renovates the package group \"angular monorepo\".\n\n\n- [@​angular/language-service](https://github.com/angular/angular) (`devDependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/compiler-cli](https://github.com/angular/angular) (`devDependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/service-worker](https://github.com/angular/angular) (`dependencies`): from `^5.2.4` to `^6.0.0`\n- [@​angular/router](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/platform-server](https://github.com/angular/angular) (`dependencies`): from `^5.2.4` to `^6.0.0`\n- [@​angular/platform-browser-dynamic](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/platform-browser](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/http](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/forms](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/core](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/compiler](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/common](https://github.com/angular/angular) (`dependencies`): from `^5.0.0` to `^6.0.0`\n- [@​angular/animations](https://github.com/angular/angular) (`dependencies`): from `^5.2.9` to `^6.0.0`\n\n# Release Notes\n<details>\n<summary>angular/angular</summary>\n\n### [`v6.0.2`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​602httpsgithubcomangularangularcompare601602-2018-05-15)\n[Compare Source](https://github.com/angular/angular/compare/6.0.1...6.0.2)\n##### Bug Fixes\n\n* **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))\n* **service-worker:** deprecate `versionedFiles` in asset-group resources ([#​23584](`https://github.com/angular/angular/issues/23584`)) ([c6b618d](https://github.com/angular/angular/commit/c6b618d))\n\n---\n\n### [`v6.0.1`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​601httpsgithubcomangularangularcompare600601-2018-05-11)\n[Compare Source](https://github.com/angular/angular/compare/6.0.0...6.0.1)\n##### Bug Fixes\n\n* **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))\n* **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))\n* **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`)\n* **elements:** always check to create strategy ([#​23825](`https://github.com/angular/angular/issues/23825`)) ([d280077](https://github.com/angular/angular/commit/d280077))\n* **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`)\n* **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))\n* **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`)\n\n---\n\n### [`v6.0.0`](https://github.com/angular/angular/blob/master/CHANGELOG.md#​601httpsgithubcomangularangularcompare600601-2018-05-11)\n[Compare Source](https://github.com/angular/angular/compare/6.0.0-rc.6...6.0.0)\n##### Bug Fixes\n\n* **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))\n* **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))\n* **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`)\n* **elements:** always check to create strategy ([#​23825](`https://github.com/angular/angular/issues/23825`)) ([d280077](https://github.com/angular/angular/commit/d280077))\n* **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`)\n* **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))\n* **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`)\n\n---\n\n\n</details>\n\n\n\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovatebot.com).", 19 "comments": [], 20 "review_comments": [] 21 }