Skip to content

Commit b7dcbb5

Browse files
committed
Merge branch 'main' into regexp-bundledPackages
2 parents b5dcca8 + 6380796 commit b7dcbb5

File tree

184 files changed

+7493
-3612
lines changed

Some content is hidden

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

184 files changed

+7493
-3612
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bower_components
3131
build/Release
3232

3333
# Dependency directories
34-
node_modules/
34+
node_modules
3535
jspm_packages/
3636

3737
# Optional npm cache directory

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
123123
| [/build-tests-samples/heft-node-rig-tutorial](./build-tests-samples/heft-node-rig-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |
124124
| [/build-tests-samples/heft-serverless-stack-tutorial](./build-tests-samples/heft-serverless-stack-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |
125125
| [/build-tests-samples/heft-storybook-react-tutorial](./build-tests-samples/heft-storybook-react-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |
126+
| [/build-tests-samples/heft-storybook-react-tutorial-app](./build-tests-samples/heft-storybook-react-tutorial-app/) | Building this project is a regression test for heft-storybook-plugin |
126127
| [/build-tests-samples/heft-storybook-react-tutorial-storykit](./build-tests-samples/heft-storybook-react-tutorial-storykit/) | Storybook build dependencies for heft-storybook-react-tutorial |
127128
| [/build-tests-samples/heft-web-rig-app-tutorial](./build-tests-samples/heft-web-rig-app-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |
128129
| [/build-tests-samples/heft-web-rig-library-tutorial](./build-tests-samples/heft-web-rig-library-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |

apps/api-documenter/CHANGELOG.json

+54
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.23.20",
6+
"tag": "@microsoft/api-documenter_v7.23.20",
7+
"date": "Thu, 25 Jan 2024 01:09:30 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.7`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.2`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.3`"
18+
}
19+
]
20+
}
21+
},
22+
{
23+
"version": "7.23.19",
24+
"tag": "@microsoft/api-documenter_v7.23.19",
25+
"date": "Tue, 23 Jan 2024 20:12:57 GMT",
26+
"comments": {
27+
"dependency": [
28+
{
29+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.6`"
30+
},
31+
{
32+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.1`"
33+
},
34+
{
35+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.2`"
36+
}
37+
]
38+
}
39+
},
40+
{
41+
"version": "7.23.18",
42+
"tag": "@microsoft/api-documenter_v7.23.18",
43+
"date": "Tue, 23 Jan 2024 16:15:05 GMT",
44+
"comments": {
45+
"dependency": [
46+
{
47+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.5`"
48+
},
49+
{
50+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.0`"
51+
},
52+
{
53+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.1`"
54+
}
55+
]
56+
}
57+
},
458
{
559
"version": "7.23.17",
660
"tag": "@microsoft/api-documenter_v7.23.17",

apps/api-documenter/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log - @microsoft/api-documenter
22

3-
This log was last generated on Tue, 16 Jan 2024 18:30:11 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jan 2024 01:09:30 GMT and should not be manually modified.
4+
5+
## 7.23.20
6+
Thu, 25 Jan 2024 01:09:30 GMT
7+
8+
_Version update only_
9+
10+
## 7.23.19
11+
Tue, 23 Jan 2024 20:12:57 GMT
12+
13+
_Version update only_
14+
15+
## 7.23.18
16+
Tue, 23 Jan 2024 16:15:05 GMT
17+
18+
_Version update only_
419

520
## 7.23.17
621
Tue, 16 Jan 2024 18:30:11 GMT

apps/api-documenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.23.17",
3+
"version": "7.23.20",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/CHANGELOG.json

+45
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.39.4",
6+
"tag": "@microsoft/api-extractor_v7.39.4",
7+
"date": "Thu, 25 Jan 2024 01:09:30 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.7`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.2`"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"version": "7.39.3",
21+
"tag": "@microsoft/api-extractor_v7.39.3",
22+
"date": "Tue, 23 Jan 2024 20:12:57 GMT",
23+
"comments": {
24+
"dependency": [
25+
{
26+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.6`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.1`"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"version": "7.39.2",
36+
"tag": "@microsoft/api-extractor_v7.39.2",
37+
"date": "Tue, 23 Jan 2024 16:15:05 GMT",
38+
"comments": {
39+
"dependency": [
40+
{
41+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.5`"
42+
},
43+
{
44+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.0`"
45+
}
46+
]
47+
}
48+
},
449
{
550
"version": "7.39.1",
651
"tag": "@microsoft/api-extractor_v7.39.1",

apps/api-extractor/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log - @microsoft/api-extractor
22

3-
This log was last generated on Wed, 03 Jan 2024 00:31:18 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jan 2024 01:09:30 GMT and should not be manually modified.
4+
5+
## 7.39.4
6+
Thu, 25 Jan 2024 01:09:30 GMT
7+
8+
_Version update only_
9+
10+
## 7.39.3
11+
Tue, 23 Jan 2024 20:12:57 GMT
12+
13+
_Version update only_
14+
15+
## 7.39.2
16+
Tue, 23 Jan 2024 16:15:05 GMT
17+
18+
_Version update only_
419

520
## 7.39.1
621
Wed, 03 Jan 2024 00:31:18 GMT

apps/api-extractor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.39.1",
3+
"version": "7.39.4",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/heft/CHANGELOG.json

+63
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,69 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "0.64.3",
6+
"tag": "@rushstack/heft_v0.64.3",
7+
"date": "Thu, 25 Jan 2024 01:09:30 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.14.7`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.2`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.6`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.39.4`"
21+
}
22+
]
23+
}
24+
},
25+
{
26+
"version": "0.64.2",
27+
"tag": "@rushstack/heft_v0.64.2",
28+
"date": "Tue, 23 Jan 2024 20:12:57 GMT",
29+
"comments": {
30+
"dependency": [
31+
{
32+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.14.6`"
33+
},
34+
{
35+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.1`"
36+
},
37+
{
38+
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.5`"
39+
},
40+
{
41+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.39.3`"
42+
}
43+
]
44+
}
45+
},
46+
{
47+
"version": "0.64.1",
48+
"tag": "@rushstack/heft_v0.64.1",
49+
"date": "Tue, 23 Jan 2024 16:15:05 GMT",
50+
"comments": {
51+
"dependency": [
52+
{
53+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.14.5`"
54+
},
55+
{
56+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.0`"
57+
},
58+
{
59+
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.4`"
60+
},
61+
{
62+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.39.2`"
63+
}
64+
]
65+
}
66+
},
467
{
568
"version": "0.64.0",
669
"tag": "@rushstack/heft_v0.64.0",

apps/heft/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log - @rushstack/heft
22

3-
This log was last generated on Tue, 16 Jan 2024 18:30:10 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jan 2024 01:09:30 GMT and should not be manually modified.
4+
5+
## 0.64.3
6+
Thu, 25 Jan 2024 01:09:30 GMT
7+
8+
_Version update only_
9+
10+
## 0.64.2
11+
Tue, 23 Jan 2024 20:12:57 GMT
12+
13+
_Version update only_
14+
15+
## 0.64.1
16+
Tue, 23 Jan 2024 16:15:05 GMT
17+
18+
_Version update only_
419

520
## 0.64.0
621
Tue, 16 Jan 2024 18:30:10 GMT

apps/heft/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.64.0",
3+
"version": "0.64.3",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/lockfile-explorer/CHANGELOG.json

+45
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
33
"entries": [
4+
{
5+
"version": "1.2.20",
6+
"tag": "@rushstack/lockfile-explorer_v1.2.20",
7+
"date": "Thu, 25 Jan 2024 01:09:30 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.3`"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"version": "1.2.19",
21+
"tag": "@rushstack/lockfile-explorer_v1.2.19",
22+
"date": "Tue, 23 Jan 2024 20:12:58 GMT",
23+
"comments": {
24+
"dependency": [
25+
{
26+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.1`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.2`"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"version": "1.2.18",
36+
"tag": "@rushstack/lockfile-explorer_v1.2.18",
37+
"date": "Tue, 23 Jan 2024 16:15:06 GMT",
38+
"comments": {
39+
"dependency": [
40+
{
41+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.0`"
42+
},
43+
{
44+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.1`"
45+
}
46+
]
47+
}
48+
},
449
{
550
"version": "1.2.17",
651
"tag": "@rushstack/lockfile-explorer_v1.2.17",

apps/lockfile-explorer/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log - @rushstack/lockfile-explorer
22

3-
This log was last generated on Tue, 16 Jan 2024 18:30:11 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jan 2024 01:09:30 GMT and should not be manually modified.
4+
5+
## 1.2.20
6+
Thu, 25 Jan 2024 01:09:30 GMT
7+
8+
_Version update only_
9+
10+
## 1.2.19
11+
Tue, 23 Jan 2024 20:12:58 GMT
12+
13+
_Version update only_
14+
15+
## 1.2.18
16+
Tue, 23 Jan 2024 16:15:06 GMT
17+
18+
_Version update only_
419

520
## 1.2.17
621
Tue, 16 Jan 2024 18:30:11 GMT

apps/lockfile-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
3-
"version": "1.2.17",
3+
"version": "1.2.20",
44
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
55
"keywords": [
66
"conflict",

0 commit comments

Comments
 (0)