Skip to content

Commit 1d5ebe0

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into octogonz/ae-new-canonical-references
2 parents d3ff003 + 03fcc83 commit 1d5ebe0

157 files changed

Lines changed: 2307 additions & 551 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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.3.11",
6+
"tag": "@microsoft/api-documenter_v7.3.11",
7+
"date": "Tue, 23 Jul 2019 19:14:38 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`"
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "7.3.10",
18+
"tag": "@microsoft/api-documenter_v7.3.10",
19+
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
20+
"comments": {
21+
"patch": [
22+
{
23+
"comment": "Fix an issue where generated filenames sometimes mcontained invalid characters"
24+
}
25+
],
26+
"dependency": [
27+
{
28+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`"
32+
}
33+
]
34+
}
35+
},
436
{
537
"version": "7.3.9",
638
"tag": "@microsoft/api-documenter_v7.3.9",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Mon, 22 Jul 2019 19:13:10 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Jul 2019 19:14:38 GMT and should not be manually modified.
4+
5+
## 7.3.11
6+
Tue, 23 Jul 2019 19:14:38 GMT
7+
8+
*Version update only*
9+
10+
## 7.3.10
11+
Tue, 23 Jul 2019 01:13:01 GMT
12+
13+
### Patches
14+
15+
- Fix an issue where generated filenames sometimes mcontained invalid characters
416

517
## 7.3.9
618
Mon, 22 Jul 2019 19:13:10 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": "7.3.9",
3+
"version": "7.3.11",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -23,12 +23,12 @@
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.4": "0.1.12",
27-
"@microsoft/node-library-build": "6.0.73",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.13",
27+
"@microsoft/node-library-build": "6.1.0",
28+
"@types/jest": "23.3.11",
2829
"@types/js-yaml": "3.12.1",
2930
"@types/node": "8.5.8",
30-
"gulp": "~3.9.1",
31-
"@types/jest": "23.3.11",
31+
"gulp": "~4.0.2",
3232
"jest": "~23.6.0"
3333
}
3434
}

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@microsoft/node-library-build": "6.0.71",
2626
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
2727
"@types/jest": "23.3.11",
28-
"gulp": "~3.9.1",
28+
"gulp": "~4.0.2",
2929
"tslint-microsoft-contrib": "~5.2.1"
3030
}
3131
}

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": "7.3.4",
6+
"tag": "@microsoft/api-extractor_v7.3.4",
7+
"date": "Tue, 23 Jul 2019 01:13:01 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.3.3",
618
"tag": "@microsoft/api-extractor_v7.3.3",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Mon, 22 Jul 2019 19:13:10 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Jul 2019 01:13:01 GMT and should not be manually modified.
4+
5+
## 7.3.4
6+
Tue, 23 Jul 2019 01:13:01 GMT
7+
8+
### Patches
9+
10+
- ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
411

512
## 7.3.3
613
Mon, 22 Jul 2019 19:13:10 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": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -51,6 +51,6 @@
5151
"@types/jest": "23.3.11",
5252
"@types/lodash": "4.14.116",
5353
"@types/node": "8.5.8",
54-
"gulp": "~3.9.1"
54+
"gulp": "~4.0.2"
5555
}
5656
}

apps/rush-buildxl/LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
@microsoft/rush-lib
2+
3+
Copyright (c) Microsoft Corporation. All rights reserved.
4+
5+
MIT License
6+
7+
Permission is hereby granted, free of charge, to any person obtaining
8+
a copy of this software and associated documentation files (the
9+
"Software"), to deal in the Software without restriction, including
10+
without limitation the rights to use, copy, modify, merge, publish,
11+
distribute, sublicense, and/or sell copies of the Software, and to
12+
permit persons to whom the Software is furnished to do so, subject to
13+
the following conditions:
14+
15+
The above copyright notice and this permission notice shall be
16+
included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

apps/rush-buildxl/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## @microsoft/rush-buildxl
2+
3+
This is an experimental companion package for the Rush tool. See the
4+
[@microsoft/rush](https://www.npmjs.com/package/@microsoft/rush)
5+
package for details.
6+
7+
The **rush-buildxl** package provides support for BuildXL in Rush.

apps/rush-buildxl/config/jest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"isEnabled": true
3+
}

0 commit comments

Comments
 (0)