Skip to content

Commit 1808859

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into octogonz/ae-ts-3.7
2 parents c42f41e + 7a75449 commit 1808859

File tree

177 files changed

+2095
-307
lines changed

Some content is hidden

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

177 files changed

+2095
-307
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ for large scale TypeScript monorepos.
5656
| [/stack/rush-stack-compiler-3.3](./stack/rush-stack-compiler-3.3/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.3.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.3) | [changelog](./stack/rush-stack-compiler-3.3/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.3](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.3) |
5757
| [/stack/rush-stack-compiler-3.4](./stack/rush-stack-compiler-3.4/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.4.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.4) | [changelog](./stack/rush-stack-compiler-3.4/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.4](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.4) |
5858
| [/stack/rush-stack-compiler-3.5](./stack/rush-stack-compiler-3.5/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.5.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.5) | [changelog](./stack/rush-stack-compiler-3.5/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.5](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.5) |
59+
| [/stack/rush-stack-compiler-3.6](./stack/rush-stack-compiler-3.6/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.6.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.6) | [changelog](./stack/rush-stack-compiler-3.6/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.6](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.6) |
60+
| [/stack/rush-stack-compiler-3.7](./stack/rush-stack-compiler-3.7/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.7.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.7) | [changelog](./stack/rush-stack-compiler-3.7/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.7](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.7) |
5961
| [/webpack/loader-load-themed-styles](./webpack/loader-load-themed-styles/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Floader-load-themed-styles.svg)](https://badge.fury.io/js/%40microsoft%2Floader-load-themed-styles) | [changelog](./webpack/loader-load-themed-styles/CHANGELOG.md) | [@microsoft/loader-load-themed-styles](https://www.npmjs.com/package/@microsoft/loader-load-themed-styles) |
6062
| [/webpack/loader-raw-script](./webpack/loader-raw-script/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Floader-raw-script.svg)](https://badge.fury.io/js/%40microsoft%2Floader-raw-script) | [changelog](./webpack/loader-raw-script/CHANGELOG.md) | [@microsoft/loader-raw-script](https://www.npmjs.com/package/@microsoft/loader-raw-script) |
6163
| [/webpack/loader-set-webpack-public-path](./webpack/loader-set-webpack-public-path/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Floader-set-webpack-public-path.svg)](https://badge.fury.io/js/%40microsoft%2Floader-set-webpack-public-path) | [changelog](./webpack/loader-set-webpack-public-path/CHANGELOG.md) | [@microsoft/loader-set-webpack-public-path](https://www.npmjs.com/package/@microsoft/loader-set-webpack-public-path) |
@@ -90,6 +92,8 @@ for large scale TypeScript monorepos.
9092
| [/build-tests/rush-stack-compiler-3.3-library-test](./build-tests/rush-stack-compiler-3.3-library-test/) | |
9193
| [/build-tests/rush-stack-compiler-3.4-library-test](./build-tests/rush-stack-compiler-3.4-library-test/) | |
9294
| [/build-tests/rush-stack-compiler-3.5-library-test](./build-tests/rush-stack-compiler-3.5-library-test/) | |
95+
| [/build-tests/rush-stack-compiler-3.6-library-test](./build-tests/rush-stack-compiler-3.6-library-test/) | |
96+
| [/build-tests/rush-stack-compiler-3.7-library-test](./build-tests/rush-stack-compiler-3.7-library-test/) | |
9397
| [/build-tests/rush-stack-library-test](./build-tests/rush-stack-library-test/) | |
9498
| [/build-tests/web-library-build-test](./build-tests/web-library-build-test/) | |
9599
| [/libraries/rushell](./libraries/rushell/) | Execute shell commands using a consistent syntax on every platform |

apps/api-documenter/CHANGELOG.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.7.0",
6+
"tag": "@microsoft/api-documenter_v7.7.0",
7+
"date": "Sun, 24 Nov 2019 00:54:04 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add a new command-line option --new-docfx-namespaces to improve how namespaces are represented when generating YAML for DocFX"
12+
},
13+
{
14+
"comment": "Added support for `@throws`"
15+
}
16+
],
17+
"dependency": [
18+
{
19+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.6` to `7.6.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.8` to `6.3.9`"
26+
}
27+
]
28+
}
29+
},
430
{
531
"version": "7.6.1",
632
"tag": "@microsoft/api-documenter_v7.6.1",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Wed, 20 Nov 2019 06:14:28 GMT and should not be manually modified.
3+
This log was last generated on Sun, 24 Nov 2019 00:54:04 GMT and should not be manually modified.
4+
5+
## 7.7.0
6+
Sun, 24 Nov 2019 00:54:04 GMT
7+
8+
### Minor changes
9+
10+
- Add a new command-line option --new-docfx-namespaces to improve how namespaces are represented when generating YAML for DocFX
11+
- Added support for `@throws`
412

513
## 7.6.1
614
Wed, 20 Nov 2019 06:14:28 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": "7.6.1",
3+
"version": "7.7.0",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.5.6",
20+
"@microsoft/api-extractor-model": "7.6.0",
2121
"@microsoft/node-core-library": "3.18.0",
2222
"@microsoft/ts-command-line": "4.3.5",
2323
"@microsoft/tsdoc": "0.12.14",
@@ -26,8 +26,8 @@
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.8",
30-
"@microsoft/node-library-build": "6.3.8",
29+
"@microsoft/rush-stack-compiler-3.4": "0.3.9",
30+
"@microsoft/node-library-build": "6.3.9",
3131
"@rushstack/eslint-config": "0.4.2",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",

apps/api-extractor-model/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-model",
33
"entries": [
4+
{
5+
"version": "7.6.0",
6+
"tag": "@microsoft/api-extractor-model_v7.6.0",
7+
"date": "Sun, 24 Nov 2019 00:54:04 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Added support for `@throws`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.5.6",
618
"tag": "@microsoft/api-extractor-model_v7.5.6",

apps/api-extractor-model/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-model
22

3-
This log was last generated on Fri, 15 Nov 2019 04:50:50 GMT and should not be manually modified.
3+
This log was last generated on Sun, 24 Nov 2019 00:54:04 GMT and should not be manually modified.
4+
5+
## 7.6.0
6+
Sun, 24 Nov 2019 00:54:04 GMT
7+
8+
### Minor changes
9+
10+
- Added support for `@throws`
411

512
## 7.5.6
613
Fri, 15 Nov 2019 04:50:50 GMT

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor-model",
3-
"version": "7.5.6",
3+
"version": "7.6.0",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",

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.6.2",
6+
"tag": "@microsoft/api-extractor_v7.6.2",
7+
"date": "Sun, 24 Nov 2019 00:54:04 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.6` to `7.6.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.6.1",
618
"tag": "@microsoft/api-extractor_v7.6.1",

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 Wed, 20 Nov 2019 06:14:28 GMT and should not be manually modified.
3+
This log was last generated on Sun, 24 Nov 2019 00:54:04 GMT and should not be manually modified.
4+
5+
## 7.6.2
6+
Sun, 24 Nov 2019 00:54:04 GMT
7+
8+
*Version update only*
49

510
## 7.6.1
611
Wed, 20 Nov 2019 06:14:28 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.6.1",
3+
"version": "7.6.2",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -32,7 +32,7 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.5.6",
35+
"@microsoft/api-extractor-model": "7.6.0",
3636
"@microsoft/node-core-library": "3.18.0",
3737
"@microsoft/ts-command-line": "4.3.5",
3838
"@microsoft/tsdoc": "0.12.14",

0 commit comments

Comments
 (0)