Skip to content

Commit

Permalink
Merge branch 'main' into regexp-bundledPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmithr committed Feb 27, 2024
2 parents b3ed5d6 + a6b1ff4 commit 58a18eb
Show file tree
Hide file tree
Showing 280 changed files with 9,380 additions and 5,366 deletions.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
"--nolazy",
"--inspect-brk"
],
"skipFiles": ["<node_internals>/**"],
// Don't scan the file system on startup
"outFiles": [],
// Evaluate source maps for all workspace-local files
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
"env": {
"NODE_ENV": "development"
},
"sourceMaps": true
"sourceMaps": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
"type": "node",
Expand Down
59 changes: 59 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.23.31",
"tag": "@microsoft/api-documenter_v7.23.31",
"date": "Sat, 24 Feb 2024 23:02:51 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.10.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.4`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.5`"
}
]
}
},
{
"version": "7.23.30",
"tag": "@microsoft/api-documenter_v7.23.30",
"date": "Thu, 22 Feb 2024 01:36:09 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.4`"
}
]
}
},
{
"version": "7.23.29",
"tag": "@microsoft/api-documenter_v7.23.29",
"date": "Wed, 21 Feb 2024 21:45:28 GMT",
"comments": {
"patch": [
{
"comment": "Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.13`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `4.0.2`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.9.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.3`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.65.3`"
}
]
}
},
{
"version": "7.23.28",
"tag": "@microsoft/api-documenter_v7.23.28",
Expand Down
19 changes: 18 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Wed, 21 Feb 2024 08:55:47 GMT and should not be manually modified.
This log was last generated on Sat, 24 Feb 2024 23:02:51 GMT and should not be manually modified.

## 7.23.31
Sat, 24 Feb 2024 23:02:51 GMT

_Version update only_

## 7.23.30
Thu, 22 Feb 2024 01:36:09 GMT

_Version update only_

## 7.23.29
Wed, 21 Feb 2024 21:45:28 GMT

### Patches

- Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.

## 7.23.28
Wed, 21 Feb 2024 08:55:47 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.23.28",
"version": "7.23.31",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
46 changes: 46 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.41.0",
"tag": "@microsoft/api-extractor_v7.41.0",
"date": "Sat, 24 Feb 2024 23:02:51 GMT",
"comments": {
"minor": [
{
"comment": "Replace const enums with conventional enums to allow for compatibility with JavaScript consumers."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.10.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.4`"
}
]
}
},
{
"version": "7.40.6",
"tag": "@microsoft/api-extractor_v7.40.6",
"date": "Wed, 21 Feb 2024 21:45:28 GMT",
"comments": {
"patch": [
{
"comment": "Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.28.13`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `4.0.2`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.9.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.3`"
}
]
}
},
{
"version": "7.40.5",
"tag": "@microsoft/api-extractor_v7.40.5",
Expand Down
16 changes: 15 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Wed, 21 Feb 2024 08:55:47 GMT and should not be manually modified.
This log was last generated on Sat, 24 Feb 2024 23:02:51 GMT and should not be manually modified.

## 7.41.0
Sat, 24 Feb 2024 23:02:51 GMT

### Minor changes

- Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.

## 7.40.6
Wed, 21 Feb 2024 21:45:28 GMT

### Patches

- Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.

## 7.40.5
Wed, 21 Feb 2024 08:55:47 GMT
Expand Down
6 changes: 3 additions & 3 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.40.5",
"version": "7.41.0",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down Expand Up @@ -52,8 +52,8 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@rushstack/heft-node-rig": "2.4.0",
"@rushstack/heft": "0.64.0",
"@rushstack/heft-node-rig": "2.4.16",
"@rushstack/heft": "0.65.4",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/minimatch": "3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/src/api/ConsoleMessageId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @public
*/
export const enum ConsoleMessageId {
export enum ConsoleMessageId {
/**
* "Analysis will use the bundled TypeScript version ___"
*/
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/src/api/ExtractorLogLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @public
*/
export const enum ExtractorLogLevel {
export enum ExtractorLogLevel {
/**
* The message will be displayed as an error.
*
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/src/api/ExtractorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface IExtractorMessageProperties {
* Specifies a category of messages for use with {@link ExtractorMessage}.
* @public
*/
export const enum ExtractorMessageCategory {
export enum ExtractorMessageCategory {
/**
* Messages originating from the TypeScript compiler.
*
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/src/api/ExtractorMessageId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @public
*/
export const enum ExtractorMessageId {
export enum ExtractorMessageId {
/**
* "The doc comment should not contain more than one release tag."
*/
Expand Down
63 changes: 63 additions & 0 deletions apps/heft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,69 @@
{
"name": "@rushstack/heft",
"entries": [
{
"version": "0.65.5",
"tag": "@rushstack/heft_v0.65.5",
"date": "Sat, 24 Feb 2024 23:02:51 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.14.14`"
},
{
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.14`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.10.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.4`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.41.0`"
}
]
}
},
{
"version": "0.65.4",
"tag": "@rushstack/heft_v0.65.4",
"date": "Thu, 22 Feb 2024 01:36:09 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.13`"
}
]
}
},
{
"version": "0.65.3",
"tag": "@rushstack/heft_v0.65.3",
"date": "Wed, 21 Feb 2024 21:45:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.14.13`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `4.0.2`"
},
{
"comment": "Updating dependency \"@rushstack/operation-graph\" to `0.2.12`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.9.0`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.17.3`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.40.6`"
}
]
}
},
{
"version": "0.65.2",
"tag": "@rushstack/heft_v0.65.2",
Expand Down
17 changes: 16 additions & 1 deletion apps/heft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @rushstack/heft

This log was last generated on Wed, 21 Feb 2024 08:55:47 GMT and should not be manually modified.
This log was last generated on Sat, 24 Feb 2024 23:02:51 GMT and should not be manually modified.

## 0.65.5
Sat, 24 Feb 2024 23:02:51 GMT

_Version update only_

## 0.65.4
Thu, 22 Feb 2024 01:36:09 GMT

_Version update only_

## 0.65.3
Wed, 21 Feb 2024 21:45:28 GMT

_Version update only_

## 0.65.2
Wed, 21 Feb 2024 08:55:47 GMT
Expand Down
6 changes: 3 additions & 3 deletions apps/heft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.65.2",
"version": "0.65.5",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
Expand Down Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"local-eslint-config": "workspace:*",
"@rushstack/heft": "0.64.0",
"@rushstack/heft-node-rig": "2.4.0",
"@rushstack/heft": "0.65.4",
"@rushstack/heft-node-rig": "2.4.16",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"@types/watchpack": "2.4.0",
Expand Down
Loading

0 comments on commit 58a18eb

Please sign in to comment.