Skip to content

Commit

Permalink
Merge branch 'master' into sachinjoseph/fix1347
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinjoseph authored Jul 10, 2019
2 parents b3900a9 + 0084ba2 commit 4c0fd14
Show file tree
Hide file tree
Showing 102 changed files with 655 additions and 153 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.3.6",
"tag": "@microsoft/api-documenter_v7.3.6",
"date": "Tue, 09 Jul 2019 19:13:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`"
}
]
}
},
{
"version": "7.3.5",
"tag": "@microsoft/api-documenter_v7.3.5",
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 Mon, 08 Jul 2019 19:12:18 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jul 2019 19:13:24 GMT and should not be manually modified.

## 7.3.6
Tue, 09 Jul 2019 19:13:24 GMT

*Version update only*

## 7.3.5
Mon, 08 Jul 2019 19:12:18 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.3.5",
"version": "7.3.6",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"js-yaml": "~3.13.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
"@microsoft/node-library-build": "6.0.69",
"@microsoft/rush-stack-compiler-3.2": "0.3.22",
"@microsoft/node-library-build": "6.0.70",
"@types/js-yaml": "3.12.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.3.0",
"tag": "@microsoft/api-extractor_v7.3.0",
"date": "Tue, 09 Jul 2019 19:13:24 GMT",
"comments": {
"minor": [
{
"comment": "Add a \"--diagnostics\" command-line option to help when troubleshooting problems"
}
]
}
},
{
"version": "7.2.3",
"tag": "@microsoft/api-extractor_v7.2.3",
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 Mon, 08 Jul 2019 19:12:18 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jul 2019 19:13:24 GMT and should not be manually modified.

## 7.3.0
Tue, 09 Jul 2019 19:13:24 GMT

### Minor changes

- Add a "--diagnostics" command-line option to help when troubleshooting problems

## 7.2.3
Mon, 08 Jul 2019 19:12:18 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.2.3",
"version": "7.3.0",
"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.160",
"@microsoft/stream-collator": "3.0.75",
"@microsoft/package-deps-hash": "2.2.161",
"@microsoft/stream-collator": "3.0.76",
"@microsoft/ts-command-line": "4.2.6",
"@pnpm/link-bins": "~1.0.1",
"@pnpm/logger": "~1.0.1",
Expand All @@ -50,8 +50,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.69",
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.2": "0.3.22",
"@types/glob": "5.0.30",
"@types/jest": "23.3.11",
"@types/js-yaml": "3.12.1",
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.3.21",
"@microsoft/node-library-build": "6.0.69",
"@microsoft/rush-stack-compiler-3.2": "0.3.22",
"@microsoft/node-library-build": "6.0.70",
"@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.2.3",
"@microsoft/api-documenter": "7.3.5",
"@microsoft/api-extractor": "7.3.0",
"@microsoft/api-documenter": "7.3.6",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"@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.2.3",
"@microsoft/api-extractor": "7.3.0",
"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.69",
"@microsoft/node-library-build": "6.0.70",
"@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.3.21"
"@microsoft/rush-stack-compiler-3.2": "0.3.22"
}
}
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.69",
"@microsoft/rush-stack-compiler-2.4": "0.6.20",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-2.4": "0.6.21",
"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.69",
"@microsoft/rush-stack-compiler-2.7": "0.6.20",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-2.7": "0.6.21",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.8-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.69",
"@microsoft/rush-stack-compiler-2.8": "0.1.7",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-2.8": "0.1.8",
"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.69",
"@microsoft/rush-stack-compiler-2.9": "0.7.20",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-2.9": "0.7.21",
"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.69",
"@microsoft/rush-stack-compiler-3.0": "0.6.20",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.0": "0.6.21",
"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.69",
"@microsoft/rush-stack-compiler-3.1": "0.6.20",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.1": "0.6.21",
"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.69",
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.2": "0.3.22",
"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.69",
"@microsoft/rush-stack-compiler-3.3": "0.2.21",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.3": "0.2.22",
"gulp": "~3.9.1"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.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.69",
"@microsoft/rush-stack-compiler-3.4": "0.1.8",
"@microsoft/node-library-build": "6.0.70",
"@microsoft/rush-stack-compiler-3.4": "0.1.9",
"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.89",
"@microsoft/rush-stack-compiler-3.2": "0.3.21"
"@microsoft/rush-stack": "0.1.90",
"@microsoft/rush-stack-compiler-3.2": "0.3.22"
}
}
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.3.21",
"@microsoft/load-themed-styles": "1.9.9",
"@microsoft/web-library-build": "7.0.47",
"@microsoft/rush-stack-compiler-3.2": "0.3.22",
"@microsoft/load-themed-styles": "1.9.10",
"@microsoft/web-library-build": "7.0.48",
"gulp": "~3.9.1"
}
}

This file was deleted.

18 changes: 18 additions & 0 deletions core-build/gulp-core-build-sass/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/gulp-core-build-sass",
"entries": [
{
"version": "4.7.8",
"tag": "@microsoft/gulp-core-build-sass_v4.7.8",
"date": "Tue, 09 Jul 2019 19:13:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.9` to `1.9.10`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`"
}
]
}
},
{
"version": "4.7.7",
"tag": "@microsoft/gulp-core-build-sass_v4.7.7",
Expand Down
7 changes: 6 additions & 1 deletion core-build/gulp-core-build-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/gulp-core-build-sass

This log was last generated on Mon, 08 Jul 2019 19:12:18 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jul 2019 19:13:24 GMT and should not be manually modified.

## 4.7.8
Tue, 09 Jul 2019 19:13:24 GMT

*Version update only*

## 4.7.7
Mon, 08 Jul 2019 19:12:18 GMT
Expand Down
Loading

0 comments on commit 4c0fd14

Please sign in to comment.