Skip to content

Commit 72798d1

Browse files
authored
Merge branch 'master' into octogonz/ae-diagnostics
2 parents 0675833 + 08ab7d5 commit 72798d1

102 files changed

Lines changed: 655 additions & 153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/api-documenter/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.3.5",
6+
"tag": "@microsoft/api-documenter_v7.3.5",
7+
"date": "Mon, 08 Jul 2019 19:12:18 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.68` to `6.0.69`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "7.3.4",
621
"tag": "@microsoft/api-documenter_v7.3.4",

apps/api-documenter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @microsoft/api-documenter
22

3-
This log was last generated on Sat, 29 Jun 2019 02:30:10 GMT and should not be manually modified.
3+
This log was last generated on Mon, 08 Jul 2019 19:12:18 GMT and should not be manually modified.
4+
5+
## 7.3.5
6+
Mon, 08 Jul 2019 19:12:18 GMT
7+
8+
*Version update only*
49

510
## 7.3.4
611
Sat, 29 Jun 2019 02:30:10 GMT

apps/api-documenter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.3.4",
3+
"version": "7.3.5",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -23,8 +23,8 @@
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.20",
27-
"@microsoft/node-library-build": "6.0.68",
26+
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
27+
"@microsoft/node-library-build": "6.0.69",
2828
"@types/js-yaml": "3.12.1",
2929
"@types/node": "8.5.8",
3030
"gulp": "~3.9.1",

apps/api-extractor/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.2.3",
6+
"tag": "@microsoft/api-extractor_v7.2.3",
7+
"date": "Mon, 08 Jul 2019 19:12:18 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.2.2",
618
"tag": "@microsoft/api-extractor_v7.2.2",

apps/api-extractor/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/api-extractor
22

3-
This log was last generated on Sat, 29 Jun 2019 02:30:10 GMT and should not be manually modified.
3+
This log was last generated on Mon, 08 Jul 2019 19:12:18 GMT and should not be manually modified.
4+
5+
## 7.2.3
6+
Mon, 08 Jul 2019 19:12:18 GMT
7+
8+
### Patches
9+
10+
- Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
411

512
## 7.2.2
613
Sat, 29 Jun 2019 02:30:10 GMT

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@microsoft/node-core-library": "3.13.0",
25-
"@microsoft/package-deps-hash": "2.2.159",
26-
"@microsoft/stream-collator": "3.0.74",
25+
"@microsoft/package-deps-hash": "2.2.160",
26+
"@microsoft/stream-collator": "3.0.75",
2727
"@microsoft/ts-command-line": "4.2.6",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -50,8 +50,8 @@
5050
"z-schema": "~3.18.3"
5151
},
5252
"devDependencies": {
53-
"@microsoft/node-library-build": "6.0.68",
54-
"@microsoft/rush-stack-compiler-3.2": "0.3.20",
53+
"@microsoft/node-library-build": "6.0.69",
54+
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
5555
"@types/glob": "5.0.30",
5656
"@types/jest": "23.3.11",
5757
"@types/js-yaml": "3.12.1",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.2": "0.3.20",
41-
"@microsoft/node-library-build": "6.0.68",
40+
"@microsoft/rush-stack-compiler-3.2": "0.3.21",
41+
"@microsoft/node-library-build": "6.0.69",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

build-tests/api-documenter-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.2.2",
13-
"@microsoft/api-documenter": "7.3.4",
12+
"@microsoft/api-extractor": "7.2.3",
13+
"@microsoft/api-documenter": "7.3.5",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",
1616
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib1-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.2.2",
12+
"@microsoft/api-extractor": "7.2.3",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)