10.md (7215B)
1 # PR #10 Update dependency typescript to >=2.4.2 <2.9.0 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-03-24T14:07:22Z 6 - **Branch:** renovate/typescript-2.x → master 7 - **Merged:** 2018-05-19T09:40:55Z 8 - **Labels:** enhancement, Dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [10.diff](./10.diff) 11 12 --- 13 14 This Pull Request updates dependency [typescript](https://github.com/Microsoft/TypeScript) from `>=2.4.2 <2.7.0` to `>=2.4.2 <2.9.0` 15 16 17 18 <details> 19 <summary>Release Notes</summary> 20 21 ### [`v2.8.3`](https://github.com/Microsoft/TypeScript/releases/v2.8.3) 22 [Compare Source](https://github.com/Microsoft/TypeScript/compare/4170f35abcec2710c4549d0b3a14d39dd9692988...v2.8.3) 23 This release include a set of bug fixes reported against [TypeScript 2.8.1](https://github.com/Microsoft/TypeScript/releases/tag/v2.8.1). For the complete list of fixed issues, check out the [fixed issues query for TypeScript 2.8.3](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8.3%22+label%3A%22fixed%22+). 24 25 Download: 26 - [npm](https://www.npmjs.com/package/typescript) 27 - [Visual Studio 2015 plugin](https://www.microsoft.com/en-us/download/details.aspx?id=48593) 28 - [Visual Studio 2017](https://www.microsoft.com/en-us/download/details.aspx?id=55258) (Select new version in [Tools/Options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) 29 - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/2.8.3) 30 31 --- 32 33 ### [`v2.8.1`](https://github.com/Microsoft/TypeScript/releases/v2.8.1) 34 [Compare Source](https://github.com/Microsoft/TypeScript/compare/162a273e43f0c01d9a19ea68c00a36665b44dcb1...v2.8.1) 35 For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2018/03/27/announcing-typescript-2-8/) 36 37 For new features, check out the [What's new in TypeScript 2.8](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-28). 38 39 For breaking changes, check out the [Breaking changes in TypeScript 2.8](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-28) page. 40 41 For the complete list of fixed issues, check out the issues fixed in [TypeScript 2.8 RC](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8%22+label%3A%22fixed%22+) and [after TypeScript 2.8 RC](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8.1%22+label%3A%22fixed%22+). 42 43 Download: 44 - [npm](https://www.npmjs.com/package/typescript) 45 - [Visual Studio 2015 plugin](https://www.microsoft.com/en-us/download/details.aspx?id=48593) 46 - [Visual Studio 2017](https://www.microsoft.com/en-us/download/details.aspx?id=55258) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) 47 - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/2.8.1) 48 49 Special thanks to all contributors to this release: 50 51 * Aditya Daflapurkar 52 * Adnan Chowdhury 53 * Adrian Leonhard 54 * Alan Agius 55 * Alex Eagle 56 * Anders Hejlsberg 57 * Andrew Casey 58 * Andy Hanson 59 * Armando Aguirre 60 * Benjamin Lichtman 61 * Daniel Rosenwasser 62 * Eric Grube 63 * Esakki Raj 64 * Herrington Darkholme 65 * Jack Williams 66 * Josh Goldberg 67 * Klaus Meinhardt 68 * Martyn Janes 69 * Matt McCutchen 70 * Mohamed Hegazy 71 * Nathan Shively-Sanders 72 * Noj Vek 73 * Priyantha Lankapura 74 * Ricardo N Feliciano 75 * Ron Buckton 76 * Ryan Cavanaugh 77 * Sergii Bezliudnyi 78 * Sheetal Nandi 79 * Stephan Ginthör 80 * @​TravCav 81 * Wenlu Wang 82 * Wesley Wigham 83 * Yuichi Nukiyama 84 85 --- 86 87 ### [`v2.7.2`](https://github.com/Microsoft/TypeScript/releases/v2.7.2) 88 [Compare Source](https://github.com/Microsoft/TypeScript/compare/425a4182a3eb694835841ea2f614b2a914a348c2...v2.7.2) 89 This release include a set of bug fixes reported against [TypeScript 2.7.1](https://github.com/Microsoft/TypeScript/releases/tag/v2.7.1). For the complete list of fixed issues, check out the [fixed issues query for TypeScript 2.7.2](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.7.2%22+label%3A%22fixed%22+). 90 91 Download: 92 - [npm](https://www.npmjs.com/package/typescript) 93 - [Visual Studio 2015 plugin](https://www.microsoft.com/en-us/download/details.aspx?id=48593) 94 - [Visual Studio 2017](https://www.microsoft.com/en-us/download/details.aspx?id=55258) (Select new version in [Tools/Options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) 95 - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/2.7.2) 96 97 --- 98 99 ### [`v2.7.1`](https://github.com/Microsoft/TypeScript/releases/v2.7.1) 100 [Compare Source](https://github.com/Microsoft/TypeScript/compare/02e79849ef7259a1985391d85faea1cd6d86c3d0...v2.7.1) 101 For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/ ) 102 103 For new features, check out the [What's new in TypeScript 2.7](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-27). 104 105 For breaking changes, check out the [Breaking changes in TypeScript 2.7](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-27) page. 106 107 For the complete list of fixed issues, check out the issues fixed in [TypeScript 2.7 RC](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.7%22+label%3A%22fixed%22+) and [after TypeScript 2.7 RC](https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.7.1%22+label%3A%22fixed%22+). 108 109 Download: 110 - [npm](https://www.npmjs.com/package/typescript) 111 - [Visual Studio 2015 plugin](https://www.microsoft.com/en-us/download/details.aspx?id=48593) 112 - [Visual Studio 2017](https://www.microsoft.com/en-us/download/details.aspx?id=55258) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) 113 - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/2.7.1) 114 115 Special thanks to all contributors to this release: 116 117 * Adrian Leonhard 118 * Alan Agius 119 * Alex Khomchenko 120 * Aluan Haddad 121 * Anders Hejlsberg 122 * Andrew Casey 123 * Andy Hanson 124 * Armando Aguirre 125 * Arthur Ozga 126 * @​begincalendar 127 * Benjamin Lichtman 128 * Bill Ticehurst 129 * Cameron Taggart 130 * Charles Pierce 131 * Daniel Rosenwasser 132 * Diogo Franco (Kovensky) 133 * Eugene Timokhov 134 * @​falsandtru 135 * Herrington Darkholme 136 * Homa Wong 137 * @​IdeaHunter 138 * Jack Williams 139 * Jakub Korzeniowski 140 * Jing Ma 141 * Josh Goldberg 142 * Justin Bay 143 * Klaus Meinhardt 144 * Kris Zyp 145 * Marius Schulz 146 * Martin Hiller 147 * Matt Bierner 148 * @​meyer 149 * @​micbou 150 * Mike Morearty 151 * Mine Starks 152 * Mohamed Hegazy 153 * Nathan Shively-Sanders 154 * @​nieltg 155 * Orta Therox 156 * Oussama Ben Brahim 157 * Philippe Voinov 158 * Priyantha Lankapura 159 * Remo H. Jansen 160 * Ron Buckton 161 * Ryan Cavanaugh 162 * Sean Barag 163 * Sharon Rolel 164 * Sheetal Nandi 165 * Stanislav Iliev 166 * Tycho Grouwstra 167 * Wenlu Wang 168 * Wesley Wigham 169 * Wilson Hobbs 170 * Yuichi Nukiyama 171 * Yuval Greenfield 172 173 --- 174 175 </details> 176 177 178 179 180 --- 181 182 This PR has been generated by [Renovate Bot](https://renovatebot.com). 183 184 185 ## Comments 186 187 ### @MTRNord — 2018-03-24T14:11:39Z 188 189 Angular-cli has no support for it yet 190