Skip to content

Commit 4f06edb

Browse files
committed
Merge branch 'master' into nickpape/custom-command-line
# Conflicts: # libraries/decorators/package.json # libraries/load-themed-styles/package.json
2 parents b7958dd + db25b54 commit 4f06edb

155 files changed

Lines changed: 3715 additions & 2043 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: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,97 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.0.6",
6+
"tag": "@microsoft/api-documenter_v1.0.6",
7+
"date": "Thu, 02 Nov 2017 16:05:24 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "QZ <qz2017@users.noreply.github.com>",
12+
"commit": "2c58095f2f13492887cc1278c9a0cff49af9735b",
13+
"comment": "lock the reference version between web build tools projects"
14+
}
15+
],
16+
"dependency": [
17+
{
18+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.3` to `4.2.4`"
19+
},
20+
{
21+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.13` to `0.3.14`"
22+
},
23+
{
24+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.1` to `2.2.2`"
25+
},
26+
{
27+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.2.4` to `4.2.5`"
28+
}
29+
]
30+
}
31+
},
32+
{
33+
"version": "1.0.5",
34+
"tag": "@microsoft/api-documenter_v1.0.5",
35+
"date": "Wed, 01 Nov 2017 21:06:08 GMT",
36+
"comments": {
37+
"dependency": [
38+
{
39+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.2` to `4.2.3`"
40+
},
41+
{
42+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.12` to `~0.3.13`"
43+
},
44+
{
45+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.2.0` to `~2.2.1`"
46+
},
47+
{
48+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `~4.2.3` to `~4.2.4`"
49+
}
50+
]
51+
}
52+
},
53+
{
54+
"version": "1.0.4",
55+
"tag": "@microsoft/api-documenter_v1.0.4",
56+
"date": "Tue, 31 Oct 2017 21:04:04 GMT",
57+
"comments": {
58+
"dependency": [
59+
{
60+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.1` to `4.2.2`"
61+
},
62+
{
63+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.11` to `~0.3.12`"
64+
},
65+
{
66+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.4` to `~2.2.0`"
67+
},
68+
{
69+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `~4.2.2` to `~4.2.3`"
70+
}
71+
]
72+
}
73+
},
74+
{
75+
"version": "1.0.3",
76+
"tag": "@microsoft/api-documenter_v1.0.3",
77+
"date": "Tue, 31 Oct 2017 16:04:55 GMT",
78+
"comments": {
79+
"dependency": [
80+
{
81+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.0` to `4.2.1`"
82+
},
83+
{
84+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.10` to `~0.3.11`"
85+
},
86+
{
87+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.3` to `~2.1.4`"
88+
},
89+
{
90+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `~4.2.1` to `~4.2.2`"
91+
}
92+
]
93+
}
94+
},
495
{
596
"version": "1.0.2",
697
"tag": "@microsoft/api-documenter_v1.0.2",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Wed, 25 Oct 2017 20:03:59 GMT and should not be manually modified.
3+
This log was last generated on Thu, 02 Nov 2017 16:05:24 GMT and should not be manually modified.
4+
5+
## 1.0.6
6+
Thu, 02 Nov 2017 16:05:24 GMT
7+
8+
### Patches
9+
10+
- lock the reference version between web build tools projects
11+
12+
## 1.0.5
13+
Wed, 01 Nov 2017 21:06:08 GMT
14+
15+
*Changes not tracked*
16+
17+
## 1.0.4
18+
Tue, 31 Oct 2017 21:04:04 GMT
19+
20+
*Changes not tracked*
21+
22+
## 1.0.3
23+
Tue, 31 Oct 2017 16:04:55 GMT
24+
25+
*Changes not tracked*
426

527
## 1.0.2
628
Wed, 25 Oct 2017 20:03:59 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.2",
3+
"version": "1.0.6",
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.0",
19-
"@microsoft/node-core-library": "~0.3.10",
20-
"@microsoft/ts-command-line": "~2.1.3",
18+
"@microsoft/api-extractor": "4.2.4",
19+
"@microsoft/node-core-library": "0.3.14",
20+
"@microsoft/ts-command-line": "2.2.2",
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.1",
26+
"@microsoft/node-library-build": "4.2.5",
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: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,80 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "4.2.4",
6+
"tag": "@microsoft/api-extractor_v4.2.4",
7+
"date": "Thu, 02 Nov 2017 16:05:24 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "QZ <qz2017@users.noreply.github.com>",
12+
"commit": "2c58095f2f13492887cc1278c9a0cff49af9735b",
13+
"comment": "lock the reference version between web build tools projects"
14+
}
15+
],
16+
"dependency": [
17+
{
18+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.13` to `0.3.14`"
19+
},
20+
{
21+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.2.1` to `2.2.2`"
22+
}
23+
]
24+
}
25+
},
26+
{
27+
"version": "4.2.3",
28+
"tag": "@microsoft/api-extractor_v4.2.3",
29+
"date": "Wed, 01 Nov 2017 21:06:08 GMT",
30+
"comments": {
31+
"patch": [
32+
{
33+
"author": "pgonzal <pgonzal@users.noreply.github.com>",
34+
"commit": "e449bd6cdc3c179461be68e59590c25021cd1286",
35+
"comment": "Upgrade cyclic dependencies"
36+
}
37+
],
38+
"dependency": [
39+
{
40+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.12` to `~0.3.13`"
41+
},
42+
{
43+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.2.0` to `~2.2.1`"
44+
}
45+
]
46+
}
47+
},
48+
{
49+
"version": "4.2.2",
50+
"tag": "@microsoft/api-extractor_v4.2.2",
51+
"date": "Tue, 31 Oct 2017 21:04:04 GMT",
52+
"comments": {
53+
"dependency": [
54+
{
55+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.11` to `~0.3.12`"
56+
},
57+
{
58+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.4` to `~2.2.0`"
59+
}
60+
]
61+
}
62+
},
63+
{
64+
"version": "4.2.1",
65+
"tag": "@microsoft/api-extractor_v4.2.1",
66+
"date": "Tue, 31 Oct 2017 16:04:55 GMT",
67+
"comments": {
68+
"dependency": [
69+
{
70+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.10` to `~0.3.11`"
71+
},
72+
{
73+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.3` to `~2.1.4`"
74+
}
75+
]
76+
}
77+
},
478
{
579
"version": "4.2.0",
680
"tag": "@microsoft/api-extractor_v4.2.0",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Wed, 25 Oct 2017 20:03:59 GMT and should not be manually modified.
3+
This log was last generated on Thu, 02 Nov 2017 16:05:24 GMT and should not be manually modified.
4+
5+
## 4.2.4
6+
Thu, 02 Nov 2017 16:05:24 GMT
7+
8+
### Patches
9+
10+
- lock the reference version between web build tools projects
11+
12+
## 4.2.3
13+
Wed, 01 Nov 2017 21:06:08 GMT
14+
15+
### Patches
16+
17+
- Upgrade cyclic dependencies
18+
19+
## 4.2.2
20+
Tue, 31 Oct 2017 21:04:04 GMT
21+
22+
*Changes not tracked*
23+
24+
## 4.2.1
25+
Tue, 31 Oct 2017 16:04:55 GMT
26+
27+
*Changes not tracked*
428

529
## 4.2.0
630
Wed, 25 Oct 2017 20:03:59 GMT

apps/api-extractor/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-extractor",
3-
"version": "4.2.0",
3+
"version": "4.2.4",
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.10",
32-
"@microsoft/ts-command-line": "~2.1.3",
31+
"@microsoft/node-core-library": "0.3.14",
32+
"@microsoft/ts-command-line": "2.2.2",
3333
"@types/fs-extra": "0.0.37",
3434
"@types/node": "6.0.88",
3535
"@types/z-schema": "3.16.31",
@@ -48,6 +48,6 @@
4848
"chai": "~3.5.0",
4949
"gulp": "~3.9.1",
5050
"mocha": "~3.4.2",
51-
"@microsoft/node-library-build": "~4.1.5"
51+
"@microsoft/node-library-build": "4.2.3"
5252
}
5353
}

apps/rush-lib/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
## Project specific definitions
2222
# -----------------------------
2323

24-
# (Add your exceptions here)
24+
# (Add your exceptions here)
25+
!/etc/examples/**

apps/rush-lib/CHANGELOG.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "4.0.0",
6+
"tag": "@microsoft/rush-lib_v4.0.0",
7+
"date": "Sat, 4 Nov 2017 03:22:28 GMT",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands"
12+
},
13+
{
14+
"comment": "Adding custom commands and options."
15+
},
16+
{
17+
"comment": "Adding rush version selector."
18+
},
19+
{
20+
"comment": "Updating the semantics of rush change."
21+
}
22+
],
23+
"dependency": [
24+
{
25+
"comment": "Updating dependency \"@microsoft/rush-lib\" from `3.0.20` to `4.0.0`"
26+
}
27+
]
28+
}
29+
},
430
{
531
"version": "3.0.20",
632
"tag": "@microsoft/rush-lib_v3.0.20",

apps/rush-lib/CHANGELOG.md

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

3-
This log was last generated on Thu, 19 Oct 2017 23:01:49 GMT and should not be manually modified.
3+
This log was last generated on Sat, 04 Nov 2017 01:29:27 GMT and should not be manually modified.
4+
5+
## 4.0.0
6+
Sat, 4 Nov 2017 03:22:28 GMT
7+
8+
### Breaking changes
9+
10+
- See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands
11+
- Adding custom commands and options.
12+
- Adding rush version selector.
13+
- Updating the semantics of rush change.
414

515
## 3.0.20
616
Thu, 19 Oct 2017 23:01:49 GMT
@@ -17,9 +27,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
1727
### Patches
1828

1929
- Enable strickNullChecks
20-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
21-
- Fix a bug in "rush change" so it handles rename properly.
22-
- Add npm tag support in "rush publish".
30+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
31+
- Fix a bug in "rush change" so it handles rename properly.
32+
- Add npm tag support in "rush publish".
2333

2434
## 3.0.18
2535
Tue, 26 Sep 2017 13:51:05 GMT

0 commit comments

Comments
 (0)