Skip to content

Commit ca7d28f

Browse files
authored
Merge branch 'microsoft:main' into main
2 parents 80a8f42 + 630eacc commit ca7d28f

File tree

512 files changed

+52978
-4643
lines changed

Some content is hidden

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

512 files changed

+52978
-4643
lines changed

.gitignore

+2-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
@@ -97,3 +97,4 @@ dist
9797
dist-storybook
9898
*.scss.ts
9999
*.sass.ts
100+
*.tsbuildinfo

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
5555
| [/apps/rundown](./apps/rundown/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Frundown.svg)](https://badge.fury.io/js/%40rushstack%2Frundown) | [changelog](./apps/rundown/CHANGELOG.md) | [@rushstack/rundown](https://www.npmjs.com/package/@rushstack/rundown) |
5656
| [/apps/rush](./apps/rush/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush.svg)](https://badge.fury.io/js/%40microsoft%2Frush) | [changelog](./apps/rush/CHANGELOG.md) | [@microsoft/rush](https://www.npmjs.com/package/@microsoft/rush) |
5757
| [/apps/trace-import](./apps/trace-import/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Ftrace-import.svg)](https://badge.fury.io/js/%40rushstack%2Ftrace-import) | [changelog](./apps/trace-import/CHANGELOG.md) | [@rushstack/trace-import](https://www.npmjs.com/package/@rushstack/trace-import) |
58+
| [/eslint/eslint-bulk](./eslint/eslint-bulk/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-bulk.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-bulk) | [changelog](./eslint/eslint-bulk/CHANGELOG.md) | [@rushstack/eslint-bulk](https://www.npmjs.com/package/@rushstack/eslint-bulk) |
5859
| [/eslint/eslint-config](./eslint/eslint-config/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-config.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-config) | [changelog](./eslint/eslint-config/CHANGELOG.md) | [@rushstack/eslint-config](https://www.npmjs.com/package/@rushstack/eslint-config) |
5960
| [/eslint/eslint-patch](./eslint/eslint-patch/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-patch.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-patch) | [changelog](./eslint/eslint-patch/CHANGELOG.md) | [@rushstack/eslint-patch](https://www.npmjs.com/package/@rushstack/eslint-patch) |
6061
| [/eslint/eslint-plugin](./eslint/eslint-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-plugin) | [changelog](./eslint/eslint-plugin/CHANGELOG.md) | [@rushstack/eslint-plugin](https://www.npmjs.com/package/@rushstack/eslint-plugin) |
@@ -122,13 +123,16 @@ These GitHub repositories provide supplementary resources for Rush Stack:
122123
| [/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 |
123124
| [/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 |
124125
| [/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 |
125127
| [/build-tests-samples/heft-storybook-react-tutorial-storykit](./build-tests-samples/heft-storybook-react-tutorial-storykit/) | Storybook build dependencies for heft-storybook-react-tutorial |
126128
| [/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 |
127129
| [/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 |
128130
| [/build-tests-samples/heft-webpack-basic-tutorial](./build-tests-samples/heft-webpack-basic-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft |
129131
| [/build-tests-samples/packlets-tutorial](./build-tests-samples/packlets-tutorial/) | (Copy of sample project) Building this project is a regression test for @rushstack/eslint-plugin-packlets |
130132
| [/build-tests/api-documenter-scenarios](./build-tests/api-documenter-scenarios/) | Building this project is a regression test for api-documenter |
131133
| [/build-tests/api-documenter-test](./build-tests/api-documenter-test/) | Building this project is a regression test for api-documenter |
134+
| [/build-tests/api-extractor-d-cts-test](./build-tests/api-extractor-d-cts-test/) | Building this project is a regression test for api-extractor |
135+
| [/build-tests/api-extractor-d-mts-test](./build-tests/api-extractor-d-mts-test/) | Building this project is a regression test for api-extractor |
132136
| [/build-tests/api-extractor-lib1-test](./build-tests/api-extractor-lib1-test/) | Building this project is a regression test for api-extractor |
133137
| [/build-tests/api-extractor-lib2-test](./build-tests/api-extractor-lib2-test/) | Building this project is a regression test for api-extractor |
134138
| [/build-tests/api-extractor-lib3-test](./build-tests/api-extractor-lib3-test/) | Building this project is a regression test for api-extractor |
@@ -141,6 +145,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
141145
| [/build-tests/eslint-7-7-test](./build-tests/eslint-7-7-test/) | This project contains a build test to validate ESLint 7.7.0 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
142146
| [/build-tests/eslint-7-test](./build-tests/eslint-7-test/) | This project contains a build test to validate ESLint 7 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
143147
| [/build-tests/eslint-8-test](./build-tests/eslint-8-test/) | This project contains a build test to validate ESLint 8 compatibility with the latest version of @rushstack/eslint-config (and by extension, the ESLint plugin) |
148+
| [/build-tests/eslint-bulk-suppressions-test](./build-tests/eslint-bulk-suppressions-test/) | Sample code to test eslint bulk suppressions |
144149
| [/build-tests/hashed-folder-copy-plugin-webpack5-test](./build-tests/hashed-folder-copy-plugin-webpack5-test/) | Building this project exercises @rushstack/hashed-folder-copy-plugin with Webpack 5. NOTE - THIS TEST IS CURRENTLY EXPECTED TO BE BROKEN |
145150
| [/build-tests/heft-copy-files-test](./build-tests/heft-copy-files-test/) | Building this project tests copying files with Heft |
146151
| [/build-tests/heft-example-plugin-01](./build-tests/heft-example-plugin-01/) | This is an example heft plugin that exposes hooks for other plugins |
@@ -174,7 +179,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
174179
| [/build-tests/rush-lib-declaration-paths-test](./build-tests/rush-lib-declaration-paths-test/) | This project ensures all of the paths in rush-lib/lib/... have imports that resolve correctly. If this project builds, all `lib/**/*.d.ts` files in the `@microsoft/rush-lib` package are valid. |
175180
| [/build-tests/rush-project-change-analyzer-test](./build-tests/rush-project-change-analyzer-test/) | This is an example project that uses rush-lib's ProjectChangeAnalyzer to |
176181
| [/build-tests/rush-redis-cobuild-plugin-integration-test](./build-tests/rush-redis-cobuild-plugin-integration-test/) | Tests connecting to an redis server |
177-
| [/build-tests/set-webpack-public-path-plugin-webpack4-test](./build-tests/set-webpack-public-path-plugin-webpack4-test/) | Building this project tests the set-webpack-public-path-plugin using Webpack 4 |
182+
| [/build-tests/set-webpack-public-path-plugin-test](./build-tests/set-webpack-public-path-plugin-test/) | Building this project tests the set-webpack-public-path-plugin |
178183
| [/build-tests/ts-command-line-test](./build-tests/ts-command-line-test/) | Building this project is a regression test for ts-command-line |
179184
| [/eslint/local-eslint-config](./eslint/local-eslint-config/) | An ESLint configuration consumed projects inside the rushstack repo. |
180185
| [/libraries/rush-themed-ui](./libraries/rush-themed-ui/) | Rush Component Library: a set of themed components for rush projects |

apps/api-documenter/CHANGELOG.json

+186
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,192 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.23.23",
6+
"tag": "@microsoft/api-documenter_v7.23.23",
7+
"date": "Thu, 08 Feb 2024 01:09:21 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.9`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.66.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.6`"
18+
}
19+
]
20+
}
21+
},
22+
{
23+
"version": "7.23.22",
24+
"tag": "@microsoft/api-documenter_v7.23.22",
25+
"date": "Wed, 07 Feb 2024 01:11:18 GMT",
26+
"comments": {
27+
"dependency": [
28+
{
29+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.5`"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"version": "7.23.21",
36+
"tag": "@microsoft/api-documenter_v7.23.21",
37+
"date": "Mon, 05 Feb 2024 23:46:52 GMT",
38+
"comments": {
39+
"dependency": [
40+
{
41+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.8`"
42+
},
43+
{
44+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.65.0`"
45+
},
46+
{
47+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.4`"
48+
}
49+
]
50+
}
51+
},
52+
{
53+
"version": "7.23.20",
54+
"tag": "@microsoft/api-documenter_v7.23.20",
55+
"date": "Thu, 25 Jan 2024 01:09:30 GMT",
56+
"comments": {
57+
"dependency": [
58+
{
59+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.7`"
60+
},
61+
{
62+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.2`"
63+
},
64+
{
65+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.3`"
66+
}
67+
]
68+
}
69+
},
70+
{
71+
"version": "7.23.19",
72+
"tag": "@microsoft/api-documenter_v7.23.19",
73+
"date": "Tue, 23 Jan 2024 20:12:57 GMT",
74+
"comments": {
75+
"dependency": [
76+
{
77+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.6`"
78+
},
79+
{
80+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.1`"
81+
},
82+
{
83+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.2`"
84+
}
85+
]
86+
}
87+
},
88+
{
89+
"version": "7.23.18",
90+
"tag": "@microsoft/api-documenter_v7.23.18",
91+
"date": "Tue, 23 Jan 2024 16:15:05 GMT",
92+
"comments": {
93+
"dependency": [
94+
{
95+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.5`"
96+
},
97+
{
98+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.64.0`"
99+
},
100+
{
101+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.1`"
102+
}
103+
]
104+
}
105+
},
106+
{
107+
"version": "7.23.17",
108+
"tag": "@microsoft/api-documenter_v7.23.17",
109+
"date": "Tue, 16 Jan 2024 18:30:11 GMT",
110+
"comments": {
111+
"dependency": [
112+
{
113+
"comment": "Updating dependency \"@rushstack/heft\" to `0.64.0`"
114+
}
115+
]
116+
}
117+
},
118+
{
119+
"version": "7.23.16",
120+
"tag": "@microsoft/api-documenter_v7.23.16",
121+
"date": "Wed, 03 Jan 2024 00:31:18 GMT",
122+
"comments": {
123+
"dependency": [
124+
{
125+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.4`"
126+
},
127+
{
128+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.63.0`"
129+
},
130+
{
131+
"comment": "Updating dependency \"@rushstack/heft\" to `0.63.6`"
132+
}
133+
]
134+
}
135+
},
136+
{
137+
"version": "7.23.15",
138+
"tag": "@microsoft/api-documenter_v7.23.15",
139+
"date": "Wed, 20 Dec 2023 01:09:45 GMT",
140+
"comments": {
141+
"dependency": [
142+
{
143+
"comment": "Updating dependency \"@rushstack/heft\" to `0.63.5`"
144+
}
145+
]
146+
}
147+
},
148+
{
149+
"version": "7.23.14",
150+
"tag": "@microsoft/api-documenter_v7.23.14",
151+
"date": "Thu, 07 Dec 2023 03:44:13 GMT",
152+
"comments": {
153+
"dependency": [
154+
{
155+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.3`"
156+
},
157+
{
158+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.62.0`"
159+
},
160+
{
161+
"comment": "Updating dependency \"@rushstack/heft\" to `0.63.4`"
162+
}
163+
]
164+
}
165+
},
166+
{
167+
"version": "7.23.13",
168+
"tag": "@microsoft/api-documenter_v7.23.13",
169+
"date": "Tue, 05 Dec 2023 01:10:16 GMT",
170+
"comments": {
171+
"dependency": [
172+
{
173+
"comment": "Updating dependency \"@rushstack/heft\" to `0.63.3`"
174+
}
175+
]
176+
}
177+
},
178+
{
179+
"version": "7.23.12",
180+
"tag": "@microsoft/api-documenter_v7.23.12",
181+
"date": "Fri, 10 Nov 2023 18:02:04 GMT",
182+
"comments": {
183+
"dependency": [
184+
{
185+
"comment": "Updating dependency \"@rushstack/heft\" to `0.63.2`"
186+
}
187+
]
188+
}
189+
},
4190
{
5191
"version": "7.23.11",
6192
"tag": "@microsoft/api-documenter_v7.23.11",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Wed, 01 Nov 2023 23:11:35 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Feb 2024 01:09:21 GMT and should not be manually modified.
4+
5+
## 7.23.23
6+
Thu, 08 Feb 2024 01:09:21 GMT
7+
8+
_Version update only_
9+
10+
## 7.23.22
11+
Wed, 07 Feb 2024 01:11:18 GMT
12+
13+
_Version update only_
14+
15+
## 7.23.21
16+
Mon, 05 Feb 2024 23:46:52 GMT
17+
18+
_Version update only_
19+
20+
## 7.23.20
21+
Thu, 25 Jan 2024 01:09:30 GMT
22+
23+
_Version update only_
24+
25+
## 7.23.19
26+
Tue, 23 Jan 2024 20:12:57 GMT
27+
28+
_Version update only_
29+
30+
## 7.23.18
31+
Tue, 23 Jan 2024 16:15:05 GMT
32+
33+
_Version update only_
34+
35+
## 7.23.17
36+
Tue, 16 Jan 2024 18:30:11 GMT
37+
38+
_Version update only_
39+
40+
## 7.23.16
41+
Wed, 03 Jan 2024 00:31:18 GMT
42+
43+
_Version update only_
44+
45+
## 7.23.15
46+
Wed, 20 Dec 2023 01:09:45 GMT
47+
48+
_Version update only_
49+
50+
## 7.23.14
51+
Thu, 07 Dec 2023 03:44:13 GMT
52+
53+
_Version update only_
54+
55+
## 7.23.13
56+
Tue, 05 Dec 2023 01:10:16 GMT
57+
58+
_Version update only_
59+
60+
## 7.23.12
61+
Fri, 10 Nov 2023 18:02:04 GMT
62+
63+
_Version update only_
464

565
## 7.23.11
666
Wed, 01 Nov 2023 23:11:35 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.11",
3+
"version": "7.23.23",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)