Skip to content

Commit

Permalink
Merge branch 'master' into octogonz/ae-internal-missing-underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz authored Mar 21, 2019
2 parents 8465cbb + 4b88e32 commit f141c3a
Show file tree
Hide file tree
Showing 100 changed files with 683 additions and 157 deletions.
15 changes: 15 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.0.37",
"tag": "@microsoft/api-documenter_v7.0.37",
"date": "Thu, 21 Mar 2019 01:15:32 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.41` to `6.0.42`"
}
]
}
},
{
"version": "7.0.36",
"tag": "@microsoft/api-documenter_v7.0.36",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Wed, 20 Mar 2019 19:14:49 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2019 01:15:32 GMT and should not be manually modified.

## 7.0.37
Thu, 21 Mar 2019 01:15:32 GMT

*Version update only*

## 7.0.36
Wed, 20 Mar 2019 19:14:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.0.36",
"version": "7.0.37",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"js-yaml": "~3.9.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"@microsoft/node-library-build": "6.0.42",
"@types/js-yaml": "3.9.1",
"@types/node": "8.5.8",
"gulp": "~3.9.1",
Expand Down
12 changes: 12 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.0.30",
"tag": "@microsoft/api-extractor_v7.0.30",
"date": "Thu, 21 Mar 2019 01:15:32 GMT",
"comments": {
"patch": [
{
"comment": "Improve the API review file generation to include imports and support multiple exports"
}
]
}
},
{
"version": "7.0.29",
"tag": "@microsoft/api-extractor_v7.0.29",
Expand Down
9 changes: 8 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Wed, 20 Mar 2019 19:14:49 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2019 01:15:32 GMT and should not be manually modified.

## 7.0.30
Thu, 21 Mar 2019 01:15:32 GMT

### Patches

- Improve the API review file generation to include imports and support multiple exports

## 7.0.29
Wed, 20 Mar 2019 19:14:49 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.0.29",
"version": "7.0.30",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
8 changes: 4 additions & 4 deletions apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.13.0",
"@microsoft/package-deps-hash": "2.2.132",
"@microsoft/stream-collator": "3.0.47",
"@microsoft/package-deps-hash": "2.2.133",
"@microsoft/stream-collator": "3.0.48",
"@microsoft/ts-command-line": "4.2.3",
"@pnpm/link-bins": "~1.0.1",
"@pnpm/logger": "~1.0.1",
Expand All @@ -49,8 +49,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"@microsoft/node-library-build": "6.0.42",
"@types/node": "8.5.8",
"@types/node-fetch": "1.6.9",
"@types/tar": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"@microsoft/node-library-build": "6.0.42",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.5.8",
Expand Down
4 changes: 2 additions & 2 deletions build-tests/api-documenter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-documenter": "7.0.36",
"@microsoft/api-extractor": "7.0.30",
"@microsoft/api-documenter": "7.0.37",
"@types/jest": "23.3.11",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib1-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@types/jest": "23.3.11",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib2-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@types/jest": "23.3.11",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib3-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@types/jest": "23.3.11",
"@types/node": "8.5.8",
"api-extractor-lib1-test": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@microsoft/node-core-library": "3.13.0",
"@microsoft/teams-js": "1.3.0-beta.4",
"@types/jest": "23.3.11",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@types/jest": "23.3.11",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"@types/semver": "5.3.33",
"@types/node": "8.5.8",
"api-extractor-test-01": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.0.29",
"@microsoft/api-extractor": "7.0.30",
"api-extractor-lib1-test": "1.0.0",
"fs-extra": "~7.0.1",
"typescript": "~3.1.6"
Expand Down
4 changes: 2 additions & 2 deletions build-tests/node-library-build-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/node-library-build": "6.0.42",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"chai": "~3.5.0",
"gulp": "~3.9.1",
"@microsoft/rush-stack-compiler-3.2": "0.2.14"
"@microsoft/rush-stack-compiler-3.2": "0.2.15"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.4-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-2.4": "0.5.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-2.4": "0.5.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.7-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-2.7": "0.5.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-2.7": "0.5.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.9-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-2.9": "0.6.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-2.9": "0.6.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.0-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.0": "0.5.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-3.0": "0.5.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.1-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.1": "0.5.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-3.1": "0.5.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.2-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.3-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.41",
"@microsoft/rush-stack-compiler-3.3": "0.1.12",
"@microsoft/node-library-build": "6.0.42",
"@microsoft/rush-stack-compiler-3.3": "0.1.13",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "node_modules/.bin/rush-stack test"
},
"dependencies": {
"@microsoft/rush-stack": "0.1.61",
"@microsoft/rush-stack-compiler-3.2": "0.2.14"
"@microsoft/rush-stack": "0.1.62",
"@microsoft/rush-stack-compiler-3.2": "0.2.15"
}
}
6 changes: 3 additions & 3 deletions build-tests/web-library-build-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"ts-jest": "~22.4.6",
"@types/jest": "23.3.11",
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/load-themed-styles": "1.8.70",
"@microsoft/web-library-build": "7.0.17",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"@microsoft/load-themed-styles": "1.8.71",
"@microsoft/web-library-build": "7.0.18",
"gulp": "~3.9.1"
}
}

This file was deleted.

15 changes: 15 additions & 0 deletions core-build/gulp-core-build-mocha/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/gulp-core-build-mocha",
"entries": [
{
"version": "3.5.69",
"tag": "@microsoft/gulp-core-build-mocha_v3.5.69",
"date": "Thu, 21 Mar 2019 01:15:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`"
}
]
}
},
{
"version": "3.5.68",
"tag": "@microsoft/gulp-core-build-mocha_v3.5.68",
Expand Down
7 changes: 6 additions & 1 deletion core-build/gulp-core-build-mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/gulp-core-build-mocha

This log was last generated on Wed, 20 Mar 2019 19:14:49 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2019 01:15:33 GMT and should not be manually modified.

## 3.5.69
Thu, 21 Mar 2019 01:15:33 GMT

*Version update only*

## 3.5.68
Wed, 20 Mar 2019 19:14:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions core-build/gulp-core-build-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-mocha",
"version": "3.5.68",
"version": "3.5.69",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -16,15 +16,15 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.9.18",
"@microsoft/gulp-core-build": "3.9.19",
"@types/node": "8.5.8",
"glob": "~7.0.5",
"gulp": "~3.9.1",
"gulp-istanbul": "~0.10.3",
"gulp-mocha": "~6.0.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.2.14",
"@microsoft/rush-stack-compiler-3.2": "0.2.15",
"@microsoft/node-library-build": "6.0.39",
"@types/glob": "5.0.30",
"@types/gulp": "3.8.32",
Expand Down
Loading

0 comments on commit f141c3a

Please sign in to comment.