Skip to content

Commit 8a52497

Browse files
committed
Merge remote-tracking branch 'upstream/master' into AlexJ-SnippetRemarks
2 parents 3e78625 + e6ae2ae commit 8a52497

121 files changed

Lines changed: 2153 additions & 428 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: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.5.4",
6+
"tag": "@microsoft/api-documenter_v1.5.4",
7+
"date": "Thu, 26 Jul 2018 23:53:43 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.2` to `4.4.3`"
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "1.5.3",
18+
"tag": "@microsoft/api-documenter_v1.5.3",
19+
"date": "Thu, 26 Jul 2018 16:04:17 GMT",
20+
"comments": {
21+
"dependency": [
22+
{
23+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.0` to `5.10.1`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.1` to `4.4.2`"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"version": "1.5.2",
36+
"tag": "@microsoft/api-documenter_v1.5.2",
37+
"date": "Wed, 25 Jul 2018 21:02:57 GMT",
38+
"comments": {
39+
"dependency": [
40+
{
41+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.0` to `4.4.1`"
42+
}
43+
]
44+
}
45+
},
46+
{
47+
"version": "1.5.1",
48+
"tag": "@microsoft/api-documenter_v1.5.1",
49+
"date": "Fri, 20 Jul 2018 16:04:52 GMT",
50+
"comments": {
51+
"dependency": [
52+
{
53+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.50` to `4.4.0`"
54+
}
55+
]
56+
}
57+
},
458
{
559
"version": "1.5.0",
660
"tag": "@microsoft/api-documenter_v1.5.0",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Tue, 17 Jul 2018 16:02:52 GMT and should not be manually modified.
3+
This log was last generated on Thu, 26 Jul 2018 23:53:43 GMT and should not be manually modified.
4+
5+
## 1.5.4
6+
Thu, 26 Jul 2018 23:53:43 GMT
7+
8+
*Version update only*
9+
10+
## 1.5.3
11+
Thu, 26 Jul 2018 16:04:17 GMT
12+
13+
*Version update only*
14+
15+
## 1.5.2
16+
Wed, 25 Jul 2018 21:02:57 GMT
17+
18+
*Version update only*
19+
20+
## 1.5.1
21+
Fri, 20 Jul 2018 16:04:52 GMT
22+
23+
*Version update only*
424

525
## 1.5.0
626
Tue, 17 Jul 2018 16:02:52 GMT

apps/api-documenter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "1.5.0",
3+
"version": "1.5.4",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,14 +15,14 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "5.10.0",
19-
"@microsoft/node-core-library": "1.5.0",
18+
"@microsoft/api-extractor": "5.10.1",
19+
"@microsoft/node-core-library": "2.0.0",
2020
"@microsoft/ts-command-line": "4.2.0",
2121
"colors": "~1.2.1",
2222
"js-yaml": "~3.9.1"
2323
},
2424
"devDependencies": {
25-
"@microsoft/node-library-build": "4.3.50",
25+
"@microsoft/node-library-build": "4.4.3",
2626
"@types/js-yaml": "3.9.1",
2727
"@types/node": "8.5.8",
2828
"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": "5.10.1",
6+
"tag": "@microsoft/api-extractor_v5.10.1",
7+
"date": "Thu, 26 Jul 2018 16:04:17 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "5.10.0",
618
"tag": "@microsoft/api-extractor_v5.10.0",

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

3-
This log was last generated on Tue, 17 Jul 2018 16:02:52 GMT and should not be manually modified.
3+
This log was last generated on Thu, 26 Jul 2018 16:04:17 GMT and should not be manually modified.
4+
5+
## 5.10.1
6+
Thu, 26 Jul 2018 16:04:17 GMT
7+
8+
*Version update only*
49

510
## 5.10.0
611
Tue, 17 Jul 2018 16:02:52 GMT

apps/api-extractor/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",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",
@@ -31,7 +31,7 @@
3131
"build": "gulp test --clean"
3232
},
3333
"dependencies": {
34-
"@microsoft/node-core-library": "1.5.0",
34+
"@microsoft/node-core-library": "2.0.0",
3535
"@microsoft/ts-command-line": "4.2.0",
3636
"@types/node": "8.5.8",
3737
"@types/z-schema": "3.16.31",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@types/lodash": "4.14.74",
4646
"gulp": "~3.9.1",
47-
"@microsoft/node-library-build": "4.3.41",
47+
"@microsoft/node-library-build": "4.4.0",
4848
"@types/jest": "21.1.10"
4949
}
5050
}

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "1.5.0",
25-
"@microsoft/package-deps-hash": "2.2.51",
26-
"@microsoft/stream-collator": "2.2.51",
24+
"@microsoft/node-core-library": "2.0.0",
25+
"@microsoft/package-deps-hash": "2.2.55",
26+
"@microsoft/stream-collator": "2.2.55",
2727
"@microsoft/ts-command-line": "4.2.0",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -49,7 +49,7 @@
4949
"z-schema": "~3.18.3"
5050
},
5151
"devDependencies": {
52-
"@microsoft/node-library-build": "4.3.50",
52+
"@microsoft/node-library-build": "4.4.3",
5353
"@types/node": "8.5.8",
5454
"@types/node-fetch": "1.6.9",
5555
"@types/tar": "4.0.0",

apps/rush-lib/src/cli/actions/BaseInstallAction.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export abstract class BaseInstallAction extends BaseRushAction {
2121
protected _purgeParameter: CommandLineFlagParameter;
2222
protected _bypassPolicyParameter: CommandLineFlagParameter;
2323
protected _noLinkParameter: CommandLineFlagParameter;
24+
protected _debugPackageManagerParameter: CommandLineFlagParameter;
2425

2526
protected onDefineParameters(): void {
2627
this._purgeParameter = this.defineFlagParameter({
@@ -39,6 +40,11 @@ export abstract class BaseInstallAction extends BaseRushAction {
3940
+ ' This flag is useful for automated builds that want to report stages individually'
4041
+ ' or perform extra operations in between the two stages.'
4142
});
43+
this._debugPackageManagerParameter = this.defineFlagParameter({
44+
parameterLongName: '--debug-package-manager',
45+
description: 'Activates verbose logging for the package manager. You will probably want to pipe'
46+
+ ' the output of Rush to a file when using this command.'
47+
});
4248
}
4349

4450
protected abstract buildInstallOptions(): IInstallManagerOptions;

apps/rush-lib/src/cli/actions/InstallAction.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export class InstallAction extends BaseInstallAction {
3131
bypassPolicy: this._bypassPolicyParameter.value!,
3232
noLink: this._noLinkParameter.value!,
3333
fullUpgrade: false,
34-
recheckShrinkwrap: false
34+
recheckShrinkwrap: false,
35+
collectLogFile: this._debugPackageManagerParameter.value!
3536
};
3637
}
3738
}

apps/rush-lib/src/cli/actions/UpdateAction.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export class UpdateAction extends BaseInstallAction {
5858
bypassPolicy: this._bypassPolicyParameter.value!,
5959
noLink: this._noLinkParameter.value!,
6060
fullUpgrade: this._fullParameter.value!,
61-
recheckShrinkwrap: this._recheckParameter.value!
61+
recheckShrinkwrap: this._recheckParameter.value!,
62+
collectLogFile: this._debugPackageManagerParameter.value!
6263
};
6364
}
6465
}

0 commit comments

Comments
 (0)