Skip to content

Commit 9718ce9

Browse files
authored
Merge pull request microsoft#927 from Microsoft/ianc/default-rsc
[GCB-TS] Update GCB-TS to ship with a default rush-stack-compiler with TS 2.4.
2 parents ac03c77 + f78afa8 commit 9718ce9

12 files changed

Lines changed: 173 additions & 53 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-typescript",
5+
"comment": "Update GCB-TS to ship with a default rush-stack-compiler with TS 2.4.",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-typescript",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

common/config/rush/common-versions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@
3636
* For example, allow some projects to use an older TypeScript compiler
3737
* (in addition to whatever "usual" version is being used by other projects in the repo):
3838
*/
39+
"@microsoft/api-extractor": [
40+
"6.0.9"
41+
],
3942
"typescript": [
43+
"~2.4.2"
44+
],
45+
"@microsoft/rush-stack-compiler": [
46+
"~0.2.0"
4047
]
4148
}
4249
}

0 commit comments

Comments
 (0)