X Tutup
Skip to content

Commit 27a5ccf

Browse files
committed
Pull upstream master
2 parents eed5bc9 + 0c285cd commit 27a5ccf

File tree

506 files changed

+18353
-4595
lines changed

Some content is hidden

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

506 files changed

+18353
-4595
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ common/config/**/* @iclanton @octogonz @patmill @apostolisms
33

44
common/reviews/**/* @iclanton @octogonz @apostolisms
55

6-
apps/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
7-
build-tests/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
8-
core-build/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
9-
libraries/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
10-
stack/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
11-
webpack/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
12-
rush.json @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
13-
.gitattributes @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
14-
.gitignore @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
15-
README.md @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
6+
apps/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
7+
build-tests/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
8+
core-build/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
9+
libraries/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
10+
stack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
11+
webpack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
12+
rush.json @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
13+
.gitattributes @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
14+
.gitignore @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
15+
README.md @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
1616

1717
libraries/load-themed-styles/**/* @iclanton @octogonz @dzearing @apostolisms

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ temp
6666

6767
# Rush files
6868
common/temp/**
69+
.rush/temp/**
70+
71+
# Remove eventually
6972
package-deps.json
7073

7174
# OS X

apps/api-documenter/CHANGELOG.json

Lines changed: 294 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,300 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.4.3",
6+
"tag": "@microsoft/api-documenter_v7.4.3",
7+
"date": "Wed, 11 Sep 2019 19:56:23 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Updating OfficeYamlDocumenter to account for new deeply linked types"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`"
20+
}
21+
]
22+
}
23+
},
24+
{
25+
"version": "7.4.2",
26+
"tag": "@microsoft/api-documenter_v7.4.2",
27+
"date": "Tue, 10 Sep 2019 22:32:23 GMT",
28+
"comments": {
29+
"patch": [
30+
{
31+
"comment": "Update documentation"
32+
}
33+
],
34+
"dependency": [
35+
{
36+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.0` to `7.4.1`"
37+
},
38+
{
39+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`"
40+
},
41+
{
42+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.7` to `4.2.8`"
43+
},
44+
{
45+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`"
46+
},
47+
{
48+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`"
49+
}
50+
]
51+
}
52+
},
53+
{
54+
"version": "7.4.1",
55+
"tag": "@microsoft/api-documenter_v7.4.1",
56+
"date": "Tue, 10 Sep 2019 20:38:33 GMT",
57+
"comments": {
58+
"patch": [
59+
{
60+
"comment": "Add support for emitting deeply linked types in YamlDocumenter"
61+
}
62+
],
63+
"dependency": [
64+
{
65+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.4` to `7.4.0`"
66+
},
67+
{
68+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`"
69+
},
70+
{
71+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`"
72+
}
73+
]
74+
}
75+
},
76+
{
77+
"version": "7.4.0",
78+
"tag": "@microsoft/api-documenter_v7.4.0",
79+
"date": "Fri, 06 Sep 2019 15:14:57 GMT",
80+
"comments": {
81+
"minor": [
82+
{
83+
"comment": "For the markdown target, generate an \"index.md\" file with an inventory of documented packages"
84+
}
85+
],
86+
"patch": [
87+
{
88+
"comment": "(Experimental) Expand the API for API Documenter plugins"
89+
}
90+
]
91+
}
92+
},
93+
{
94+
"version": "7.3.20",
95+
"tag": "@microsoft/api-documenter_v7.3.20",
96+
"date": "Thu, 05 Sep 2019 15:15:09 GMT",
97+
"comments": {
98+
"patch": [
99+
{
100+
"comment": "(Experimental) Introduce an API for writing API Documenter plugins"
101+
}
102+
]
103+
}
104+
},
105+
{
106+
"version": "7.3.19",
107+
"tag": "@microsoft/api-documenter_v7.3.19",
108+
"date": "Wed, 04 Sep 2019 18:28:06 GMT",
109+
"comments": {
110+
"dependency": [
111+
{
112+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.3` to `7.3.4`"
113+
},
114+
{
115+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`"
116+
},
117+
{
118+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`"
119+
},
120+
{
121+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`"
122+
}
123+
]
124+
}
125+
},
126+
{
127+
"version": "7.3.18",
128+
"tag": "@microsoft/api-documenter_v7.3.18",
129+
"date": "Wed, 04 Sep 2019 15:15:37 GMT",
130+
"comments": {
131+
"patch": [
132+
{
133+
"comment": "Update TSDoc dependency to 0.12.14"
134+
}
135+
],
136+
"dependency": [
137+
{
138+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.2` to `7.3.3`"
139+
},
140+
{
141+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`"
142+
},
143+
{
144+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`"
145+
}
146+
]
147+
}
148+
},
149+
{
150+
"version": "7.3.17",
151+
"tag": "@microsoft/api-documenter_v7.3.17",
152+
"date": "Fri, 30 Aug 2019 00:14:32 GMT",
153+
"comments": {
154+
"dependency": [
155+
{
156+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`"
157+
},
158+
{
159+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`"
160+
}
161+
]
162+
}
163+
},
164+
{
165+
"version": "7.3.16",
166+
"tag": "@microsoft/api-documenter_v7.3.16",
167+
"date": "Tue, 13 Aug 2019 00:14:22 GMT",
168+
"comments": {
169+
"patch": [
170+
{
171+
"comment": "Improve algorithm for UID generation to prevent certain naming collisions (e.g. between static/instance members with the same name)"
172+
}
173+
]
174+
}
175+
},
176+
{
177+
"version": "7.3.15",
178+
"tag": "@microsoft/api-documenter_v7.3.15",
179+
"date": "Mon, 12 Aug 2019 15:15:14 GMT",
180+
"comments": {
181+
"dependency": [
182+
{
183+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.6` to `4.2.7`"
184+
},
185+
{
186+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`"
187+
},
188+
{
189+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.3` to `6.1.4`"
190+
}
191+
]
192+
}
193+
},
194+
{
195+
"version": "7.3.14",
196+
"tag": "@microsoft/api-documenter_v7.3.14",
197+
"date": "Thu, 08 Aug 2019 15:14:17 GMT",
198+
"comments": {
199+
"dependency": [
200+
{
201+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.1` to `7.3.2`"
202+
},
203+
{
204+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`"
205+
},
206+
{
207+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`"
208+
},
209+
{
210+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.2` to `6.1.3`"
211+
}
212+
]
213+
}
214+
},
215+
{
216+
"version": "7.3.13",
217+
"tag": "@microsoft/api-documenter_v7.3.13",
218+
"date": "Thu, 08 Aug 2019 00:49:05 GMT",
219+
"comments": {
220+
"dependency": [
221+
{
222+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.0` to `7.3.1`"
223+
},
224+
{
225+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`"
226+
},
227+
{
228+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.1` to `6.1.2`"
229+
}
230+
]
231+
}
232+
},
233+
{
234+
"version": "7.3.12",
235+
"tag": "@microsoft/api-documenter_v7.3.12",
236+
"date": "Mon, 05 Aug 2019 22:04:32 GMT",
237+
"comments": {
238+
"dependency": [
239+
{
240+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`"
241+
},
242+
{
243+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.0` to `6.1.1`"
244+
}
245+
]
246+
}
247+
},
248+
{
249+
"version": "7.3.11",
250+
"tag": "@microsoft/api-documenter_v7.3.11",
251+
"date": "Tue, 23 Jul 2019 19:14:38 GMT",
252+
"comments": {
253+
"dependency": [
254+
{
255+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`"
256+
}
257+
]
258+
}
259+
},
260+
{
261+
"version": "7.3.10",
262+
"tag": "@microsoft/api-documenter_v7.3.10",
263+
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
264+
"comments": {
265+
"patch": [
266+
{
267+
"comment": "Fix an issue where generated filenames sometimes mcontained invalid characters"
268+
}
269+
],
270+
"dependency": [
271+
{
272+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`"
273+
},
274+
{
275+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`"
276+
}
277+
]
278+
}
279+
},
280+
{
281+
"version": "7.3.9",
282+
"tag": "@microsoft/api-documenter_v7.3.9",
283+
"date": "Mon, 22 Jul 2019 19:13:10 GMT",
284+
"comments": {
285+
"dependency": [
286+
{
287+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.2.0` to `7.3.0`"
288+
},
289+
{
290+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`"
291+
},
292+
{
293+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.72` to `6.0.73`"
294+
}
295+
]
296+
}
297+
},
4298
{
5299
"version": "7.3.8",
6300
"tag": "@microsoft/api-documenter_v7.3.8",

0 commit comments

Comments
 (0)
X Tutup