Skip to content

Commit ab13ad6

Browse files
committed
Merge remote-tracking branch 'origin' into jowedeki/debug-cert
2 parents 51376c0 + 0eba933 commit ab13ad6

172 files changed

Lines changed: 2176 additions & 720 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.

.gitignore

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ yarn-error.log*
99
*.seed
1010
*.pid.lock
1111

12-
# Visual Studio Code
13-
.vscode
14-
1512
# Directory for instrumented libs generated by jscoverage/JSCover
1613
lib-cov
1714

@@ -58,21 +55,24 @@ jspm_packages/
5855
# next.js build output
5956
.next
6057

58+
# OS X temporary files
59+
.DS_Store
60+
61+
# Rush temporary files
62+
common/temp/
63+
**/.rush/temp/
64+
6165
# Common toolchain intermediate files
66+
temp
6267
lib
6368
lib-amd
6469
lib-es6
6570
dist
66-
temp
6771
*.scss.ts
6872
*.sass.ts
6973

70-
# Rush files
71-
common/temp/**
72-
.rush/temp/**
74+
# Visual Studio Code
75+
.vscode
7376

7477
# Remove eventually
7578
package-deps.json
76-
77-
# OS X
78-
.DS_Store

apps/api-documenter/CHANGELOG.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.7.10",
6+
"tag": "@microsoft/api-documenter_v7.7.10",
7+
"date": "Thu, 23 Jan 2020 01:07:56 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.5` to `7.7.6`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.1` to `6.4.2`"
21+
}
22+
]
23+
}
24+
},
25+
{
26+
"version": "7.7.9",
27+
"tag": "@microsoft/api-documenter_v7.7.9",
28+
"date": "Tue, 21 Jan 2020 21:56:13 GMT",
29+
"comments": {
30+
"dependency": [
31+
{
32+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.4` to `7.7.5`"
33+
},
34+
{
35+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`"
36+
},
37+
{
38+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.9` to `4.3.10`"
39+
},
40+
{
41+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`"
42+
},
43+
{
44+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.0` to `6.4.1`"
45+
},
46+
{
47+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`"
48+
}
49+
]
50+
}
51+
},
452
{
553
"version": "7.7.8",
654
"tag": "@microsoft/api-documenter_v7.7.8",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
3+
This log was last generated on Thu, 23 Jan 2020 01:07:56 GMT and should not be manually modified.
4+
5+
## 7.7.10
6+
Thu, 23 Jan 2020 01:07:56 GMT
7+
8+
*Version update only*
9+
10+
## 7.7.9
11+
Tue, 21 Jan 2020 21:56:13 GMT
12+
13+
*Version update only*
414

515
## 7.7.8
616
Sun, 19 Jan 2020 02:26:52 GMT

apps/api-documenter/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.7.8",
3+
"version": "7.7.10",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,18 +17,18 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.7.4",
21-
"@microsoft/node-core-library": "3.19.0",
22-
"@microsoft/ts-command-line": "4.3.9",
20+
"@microsoft/api-extractor-model": "7.7.6",
21+
"@microsoft/node-core-library": "3.19.2",
22+
"@microsoft/ts-command-line": "4.3.10",
2323
"@microsoft/tsdoc": "0.12.14",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.5": "0.4.0",
30-
"@microsoft/node-library-build": "6.4.0",
31-
"@rushstack/eslint-config": "0.5.3",
29+
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
30+
"@microsoft/node-library-build": "6.4.2",
31+
"@rushstack/eslint-config": "0.5.4",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",
3434
"@types/node": "10.17.13",

apps/api-extractor-model/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@microsoft/api-extractor-model",
33
"entries": [
4+
{
5+
"version": "7.7.6",
6+
"tag": "@microsoft/api-extractor-model_v7.7.6",
7+
"date": "Thu, 23 Jan 2020 01:07:56 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`"
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "7.7.5",
18+
"tag": "@microsoft/api-extractor-model_v7.7.5",
19+
"date": "Tue, 21 Jan 2020 21:56:14 GMT",
20+
"comments": {
21+
"dependency": [
22+
{
23+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.7.4",
633
"tag": "@microsoft/api-extractor-model_v7.7.4",

apps/api-extractor-model/CHANGELOG.md

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

3-
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
3+
This log was last generated on Thu, 23 Jan 2020 01:07:56 GMT and should not be manually modified.
4+
5+
## 7.7.6
6+
Thu, 23 Jan 2020 01:07:56 GMT
7+
8+
*Version update only*
9+
10+
## 7.7.5
11+
Tue, 21 Jan 2020 21:56:14 GMT
12+
13+
*Version update only*
414

515
## 7.7.4
616
Sun, 19 Jan 2020 02:26:52 GMT

apps/api-extractor-model/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-extractor-model",
3-
"version": "7.7.4",
3+
"version": "7.7.6",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
@@ -14,13 +14,13 @@
1414
"build": "gulp test --clean"
1515
},
1616
"dependencies": {
17-
"@microsoft/node-core-library": "3.19.0",
17+
"@microsoft/node-core-library": "3.19.2",
1818
"@microsoft/tsdoc": "0.12.14"
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.3.11",
2222
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
23-
"@rushstack/eslint-config": "0.5.3",
23+
"@rushstack/eslint-config": "0.5.4",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "10.17.13",
2626
"gulp": "~4.0.2"

apps/api-extractor/CHANGELOG.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.7.7",
6+
"tag": "@microsoft/api-extractor_v7.7.7",
7+
"date": "Thu, 23 Jan 2020 01:07:56 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.5` to `7.7.6`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"version": "7.7.6",
21+
"tag": "@microsoft/api-extractor_v7.7.6",
22+
"date": "Tue, 21 Jan 2020 21:56:13 GMT",
23+
"comments": {
24+
"dependency": [
25+
{
26+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.4` to `7.7.5`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`"
30+
},
31+
{
32+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.9` to `4.3.10`"
33+
},
34+
{
35+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`"
36+
}
37+
]
38+
}
39+
},
440
{
541
"version": "7.7.5",
642
"tag": "@microsoft/api-extractor_v7.7.5",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
3+
This log was last generated on Thu, 23 Jan 2020 01:07:56 GMT and should not be manually modified.
4+
5+
## 7.7.7
6+
Thu, 23 Jan 2020 01:07:56 GMT
7+
8+
*Version update only*
9+
10+
## 7.7.6
11+
Tue, 21 Jan 2020 21:56:13 GMT
12+
13+
*Version update only*
414

515
## 7.7.5
616
Sun, 19 Jan 2020 02:26:52 GMT

apps/api-extractor/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.7.5",
3+
"version": "7.7.7",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -32,9 +32,9 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.7.4",
36-
"@microsoft/node-core-library": "3.19.0",
37-
"@microsoft/ts-command-line": "4.3.9",
35+
"@microsoft/api-extractor-model": "7.7.6",
36+
"@microsoft/node-core-library": "3.19.2",
37+
"@microsoft/ts-command-line": "4.3.10",
3838
"@microsoft/tsdoc": "0.12.14",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@microsoft/node-library-build": "6.3.11",
4747
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
48-
"@rushstack/eslint-config": "0.5.3",
48+
"@rushstack/eslint-config": "0.5.4",
4949
"@types/jest": "23.3.11",
5050
"@types/lodash": "4.14.116",
5151
"@types/node": "10.17.13",

0 commit comments

Comments
 (0)