Skip to content

Commit e361b01

Browse files
author
nickpape-msft
committed
Merge master into branch
2 parents 61288d5 + e0a5502 commit e361b01

17 files changed

Lines changed: 70 additions & 26 deletions

File tree

common/changes/nickpape-export-log_2017-02-08-00-36.json

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/web-library-build",
5+
"comment": "Treat warnings as errors in production. Treat tslint errors as warnings.",
6+
"type": "minor"
7+
},
8+
{
9+
"packageName": "@microsoft/node-library-build",
10+
"comment": "Treat warnings as errors in production. Treat tsli nt errors as warnings.",
11+
"type": "minor"
12+
}
13+
],
14+
"email": "nickpape@users.noreply.github.com"
15+
}

common/reviews/api/api-extractor.api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class ApiJsonGenerator extends ApiItemVisitor {
4949
}
5050

5151
class ExternalApiHelper {
52+
// (undocumented)
5253
public static generateApiJson(rootDir: string, libFolder: string, externalPackageFilePath: string): void;
5354
}
5455

common/reviews/api/gulp-core-build.api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class GulpTask<TASK_CONFIG> implements IExecutable {
6868
// (undocumented)
6969
interface IBuildConfig {
7070
args?: {
71-
// (undocumented)
7271
[ name: string ]: string | boolean
7372
}
7473
buildErrorIconPath?: string;
@@ -83,7 +82,6 @@ interface IBuildConfig {
8382
packageFolder?: string;
8483
production?: boolean;
8584
properties?: {
86-
// (undocumented)
8785
[ key: string ]: any
8886
}
8987
relogIssues?: boolean;
@@ -98,7 +96,6 @@ interface IBuildConfig {
9896

9997
interface ICopyConfig {
10098
copyTo: {
101-
// (undocumented)
10299
[ destPath: string ]: string[];
103100
}
104101
shouldFlatten?: boolean;

gulp-core-build-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"chai": "~3.5.0",
2020
"gulp": "~3.9.1",
2121
"gulp-karma": "~0.0.5",

gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"gulp": "~3.9.1",

gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"@microsoft/load-themed-styles": "^1.2.2",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/node": "^6.0.46",

gulp-core-build-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"deasync": "~0.1.7",

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"@microsoft/api-extractor": ">=1.1.9 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "^3.8.32",

gulp-core-build-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.3 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/gulp": "^3.8.32",
2121
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)