Skip to content

Commit d7a5062

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-cobuild
2 parents 98aeff3 + e53a7cd commit d7a5062

File tree

326 files changed

+4219
-2245
lines changed

Some content is hidden

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

326 files changed

+4219
-2245
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ These GitHub repositories provide supplementary resources for Rush Stack:
146146
| [/build-tests/heft-parameter-plugin-test](./build-tests/heft-parameter-plugin-test/) | This project exercises a built-in Heft action with a custom parameter |
147147
| [/build-tests/heft-sass-test](./build-tests/heft-sass-test/) | This project illustrates a minimal tutorial Heft project targeting the web browser runtime |
148148
| [/build-tests/heft-typescript-composite-test](./build-tests/heft-typescript-composite-test/) | Building this project tests behavior of Heft when the tsconfig.json file uses project references. |
149+
| [/build-tests/heft-typescript-v2-test](./build-tests/heft-typescript-v2-test/) | Building this project tests building with TypeScript v2 |
150+
| [/build-tests/heft-typescript-v3-test](./build-tests/heft-typescript-v3-test/) | Building this project tests building with TypeScript v3 |
151+
| [/build-tests/heft-typescript-v4-test](./build-tests/heft-typescript-v4-test/) | Building this project tests building with TypeScript v4 |
149152
| [/build-tests/heft-web-rig-library-test](./build-tests/heft-web-rig-library-test/) | A test project for Heft that exercises the '@rushstack/heft-web-rig' package |
150153
| [/build-tests/heft-webpack4-everything-test](./build-tests/heft-webpack4-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 4 |
151154
| [/build-tests/heft-webpack5-everything-test](./build-tests/heft-webpack5-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 5 |

apps/api-documenter/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.22.6",
6+
"tag": "@microsoft/api-documenter_v7.22.6",
7+
"date": "Mon, 22 May 2023 06:34:33 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.6`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.13.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.22.5",
633
"tag": "@microsoft/api-documenter_v7.22.5",

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 Fri, 12 May 2023 00:23:05 GMT and should not be manually modified.
3+
This log was last generated on Mon, 22 May 2023 06:34:33 GMT and should not be manually modified.
4+
5+
## 7.22.6
6+
Mon, 22 May 2023 06:34:33 GMT
7+
8+
_Version update only_
49

510
## 7.22.5
611
Fri, 12 May 2023 00:23:05 GMT

apps/api-documenter/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-documenter",
3-
"version": "7.22.5",
3+
"version": "7.22.6",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/CHANGELOG.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.35.0",
6+
"tag": "@microsoft/api-extractor_v7.35.0",
7+
"date": "Mon, 22 May 2023 06:34:32 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Upgrade the TypeScript dependency to ~5.0.4"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.19`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.34.9",
635
"tag": "@microsoft/api-extractor_v7.34.9",

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 Fri, 12 May 2023 00:23:05 GMT and should not be manually modified.
3+
This log was last generated on Mon, 22 May 2023 06:34:32 GMT and should not be manually modified.
4+
5+
## 7.35.0
6+
Mon, 22 May 2023 06:34:32 GMT
7+
8+
### Minor changes
9+
10+
- Upgrade the TypeScript dependency to ~5.0.4
411

512
## 7.34.9
613
Fri, 12 May 2023 00:23:05 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": "7.34.9",
3+
"version": "7.35.0",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -48,12 +48,12 @@
4848
"resolve": "~1.22.1",
4949
"semver": "~7.3.0",
5050
"source-map": "~0.6.1",
51-
"typescript": "~4.8.4"
51+
"typescript": "~5.0.4"
5252
},
5353
"devDependencies": {
5454
"@rushstack/eslint-config": "workspace:*",
55-
"@rushstack/heft": "0.49.3",
56-
"@rushstack/heft-node-rig": "1.11.14",
55+
"@rushstack/heft": "0.50.6",
56+
"@rushstack/heft-node-rig": "1.13.0",
5757
"@types/heft-jest": "1.0.1",
5858
"@types/lodash": "4.14.116",
5959
"@types/node": "14.18.36",

apps/heft/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "0.50.6",
6+
"tag": "@rushstack/heft_v0.50.6",
7+
"date": "Mon, 22 May 2023 06:34:33 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.12.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.19`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.35.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "0.50.5",
633
"tag": "@rushstack/heft_v0.50.5",

apps/heft/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/heft
22

3-
This log was last generated on Fri, 12 May 2023 00:23:05 GMT and should not be manually modified.
3+
This log was last generated on Mon, 22 May 2023 06:34:33 GMT and should not be manually modified.
4+
5+
## 0.50.6
6+
Mon, 22 May 2023 06:34:33 GMT
7+
8+
_Version update only_
49

510
## 0.50.5
611
Fri, 12 May 2023 00:23:05 GMT

apps/heft/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.50.5",
3+
"version": "0.50.6",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@microsoft/api-extractor": "workspace:*",
5454
"@rushstack/eslint-config": "workspace:*",
55-
"@rushstack/heft": "0.49.3",
56-
"@rushstack/heft-node-rig": "1.11.14",
55+
"@rushstack/heft": "0.50.6",
56+
"@rushstack/heft-node-rig": "1.13.0",
5757
"@types/argparse": "1.0.38",
5858
"@types/eslint": "8.2.0",
5959
"@types/glob": "7.1.1",
@@ -62,6 +62,6 @@
6262
"@types/semver": "7.3.5",
6363
"colors": "~1.2.1",
6464
"tslint": "~5.20.1",
65-
"typescript": "~4.8.4"
65+
"typescript": "~5.0.4"
6666
}
6767
}

0 commit comments

Comments
 (0)