Skip to content

Commit 2621ba0

Browse files
ThomasMichondzearing
authored andcommitted
Upgrade to TypeScript 2.1 and TSLint 4.0 (microsoft#35)
* Increment TypeScript to 2.1 and TSLint to 4.0 * Update npmx packages * Handle new TSLint calling conventions * Update change output * Fix reference to Linter version
1 parent c4fe394 commit 2621ba0

25 files changed

Lines changed: 565 additions & 230 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/web-library-build",
5+
"comment": "Increment typescript dependency to v2.1",
6+
"type": "major"
7+
},
8+
{
9+
"packageName": "@microsoft/package-deps-hash",
10+
"comment": "Increment typescript dependency to v2.1",
11+
"type": "major"
12+
},
13+
{
14+
"packageName": "@microsoft/node-library-build",
15+
"comment": "Increment typescript dependency to v2.1",
16+
"type": "major"
17+
},
18+
{
19+
"packageName": "@microsoft/gulp-core-build-typescript",
20+
"comment": "Increment typescript dependency to v2.1",
21+
"type": "major"
22+
},
23+
{
24+
"packageName": "@microsoft/gulp-core-build-serve",
25+
"comment": "Increment typescript dependency to v2.1",
26+
"type": "major"
27+
},
28+
{
29+
"packageName": "@microsoft/gulp-core-build-sass",
30+
"comment": "Increment typescript dependency to v2.1",
31+
"type": "major"
32+
},
33+
{
34+
"packageName": "@microsoft/gulp-core-build-mocha",
35+
"comment": "Increment typescript dependency to v2.1",
36+
"type": "major"
37+
},
38+
{
39+
"packageName": "@microsoft/gulp-core-build-karma",
40+
"comment": "Increment typescript dependency to v2.1",
41+
"type": "major"
42+
},
43+
{
44+
"packageName": "@microsoft/gulp-core-build",
45+
"comment": "Increment typescript dependency to v2.1",
46+
"type": "major"
47+
}
48+
],
49+
"email": "tmichon@microsoft.com"
50+
}

0 commit comments

Comments
 (0)