Skip to content

Commit eb3d627

Browse files
authored
Merge pull request microsoft#910 from Microsoft/ianc/rsc-ts-3.0
Upgrading rush-stack-compiler to TypeScript 3.0.
2 parents ac8f461 + cb1351c commit eb3d627

24 files changed

Lines changed: 187 additions & 129 deletions

File tree

apps/api-extractor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"colors": "~1.2.1",
4040
"jju": "~1.3.0",
4141
"lodash": "~4.17.5",
42-
"typescript": "~3.0.1",
42+
"typescript": "~3.0.3",
4343
"z-schema": "~3.18.3"
4444
},
4545
"devDependencies": {
46-
"@microsoft/rush-stack-compiler": "0.2.0",
46+
"@microsoft/rush-stack-compiler": "0.3.0",
4747
"tslint-microsoft-contrib": "~5.2.1",
4848
"@types/lodash": "4.14.116",
4949
"gulp": "~3.9.1",
50-
"@microsoft/node-library-build": "6.0.0",
50+
"@microsoft/node-library-build": "6.0.1",
5151
"@types/jest": "21.1.10"
5252
}
5353
}

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~5.0.0",
19-
"typescript": "~2.7.2"
19+
"typescript": "~3.0.3"
2020
}
2121
}

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"api-extractor-test-01": "1.0.0",
1919
"semver": "~5.3.0",
2020
"fs-extra": "~5.0.0",
21-
"typescript": "~2.7.2"
21+
"typescript": "~3.0.3"
2222
}
2323
}

build-tests/api-extractor-test-03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@types/node": "8.5.8",
1212
"api-extractor-test-02": "1.0.0",
1313
"fs-extra": "~5.0.0",
14-
"typescript": "~2.7.2"
14+
"typescript": "~3.0.3"
1515
}
1616
}

build-tests/api-extractor-test-04/dist/internal/api-extractor-test-04.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export declare const enum ConstEnum {
8383
* This member is marked as \@internal
8484
* @internal
8585
*/
86-
_InternalMember = "_InternalMember",
86+
_InternalMember = "_InternalMember"
8787
}
8888

8989
/**
@@ -221,7 +221,7 @@ export declare enum RegularEnum {
221221
* This member is marked as \@internal
222222
* @internal
223223
*/
224-
_InternalMember = 102,
224+
_InternalMember = 102
225225
}
226226

227227
declare const variableDeclaration: string;

build-tests/api-extractor-test-04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"dependencies": {
1515
"@microsoft/api-extractor": "6.0.9",
1616
"fs-extra": "~5.0.0",
17-
"typescript": "~2.7.2"
17+
"typescript": "~3.0.3"
1818
}
1919
}

build-tests/api-extractor-test-05/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/jest": "21.1.10",
1818
"@types/node": "8.5.8",
1919
"fs-extra": "~5.0.0",
20-
"typescript": "~2.7.2"
20+
"typescript": "~3.0.3"
2121
}
2222
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/api-extractor",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/gulp-core-build-mocha",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-mocha",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/gulp-core-build-typescript",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-typescript",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)