Skip to content

Commit 51e77b4

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into octogonz/ae-issue-1679
2 parents 052c09d + 25ba669 commit 51e77b4

96 files changed

Lines changed: 610 additions & 270 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.7.5",
6+
"tag": "@microsoft/api-documenter_v7.7.5",
7+
"date": "Sat, 11 Jan 2020 05:18:23 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.13` to `6.3.14`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.7.4",
618
"tag": "@microsoft/api-documenter_v7.7.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 Thu, 09 Jan 2020 06:44:12 GMT and should not be manually modified.
3+
This log was last generated on Sat, 11 Jan 2020 05:18:23 GMT and should not be manually modified.
4+
5+
## 7.7.5
6+
Sat, 11 Jan 2020 05:18:23 GMT
7+
8+
*Version update only*
49

510
## 7.7.4
611
Thu, 09 Jan 2020 06:44:12 GMT

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.7.4",
3+
"version": "7.7.5",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@microsoft/rush-stack-compiler-3.5": "0.3.13",
30-
"@microsoft/node-library-build": "6.3.13",
30+
"@microsoft/node-library-build": "6.3.14",
3131
"@rushstack/eslint-config": "0.5.1",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",

apps/api-extractor/gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
const build = require('@microsoft/node-library-build');
44

5+
build.jest.setConfig({ coverageReporters: ['json'] }); // Temporary - until the Handlebars issue is fixed
6+
57
build.initialize(require('gulp'));

apps/rush-buildxl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-buildxl",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "An experimental tool that connects Rush and BuildXL",
55
"repository": {
66
"type": "git",
@@ -20,11 +20,11 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"@microsoft/node-core-library": "3.18.2",
23-
"@microsoft/rush-lib": "5.17.2",
23+
"@microsoft/rush-lib": "5.18.0",
2424
"@microsoft/ts-command-line": "4.3.7"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.3.13",
27+
"@microsoft/node-library-build": "6.3.14",
2828
"@microsoft/rush-stack-compiler-3.5": "0.3.13",
2929
"@rushstack/eslint-config": "0.5.1",
3030
"@types/jest": "23.3.11",

apps/rush-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",
@@ -19,8 +19,8 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@microsoft/node-core-library": "3.18.2",
22-
"@microsoft/package-deps-hash": "2.3.16",
23-
"@microsoft/stream-collator": "3.1.20",
22+
"@microsoft/package-deps-hash": "2.3.17",
23+
"@microsoft/stream-collator": "3.1.21",
2424
"@microsoft/ts-command-line": "4.3.7",
2525
"@pnpm/link-bins": "~1.0.1",
2626
"@pnpm/logger": "~1.0.1",
@@ -47,7 +47,7 @@
4747
"z-schema": "~3.18.3"
4848
},
4949
"devDependencies": {
50-
"@microsoft/node-library-build": "6.3.13",
50+
"@microsoft/node-library-build": "6.3.14",
5151
"@microsoft/rush-stack-compiler-3.5": "0.3.13",
5252
"@rushstack/eslint-config": "0.5.1",
5353
"@types/glob": "5.0.30",

apps/rush/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.18.0",
6+
"tag": "@microsoft/rush_v5.18.0",
7+
"date": "Sat, 11 Jan 2020 05:38:55 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Don't use the `build` verb when printing task failures"
12+
},
13+
{
14+
"comment": "Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging."
15+
},
16+
{
17+
"comment": "Update GitHub project URL in some resource files"
18+
},
19+
{
20+
"comment": "fix typo in version-policies.json"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "5.17.2",
627
"tag": "@microsoft/rush_v5.17.2",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Tue, 26 Nov 2019 00:53:52 GMT and should not be manually modified.
3+
This log was last generated on Sat, 11 Jan 2020 05:38:55 GMT and should not be manually modified.
4+
5+
## 5.18.0
6+
Sat, 11 Jan 2020 05:38:55 GMT
7+
8+
### Updates
9+
10+
- Don't use the `build` verb when printing task failures
11+
- Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging.
12+
- Update GitHub project URL in some resource files
13+
- fix typo in version-policies.json
414

515
## 5.17.2
616
Tue, 26 Nov 2019 00:53:52 GMT

apps/rush/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -32,13 +32,13 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@microsoft/node-core-library": "3.18.2",
35-
"@microsoft/rush-lib": "5.17.2",
35+
"@microsoft/rush-lib": "5.18.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
4040
"@microsoft/rush-stack-compiler-3.5": "0.3.13",
41-
"@microsoft/node-library-build": "6.3.13",
41+
"@microsoft/node-library-build": "6.3.14",
4242
"@rushstack/eslint-config": "0.5.1",
4343
"@types/chai": "3.4.34",
4444
"@types/mocha": "5.2.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/api-extractor": "7.7.2",
13-
"@microsoft/api-documenter": "7.7.4",
13+
"@microsoft/api-documenter": "7.7.5",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.10.54",
1616
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)