From 02e4c62694e47ec16fba7c3f612c1e68d002c26f Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Nov 2024 16:44:36 -0800 Subject: [PATCH 1/3] Bump cyclics and external dependencies.: --- apps/api-documenter/package.json | 2 +- apps/api-extractor/package.json | 8 +- apps/heft/package.json | 4 +- .../api-documenter/main_2024-11-23-00-40.json | 11 + .../main_2024-11-23-00-40.json | 11 + .../api-extractor/main_2024-11-23-00-40.json | 11 + .../eslint-config/main_2024-11-23-00-40.json | 11 + .../eslint-patch/main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../heft/main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../rig-package/main_2024-11-23-00-43.json | 10 + .../terminal/main_2024-11-23-00-43.json | 10 + .../tree-pattern/main_2024-11-23-00-43.json | 10 + .../main_2024-11-23-00-43.json | 10 + .../build-tests-subspace/pnpm-lock.yaml | 54 +-- .../build-tests-subspace/repo-state.json | 4 +- .../config/subspaces/default/pnpm-lock.yaml | 364 +++++++++--------- .../config/subspaces/default/repo-state.json | 2 +- eslint/eslint-config/package.json | 2 +- eslint/eslint-patch/package.json | 4 +- eslint/eslint-plugin-packlets/package.json | 4 +- eslint/eslint-plugin-security/package.json | 4 +- eslint/eslint-plugin/package.json | 4 +- .../heft-api-extractor-plugin/package.json | 2 +- heft-plugins/heft-jest-plugin/package.json | 2 +- heft-plugins/heft-lint-plugin/package.json | 2 +- .../heft-typescript-plugin/package.json | 2 +- libraries/api-extractor-model/package.json | 8 +- libraries/heft-config-file/package.json | 4 +- libraries/node-core-library/package.json | 4 +- libraries/operation-graph/package.json | 4 +- libraries/rig-package/package.json | 4 +- libraries/terminal/package.json | 4 +- libraries/tree-pattern/package.json | 4 +- libraries/ts-command-line/package.json | 4 +- .../doc-plugin-rush-stack/package.json | 2 +- 44 files changed, 451 insertions(+), 245 deletions(-) create mode 100644 common/changes/@microsoft/api-documenter/main_2024-11-23-00-40.json create mode 100644 common/changes/@microsoft/api-extractor-model/main_2024-11-23-00-40.json create mode 100644 common/changes/@microsoft/api-extractor/main_2024-11-23-00-40.json create mode 100644 common/changes/@rushstack/eslint-config/main_2024-11-23-00-40.json create mode 100644 common/changes/@rushstack/eslint-patch/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/eslint-plugin-packlets/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/eslint-plugin-security/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft-api-extractor-plugin/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft-config-file/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft-jest-plugin/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft-lint-plugin/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft-typescript-plugin/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/heft/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/node-core-library/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/operation-graph/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/rig-package/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/terminal/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/tree-pattern/main_2024-11-23-00-43.json create mode 100644 common/changes/@rushstack/ts-command-line/main_2024-11-23-00-43.json diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 0ba5b31af84..046a8b42aa9 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -21,7 +21,7 @@ "typings": "dist/rollup.d.ts", "dependencies": { "@microsoft/api-extractor-model": "workspace:*", - "@microsoft/tsdoc": "~0.15.0", + "@microsoft/tsdoc": "~0.15.1", "@rushstack/node-core-library": "workspace:*", "@rushstack/terminal": "workspace:*", "@rushstack/ts-command-line": "workspace:*", diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 7adb46c1290..a0c1a038515 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -38,8 +38,8 @@ }, "dependencies": { "@microsoft/api-extractor-model": "workspace:*", - "@microsoft/tsdoc-config": "~0.17.0", - "@microsoft/tsdoc": "~0.15.0", + "@microsoft/tsdoc-config": "~0.17.1", + "@microsoft/tsdoc": "~0.15.1", "@rushstack/node-core-library": "workspace:*", "@rushstack/rig-package": "workspace:*", "@rushstack/terminal": "workspace:*", @@ -52,8 +52,8 @@ "typescript": "5.4.2" }, "devDependencies": { - "@rushstack/heft-node-rig": "2.6.31", - "@rushstack/heft": "0.67.2", + "@rushstack/heft-node-rig": "2.6.41", + "@rushstack/heft": "0.68.7", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", "@types/minimatch": "3.0.5", diff --git a/apps/heft/package.json b/apps/heft/package.json index 3354674984f..56ed595cff7 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -50,8 +50,8 @@ "devDependencies": { "@microsoft/api-extractor": "workspace:*", "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/watchpack": "2.4.0", diff --git a/common/changes/@microsoft/api-documenter/main_2024-11-23-00-40.json b/common/changes/@microsoft/api-documenter/main_2024-11-23-00-40.json new file mode 100644 index 00000000000..be7beb4a58e --- /dev/null +++ b/common/changes/@microsoft/api-documenter/main_2024-11-23-00-40.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Update TSDoc dependencies.", + "type": "minor", + "packageName": "@microsoft/api-documenter" + } + ], + "packageName": "@microsoft/api-documenter", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor-model/main_2024-11-23-00-40.json b/common/changes/@microsoft/api-extractor-model/main_2024-11-23-00-40.json new file mode 100644 index 00000000000..a5df1bf3e3b --- /dev/null +++ b/common/changes/@microsoft/api-extractor-model/main_2024-11-23-00-40.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Update TSDoc dependencies.", + "type": "minor", + "packageName": "@microsoft/api-extractor-model" + } + ], + "packageName": "@microsoft/api-extractor-model", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/main_2024-11-23-00-40.json b/common/changes/@microsoft/api-extractor/main_2024-11-23-00-40.json new file mode 100644 index 00000000000..2b5f6971082 --- /dev/null +++ b/common/changes/@microsoft/api-extractor/main_2024-11-23-00-40.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Update TSDoc dependencies.", + "type": "minor", + "packageName": "@microsoft/api-extractor" + } + ], + "packageName": "@microsoft/api-extractor", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/main_2024-11-23-00-40.json b/common/changes/@rushstack/eslint-config/main_2024-11-23-00-40.json new file mode 100644 index 00000000000..cff39067f14 --- /dev/null +++ b/common/changes/@rushstack/eslint-config/main_2024-11-23-00-40.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Update TSDoc dependencies.", + "type": "minor", + "packageName": "@rushstack/eslint-config" + } + ], + "packageName": "@rushstack/eslint-config", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-patch/main_2024-11-23-00-43.json b/common/changes/@rushstack/eslint-patch/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..ceefa44d69e --- /dev/null +++ b/common/changes/@rushstack/eslint-patch/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-patch", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-patch" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/main_2024-11-23-00-43.json b/common/changes/@rushstack/eslint-plugin-packlets/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..ff918c1ad1d --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-packlets/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin-packlets", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin-packlets" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/main_2024-11-23-00-43.json b/common/changes/@rushstack/eslint-plugin-security/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..a4477ef1a61 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-security/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin-security", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin-security" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft-api-extractor-plugin/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..95128aed453 --- /dev/null +++ b/common/changes/@rushstack/heft-api-extractor-plugin/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-api-extractor-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-api-extractor-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-config-file/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft-config-file/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..9b24a4fdcca --- /dev/null +++ b/common/changes/@rushstack/heft-config-file/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-config-file", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-config-file" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-jest-plugin/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft-jest-plugin/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..8453696f39b --- /dev/null +++ b/common/changes/@rushstack/heft-jest-plugin/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-jest-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-jest-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft-lint-plugin/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..a259901b76f --- /dev/null +++ b/common/changes/@rushstack/heft-lint-plugin/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-lint-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-lint-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-typescript-plugin/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft-typescript-plugin/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..cb6f98ca14f --- /dev/null +++ b/common/changes/@rushstack/heft-typescript-plugin/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-typescript-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft-typescript-plugin" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/main_2024-11-23-00-43.json b/common/changes/@rushstack/heft/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..4da3f257a2d --- /dev/null +++ b/common/changes/@rushstack/heft/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/heft" +} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/main_2024-11-23-00-43.json b/common/changes/@rushstack/node-core-library/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..d702845598d --- /dev/null +++ b/common/changes/@rushstack/node-core-library/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/node-core-library", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/node-core-library" +} \ No newline at end of file diff --git a/common/changes/@rushstack/operation-graph/main_2024-11-23-00-43.json b/common/changes/@rushstack/operation-graph/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..eabefe94ed8 --- /dev/null +++ b/common/changes/@rushstack/operation-graph/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/operation-graph", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/operation-graph" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rig-package/main_2024-11-23-00-43.json b/common/changes/@rushstack/rig-package/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..1c1df562afb --- /dev/null +++ b/common/changes/@rushstack/rig-package/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rig-package", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/rig-package" +} \ No newline at end of file diff --git a/common/changes/@rushstack/terminal/main_2024-11-23-00-43.json b/common/changes/@rushstack/terminal/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..72b4a6eb492 --- /dev/null +++ b/common/changes/@rushstack/terminal/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/terminal", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/terminal" +} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/main_2024-11-23-00-43.json b/common/changes/@rushstack/tree-pattern/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..120c33a1f7e --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/tree-pattern", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/tree-pattern" +} \ No newline at end of file diff --git a/common/changes/@rushstack/ts-command-line/main_2024-11-23-00-43.json b/common/changes/@rushstack/ts-command-line/main_2024-11-23-00-43.json new file mode 100644 index 00000000000..a03064b455f --- /dev/null +++ b/common/changes/@rushstack/ts-command-line/main_2024-11-23-00-43.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/ts-command-line", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/ts-command-line" +} \ No newline at end of file diff --git a/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml b/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml index 32c196d54a4..bb93c9f3ee9 100644 --- a/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml +++ b/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml @@ -126,10 +126,10 @@ importers: version: file:../../../apps/heft(@types/node@18.17.15) '@rushstack/heft-lint-plugin': specifier: file:../../heft-plugins/heft-lint-plugin - version: file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15) + version: file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15) '@rushstack/heft-typescript-plugin': specifier: file:../../heft-plugins/heft-typescript-plugin - version: file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15) + version: file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15) eslint: specifier: ~8.57.0 version: 8.57.0 @@ -846,17 +846,17 @@ packages: dependencies: jsep: 1.3.9 - /@microsoft/tsdoc-config@0.17.0: - resolution: {integrity: sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==} + /@microsoft/tsdoc-config@0.17.1: + resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} dependencies: - '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc': 0.15.1 ajv: 8.12.0 jju: 1.4.0 resolve: 1.22.8 dev: true - /@microsoft/tsdoc@0.15.0: - resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} + /@microsoft/tsdoc@0.15.1: + resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} dev: true /@nodelib/fs.scandir@2.1.5: @@ -2678,11 +2678,11 @@ packages: string.prototype.matchall: 4.0.11 dev: true - /eslint-plugin-tsdoc@0.3.0: - resolution: {integrity: sha512-0MuFdBrrJVBjT/gyhkP2BqpD0np1NxNLfQ38xXDlSs/KVVpKI2A6vN7jx2Rve/CyUsvOsMGwp9KKrinv7q9g3A==} + /eslint-plugin-tsdoc@0.4.0: + resolution: {integrity: sha512-MT/8b4aKLdDClnS8mP3R/JNjg29i0Oyqd/0ym6NnQf+gfKbJJ4ZcSh2Bs1H0YiUMTBwww5JwXGTWot/RwyJ7aQ==} dependencies: - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 dev: true /eslint-scope@7.2.2: @@ -6061,8 +6061,8 @@ packages: hasBin: true dependencies: '@microsoft/api-extractor-model': file:../../../libraries/api-extractor-model(@types/node@18.17.15) - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 '@rushstack/node-core-library': file:../../../libraries/node-core-library(@types/node@18.17.15) '@rushstack/rig-package': file:../../../libraries/rig-package '@rushstack/terminal': file:../../../libraries/terminal(@types/node@18.17.15) @@ -6120,7 +6120,7 @@ packages: eslint: 8.57.0 eslint-plugin-promise: 6.1.1(eslint@8.57.0) eslint-plugin-react: 7.33.2(eslint@8.57.0) - eslint-plugin-tsdoc: 0.3.0 + eslint-plugin-tsdoc: 0.4.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -6145,7 +6145,7 @@ packages: eslint: 8.57.0 eslint-plugin-promise: 6.1.1(eslint@8.57.0) eslint-plugin-react: 7.33.2(eslint@8.57.0) - eslint-plugin-tsdoc: 0.3.0 + eslint-plugin-tsdoc: 0.4.0 typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -6265,7 +6265,7 @@ packages: - typescript dev: true - file:../../../heft-plugins/heft-api-extractor-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15): + file:../../../heft-plugins/heft-api-extractor-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15): resolution: {directory: ../../../heft-plugins/heft-api-extractor-plugin, type: directory} id: file:../../../heft-plugins/heft-api-extractor-plugin name: '@rushstack/heft-api-extractor-plugin' @@ -6280,7 +6280,7 @@ packages: - '@types/node' dev: true - file:../../../heft-plugins/heft-jest-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15)(jest-environment-node@29.5.0): + file:../../../heft-plugins/heft-jest-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15)(jest-environment-node@29.5.0): resolution: {directory: ../../../heft-plugins/heft-jest-plugin, type: directory} id: file:../../../heft-plugins/heft-jest-plugin name: '@rushstack/heft-jest-plugin' @@ -6314,7 +6314,7 @@ packages: - ts-node dev: true - file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15): + file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15): resolution: {directory: ../../../heft-plugins/heft-lint-plugin, type: directory} id: file:../../../heft-plugins/heft-lint-plugin name: '@rushstack/heft-lint-plugin' @@ -6328,7 +6328,7 @@ packages: - '@types/node' dev: true - file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15): + file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15): resolution: {directory: ../../../heft-plugins/heft-typescript-plugin, type: directory} id: file:../../../heft-plugins/heft-typescript-plugin name: '@rushstack/heft-typescript-plugin' @@ -6350,8 +6350,8 @@ packages: id: file:../../../libraries/api-extractor-model name: '@microsoft/api-extractor-model' dependencies: - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 '@rushstack/node-core-library': file:../../../libraries/node-core-library(@types/node@18.17.15) transitivePeerDependencies: - '@types/node' @@ -6554,7 +6554,7 @@ packages: transitivePeerDependencies: - '@types/node' - file:../../../rigs/heft-node-rig(@rushstack/heft@0.68.6)(@types/node@18.17.15): + file:../../../rigs/heft-node-rig(@rushstack/heft@0.68.7)(@types/node@18.17.15): resolution: {directory: ../../../rigs/heft-node-rig, type: directory} id: file:../../../rigs/heft-node-rig name: '@rushstack/heft-node-rig' @@ -6564,10 +6564,10 @@ packages: '@microsoft/api-extractor': file:../../../apps/api-extractor(@types/node@18.17.15) '@rushstack/eslint-config': file:../../../eslint/eslint-config(eslint@8.57.0)(typescript@5.4.5) '@rushstack/heft': file:../../../apps/heft(@types/node@18.17.15) - '@rushstack/heft-api-extractor-plugin': file:../../../heft-plugins/heft-api-extractor-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15) - '@rushstack/heft-jest-plugin': file:../../../heft-plugins/heft-jest-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15)(jest-environment-node@29.5.0) - '@rushstack/heft-lint-plugin': file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15) - '@rushstack/heft-typescript-plugin': file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.6)(@types/node@18.17.15) + '@rushstack/heft-api-extractor-plugin': file:../../../heft-plugins/heft-api-extractor-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15) + '@rushstack/heft-jest-plugin': file:../../../heft-plugins/heft-jest-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15)(jest-environment-node@29.5.0) + '@rushstack/heft-lint-plugin': file:../../../heft-plugins/heft-lint-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15) + '@rushstack/heft-typescript-plugin': file:../../../heft-plugins/heft-typescript-plugin(@rushstack/heft@0.68.7)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 eslint: 8.57.0 jest-environment-node: 29.5.0 @@ -6587,7 +6587,7 @@ packages: dependencies: '@microsoft/api-extractor': file:../../../apps/api-extractor(@types/node@18.17.15) '@rushstack/heft': file:../../../apps/heft(@types/node@18.17.15) - '@rushstack/heft-node-rig': file:../../../rigs/heft-node-rig(@rushstack/heft@0.68.6)(@types/node@18.17.15) + '@rushstack/heft-node-rig': file:../../../rigs/heft-node-rig(@rushstack/heft@0.68.7)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 '@types/node': 18.17.15 eslint: 8.57.0 diff --git a/common/config/subspaces/build-tests-subspace/repo-state.json b/common/config/subspaces/build-tests-subspace/repo-state.json index e1c0cdd4686..7d67383645c 100644 --- a/common/config/subspaces/build-tests-subspace/repo-state.json +++ b/common/config/subspaces/build-tests-subspace/repo-state.json @@ -1,6 +1,6 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "acf7c4f1de794be2d70dca29f989124eddfc541f", + "pnpmShrinkwrapHash": "0f47782f3b6360aa0f60fe19db3d1a0b4ce4f50b", "preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648", - "packageJsonInjectedDependenciesHash": "d8e3c0d28dcafaa568a71417fa3485ab58cbf829" + "packageJsonInjectedDependenciesHash": "005dd07c7693259c12de49ac20abda7c14ee0c26" } diff --git a/common/config/subspaces/default/pnpm-lock.yaml b/common/config/subspaces/default/pnpm-lock.yaml index e604781bb54..cbcb488fca5 100644 --- a/common/config/subspaces/default/pnpm-lock.yaml +++ b/common/config/subspaces/default/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: workspace:* version: link:../../libraries/api-extractor-model '@microsoft/tsdoc': - specifier: ~0.15.0 - version: 0.15.0 + specifier: ~0.15.1 + version: 0.15.1 '@rushstack/node-core-library': specifier: workspace:* version: link:../../libraries/node-core-library @@ -56,11 +56,11 @@ importers: specifier: workspace:* version: link:../../libraries/api-extractor-model '@microsoft/tsdoc': - specifier: ~0.15.0 - version: 0.15.0 + specifier: ~0.15.1 + version: 0.15.1 '@microsoft/tsdoc-config': - specifier: ~0.17.0 - version: 0.17.0 + specifier: ~0.17.1 + version: 0.17.1 '@rushstack/node-core-library': specifier: workspace:* version: link:../../libraries/node-core-library @@ -93,11 +93,11 @@ importers: version: 5.4.2 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -163,11 +163,11 @@ importers: specifier: workspace:* version: link:../api-extractor '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -2393,8 +2393,8 @@ importers: specifier: ~7.33.2 version: 7.33.2(eslint@8.57.0) eslint-plugin-tsdoc: - specifier: ~0.3.0 - version: 0.3.0 + specifier: ~0.4.0 + version: 0.4.0 devDependencies: eslint: specifier: ~8.57.0 @@ -2406,11 +2406,11 @@ importers: ../../../eslint/eslint-patch: devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/eslint': specifier: 8.56.10 version: 8.56.10 @@ -2443,11 +2443,11 @@ importers: specifier: ~3.0.0 version: 3.0.2 '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/eslint': specifier: 8.56.10 version: 8.56.10 @@ -2489,11 +2489,11 @@ importers: version: 8.1.0(eslint@8.57.0)(supports-color@8.1.1)(typescript@5.4.2) devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/eslint': specifier: 8.56.10 version: 8.56.10 @@ -2535,11 +2535,11 @@ importers: specifier: ~3.0.0 version: 3.0.2 '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/eslint': specifier: 8.56.10 version: 8.56.10 @@ -2624,8 +2624,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) '@rushstack/terminal': specifier: workspace:* version: link:../../libraries/terminal @@ -2704,8 +2704,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -2747,8 +2747,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) '@rushstack/heft-typescript-plugin': specifier: workspace:* version: link:../heft-typescript-plugin @@ -2893,8 +2893,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) '@rushstack/terminal': specifier: workspace:* version: link:../../libraries/terminal @@ -2991,21 +2991,21 @@ importers: ../../../libraries/api-extractor-model: dependencies: '@microsoft/tsdoc': - specifier: ~0.15.0 - version: 0.15.0 + specifier: ~0.15.1 + version: 0.15.1 '@microsoft/tsdoc-config': - specifier: ~0.17.0 - version: 0.17.0 + specifier: ~0.17.1 + version: 0.17.1 '@rushstack/node-core-library': specifier: workspace:* version: link:../node-core-library devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3057,11 +3057,11 @@ importers: version: 10.1.0 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3171,11 +3171,11 @@ importers: version: 7.5.4 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/fs-extra': specifier: 7.0.0 version: 7.0.0 @@ -3208,11 +3208,11 @@ importers: version: link:../terminal devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3307,11 +3307,11 @@ importers: version: 3.1.1 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3628,11 +3628,11 @@ importers: version: 8.1.1 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3652,11 +3652,11 @@ importers: specifier: 4.0.2 version: 4.0.2(eslint@8.57.0)(supports-color@8.1.1)(typescript@5.4.2) '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3686,11 +3686,11 @@ importers: version: 0.3.2 devDependencies: '@rushstack/heft': - specifier: 0.67.2 - version: 0.67.2(@types/node@18.17.15) + specifier: 0.68.7 + version: 0.68.7(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.6.31 - version: 2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1) + specifier: 2.6.41 + version: 2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3744,8 +3744,8 @@ importers: specifier: workspace:* version: link:../../libraries/api-extractor-model '@microsoft/tsdoc': - specifier: ~0.15.0 - version: 0.15.0 + specifier: ~0.15.1 + version: 0.15.1 '@rushstack/node-core-library': specifier: workspace:* version: link:../../libraries/node-core-library @@ -9473,7 +9473,6 @@ packages: jsep: ^0.4.0||^1.0.0 dependencies: jsep: 1.3.9 - dev: false /@jsep-plugin/regex@1.0.3(jsep@1.3.9): resolution: {integrity: sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==} @@ -9482,7 +9481,6 @@ packages: jsep: ^0.4.0||^1.0.0 dependencies: jsep: 1.3.9 - dev: false /@jsonjoy.com/base64@1.1.2(tslib@2.3.1): resolution: {integrity: sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==} @@ -9569,27 +9567,27 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@microsoft/api-extractor-model@7.29.8(@types/node@18.17.15): - resolution: {integrity: sha512-t3Z/xcO6TRbMcnKGVMs4uMzv/gd5j0NhMiJIGjD4cJMeFJ1Hf8wnLSx37vxlRlL0GWlGJhnFgxvnaL6JlS+73g==} + /@microsoft/api-extractor-model@7.29.9(@types/node@18.17.15): + resolution: {integrity: sha512-/DaMfUjiswmrnLjHCorVzWGbW5rmeTGDo+H0QcvcarJ14SjNVmFWiRKzscN4B2y9AyllqeXMPgwbtSFAdAkpMQ==} dependencies: - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.47.9(@types/node@18.17.15): - resolution: {integrity: sha512-TTq30M1rikVsO5wZVToQT/dGyJY7UXJmjiRtkHPLb74Prx3Etw8+bX7Bv7iLuby6ysb7fuu1NFWqma+csym8Jw==} + /@microsoft/api-extractor@7.47.12(@types/node@18.17.15): + resolution: {integrity: sha512-YE/h4vE9T1i3oGtgEZC7pHupH/drtGAuQ36iJ1Ua0gQ8NXmPXNKNilkCqzWnX/QvMnr1xSgEjHppWMXEi5YZKQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.29.8(@types/node@18.17.15) - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@microsoft/api-extractor-model': 7.29.9(@types/node@18.17.15) + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) - '@rushstack/ts-command-line': 4.22.8(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) + '@rushstack/ts-command-line': 4.23.1(@types/node@18.17.15) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -9615,9 +9613,22 @@ packages: ajv: 8.12.0 jju: 1.4.0 resolve: 1.22.8 + dev: true + + /@microsoft/tsdoc-config@0.17.1: + resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} + dependencies: + '@microsoft/tsdoc': 0.15.1 + ajv: 8.12.0 + jju: 1.4.0 + resolve: 1.22.8 /@microsoft/tsdoc@0.15.0: resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} + dev: true + + /@microsoft/tsdoc@0.15.1: + resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} /@mrmlnc/readdir-enhanced@2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} @@ -10628,46 +10639,46 @@ packages: - typescript dev: true - /@rushstack/heft-api-extractor-plugin@0.3.49(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-tqao7Rikm2OYpcwiRVzfD6Ghm2a2mJt+sZyz3iKKPpkFQEklf3hppBv2NQ2HRF7jjT+PeOBQfrGf30aK6gPHKQ==} + /@rushstack/heft-api-extractor-plugin@0.3.57(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-7Q9Hk5b36uxIzi7JEZfBkGcrJ+61YP28mwEwtGN29U/+mSg/ZQXCWxdELWxFWqJoxV4xtgIyNVFYKGxYwXzTvQ==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../../apps/heft - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-api-extractor-plugin@0.3.49(@rushstack/heft@0.67.2)(@types/node@18.17.15): - resolution: {integrity: sha512-tqao7Rikm2OYpcwiRVzfD6Ghm2a2mJt+sZyz3iKKPpkFQEklf3hppBv2NQ2HRF7jjT+PeOBQfrGf30aK6gPHKQ==} + /@rushstack/heft-api-extractor-plugin@0.3.57(@rushstack/heft@0.68.7)(@types/node@18.17.15): + resolution: {integrity: sha512-7Q9Hk5b36uxIzi7JEZfBkGcrJ+61YP28mwEwtGN29U/+mSg/ZQXCWxdELWxFWqJoxV4xtgIyNVFYKGxYwXzTvQ==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.67.2(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/heft': 0.68.7(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-config-file@0.15.7(@types/node@18.17.15): - resolution: {integrity: sha512-d8rwr9ctVmnVBPyl0o1WFh6NKsAJEX9eJip3mRGKOUd6Lq5FLHaTELwVNbqmZ76oQITABueD5MS02QE5Yq2fhw==} + /@rushstack/heft-config-file@0.15.9(@types/node@18.17.15): + resolution: {integrity: sha512-ovgiOlp1wN5hKdDUZKl35+TE2wR8xu4L4hPOh1+6onN6lIK0W/Udbve6qtWOtOO///79GqSwaqOQQftSLGOU9Q==} engines: {node: '>=10.13.0'} dependencies: - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) - jsonpath-plus: 4.0.0 + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) + jsonpath-plus: 10.1.0 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-jest-plugin@0.12.11(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0)(jest-environment-node@29.5.0): - resolution: {integrity: sha512-jhVTD0j4FgGM1RKzaGk13KYtSw6YkEw1LorxlvwSW5eVGbBbBY0Jpep3AUcLu/WZW43kxmEuyoe/THlqpnaf8Q==} + /@rushstack/heft-jest-plugin@0.13.0(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0)(jest-environment-node@29.5.0): + resolution: {integrity: sha512-HjI1bq2hA7woaQ/0vmYEANGQeIFhhow1aB+fcAD1AYIDTTZqmfwyujhNJFlvD4Wek6L3z5nud0IzKyBlAU2Flw==} peerDependencies: '@rushstack/heft': '*' jest-environment-jsdom: ^29.5.0 @@ -10682,9 +10693,9 @@ packages: '@jest/reporters': 29.5.0(supports-color@8.1.1) '@jest/transform': 29.5.0(supports-color@8.1.1) '@rushstack/heft': link:../../../apps/heft - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) jest-config: 29.5.0(@types/node@18.17.15)(supports-color@8.1.1) jest-environment-jsdom: 29.5.0 jest-environment-node: 29.5.0 @@ -10699,8 +10710,8 @@ packages: - ts-node dev: true - /@rushstack/heft-jest-plugin@0.12.11(@rushstack/heft@0.67.2)(@types/node@18.17.15)(jest-environment-node@29.5.0)(supports-color@8.1.1): - resolution: {integrity: sha512-jhVTD0j4FgGM1RKzaGk13KYtSw6YkEw1LorxlvwSW5eVGbBbBY0Jpep3AUcLu/WZW43kxmEuyoe/THlqpnaf8Q==} + /@rushstack/heft-jest-plugin@0.13.0(@rushstack/heft@0.68.7)(@types/node@18.17.15)(jest-environment-node@29.5.0)(supports-color@8.1.1): + resolution: {integrity: sha512-HjI1bq2hA7woaQ/0vmYEANGQeIFhhow1aB+fcAD1AYIDTTZqmfwyujhNJFlvD4Wek6L3z5nud0IzKyBlAU2Flw==} peerDependencies: '@rushstack/heft': '*' jest-environment-jsdom: ^29.5.0 @@ -10714,10 +10725,10 @@ packages: '@jest/core': 29.5.0(supports-color@8.1.1) '@jest/reporters': 29.5.0(supports-color@8.1.1) '@jest/transform': 29.5.0(supports-color@8.1.1) - '@rushstack/heft': 0.67.2(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) + '@rushstack/heft': 0.68.7(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) jest-config: 29.5.0(@types/node@18.17.15)(supports-color@8.1.1) jest-environment-node: 29.5.0 jest-resolve: 29.5.0 @@ -10731,42 +10742,42 @@ packages: - ts-node dev: true - /@rushstack/heft-lint-plugin@0.4.3(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-HQBwB0tySabwZUPbhliKIsVmU8TMr6ZRKeqJabagtXg53W+qBBqLDc6uMjQGQeU+e1YPt/FyDi2eXgYWUmb50g==} + /@rushstack/heft-lint-plugin@0.5.6(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-kKY1ctZWJRyLKLNT5zdb8HbdEr+ihuzFSlbZdMz3SRoOfzuLXJLCle64oApnqo9QosJ3y36SBpjmW2SgjSz80w==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../../apps/heft - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-lint-plugin@0.4.3(@rushstack/heft@0.67.2)(@types/node@18.17.15): - resolution: {integrity: sha512-HQBwB0tySabwZUPbhliKIsVmU8TMr6ZRKeqJabagtXg53W+qBBqLDc6uMjQGQeU+e1YPt/FyDi2eXgYWUmb50g==} + /@rushstack/heft-lint-plugin@0.5.6(@rushstack/heft@0.68.7)(@types/node@18.17.15): + resolution: {integrity: sha512-kKY1ctZWJRyLKLNT5zdb8HbdEr+ihuzFSlbZdMz3SRoOfzuLXJLCle64oApnqo9QosJ3y36SBpjmW2SgjSz80w==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.67.2(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/heft': 0.68.7(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-node-rig@2.6.31(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0): - resolution: {integrity: sha512-67DRhRxb7yX2ATm/LPCqqAUkhDSRV7u4ns+HwITuoTWSsbFprgHchXpe+yRocfpt6gtSEmQs0895ne9lDL5tgQ==} + /@rushstack/heft-node-rig@2.6.41(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0): + resolution: {integrity: sha512-FPPIPc5XRe6g6Vo09WibKRE42uzwQslCr/Z/iiQ4fzHcobHPj+aiA0JY9Sw3PM8DMYk8igVVCcGg8LqthKpBEA==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@microsoft/api-extractor': 7.47.9(@types/node@18.17.15) + '@microsoft/api-extractor': 7.47.12(@types/node@18.17.15) '@rushstack/eslint-config': 4.0.2(eslint@8.57.0)(supports-color@8.1.1)(typescript@5.4.2) '@rushstack/heft': link:../../../apps/heft - '@rushstack/heft-api-extractor-plugin': 0.3.49(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) - '@rushstack/heft-jest-plugin': 0.12.11(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0)(jest-environment-node@29.5.0) - '@rushstack/heft-lint-plugin': 0.4.3(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) - '@rushstack/heft-typescript-plugin': 0.5.27(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-api-extractor-plugin': 0.3.57(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-jest-plugin': 0.13.0(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0)(jest-environment-node@29.5.0) + '@rushstack/heft-lint-plugin': 0.5.6(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-typescript-plugin': 0.6.0(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 eslint: 8.57.0(supports-color@8.1.1) jest-environment-node: 29.5.0 @@ -10780,18 +10791,18 @@ packages: - ts-node dev: true - /@rushstack/heft-node-rig@2.6.31(@rushstack/heft@0.67.2)(@types/node@18.17.15)(supports-color@8.1.1): - resolution: {integrity: sha512-67DRhRxb7yX2ATm/LPCqqAUkhDSRV7u4ns+HwITuoTWSsbFprgHchXpe+yRocfpt6gtSEmQs0895ne9lDL5tgQ==} + /@rushstack/heft-node-rig@2.6.41(@rushstack/heft@0.68.7)(@types/node@18.17.15)(supports-color@8.1.1): + resolution: {integrity: sha512-FPPIPc5XRe6g6Vo09WibKRE42uzwQslCr/Z/iiQ4fzHcobHPj+aiA0JY9Sw3PM8DMYk8igVVCcGg8LqthKpBEA==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@microsoft/api-extractor': 7.47.9(@types/node@18.17.15) + '@microsoft/api-extractor': 7.47.12(@types/node@18.17.15) '@rushstack/eslint-config': 4.0.2(eslint@8.57.0)(supports-color@8.1.1)(typescript@5.4.2) - '@rushstack/heft': 0.67.2(@types/node@18.17.15) - '@rushstack/heft-api-extractor-plugin': 0.3.49(@rushstack/heft@0.67.2)(@types/node@18.17.15) - '@rushstack/heft-jest-plugin': 0.12.11(@rushstack/heft@0.67.2)(@types/node@18.17.15)(jest-environment-node@29.5.0)(supports-color@8.1.1) - '@rushstack/heft-lint-plugin': 0.4.3(@rushstack/heft@0.67.2)(@types/node@18.17.15) - '@rushstack/heft-typescript-plugin': 0.5.27(@rushstack/heft@0.67.2)(@types/node@18.17.15) + '@rushstack/heft': 0.68.7(@types/node@18.17.15) + '@rushstack/heft-api-extractor-plugin': 0.3.57(@rushstack/heft@0.68.7)(@types/node@18.17.15) + '@rushstack/heft-jest-plugin': 0.13.0(@rushstack/heft@0.68.7)(@types/node@18.17.15)(jest-environment-node@29.5.0)(supports-color@8.1.1) + '@rushstack/heft-lint-plugin': 0.5.6(@rushstack/heft@0.68.7)(@types/node@18.17.15) + '@rushstack/heft-typescript-plugin': 0.6.0(@rushstack/heft@0.68.7)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 eslint: 8.57.0(supports-color@8.1.1) jest-environment-node: 29.5.0 @@ -10805,14 +10816,14 @@ packages: - ts-node dev: true - /@rushstack/heft-typescript-plugin@0.5.27(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-8Z06Uq3O/5lrQj1Avig5Uu9Yuvt/uFU0YlD5X/X+H2r+eqgrP1ubay73pSOHq1685COJjnUOGJh454abJkW+Zw==} + /@rushstack/heft-typescript-plugin@0.6.0(@rushstack/heft@..+..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-HvJbMGt6PpBncbyfDlMGpQrkPFbRwutWv+DGLufIkMJA0Of8UR1c0wjyJ2TGMth7dgq/vYpkUzPI/M9YOrhbYQ==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../../apps/heft - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) '@types/tapable': 1.0.6 semver: 7.5.4 tapable: 1.1.3 @@ -10820,14 +10831,14 @@ packages: - '@types/node' dev: true - /@rushstack/heft-typescript-plugin@0.5.27(@rushstack/heft@0.67.2)(@types/node@18.17.15): - resolution: {integrity: sha512-8Z06Uq3O/5lrQj1Avig5Uu9Yuvt/uFU0YlD5X/X+H2r+eqgrP1ubay73pSOHq1685COJjnUOGJh454abJkW+Zw==} + /@rushstack/heft-typescript-plugin@0.6.0(@rushstack/heft@0.68.7)(@types/node@18.17.15): + resolution: {integrity: sha512-HvJbMGt6PpBncbyfDlMGpQrkPFbRwutWv+DGLufIkMJA0Of8UR1c0wjyJ2TGMth7dgq/vYpkUzPI/M9YOrhbYQ==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.67.2(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/heft': 0.68.7(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) '@types/tapable': 1.0.6 semver: 7.5.4 tapable: 1.1.3 @@ -10835,23 +10846,22 @@ packages: - '@types/node' dev: true - /@rushstack/heft@0.67.2(@types/node@18.17.15): - resolution: {integrity: sha512-Lf+tdOdi5sWF18PLI1sjo83ywl7l+sVTmCzO9qnTZyF2PdbD1ajsWJZFJhk6OL5KKik/Qn61qKgJf/BLhzJl+g==} + /@rushstack/heft@0.68.7(@types/node@18.17.15): + resolution: {integrity: sha512-MFCVWccJZeFeeFqTgx3NLN0V9JzbZt//IIj0QCJLbsNI0uSS9XPKLqkoEsAaF7OJLOKruCxo5xkF9NIfpG0FlQ==} engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@rushstack/heft-config-file': 0.15.7(@types/node@18.17.15) - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) - '@rushstack/operation-graph': 0.2.33(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.15.9(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) + '@rushstack/operation-graph': 0.2.34(@types/node@18.17.15) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) - '@rushstack/ts-command-line': 4.22.8(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) + '@rushstack/ts-command-line': 4.23.1(@types/node@18.17.15) '@types/tapable': 1.0.6 fast-glob: 3.3.2 git-repo-info: 2.1.1 ignore: 5.1.9 tapable: 1.1.3 - true-case-path: 2.2.1 watchpack: 2.4.0 transitivePeerDependencies: - '@types/node' @@ -10874,8 +10884,8 @@ packages: semver: 7.5.4 z-schema: 5.0.6 - /@rushstack/node-core-library@5.9.0(@types/node@18.17.15): - resolution: {integrity: sha512-MMsshEWkTbXqxqFxD4gcIUWQOCeBChlGczdZbHfqmNZQFLHB3yWxDFSMHFUdu2/OB9NUk7Awn5qRL+rws4HQNg==} + /@rushstack/node-core-library@5.10.0(@types/node@18.17.15): + resolution: {integrity: sha512-2pPLCuS/3x7DCd7liZkqOewGM0OzLyCacdvOe8j6Yrx9LkETGnxul1t7603bIaB8nUAooORcct9fFDOQMbWAgw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -10893,16 +10903,16 @@ packages: semver: 7.5.4 dev: true - /@rushstack/operation-graph@0.2.33(@types/node@18.17.15): - resolution: {integrity: sha512-bokTOAt8jNAMiMZuMs83GXK4GkfAVbj3mx7g0hYuyqTVw7M/EgJO7eL2S/WjqyLxljwHL3cesXSY+csvhbbggA==} + /@rushstack/operation-graph@0.2.34(@types/node@18.17.15): + resolution: {integrity: sha512-PRnqdQuwlV/BRx27UebdlDSYWZk467dtAWiguXhMk3O8zyhEvZ1Wy/BNShumBOU/TqPBmJu0WLjTGv/XrHol4Q==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) '@types/node': 18.17.15 dev: true @@ -10928,15 +10938,15 @@ packages: - '@types/node' - webpack - /@rushstack/terminal@0.14.2(@types/node@18.17.15): - resolution: {integrity: sha512-2fC1wqu1VCExKC0/L+0noVcFQEXEnoBOtCIex1TOjBzEDWcw8KzJjjj7aTP6mLxepG0XIyn9OufeFb6SFsa+sg==} + /@rushstack/terminal@0.14.3(@types/node@18.17.15): + resolution: {integrity: sha512-csXbZsAdab/v8DbU1sz7WC2aNaKArcdS/FPmXMOXEj/JBBZMvDK0+1b4Qao0kkG0ciB1Qe86/Mb68GjH6/TnMw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@rushstack/node-core-library': 5.9.0(@types/node@18.17.15) + '@rushstack/node-core-library': 5.10.0(@types/node@18.17.15) '@types/node': 18.17.15 supports-color: 8.1.1 dev: true @@ -10945,10 +10955,10 @@ packages: resolution: {integrity: sha512-9uROnkiHWsQqxW6HirXABfTRlgzhYp6tevbYIGkwKQ09VaayUBkvFvt/urDKMwlo+tGU0iQQLuVige6c48wTgw==} dev: true - /@rushstack/ts-command-line@4.22.8(@types/node@18.17.15): - resolution: {integrity: sha512-XbFjOoV7qZHJnSuFUHv0pKaFA4ixyCuki+xMjsMfDwfvQjs5MYG0IK5COal3tRnG7KCDe2l/G+9LrzYE/RJhgg==} + /@rushstack/ts-command-line@4.23.1(@types/node@18.17.15): + resolution: {integrity: sha512-40jTmYoiu/xlIpkkRsVfENtBq4CW3R4azbL0Vmda+fMwHWqss6wwf/Cy/UJmMqIzpfYc2OTnjYP1ZLD3CmyeCA==} dependencies: - '@rushstack/terminal': 0.14.2(@types/node@18.17.15) + '@rushstack/terminal': 0.14.3(@types/node@18.17.15) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -18310,6 +18320,14 @@ packages: dependencies: '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 + dev: true + + /eslint-plugin-tsdoc@0.4.0: + resolution: {integrity: sha512-MT/8b4aKLdDClnS8mP3R/JNjg29i0Oyqd/0ym6NnQf+gfKbJJ4ZcSh2Bs1H0YiUMTBwww5JwXGTWot/RwyJ7aQ==} + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + dev: false /eslint-scope@4.0.3: resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} @@ -21867,7 +21885,6 @@ packages: /jsep@1.3.9: resolution: {integrity: sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==} engines: {node: '>= 10.16.0'} - dev: false /jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} @@ -21937,12 +21954,6 @@ packages: '@jsep-plugin/assignment': 1.2.1(jsep@1.3.9) '@jsep-plugin/regex': 1.0.3(jsep@1.3.9) jsep: 1.3.9 - dev: false - - /jsonpath-plus@4.0.0: - resolution: {integrity: sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==} - engines: {node: '>=10.0'} - dev: true /jsonschema@1.4.1: resolution: {integrity: sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==} @@ -27167,6 +27178,7 @@ packages: /true-case-path@2.2.1: resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} + dev: false /ts-api-utils@1.3.0(typescript@4.9.5): resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} diff --git a/common/config/subspaces/default/repo-state.json b/common/config/subspaces/default/repo-state.json index 4b98b2c83d0..23b370c9255 100644 --- a/common/config/subspaces/default/repo-state.json +++ b/common/config/subspaces/default/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "eca705e24ac99810f28fecff4de2d89706db9065", + "pnpmShrinkwrapHash": "42f4667a7609b88a8a9a9b87c73c9c806a2071b9", "preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648" } diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index 196b1b985af..f11f9d497d9 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/typescript-estree": "~8.1.0", "eslint-plugin-promise": "~6.1.1", "eslint-plugin-react": "~7.33.2", - "eslint-plugin-tsdoc": "~0.3.0" + "eslint-plugin-tsdoc": "~0.4.0" }, "devDependencies": { "eslint": "~8.57.0", diff --git a/eslint/eslint-patch/package.json b/eslint/eslint-patch/package.json index b02d78c7e12..0955c6f405e 100644 --- a/eslint/eslint-patch/package.json +++ b/eslint/eslint-patch/package.json @@ -30,8 +30,8 @@ "patch" ], "devDependencies": { - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/eslint": "8.56.10", "@types/node": "18.17.15", "@typescript-eslint/types": "~5.59.2", diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index b42e0941432..f5ee8c42893 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -30,8 +30,8 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/eslint": "8.56.10", "@types/estree": "1.0.5", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index 1065bde6f60..9e7d6cbb0e5 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -30,8 +30,8 @@ }, "devDependencies": { "@eslint/eslintrc": "~3.0.0", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/eslint": "8.56.10", "@types/estree": "1.0.5", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index 66b0b46ae5c..5dbf851f09f 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -34,8 +34,8 @@ }, "devDependencies": { "@eslint/eslintrc": "~3.0.0", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/eslint": "8.56.10", "@types/estree": "1.0.5", "@types/heft-jest": "1.0.1", diff --git a/heft-plugins/heft-api-extractor-plugin/package.json b/heft-plugins/heft-api-extractor-plugin/package.json index 177a950d4c8..f753f5d8c21 100644 --- a/heft-plugins/heft-api-extractor-plugin/package.json +++ b/heft-plugins/heft-api-extractor-plugin/package.json @@ -26,7 +26,7 @@ "@microsoft/api-extractor": "workspace:*", "local-eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft-node-rig": "2.6.41", "@rushstack/terminal": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index 568a0e3cbae..a335ed5e83f 100644 --- a/heft-plugins/heft-jest-plugin/package.json +++ b/heft-plugins/heft-jest-plugin/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@jest/types": "29.5.0", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft-node-rig": "2.6.41", "@rushstack/heft": "workspace:*", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", diff --git a/heft-plugins/heft-lint-plugin/package.json b/heft-plugins/heft-lint-plugin/package.json index b3bd8c0aa74..32c7a78baef 100644 --- a/heft-plugins/heft-lint-plugin/package.json +++ b/heft-plugins/heft-lint-plugin/package.json @@ -25,7 +25,7 @@ "local-eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", "@rushstack/heft-typescript-plugin": "workspace:*", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft-node-rig": "2.6.41", "@rushstack/terminal": "workspace:*", "@types/eslint": "8.56.10", "@types/heft-jest": "1.0.1", diff --git a/heft-plugins/heft-typescript-plugin/package.json b/heft-plugins/heft-typescript-plugin/package.json index 5fe36ca406c..726c1672e35 100644 --- a/heft-plugins/heft-typescript-plugin/package.json +++ b/heft-plugins/heft-typescript-plugin/package.json @@ -29,7 +29,7 @@ "devDependencies": { "local-eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft-node-rig": "2.6.41", "@rushstack/terminal": "workspace:*", "@types/node": "18.17.15", "@types/semver": "7.5.0", diff --git a/libraries/api-extractor-model/package.json b/libraries/api-extractor-model/package.json index ada75336560..feec399659b 100644 --- a/libraries/api-extractor-model/package.json +++ b/libraries/api-extractor-model/package.json @@ -17,14 +17,14 @@ "_phase:test": "heft run --only test -- --clean" }, "dependencies": { - "@microsoft/tsdoc": "~0.15.0", - "@microsoft/tsdoc-config": "~0.17.0", + "@microsoft/tsdoc": "~0.15.1", + "@microsoft/tsdoc-config": "~0.17.1", "@rushstack/node-core-library": "workspace:*" }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15" } diff --git a/libraries/heft-config-file/package.json b/libraries/heft-config-file/package.json index 0dd269439ab..df04750991a 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -28,8 +28,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15" } diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index 59fecf3b5f9..2d861f9285b 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/fs-extra": "7.0.0", "@types/heft-jest": "1.0.1", "@types/jju": "1.4.1", diff --git a/libraries/operation-graph/package.json b/libraries/operation-graph/package.json index a0fe35c60e0..2fa9935077a 100644 --- a/libraries/operation-graph/package.json +++ b/libraries/operation-graph/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15" }, diff --git a/libraries/rig-package/package.json b/libraries/rig-package/package.json index c47d92c5f1d..bc23e8b7495 100644 --- a/libraries/rig-package/package.json +++ b/libraries/rig-package/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft-node-rig": "2.6.31", - "@rushstack/heft": "0.67.2", + "@rushstack/heft-node-rig": "2.6.41", + "@rushstack/heft": "0.68.7", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/resolve": "1.20.2", diff --git a/libraries/terminal/package.json b/libraries/terminal/package.json index 24f668c5275..fdac0ff4d0a 100644 --- a/libraries/terminal/package.json +++ b/libraries/terminal/package.json @@ -20,8 +20,8 @@ "supports-color": "~8.1.1" }, "devDependencies": { - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/supports-color": "8.1.3", diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index d9ad20b32e5..6569b40d9c7 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "4.0.2", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~8.57.0", diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 358db79760e..b3617612035 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -23,8 +23,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.67.2", - "@rushstack/heft-node-rig": "2.6.31", + "@rushstack/heft": "0.68.7", + "@rushstack/heft-node-rig": "2.6.41", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15" } diff --git a/repo-scripts/doc-plugin-rush-stack/package.json b/repo-scripts/doc-plugin-rush-stack/package.json index 3091bbacb7b..a76bd5f65ab 100644 --- a/repo-scripts/doc-plugin-rush-stack/package.json +++ b/repo-scripts/doc-plugin-rush-stack/package.json @@ -13,7 +13,7 @@ "dependencies": { "@microsoft/api-documenter": "workspace:*", "@microsoft/api-extractor-model": "workspace:*", - "@microsoft/tsdoc": "~0.15.0", + "@microsoft/tsdoc": "~0.15.1", "@rushstack/node-core-library": "workspace:*", "js-yaml": "~3.13.1" }, From dd2d1ba9252afde87e3e1fbf906deef0b09dc082 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Nov 2024 16:48:19 -0800 Subject: [PATCH 2/3] fixup! Bump cyclics and external dependencies.: --- .../user-ianc-bump-cyclics_2024-11-23-00-48.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/@rushstack/eslint-plugin/user-ianc-bump-cyclics_2024-11-23-00-48.json diff --git a/common/changes/@rushstack/eslint-plugin/user-ianc-bump-cyclics_2024-11-23-00-48.json b/common/changes/@rushstack/eslint-plugin/user-ianc-bump-cyclics_2024-11-23-00-48.json new file mode 100644 index 00000000000..dcf93469653 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin/user-ianc-bump-cyclics_2024-11-23-00-48.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-plugin", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-plugin" +} \ No newline at end of file From 159cdd9c2b9a12a6cbc7fea4ef7f4e55b9eb6719 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Nov 2024 16:50:00 -0800 Subject: [PATCH 3/3] fixup! Bump cyclics and external dependencies.: --- common/scripts/install-run-rush.js | 8 +++---- common/scripts/install-run.js | 38 +++++++++++++++--------------- rush.json | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/common/scripts/install-run-rush.js b/common/scripts/install-run-rush.js index 9676fc718f9..20f33d19262 100644 --- a/common/scripts/install-run-rush.js +++ b/common/scripts/install-run-rush.js @@ -16,7 +16,7 @@ /******/ "use strict"; /******/ var __webpack_modules__ = ({ -/***/ 657147: +/***/ 179896: /*!*********************!*\ !*** external "fs" ***! \*********************/ @@ -26,7 +26,7 @@ module.exports = require("fs"); /***/ }), -/***/ 371017: +/***/ 16928: /*!***********************!*\ !*** external "path" ***! \***********************/ @@ -111,9 +111,9 @@ var __webpack_exports__ = {}; !*** ./lib-esnext/scripts/install-run-rush.js ***! \************************************************/ __webpack_require__.r(__webpack_exports__); -/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! path */ 371017); +/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! path */ 16928); /* harmony import */ var path__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(path__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 657147); +/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 179896); /* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fs__WEBPACK_IMPORTED_MODULE_1__); // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. diff --git a/common/scripts/install-run.js b/common/scripts/install-run.js index 9283c445267..b3e92130021 100644 --- a/common/scripts/install-run.js +++ b/common/scripts/install-run.js @@ -16,7 +16,7 @@ /******/ "use strict"; /******/ var __webpack_modules__ = ({ -/***/ 679877: +/***/ 832286: /*!************************************************!*\ !*** ./lib-esnext/utilities/npmrcUtilities.js ***! \************************************************/ @@ -24,12 +24,12 @@ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "isVariableSetInNpmrcFile": () => (/* binding */ isVariableSetInNpmrcFile), -/* harmony export */ "syncNpmrc": () => (/* binding */ syncNpmrc) +/* harmony export */ isVariableSetInNpmrcFile: () => (/* binding */ isVariableSetInNpmrcFile), +/* harmony export */ syncNpmrc: () => (/* binding */ syncNpmrc) /* harmony export */ }); -/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! fs */ 657147); +/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! fs */ 179896); /* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(fs__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! path */ 371017); +/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! path */ 16928); /* harmony import */ var path__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(path__WEBPACK_IMPORTED_MODULE_1__); // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. @@ -164,7 +164,7 @@ function isVariableSetInNpmrcFile(sourceNpmrcFolder, variableKey) { /***/ }), -/***/ 532081: +/***/ 535317: /*!********************************!*\ !*** external "child_process" ***! \********************************/ @@ -174,7 +174,7 @@ module.exports = require("child_process"); /***/ }), -/***/ 657147: +/***/ 179896: /*!*********************!*\ !*** external "fs" ***! \*********************/ @@ -184,7 +184,7 @@ module.exports = require("fs"); /***/ }), -/***/ 822037: +/***/ 370857: /*!*********************!*\ !*** external "os" ***! \*********************/ @@ -194,7 +194,7 @@ module.exports = require("os"); /***/ }), -/***/ 371017: +/***/ 16928: /*!***********************!*\ !*** external "path" ***! \***********************/ @@ -280,21 +280,21 @@ var __webpack_exports__ = {}; \*******************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "RUSH_JSON_FILENAME": () => (/* binding */ RUSH_JSON_FILENAME), -/* harmony export */ "findRushJsonFolder": () => (/* binding */ findRushJsonFolder), -/* harmony export */ "getNpmPath": () => (/* binding */ getNpmPath), -/* harmony export */ "installAndRun": () => (/* binding */ installAndRun), -/* harmony export */ "runWithErrorAndStatusCode": () => (/* binding */ runWithErrorAndStatusCode) +/* harmony export */ RUSH_JSON_FILENAME: () => (/* binding */ RUSH_JSON_FILENAME), +/* harmony export */ findRushJsonFolder: () => (/* binding */ findRushJsonFolder), +/* harmony export */ getNpmPath: () => (/* binding */ getNpmPath), +/* harmony export */ installAndRun: () => (/* binding */ installAndRun), +/* harmony export */ runWithErrorAndStatusCode: () => (/* binding */ runWithErrorAndStatusCode) /* harmony export */ }); -/* harmony import */ var child_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! child_process */ 532081); +/* harmony import */ var child_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! child_process */ 535317); /* harmony import */ var child_process__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(child_process__WEBPACK_IMPORTED_MODULE_0__); -/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 657147); +/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 179896); /* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fs__WEBPACK_IMPORTED_MODULE_1__); -/* harmony import */ var os__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! os */ 822037); +/* harmony import */ var os__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! os */ 370857); /* harmony import */ var os__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(os__WEBPACK_IMPORTED_MODULE_2__); -/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! path */ 371017); +/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! path */ 16928); /* harmony import */ var path__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(path__WEBPACK_IMPORTED_MODULE_3__); -/* harmony import */ var _utilities_npmrcUtilities__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utilities/npmrcUtilities */ 679877); +/* harmony import */ var _utilities_npmrcUtilities__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utilities/npmrcUtilities */ 832286); // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. /* eslint-disable no-console */ diff --git a/rush.json b/rush.json index 3230902fa3e..323aea3d369 100644 --- a/rush.json +++ b/rush.json @@ -16,7 +16,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ - "rushVersion": "5.135.0-pr4927.1", + "rushVersion": "5.141.1", /** * The next field selects which package manager should be installed and determines its version.