Skip to content

Commit 4d45e9c

Browse files
committed
Merge branch 'master' into jowedeki/debug-cert
2 parents 1316d72 + a67691a commit 4d45e9c

174 files changed

Lines changed: 1426 additions & 661 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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.7.8",
6+
"tag": "@microsoft/api-documenter_v7.7.8",
7+
"date": "Sun, 19 Jan 2020 02:26:52 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrade Node typings to Node 10"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.3` to `7.7.4`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.8` to `4.3.9`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.16` to `6.4.0`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`"
32+
}
33+
]
34+
}
35+
},
436
{
537
"version": "7.7.7",
638
"tag": "@microsoft/api-documenter_v7.7.7",

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 Fri, 17 Jan 2020 01:08:23 GMT and should not be manually modified.
3+
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
4+
5+
## 7.7.8
6+
Sun, 19 Jan 2020 02:26:52 GMT
7+
8+
### Patches
9+
10+
- Upgrade Node typings to Node 10
411

512
## 7.7.7
613
Fri, 17 Jan 2020 01:08:23 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.7",
3+
"version": "7.7.8",
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.3",
21-
"@microsoft/node-core-library": "3.18.3",
22-
"@microsoft/ts-command-line": "4.3.8",
20+
"@microsoft/api-extractor-model": "7.7.4",
21+
"@microsoft/node-core-library": "3.19.0",
22+
"@microsoft/ts-command-line": "4.3.9",
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.3.15",
30-
"@microsoft/node-library-build": "6.3.16",
31-
"@rushstack/eslint-config": "0.5.2",
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",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@microsoft/api-extractor-model",
33
"entries": [
4+
{
5+
"version": "7.7.4",
6+
"tag": "@microsoft/api-extractor-model_v7.7.4",
7+
"date": "Sun, 19 Jan 2020 02:26:52 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrade Node typings to Node 10"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "7.7.3",
626
"tag": "@microsoft/api-extractor-model_v7.7.3",

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

3-
This log was last generated on Fri, 17 Jan 2020 01:08:23 GMT and should not be manually modified.
3+
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
4+
5+
## 7.7.4
6+
Sun, 19 Jan 2020 02:26:52 GMT
7+
8+
### Patches
9+
10+
- Upgrade Node typings to Node 10
411

512
## 7.7.3
613
Fri, 17 Jan 2020 01:08:23 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.3",
3+
"version": "7.7.4",
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.18.3",
17+
"@microsoft/node-core-library": "3.19.0",
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.2",
23+
"@rushstack/eslint-config": "0.5.3",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "10.17.13",
2626
"gulp": "~4.0.2"

apps/api-extractor/CHANGELOG.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.7.5",
6+
"tag": "@microsoft/api-extractor_v7.7.5",
7+
"date": "Sun, 19 Jan 2020 02:26:52 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrade Node typings to Node 10"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.3` to `7.7.4`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.8` to `4.3.9`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`"
26+
}
27+
]
28+
}
29+
},
430
{
531
"version": "7.7.4",
632
"tag": "@microsoft/api-extractor_v7.7.4",

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 Fri, 17 Jan 2020 01:08:23 GMT and should not be manually modified.
3+
This log was last generated on Sun, 19 Jan 2020 02:26:52 GMT and should not be manually modified.
4+
5+
## 7.7.5
6+
Sun, 19 Jan 2020 02:26:52 GMT
7+
8+
### Patches
9+
10+
- Upgrade Node typings to Node 10
411

512
## 7.7.4
613
Fri, 17 Jan 2020 01:08:23 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.4",
3+
"version": "7.7.5",
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.3",
36-
"@microsoft/node-core-library": "3.18.3",
37-
"@microsoft/ts-command-line": "4.3.8",
35+
"@microsoft/api-extractor-model": "7.7.4",
36+
"@microsoft/node-core-library": "3.19.0",
37+
"@microsoft/ts-command-line": "4.3.9",
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.2",
48+
"@rushstack/eslint-config": "0.5.3",
4949
"@types/jest": "23.3.11",
5050
"@types/lodash": "4.14.116",
5151
"@types/node": "10.17.13",

apps/rush-buildxl/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@microsoft/node-core-library": "3.18.3",
22+
"@microsoft/node-core-library": "3.19.0",
2323
"@microsoft/rush-lib": "5.18.0",
24-
"@microsoft/ts-command-line": "4.3.8"
24+
"@microsoft/ts-command-line": "4.3.9"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.3.16",
28-
"@microsoft/rush-stack-compiler-3.5": "0.3.15",
29-
"@rushstack/eslint-config": "0.5.2",
27+
"@microsoft/node-library-build": "6.4.0",
28+
"@microsoft/rush-stack-compiler-3.5": "0.4.0",
29+
"@rushstack/eslint-config": "0.5.3",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "10.17.13",
3232
"gulp": "~4.0.2"

0 commit comments

Comments
 (0)