Skip to content

Commit 96e3932

Browse files
committed
Merge branch 'master' into ianc/node-12-support
2 parents e69b62b + 63a5449 commit 96e3932

107 files changed

Lines changed: 685 additions & 170 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.3.10",
6+
"tag": "@microsoft/api-documenter_v7.3.10",
7+
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix an issue where generated filenames sometimes mcontained invalid characters"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "7.3.9",
626
"tag": "@microsoft/api-documenter_v7.3.9",

apps/api-documenter/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-documenter
22

3-
This log was last generated on Mon, 22 Jul 2019 19:13:10 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Jul 2019 01:13:01 GMT and should not be manually modified.
4+
5+
## 7.3.10
6+
Tue, 23 Jul 2019 01:13:01 GMT
7+
8+
### Patches
9+
10+
- Fix an issue where generated filenames sometimes mcontained invalid characters
411

512
## 7.3.9
613
Mon, 22 Jul 2019 19:13: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.9",
3+
"version": "7.3.10",
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.4": "0.1.12",
27-
"@microsoft/node-library-build": "6.0.73",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.13",
27+
"@microsoft/node-library-build": "6.0.74",
2828
"@types/jest": "23.3.11",
2929
"@types/js-yaml": "3.12.1",
3030
"@types/node": "8.5.8",

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.3.4",
6+
"tag": "@microsoft/api-extractor_v7.3.4",
7+
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.3.3",
618
"tag": "@microsoft/api-extractor_v7.3.3",

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 Mon, 22 Jul 2019 19:13:10 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Jul 2019 01:13:01 GMT and should not be manually modified.
4+
5+
## 7.3.4
6+
Tue, 23 Jul 2019 01:13:01 GMT
7+
8+
### Patches
9+
10+
- ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
411

512
## 7.3.3
613
Mon, 22 Jul 2019 19:13: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.3.3",
3+
"version": "7.3.4",
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.164",
26-
"@microsoft/stream-collator": "3.0.79",
25+
"@microsoft/package-deps-hash": "2.2.165",
26+
"@microsoft/stream-collator": "3.0.80",
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.73",
54-
"@microsoft/rush-stack-compiler-3.4": "0.1.12",
53+
"@microsoft/node-library-build": "6.0.74",
54+
"@microsoft/rush-stack-compiler-3.4": "0.1.13",
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.4": "0.1.12",
41-
"@microsoft/node-library-build": "6.0.73",
40+
"@microsoft/rush-stack-compiler-3.4": "0.1.13",
41+
"@microsoft/node-library-build": "6.0.74",
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.3.3",
13-
"@microsoft/api-documenter": "7.3.9",
12+
"@microsoft/api-extractor": "7.3.4",
13+
"@microsoft/api-documenter": "7.3.10",
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.3.3",
12+
"@microsoft/api-extractor": "7.3.4",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)