Skip to content

Commit 58a18eb

Browse files
committed
Merge branch 'main' into regexp-bundledPackages
2 parents b3ed5d6 + a6b1ff4 commit 58a18eb

File tree

280 files changed

+9380
-5366
lines changed

Some content is hidden

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

280 files changed

+9380
-5366
lines changed

.vscode/launch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,17 @@
1616
"--nolazy",
1717
"--inspect-brk"
1818
],
19+
"skipFiles": ["<node_internals>/**"],
20+
// Don't scan the file system on startup
21+
"outFiles": [],
22+
// Evaluate source maps for all workspace-local files
23+
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
1924
"env": {
2025
"NODE_ENV": "development"
2126
},
22-
"sourceMaps": true
27+
"sourceMaps": true,
28+
"console": "integratedTerminal",
29+
"internalConsoleOptions": "neverOpen"
2330
},
2431
{
2532
"type": "node",

apps/api-documenter/CHANGELOG.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.23.31",
6+
"tag": "@microsoft/api-documenter_v7.23.31",
7+
"date": "Sat, 24 Feb 2024 23:02:51 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.10.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.4`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.5`"
18+
}
19+
]
20+
}
21+
},
22+
{
23+
"version": "7.23.30",
24+
"tag": "@microsoft/api-documenter_v7.23.30",
25+
"date": "Thu, 22 Feb 2024 01:36:09 GMT",
26+
"comments": {
27+
"dependency": [
28+
{
29+
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.4`"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"version": "7.23.29",
36+
"tag": "@microsoft/api-documenter_v7.23.29",
37+
"date": "Wed, 21 Feb 2024 21:45:28 GMT",
38+
"comments": {
39+
"patch": [
40+
{
41+
"comment": "Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`."
42+
}
43+
],
44+
"dependency": [
45+
{
46+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.13`"
47+
},
48+
{
49+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `4.0.2`"
50+
},
51+
{
52+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.9.0`"
53+
},
54+
{
55+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.3`"
56+
},
57+
{
58+
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.3`"
59+
}
60+
]
61+
}
62+
},
463
{
564
"version": "7.23.28",
665
"tag": "@microsoft/api-documenter_v7.23.28",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Wed, 21 Feb 2024 08:55:47 GMT and should not be manually modified.
3+
This log was last generated on Sat, 24 Feb 2024 23:02:51 GMT and should not be manually modified.
4+
5+
## 7.23.31
6+
Sat, 24 Feb 2024 23:02:51 GMT
7+
8+
_Version update only_
9+
10+
## 7.23.30
11+
Thu, 22 Feb 2024 01:36:09 GMT
12+
13+
_Version update only_
14+
15+
## 7.23.29
16+
Wed, 21 Feb 2024 21:45:28 GMT
17+
18+
### Patches
19+
20+
- Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
421

522
## 7.23.28
623
Wed, 21 Feb 2024 08:55:47 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.23.28",
3+
"version": "7.23.31",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/CHANGELOG.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.41.0",
6+
"tag": "@microsoft/api-extractor_v7.41.0",
7+
"date": "Sat, 24 Feb 2024 23:02:51 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Replace const enums with conventional enums to allow for compatibility with JavaScript consumers."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.10.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.4`"
20+
}
21+
]
22+
}
23+
},
24+
{
25+
"version": "7.40.6",
26+
"tag": "@microsoft/api-extractor_v7.40.6",
27+
"date": "Wed, 21 Feb 2024 21:45:28 GMT",
28+
"comments": {
29+
"patch": [
30+
{
31+
"comment": "Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`."
32+
}
33+
],
34+
"dependency": [
35+
{
36+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.13`"
37+
},
38+
{
39+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `4.0.2`"
40+
},
41+
{
42+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.9.0`"
43+
},
44+
{
45+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.3`"
46+
}
47+
]
48+
}
49+
},
450
{
551
"version": "7.40.5",
652
"tag": "@microsoft/api-extractor_v7.40.5",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Wed, 21 Feb 2024 08:55:47 GMT and should not be manually modified.
3+
This log was last generated on Sat, 24 Feb 2024 23:02:51 GMT and should not be manually modified.
4+
5+
## 7.41.0
6+
Sat, 24 Feb 2024 23:02:51 GMT
7+
8+
### Minor changes
9+
10+
- Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.
11+
12+
## 7.40.6
13+
Wed, 21 Feb 2024 21:45:28 GMT
14+
15+
### Patches
16+
17+
- Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
418

519
## 7.40.5
620
Wed, 21 Feb 2024 08:55:47 GMT

apps/api-extractor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.40.5",
3+
"version": "7.41.0",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -52,8 +52,8 @@
5252
"typescript": "5.3.3"
5353
},
5454
"devDependencies": {
55-
"@rushstack/heft-node-rig": "2.4.0",
56-
"@rushstack/heft": "0.64.0",
55+
"@rushstack/heft-node-rig": "2.4.16",
56+
"@rushstack/heft": "0.65.4",
5757
"@types/heft-jest": "1.0.1",
5858
"@types/lodash": "4.14.116",
5959
"@types/minimatch": "3.0.5",

apps/api-extractor/src/api/ConsoleMessageId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @public
1313
*/
14-
export const enum ConsoleMessageId {
14+
export enum ConsoleMessageId {
1515
/**
1616
* "Analysis will use the bundled TypeScript version ___"
1717
*/

apps/api-extractor/src/api/ExtractorLogLevel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @public
1111
*/
12-
export const enum ExtractorLogLevel {
12+
export enum ExtractorLogLevel {
1313
/**
1414
* The message will be displayed as an error.
1515
*

apps/api-extractor/src/api/ExtractorMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface IExtractorMessageProperties {
2828
* Specifies a category of messages for use with {@link ExtractorMessage}.
2929
* @public
3030
*/
31-
export const enum ExtractorMessageCategory {
31+
export enum ExtractorMessageCategory {
3232
/**
3333
* Messages originating from the TypeScript compiler.
3434
*

0 commit comments

Comments
 (0)