Skip to content

Commit 4fcc343

Browse files
committed
Applying package updates.
1 parent 872d10d commit 4fcc343

File tree

68 files changed

+489
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+489
-98
lines changed

apps/api-documenter/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.0.8",
6+
"tag": "@microsoft/api-documenter_v1.0.8",
7+
"date": "Mon, 13 Nov 2017 17:04:50 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.5` to `4.2.6`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.15` to `0.3.16`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.3` to `2.2.4`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.2.6` to `4.2.7`"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "1.0.7",
627
"tag": "@microsoft/api-documenter_v1.0.7",

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 Mon, 06 Nov 2017 17:04:18 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2017 17:04:50 GMT and should not be manually modified.
4+
5+
## 1.0.8
6+
Mon, 13 Nov 2017 17:04:50 GMT
7+
8+
*Version update only*
49

510
## 1.0.7
611
Mon, 06 Nov 2017 17:04:18 GMT

apps/api-documenter/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-documenter",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
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": "4.2.5",
19-
"@microsoft/node-core-library": "0.3.15",
20-
"@microsoft/ts-command-line": "2.2.3",
18+
"@microsoft/api-extractor": "4.2.6",
19+
"@microsoft/node-core-library": "0.3.16",
20+
"@microsoft/ts-command-line": "2.2.4",
2121
"colors": "~1.1.2",
2222
"fs-extra": "~0.26.7",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/node-library-build": "4.2.6",
26+
"@microsoft/node-library-build": "4.2.7",
2727
"@types/colors": "1.1.3",
2828
"@types/fs-extra": "0.0.37",
2929
"@types/js-yaml": "3.9.1",

apps/api-extractor/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "4.2.6",
6+
"tag": "@microsoft/api-extractor_v4.2.6",
7+
"date": "Mon, 13 Nov 2017 17:04:50 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.15` to `0.3.16`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.3` to `2.2.4`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "4.2.5",
621
"tag": "@microsoft/api-extractor_v4.2.5",

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 Mon, 06 Nov 2017 17:04:18 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2017 17:04:50 GMT and should not be manually modified.
4+
5+
## 4.2.6
6+
Mon, 13 Nov 2017 17:04:50 GMT
7+
8+
*Version update only*
49

510
## 4.2.5
611
Mon, 06 Nov 2017 17:04:18 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": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",
@@ -28,8 +28,8 @@
2828
"build": "gulp test --clean"
2929
},
3030
"dependencies": {
31-
"@microsoft/node-core-library": "0.3.15",
32-
"@microsoft/ts-command-line": "2.2.3",
31+
"@microsoft/node-core-library": "0.3.16",
32+
"@microsoft/ts-command-line": "2.2.4",
3333
"@types/fs-extra": "0.0.37",
3434
"@types/node": "6.0.88",
3535
"@types/z-schema": "3.16.31",

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"license": "MIT",
1616
"dependencies": {
17-
"@microsoft/node-core-library": "0.3.15",
18-
"@microsoft/package-deps-hash": "2.1.3",
19-
"@microsoft/stream-collator": "2.1.3",
20-
"@microsoft/ts-command-line": "2.2.3",
17+
"@microsoft/node-core-library": "0.3.16",
18+
"@microsoft/package-deps-hash": "2.1.4",
19+
"@microsoft/stream-collator": "2.1.4",
20+
"@microsoft/ts-command-line": "2.2.4",
2121
"@types/fs-extra": "0.0.37",
2222
"@types/node": "6.0.88",
2323
"@types/z-schema": "3.16.31",
@@ -40,7 +40,7 @@
4040
"z-schema": "~3.18.3"
4141
},
4242
"devDependencies": {
43-
"@microsoft/node-library-build": "4.2.6",
43+
"@microsoft/node-library-build": "4.2.7",
4444
"chai": "~3.5.0",
4545
"gulp": "~3.9.1",
4646
"mocha": "~3.4.2",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@microsoft/node-core-library": "0.3.15",
29+
"@microsoft/node-core-library": "0.3.16",
3030
"@microsoft/rush-lib": "4.0.0",
3131
"fs-extra": "~0.26.7",
3232
"semver": "~5.3.0"
3333
},
3434
"devDependencies": {
35-
"@microsoft/node-library-build": "4.2.6",
35+
"@microsoft/node-library-build": "4.2.7",
3636
"@types/chai": "3.4.34",
3737
"@types/fs-extra": "0.0.37",
3838
"@types/mocha": "2.2.38",

common/changes/@microsoft/gulp-core-build/qz2017-jest_patch2_2017-11-09-23-54.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

core-build/gulp-core-build-karma/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
33
"entries": [
4+
{
5+
"version": "4.3.6",
6+
"tag": "@microsoft/gulp-core-build-karma_v4.3.6",
7+
"date": "Mon, 13 Nov 2017 17:04:50 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.3.5",
618
"tag": "@microsoft/gulp-core-build-karma_v4.3.5",

0 commit comments

Comments
 (0)