Skip to content

Commit 2afc63b

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into pgonzal/rushell
2 parents 49bfec9 + 9cf737d commit 2afc63b

74 files changed

Lines changed: 634 additions & 108 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.2.7",
6+
"tag": "@microsoft/api-documenter_v1.2.7",
7+
"date": "Thu, 21 Jun 2018 08:27:29 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `5.8.0` to `5.8.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.0` to `1.4.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.43` to `4.3.44`"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "1.2.6",
624
"tag": "@microsoft/api-documenter_v1.2.6",

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 Tue, 19 Jun 2018 19:35:11 GMT and should not be manually modified.
3+
This log was last generated on Thu, 21 Jun 2018 08:27:29 GMT and should not be manually modified.
4+
5+
## 1.2.7
6+
Thu, 21 Jun 2018 08:27:29 GMT
7+
8+
*Version update only*
49

510
## 1.2.6
611
Tue, 19 Jun 2018 19:35:11 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.2.6",
3+
"version": "1.2.7",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,15 +15,15 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "5.8.0",
19-
"@microsoft/node-core-library": "1.4.0",
18+
"@microsoft/api-extractor": "5.8.1",
19+
"@microsoft/node-core-library": "1.4.1",
2020
"@microsoft/ts-command-line": "4.2.0",
2121
"colors": "~1.2.1",
2222
"fs-extra": "~5.0.0",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/node-library-build": "4.3.43",
26+
"@microsoft/node-library-build": "4.3.44",
2727
"@types/fs-extra": "5.0.1",
2828
"@types/js-yaml": "3.9.1",
2929
"@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": "5.8.1",
6+
"tag": "@microsoft/api-extractor_v5.8.1",
7+
"date": "Thu, 21 Jun 2018 08:27:29 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.0` to `1.4.1`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "5.8.0",
618
"tag": "@microsoft/api-extractor_v5.8.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, 19 Jun 2018 19:35:11 GMT and should not be manually modified.
3+
This log was last generated on Thu, 21 Jun 2018 08:27:29 GMT and should not be manually modified.
4+
5+
## 5.8.1
6+
Thu, 21 Jun 2018 08:27:29 GMT
7+
8+
*Version update only*
49

510
## 5.8.0
611
Tue, 19 Jun 2018 19:35:11 GMT

apps/api-extractor/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-extractor",
3-
"version": "5.8.0",
3+
"version": "5.8.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.4.0",
34+
"@microsoft/node-core-library": "1.4.1",
3535
"@microsoft/ts-command-line": "4.2.0",
3636
"@types/fs-extra": "5.0.1",
3737
"@types/node": "8.5.8",

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "5.0.0-dev.24",
3+
"version": "5.0.0-dev.25",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "1.4.0",
25-
"@microsoft/package-deps-hash": "2.2.43",
26-
"@microsoft/stream-collator": "2.2.44",
24+
"@microsoft/node-core-library": "1.4.1",
25+
"@microsoft/package-deps-hash": "2.2.44",
26+
"@microsoft/stream-collator": "2.2.45",
2727
"@microsoft/ts-command-line": "4.2.0",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -50,7 +50,7 @@
5050
"z-schema": "~3.18.3"
5151
},
5252
"devDependencies": {
53-
"@microsoft/node-library-build": "4.3.43",
53+
"@microsoft/node-library-build": "4.3.44",
5454
"@types/fs-extra": "5.0.1",
5555
"@types/node": "8.5.8",
5656
"@types/node-fetch": "1.6.9",

apps/rush/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",
3-
"version": "5.0.0-dev.24",
3+
"version": "5.0.0-dev.25",
44
"description": "The professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -31,14 +31,14 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@microsoft/node-core-library": "1.4.0",
35-
"@microsoft/rush-lib": "5.0.0-dev.24",
34+
"@microsoft/node-core-library": "1.4.1",
35+
"@microsoft/rush-lib": "5.0.0-dev.25",
3636
"colors": "~1.2.1",
3737
"fs-extra": "~5.0.0",
3838
"semver": "~5.3.0"
3939
},
4040
"devDependencies": {
41-
"@microsoft/node-library-build": "4.3.43",
41+
"@microsoft/node-library-build": "4.3.44",
4242
"@types/chai": "3.4.34",
4343
"@types/fs-extra": "5.0.1",
4444
"@types/mocha": "2.2.38",

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.8.0",
15+
"@microsoft/api-extractor": "5.8.1",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~5.0.0",

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "5.8.0",
15+
"@microsoft/api-extractor": "5.8.1",
1616
"@types/semver": "5.3.33",
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",

0 commit comments

Comments
 (0)