Skip to content

Commit 436d1d9

Browse files
authored
Removing explicit require("typescript")s from gulpfiles.js (microsoft#97)
* Removing explicit require("typescript")s from gulpfiles.js * Rush change.
1 parent 4ab4390 commit 436d1d9

34 files changed

Lines changed: 87 additions & 73 deletions

File tree

api-extractor/gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
const build = require('@microsoft/node-library-build');
44

5-
build.typescript.taskConfig.typescript = require('typescript');
6-
75
build.initialize(require('gulp'));

api-extractor/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@types/z-schema": "~3.16.31",
2626
"fs-extra": "~0.26.0",
2727
"jju": "~1.3.0",
28-
"typescript": "~2.1.0",
2928
"z-schema": "~3.17.0"
3029
}
3130
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/web-library-build",
6+
"type": "none"
7+
},
8+
{
9+
"comment": "",
10+
"packageName": "@microsoft/package-deps-hash",
11+
"type": "none"
12+
},
13+
{
14+
"comment": "",
15+
"packageName": "@microsoft/node-library-build",
16+
"type": "none"
17+
},
18+
{
19+
"comment": "",
20+
"packageName": "@microsoft/gulp-core-build-webpack",
21+
"type": "none"
22+
},
23+
{
24+
"comment": "",
25+
"packageName": "@microsoft/gulp-core-build-typescript",
26+
"type": "none"
27+
},
28+
{
29+
"comment": "",
30+
"packageName": "@microsoft/gulp-core-build-serve",
31+
"type": "none"
32+
},
33+
{
34+
"comment": "",
35+
"packageName": "@microsoft/gulp-core-build-sass",
36+
"type": "none"
37+
},
38+
{
39+
"comment": "",
40+
"packageName": "@microsoft/gulp-core-build-mocha",
41+
"type": "none"
42+
},
43+
{
44+
"comment": "",
45+
"packageName": "@microsoft/gulp-core-build-karma",
46+
"type": "none"
47+
},
48+
{
49+
"comment": "",
50+
"packageName": "@microsoft/gulp-core-build",
51+
"type": "none"
52+
},
53+
{
54+
"comment": "",
55+
"packageName": "@microsoft/api-extractor",
56+
"type": "none"
57+
}
58+
],
59+
"email": "iclanton@users.noreply.github.com"
60+
}

common/npm-shrinkwrap.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/temp_modules/rush-api-extractor/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"chai": "~3.5.0",
99
"gulp": "~3.9.1",
1010
"mocha": "~2.5.3",
11-
"@microsoft/node-library-build": "~2.2.0",
11+
"@microsoft/node-library-build": "~2.3.0",
1212
"@types/es6-collections": "^0.5.29",
1313
"@types/fs-extra": "~0.0.34",
1414
"@types/node": ">=6.0.51 <6.9.1",
1515
"@types/z-schema": "~3.16.31",
1616
"fs-extra": "~0.26.0",
1717
"jju": "~1.3.0",
18-
"typescript": "~2.1.0",
1918
"z-schema": "~3.17.0"
2019
}
2120
}

common/temp_modules/rush-gulp-core-build-karma/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
6+
"@microsoft/node-library-build": ">=2.3.0 <3.0.0",
77
"@types/chalk": "^0.4.31",
88
"@types/es6-promise": "0.0.32",
99
"@types/gulp": "^3.8.32",
1010
"@types/karma": "^0.13.33",
11-
"typescript": "~2.1.4",
1211
"chai": "~3.5.0",
1312
"gulp": "~3.9.1",
1413
"gulp-karma": "~0.0.5",
@@ -29,6 +28,6 @@
2928
"webpack": "~1.13.0"
3029
},
3130
"rushDependencies": {
32-
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0"
31+
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0"
3332
}
3433
}

common/temp_modules/rush-gulp-core-build-mocha/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
6+
"@microsoft/node-library-build": ">=2.3.0 <3.0.0",
77
"@types/chalk": "^0.4.31",
88
"@types/gulp": "^3.8.32",
99
"@types/gulp-istanbul": "^0.9.30",
1010
"@types/gulp-mocha": "0.0.29",
1111
"@types/mocha": "^2.2.32",
1212
"@types/orchestrator": "0.0.30",
1313
"@types/q": "0.0.32",
14-
"typescript": "~2.1.4",
1514
"@types/es6-promise": "0.0.32",
1615
"@types/node": "^6.0.46",
1716
"gulp": "~3.9.1",
1817
"gulp-istanbul": "~0.10.3",
1918
"gulp-mocha": "~2.2.0"
2019
},
2120
"rushDependencies": {
22-
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0"
21+
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0"
2322
}
2423
}

common/temp_modules/rush-gulp-core-build-sass/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
6+
"@microsoft/node-library-build": ">=2.3.0 <3.0.0",
77
"@types/chalk": "^0.4.31",
88
"@types/express": "^4.0.33",
99
"@types/express-serve-static-core": "^4.0.38",
@@ -16,7 +16,6 @@
1616
"@types/serve-static": "^1.7.31",
1717
"@types/through2": "^2.0.31",
1818
"@types/vinyl": "^1.2.30",
19-
"typescript": "~2.1.4",
2019
"@microsoft/load-themed-styles": "^1.2.2",
2120
"@types/es6-promise": "0.0.32",
2221
"@types/node": "^6.0.46",
@@ -33,6 +32,6 @@
3332
"postcss-modules": "~0.5.0"
3433
},
3534
"rushDependencies": {
36-
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0"
35+
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0"
3736
}
3837
}

common/temp_modules/rush-gulp-core-build-serve/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
6+
"@microsoft/node-library-build": ">=2.3.0 <3.0.0",
77
"@types/chalk": "^0.4.31",
88
"@types/express": "^4.0.33",
99
"@types/express-serve-static-core": "^4.0.38",
@@ -16,7 +16,6 @@
1616
"@types/serve-static": "^1.7.31",
1717
"@types/through2": "^2.0.31",
1818
"@types/vinyl": "^1.2.30",
19-
"typescript": "~2.1.4",
2019
"@types/es6-promise": "0.0.32",
2120
"@types/node": "^6.0.46",
2221
"deasync": "~0.1.7",
@@ -29,6 +28,6 @@
2928
"sudo": "~1.0.3"
3029
},
3130
"rushDependencies": {
32-
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0"
31+
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0"
3332
}
3433
}

common/temp_modules/rush-gulp-core-build-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
6+
"@microsoft/node-library-build": ">=2.3.0 <3.0.0",
77
"@types/chalk": "^0.4.31",
88
"@types/gulp-util": "^3.0.29",
99
"@types/orchestrator": "0.0.30",
@@ -36,7 +36,7 @@
3636
"typescript": "~2.1.4"
3737
},
3838
"rushDependencies": {
39-
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
39+
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
4040
"@microsoft/api-extractor": ">=1.1.9 <2.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)