From ffb627e465d53d16753d5dcbff32e0aedd786c4a Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 26 Sep 2023 18:48:58 -0700 Subject: [PATCH] Bump cyclic dependencies. --- apps/api-extractor/package.json | 4 +- apps/heft/package.json | 4 +- .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../heft/bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + .../bump-cyclics_2023-09-27-01-48.json | 11 + common/config/rush/pnpm-lock.yaml | 396 +++++++++++------- common/config/rush/repo-state.json | 2 +- common/scripts/install-run-rush-pnpm.js | 2 +- common/scripts/install-run-rush.js | 3 +- common/scripts/install-run-rushx.js | 2 +- common/scripts/install-run.js | 13 +- 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 | 4 +- 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/tree-pattern/package.json | 6 +- libraries/ts-command-line/package.json | 4 +- rush.json | 2 +- 41 files changed, 465 insertions(+), 204 deletions(-) create mode 100644 common/changes/@microsoft/api-extractor-model/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@microsoft/api-extractor/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/eslint-patch/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/eslint-plugin-packlets/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/eslint-plugin-security/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/eslint-plugin/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft-api-extractor-plugin/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft-config-file/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft-jest-plugin/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft-lint-plugin/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft-typescript-plugin/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/heft/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/node-core-library/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/operation-graph/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/rig-package/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/tree-pattern/bump-cyclics_2023-09-27-01-48.json create mode 100644 common/changes/@rushstack/ts-command-line/bump-cyclics_2023-09-27-01-48.json diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 4f04aeed38b..c3fd58d23ad 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -52,8 +52,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", "@types/node": "18.17.15", diff --git a/apps/heft/package.json b/apps/heft/package.json index ee98dafe916..9dae36fdb32 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -52,8 +52,8 @@ "devDependencies": { "@microsoft/api-extractor": "workspace:*", "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/argparse": "1.0.38", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", diff --git a/common/changes/@microsoft/api-extractor-model/bump-cyclics_2023-09-27-01-48.json b/common/changes/@microsoft/api-extractor-model/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..52f6a7d52bc --- /dev/null +++ b/common/changes/@microsoft/api-extractor-model/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "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/bump-cyclics_2023-09-27-01-48.json b/common/changes/@microsoft/api-extractor/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..f7c3a8a84e4 --- /dev/null +++ b/common/changes/@microsoft/api-extractor/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "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-patch/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/eslint-patch/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..6a61cc13329 --- /dev/null +++ b/common/changes/@rushstack/eslint-patch/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/eslint-patch" + } + ], + "packageName": "@rushstack/eslint-patch", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/eslint-plugin-packlets/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..a04cd0021ef --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-packlets/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/eslint-plugin-packlets" + } + ], + "packageName": "@rushstack/eslint-plugin-packlets", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/eslint-plugin-security/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..e8c34c96411 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-security/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/eslint-plugin-security" + } + ], + "packageName": "@rushstack/eslint-plugin-security", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/eslint-plugin/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..5669a1df6aa --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/eslint-plugin" + } + ], + "packageName": "@rushstack/eslint-plugin", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-api-extractor-plugin/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft-api-extractor-plugin/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..aeb8de3babe --- /dev/null +++ b/common/changes/@rushstack/heft-api-extractor-plugin/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft-api-extractor-plugin" + } + ], + "packageName": "@rushstack/heft-api-extractor-plugin", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-config-file/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft-config-file/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..ebc8dd79c07 --- /dev/null +++ b/common/changes/@rushstack/heft-config-file/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft-config-file" + } + ], + "packageName": "@rushstack/heft-config-file", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-jest-plugin/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft-jest-plugin/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..5175001a683 --- /dev/null +++ b/common/changes/@rushstack/heft-jest-plugin/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft-jest-plugin" + } + ], + "packageName": "@rushstack/heft-jest-plugin", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft-lint-plugin/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..29f880f4781 --- /dev/null +++ b/common/changes/@rushstack/heft-lint-plugin/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft-lint-plugin" + } + ], + "packageName": "@rushstack/heft-lint-plugin", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-typescript-plugin/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft-typescript-plugin/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..4a8e9132357 --- /dev/null +++ b/common/changes/@rushstack/heft-typescript-plugin/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft-typescript-plugin" + } + ], + "packageName": "@rushstack/heft-typescript-plugin", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/heft/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..ef525830e37 --- /dev/null +++ b/common/changes/@rushstack/heft/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/heft" + } + ], + "packageName": "@rushstack/heft", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/node-core-library/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/node-core-library/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..db57b2feb86 --- /dev/null +++ b/common/changes/@rushstack/node-core-library/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/node-core-library" + } + ], + "packageName": "@rushstack/node-core-library", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/operation-graph/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/operation-graph/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..ccb47662fbf --- /dev/null +++ b/common/changes/@rushstack/operation-graph/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/operation-graph" + } + ], + "packageName": "@rushstack/operation-graph", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rig-package/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/rig-package/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..c66505525a1 --- /dev/null +++ b/common/changes/@rushstack/rig-package/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/rig-package" + } + ], + "packageName": "@rushstack/rig-package", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/tree-pattern/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..619a10c75e3 --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/tree-pattern" + } + ], + "packageName": "@rushstack/tree-pattern", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/ts-command-line/bump-cyclics_2023-09-27-01-48.json b/common/changes/@rushstack/ts-command-line/bump-cyclics_2023-09-27-01-48.json new file mode 100644 index 00000000000..1f3658b8dc4 --- /dev/null +++ b/common/changes/@rushstack/ts-command-line/bump-cyclics_2023-09-27-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@rushstack/ts-command-line" + } + ], + "packageName": "@rushstack/ts-command-line", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 496b48b669c..85ac2ff4b26 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -90,11 +90,11 @@ importers: version: 5.0.4 devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@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.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/argparse': specifier: 1.0.38 version: 1.0.38 @@ -2202,11 +2202,11 @@ importers: ../../eslint/eslint-patch: devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/node': specifier: 18.17.15 version: 18.17.15 @@ -2221,11 +2221,11 @@ importers: version: 5.59.11(eslint@8.7.0)(typescript@5.0.4) devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/eslint': specifier: 8.2.0 version: 8.2.0 @@ -2261,11 +2261,11 @@ importers: version: 5.59.11(eslint@8.7.0)(typescript@5.0.4) devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/eslint': specifier: 8.2.0 version: 8.2.0 @@ -2301,11 +2301,11 @@ importers: version: 5.59.11(eslint@8.7.0)(typescript@5.0.4) devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/eslint': specifier: 8.2.0 version: 8.2.0 @@ -2384,8 +2384,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.3.2 + version: 2.3.2(@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 @@ -2461,8 +2461,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.3.2 + version: 2.3.2(@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 @@ -2504,8 +2504,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.3.2 + version: 2.3.2(@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 @@ -2628,8 +2628,8 @@ importers: specifier: workspace:* version: link:../../apps/heft '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0) '@types/node': specifier: 18.17.15 version: 18.17.15 @@ -2727,11 +2727,11 @@ importers: version: link:../node-core-library devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -2777,11 +2777,11 @@ importers: version: 4.0.0 devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -2879,11 +2879,11 @@ importers: version: 5.0.5 devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/fs-extra': specifier: 7.0.0 version: 7.0.0 @@ -2913,11 +2913,11 @@ importers: version: link:../node-core-library devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3009,11 +3009,11 @@ importers: version: 3.1.1 devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3321,14 +3321,14 @@ importers: ../../libraries/tree-pattern: devDependencies: '@rushstack/eslint-config': - specifier: 3.3.4 - version: 3.3.4(eslint@7.30.0)(typescript@5.0.4) + specifier: 3.4.0 + version: 3.4.0(eslint@7.30.0)(typescript@5.0.4) '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -3358,11 +3358,11 @@ importers: version: 0.3.2 devDependencies: '@rushstack/heft': - specifier: 0.59.0 - version: 0.59.0(@types/node@18.17.15) + specifier: 0.62.0 + version: 0.62.0(@types/node@18.17.15) '@rushstack/heft-node-rig': - specifier: 2.2.23 - version: 2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15) + specifier: 2.3.2 + version: 2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': specifier: 1.0.1 version: 1.0.1 @@ -6496,7 +6496,6 @@ packages: dependencies: eslint: 8.7.0 eslint-visitor-keys: 3.4.2 - dev: false /@eslint-community/regexpp@4.6.2: resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} @@ -8547,26 +8546,26 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@microsoft/api-extractor-model@7.28.0(@types/node@18.17.15): - resolution: {integrity: sha512-QIMtUVm1tqiKG+M6ciFgRShcDoovyltaeg+CbyOnyr7SMrp6gg0ojK5/nToMqR9kAvsTS4QVgW4Twl50EoAjcw==} + /@microsoft/api-extractor-model@7.28.1(@types/node@18.17.15): + resolution: {integrity: sha512-1hD9gQRu8VR53/e8GI+aql7MtWXHE/XtpOSgphJ6SB7AswqJT0mRZVufUbg3D57UdrchvLKz9b+zqay0Oq2vgg==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.37.0(@types/node@18.17.15): - resolution: {integrity: sha512-df/wffWpDhYRw7kzdxeHGsCpim+dC8aFiZlsJb4uFvVPWhBZpDzOhQxSUTFx3Df1ORY+/JjuPR3fDE9Hq+PHzQ==} + /@microsoft/api-extractor@7.37.1(@types/node@18.17.15): + resolution: {integrity: sha512-wbTL7TZG+9SPvYKwk26390ltoP/uR5621dniqhVp+5OHcn7wIKsT7vX9d/wvdAXD3Ft+7pAiCt6y3dBLFfY/0w==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.0(@types/node@18.17.15) + '@microsoft/api-extractor-model': 7.28.1(@types/node@18.17.15) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) - '@rushstack/rig-package': 0.5.0 - '@rushstack/ts-command-line': 4.16.0 + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) + '@rushstack/rig-package': 0.5.1 + '@rushstack/ts-command-line': 4.16.1 colors: 1.2.5 lodash: 4.17.21 resolve: 1.22.4 @@ -9226,16 +9225,16 @@ packages: engines: {node: '>=14'} dev: true - /@rushstack/eslint-config@3.3.4(eslint@7.30.0)(typescript@5.0.4): - resolution: {integrity: sha512-tYv3+r2OT3olI5fclW9SuSgxe+20KYl9qkFe2gBlm+iMVYRRzcCRSWRe0BCLLUbyWHaPLnCip3cZLKJZ2VkWAA==} + /@rushstack/eslint-config@3.4.0(eslint@7.30.0)(typescript@5.0.4): + resolution: {integrity: sha512-KZNwM1S3LkhzJ6mBjXaJBo7maUN44Chu2CjsHnIui3i6W/FlazLyjme3929ACsVA8nyC4VlPOQYDRy2d3siPGw==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '>=4.7.0' dependencies: - '@rushstack/eslint-patch': 1.4.0 - '@rushstack/eslint-plugin': 0.13.0(eslint@7.30.0)(typescript@5.0.4) - '@rushstack/eslint-plugin-packlets': 0.8.0(eslint@7.30.0)(typescript@5.0.4) - '@rushstack/eslint-plugin-security': 0.7.0(eslint@7.30.0)(typescript@5.0.4) + '@rushstack/eslint-patch': 1.5.0 + '@rushstack/eslint-plugin': 0.13.1(eslint@7.30.0)(typescript@5.0.4) + '@rushstack/eslint-plugin-packlets': 0.8.1(eslint@7.30.0)(typescript@5.0.4) + '@rushstack/eslint-plugin-security': 0.7.1(eslint@7.30.0)(typescript@5.0.4) '@typescript-eslint/eslint-plugin': 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@7.30.0)(typescript@5.0.4) '@typescript-eslint/experimental-utils': 5.59.11(eslint@7.30.0)(typescript@5.0.4) '@typescript-eslint/parser': 5.59.11(eslint@7.30.0)(typescript@5.0.4) @@ -9249,16 +9248,39 @@ packages: - supports-color dev: true - /@rushstack/eslint-patch@1.4.0: - resolution: {integrity: sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==} + /@rushstack/eslint-config@3.4.0(eslint@8.7.0)(typescript@5.0.4): + resolution: {integrity: sha512-KZNwM1S3LkhzJ6mBjXaJBo7maUN44Chu2CjsHnIui3i6W/FlazLyjme3929ACsVA8nyC4VlPOQYDRy2d3siPGw==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '>=4.7.0' + dependencies: + '@rushstack/eslint-patch': 1.5.0 + '@rushstack/eslint-plugin': 0.13.1(eslint@8.7.0)(typescript@5.0.4) + '@rushstack/eslint-plugin-packlets': 0.8.1(eslint@8.7.0)(typescript@5.0.4) + '@rushstack/eslint-plugin-security': 0.7.1(eslint@8.7.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.7.0)(typescript@5.0.4) + '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.7.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.59.11(eslint@8.7.0)(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.0.4) + eslint: 8.7.0 + eslint-plugin-promise: 6.0.1(eslint@8.7.0) + eslint-plugin-react: 7.27.1(eslint@8.7.0) + eslint-plugin-tsdoc: 0.2.17 + typescript: 5.0.4 + transitivePeerDependencies: + - supports-color dev: true - /@rushstack/eslint-plugin-packlets@0.8.0(eslint@7.30.0)(typescript@5.0.4): - resolution: {integrity: sha512-PBXjrfPZVuyj3rGy0iNVcQbtOEfL7Q2EZ0kLyBQWJtwCLn3fIwMSlHZD5jUOCsPTkdWRRKSZyAXrVq6BfWXvtg==} + /@rushstack/eslint-patch@1.5.0: + resolution: {integrity: sha512-EF3948ckf3f5uPgYbQ6GhyA56Dmv8yg0+ir+BroRjwdxyZJsekhZzawOecC2rOTPCz173t7ZcR1HHZu0dZgOCw==} + dev: true + + /@rushstack/eslint-plugin-packlets@0.8.1(eslint@7.30.0)(typescript@5.0.4): + resolution: {integrity: sha512-p3u2AfJsam6g29ah1P3yA9O65EACmcHmQtbsn+NdQEfZ1J72tm+x3d2PucFC381AeIcMVjULm9H/SGS+mHgDZA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': 0.3.0 + '@rushstack/tree-pattern': 0.3.1 '@typescript-eslint/experimental-utils': 5.59.11(eslint@7.30.0)(typescript@5.0.4) eslint: 7.30.0 transitivePeerDependencies: @@ -9266,12 +9288,25 @@ packages: - typescript dev: true - /@rushstack/eslint-plugin-security@0.7.0(eslint@7.30.0)(typescript@5.0.4): - resolution: {integrity: sha512-vT+LMd1bWbb5XPpRGwyIk90LquYwA+CRNc9TvrbaXyyPi9X9GjVnYZPg9MRWWBD2to4llAozSdKbTv/eCd3ToA==} + /@rushstack/eslint-plugin-packlets@0.8.1(eslint@8.7.0)(typescript@5.0.4): + resolution: {integrity: sha512-p3u2AfJsam6g29ah1P3yA9O65EACmcHmQtbsn+NdQEfZ1J72tm+x3d2PucFC381AeIcMVjULm9H/SGS+mHgDZA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': 0.3.0 + '@rushstack/tree-pattern': 0.3.1 + '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.7.0)(typescript@5.0.4) + eslint: 8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@rushstack/eslint-plugin-security@0.7.1(eslint@7.30.0)(typescript@5.0.4): + resolution: {integrity: sha512-84N42tlONhcbXdlk5Rkb+/pVxPnH+ojX8XwtFoecCRV88/4Ii7eGEyJPb73lOpHaE3NJxLzLVIeixKYQmdjImA==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@rushstack/tree-pattern': 0.3.1 '@typescript-eslint/experimental-utils': 5.59.11(eslint@7.30.0)(typescript@5.0.4) eslint: 7.30.0 transitivePeerDependencies: @@ -9279,12 +9314,25 @@ packages: - typescript dev: true - /@rushstack/eslint-plugin@0.13.0(eslint@7.30.0)(typescript@5.0.4): - resolution: {integrity: sha512-xXV3xdo/r5X+XlWFJ6XiDsV3CRbPV1Q3zZtZ3ajKSpVfDrQBQX9A0v/cOBxDZtsCR+XOlsBsJjxaUgBePvOsrw==} + /@rushstack/eslint-plugin-security@0.7.1(eslint@8.7.0)(typescript@5.0.4): + resolution: {integrity: sha512-84N42tlONhcbXdlk5Rkb+/pVxPnH+ojX8XwtFoecCRV88/4Ii7eGEyJPb73lOpHaE3NJxLzLVIeixKYQmdjImA==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@rushstack/tree-pattern': 0.3.1 + '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.7.0)(typescript@5.0.4) + eslint: 8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@rushstack/eslint-plugin@0.13.1(eslint@7.30.0)(typescript@5.0.4): + resolution: {integrity: sha512-qQ6iPCm8SFuY+bpcSv5hlYtdwDHcFlE6wlpUHa0ywG9tGVBYM5But8S4qVRFq1iejAuFX+ubNUOyFJHvxpox+A==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': 0.3.0 + '@rushstack/tree-pattern': 0.3.1 '@typescript-eslint/experimental-utils': 5.59.11(eslint@7.30.0)(typescript@5.0.4) eslint: 7.30.0 transitivePeerDependencies: @@ -9292,45 +9340,58 @@ packages: - typescript dev: true - /@rushstack/heft-api-extractor-plugin@0.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-QZCCLZxPpA0TVzcB2iame3yn06suY2MSm5gHZlr/ll9KmolcLV2B660ad0nWoiyutGHkn4h094DZYhy4PdiMTw==} + /@rushstack/eslint-plugin@0.13.1(eslint@8.7.0)(typescript@5.0.4): + resolution: {integrity: sha512-qQ6iPCm8SFuY+bpcSv5hlYtdwDHcFlE6wlpUHa0ywG9tGVBYM5But8S4qVRFq1iejAuFX+ubNUOyFJHvxpox+A==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@rushstack/tree-pattern': 0.3.1 + '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.7.0)(typescript@5.0.4) + eslint: 8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@rushstack/heft-api-extractor-plugin@0.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-2maJd5eNyQLiuKEesKHpIxYKE6uTvDWhY24fPXiDkx5zsvA1k1oIHd2SOCwNVR+9dOX2v3wKuyvO4Qev1ezKNg==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-api-extractor-plugin@0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15): - resolution: {integrity: sha512-QZCCLZxPpA0TVzcB2iame3yn06suY2MSm5gHZlr/ll9KmolcLV2B660ad0nWoiyutGHkn4h094DZYhy4PdiMTw==} + /@rushstack/heft-api-extractor-plugin@0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15): + resolution: {integrity: sha512-2maJd5eNyQLiuKEesKHpIxYKE6uTvDWhY24fPXiDkx5zsvA1k1oIHd2SOCwNVR+9dOX2v3wKuyvO4Qev1ezKNg==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.59.0(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft': 0.62.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-config-file@0.14.0(@types/node@18.17.15): - resolution: {integrity: sha512-KpOY7vFUQZ4RhnPOed6Lhnm1vpLqjv8wv06ZC3yUtHB749iHLuxUKWjMco7qCDW3Uy7D1E2meuDpr8xvAj9zfQ==} + /@rushstack/heft-config-file@0.14.1(@types/node@18.17.15): + resolution: {integrity: sha512-PO4NvZX/HtasfRh6Izt/kGxZ0RxFF5CEu+0KER2/0y4KBPsSpuLhNOIwiQpAkYqWjCs95DEl8FZDSRCSRpZwiw==} engines: {node: '>=10.13.0'} dependencies: - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) - '@rushstack/rig-package': 0.5.0 + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) + '@rushstack/rig-package': 0.5.1 jsonpath-plus: 4.0.0 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-jest-plugin@0.9.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-f3Kor0dnk0N7NX3alqtrI1InkNMj8EAXniesC9aDhnxIFcH79683XME/7wBNLqLYBMB2MhKjKeT3xihvV6AYMA==} + /@rushstack/heft-jest-plugin@0.9.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0)(jest-environment-node@29.5.0): + resolution: {integrity: sha512-r5q3NxwgGP1sKvC6jlVuzgHpjCE8BW4Pl3Z/RoAVKy+A/yqT9YY2w91cPo5adgwu31Jn0gz8gXmD54wRJ738SQ==} peerDependencies: '@rushstack/heft': '*' jest-environment-jsdom: ^29.5.0 @@ -9345,8 +9406,8 @@ packages: '@jest/reporters': 29.5.0 '@jest/transform': 29.5.0 '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) jest-config: 29.5.0(@types/node@18.17.15) jest-environment-jsdom: 29.5.0 jest-environment-node: 29.5.0 @@ -9361,8 +9422,8 @@ packages: - ts-node dev: true - /@rushstack/heft-jest-plugin@0.9.0(@rushstack/heft@0.59.0)(@types/node@18.17.15)(jest-environment-node@29.5.0): - resolution: {integrity: sha512-f3Kor0dnk0N7NX3alqtrI1InkNMj8EAXniesC9aDhnxIFcH79683XME/7wBNLqLYBMB2MhKjKeT3xihvV6AYMA==} + /@rushstack/heft-jest-plugin@0.9.6(@rushstack/heft@0.62.0)(@types/node@18.17.15)(jest-environment-node@29.5.0): + resolution: {integrity: sha512-r5q3NxwgGP1sKvC6jlVuzgHpjCE8BW4Pl3Z/RoAVKy+A/yqT9YY2w91cPo5adgwu31Jn0gz8gXmD54wRJ738SQ==} peerDependencies: '@rushstack/heft': '*' jest-environment-jsdom: ^29.5.0 @@ -9376,9 +9437,9 @@ packages: '@jest/core': 29.5.0 '@jest/reporters': 29.5.0 '@jest/transform': 29.5.0 - '@rushstack/heft': 0.59.0(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft': 0.62.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) jest-config: 29.5.0(@types/node@18.17.15) jest-environment-node: 29.5.0 jest-resolve: 29.5.0 @@ -9392,41 +9453,42 @@ packages: - ts-node dev: true - /@rushstack/heft-lint-plugin@0.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-w0ID89qNIVPKAp7FohgEStnGRxRYXyu+JqrXnyu59leoBRlB1c4RNQt0m909A+lwSHaZiQBp2zUBkEUuwUtv9A==} + /@rushstack/heft-lint-plugin@0.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-6cwvwBKJw4XnrI7YrkqmlWEW3j2ZTNQJOZfTJH57fvXPPbhZU+HbWN/TZt8djeRMBLXTZPMgq00xyDC7uwsflg==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../apps/heft - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-lint-plugin@0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15): - resolution: {integrity: sha512-w0ID89qNIVPKAp7FohgEStnGRxRYXyu+JqrXnyu59leoBRlB1c4RNQt0m909A+lwSHaZiQBp2zUBkEUuwUtv9A==} + /@rushstack/heft-lint-plugin@0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15): + resolution: {integrity: sha512-6cwvwBKJw4XnrI7YrkqmlWEW3j2ZTNQJOZfTJH57fvXPPbhZU+HbWN/TZt8djeRMBLXTZPMgq00xyDC7uwsflg==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.59.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft': 0.62.0(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) semver: 7.5.4 transitivePeerDependencies: - '@types/node' dev: true - /@rushstack/heft-node-rig@2.2.23(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0): - resolution: {integrity: sha512-QF07TYYAzYA6mocoAtngP0POtNpoTgu/BH78bk2s+aMBSPZ3+FrJ9oAcMoaCrOKpQh43lwCzCP5AMMQ9dx9ZgQ==} + /@rushstack/heft-node-rig@2.3.2(@rushstack/heft@..+apps+heft)(@types/node@18.17.15)(jest-environment-jsdom@29.5.0): + resolution: {integrity: sha512-/v6Q6YzIN4/zol+NrQvP+OM6ajXd/1QAQOnkXO7IRZAn2Or47u3OWwdtFCaOWrJMVSoD4cbbuTgXRBhVAc2GsQ==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@microsoft/api-extractor': 7.37.0(@types/node@18.17.15) + '@microsoft/api-extractor': 7.37.1(@types/node@18.17.15) + '@rushstack/eslint-config': 3.4.0(eslint@8.7.0)(typescript@5.0.4) '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-api-extractor-plugin': 0.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) - '@rushstack/heft-jest-plugin': 0.9.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.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) - '@rushstack/heft-typescript-plugin': 0.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-api-extractor-plugin': 0.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-jest-plugin': 0.9.6(@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.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) + '@rushstack/heft-typescript-plugin': 0.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 eslint: 8.7.0 jest-environment-node: 29.5.0 @@ -9440,17 +9502,18 @@ packages: - ts-node dev: true - /@rushstack/heft-node-rig@2.2.23(@rushstack/heft@0.59.0)(@types/node@18.17.15): - resolution: {integrity: sha512-QF07TYYAzYA6mocoAtngP0POtNpoTgu/BH78bk2s+aMBSPZ3+FrJ9oAcMoaCrOKpQh43lwCzCP5AMMQ9dx9ZgQ==} + /@rushstack/heft-node-rig@2.3.2(@rushstack/heft@0.62.0)(@types/node@18.17.15): + resolution: {integrity: sha512-/v6Q6YzIN4/zol+NrQvP+OM6ajXd/1QAQOnkXO7IRZAn2Or47u3OWwdtFCaOWrJMVSoD4cbbuTgXRBhVAc2GsQ==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@microsoft/api-extractor': 7.37.0(@types/node@18.17.15) - '@rushstack/heft': 0.59.0(@types/node@18.17.15) - '@rushstack/heft-api-extractor-plugin': 0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15) - '@rushstack/heft-jest-plugin': 0.9.0(@rushstack/heft@0.59.0)(@types/node@18.17.15)(jest-environment-node@29.5.0) - '@rushstack/heft-lint-plugin': 0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15) - '@rushstack/heft-typescript-plugin': 0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15) + '@microsoft/api-extractor': 7.37.1(@types/node@18.17.15) + '@rushstack/eslint-config': 3.4.0(eslint@8.7.0)(typescript@5.0.4) + '@rushstack/heft': 0.62.0(@types/node@18.17.15) + '@rushstack/heft-api-extractor-plugin': 0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15) + '@rushstack/heft-jest-plugin': 0.9.6(@rushstack/heft@0.62.0)(@types/node@18.17.15)(jest-environment-node@29.5.0) + '@rushstack/heft-lint-plugin': 0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15) + '@rushstack/heft-typescript-plugin': 0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15) '@types/heft-jest': 1.0.1 eslint: 8.7.0 jest-environment-node: 29.5.0 @@ -9464,14 +9527,14 @@ packages: - ts-node dev: true - /@rushstack/heft-typescript-plugin@0.2.0(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): - resolution: {integrity: sha512-uipJ5z7Otetlx2vt4zbN1GTQqu+T0tvGTyOQ8Vpm0DVs1b20iesy1Mf++U9u3qSGRBgNCWkfxquuzGfKZpkOkQ==} + /@rushstack/heft-typescript-plugin@0.2.6(@rushstack/heft@..+apps+heft)(@types/node@18.17.15): + resolution: {integrity: sha512-SIO8rGVP1IfwrFwMEwjPAdwHeJb/PiXALTxxKhT9aRwD9GSEZq3xZpunFzkc3iXQbygYiXoiL/QYqLUThnABAg==} peerDependencies: '@rushstack/heft': '*' dependencies: '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) '@types/tapable': 1.0.6 semver: 7.5.4 tapable: 1.1.3 @@ -9479,14 +9542,14 @@ packages: - '@types/node' dev: true - /@rushstack/heft-typescript-plugin@0.2.0(@rushstack/heft@0.59.0)(@types/node@18.17.15): - resolution: {integrity: sha512-uipJ5z7Otetlx2vt4zbN1GTQqu+T0tvGTyOQ8Vpm0DVs1b20iesy1Mf++U9u3qSGRBgNCWkfxquuzGfKZpkOkQ==} + /@rushstack/heft-typescript-plugin@0.2.6(@rushstack/heft@0.62.0)(@types/node@18.17.15): + resolution: {integrity: sha512-SIO8rGVP1IfwrFwMEwjPAdwHeJb/PiXALTxxKhT9aRwD9GSEZq3xZpunFzkc3iXQbygYiXoiL/QYqLUThnABAg==} peerDependencies: '@rushstack/heft': '*' dependencies: - '@rushstack/heft': 0.59.0(@types/node@18.17.15) - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) + '@rushstack/heft': 0.62.0(@types/node@18.17.15) + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) '@types/tapable': 1.0.6 semver: 7.5.4 tapable: 1.1.3 @@ -9494,15 +9557,16 @@ packages: - '@types/node' dev: true - /@rushstack/heft@0.59.0(@types/node@18.17.15): - resolution: {integrity: sha512-XHP8Sgr6nghZNwdhsOndpVeHA16f/V5kjvIu651WKhTMA2ogNerlHD9bKjYwdcRVyA5a16rdDUfJk9TYygoOSA==} + /@rushstack/heft@0.62.0(@types/node@18.17.15): + resolution: {integrity: sha512-P+IbqjMa1IFYFUH/iOWI7ILFKhRp5+rNa56NdjH81AnerkSq1+Z6HSEBqh3MzK5a101SEmS7MaDBSly9km7zNw==} engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@rushstack/heft-config-file': 0.14.0(@types/node@18.17.15) - '@rushstack/node-core-library': 3.60.0(@types/node@18.17.15) - '@rushstack/rig-package': 0.5.0 - '@rushstack/ts-command-line': 4.16.0 + '@rushstack/heft-config-file': 0.14.1(@types/node@18.17.15) + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) + '@rushstack/operation-graph': 0.1.2(@types/node@18.17.15) + '@rushstack/rig-package': 0.5.1 + '@rushstack/ts-command-line': 4.16.1 '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 @@ -9516,8 +9580,8 @@ packages: - '@types/node' dev: true - /@rushstack/node-core-library@3.60.0(@types/node@18.17.15): - resolution: {integrity: sha512-PcyrqhILvzU+65wMFybQ2VeGNnU5JzhDq2OvUi3j6jPUxyllM7b2hrRUwCuVaYboewYzIbpzXFzgxe2K7ii1nw==} + /@rushstack/node-core-library@3.60.1(@types/node@18.17.15): + resolution: {integrity: sha512-cWKCImfezPvILKu5eUPkz0Mp/cO/zOSJdPD64KHliBcdmbPHg/sF4rEL7WJkWywXT1RQ/U/N8uKdXMe7jDCXNw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -9534,19 +9598,31 @@ packages: z-schema: 5.0.5 dev: true - /@rushstack/rig-package@0.5.0: - resolution: {integrity: sha512-bGnOW4DWHOePDiABKy6qyqYJl9i7fKn4bRucExRVt5QzyPxuVHMl8CMmCabtoNSpXzgG3qymWOrMoa/W2PpJrw==} + /@rushstack/operation-graph@0.1.2(@types/node@18.17.15): + resolution: {integrity: sha512-qzsEvKuQp+aovV8zkIogsu6ecK5Frx2HX0rH6858LDMFDijvaYHfAl+BKNsPqrOze3Rm/sOXL0vcmUftJVbnTw==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + dependencies: + '@rushstack/node-core-library': 3.60.1(@types/node@18.17.15) + '@types/node': 18.17.15 + dev: true + + /@rushstack/rig-package@0.5.1: + resolution: {integrity: sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==} dependencies: resolve: 1.22.4 strip-json-comments: 3.1.1 dev: true - /@rushstack/tree-pattern@0.3.0: - resolution: {integrity: sha512-ivS4cLAYu6cy0K7bHPtafcdS2d+12lTV5oa3NgjfgKcmUSd/jlxkksUdmonKtaGsuVroGn89d5LB56IwsEjaGg==} + /@rushstack/tree-pattern@0.3.1: + resolution: {integrity: sha512-2yn4qTkXZTByQffL3ymS6viYuyZk3YnJT49bopGBlm9Thtyfa7iuFUV6tt+09YIRO1sjmSWILf4dPj6+Dr5YVA==} dev: true - /@rushstack/ts-command-line@4.16.0: - resolution: {integrity: sha512-WJKhdR9ThK9Iy7t78O3at7I3X4Ssp5RRZay/IQa8NywqkFy/DQbT3iLouodMMdUwLZD9n8n++xLubVd3dkmpkg==} + /@rushstack/ts-command-line@4.16.1: + resolution: {integrity: sha512-+OCsD553GYVLEmz12yiFjMOzuPeCiZ3f8wTiFHL30ZVXexTyPmgjwXEhg2K2P0a2lVf+8YBy7WtPoflB2Fp8/A==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -11671,7 +11747,6 @@ packages: typescript: 5.0.4 transitivePeerDependencies: - supports-color - dev: false /@typescript-eslint/experimental-utils@5.59.11(eslint@7.30.0)(typescript@5.0.4): resolution: {integrity: sha512-GkQGV0UF/V5Ra7gZMBmiD1WrYUFOJNvCZs+XQnUyJoxmqfWMXVNyB2NVCPRKefoQcpvTv9UpJyfCvsJFs8NzzQ==} @@ -11697,7 +11772,6 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: false /@typescript-eslint/parser@5.59.11(eslint@7.30.0)(typescript@5.0.4): resolution: {integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==} @@ -11795,7 +11869,6 @@ packages: typescript: 5.0.4 transitivePeerDependencies: - supports-color - dev: false /@typescript-eslint/types@5.59.11(typescript@5.0.4): resolution: {integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==} @@ -11893,7 +11966,6 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: false /@typescript-eslint/utils@6.7.3(eslint@8.7.0)(typescript@5.0.4): resolution: {integrity: sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==} @@ -15862,7 +15934,6 @@ packages: eslint: ^7.0.0 || ^8.0.0 dependencies: eslint: 8.7.0 - dev: false /eslint-plugin-react-hooks@4.3.0(eslint@8.7.0): resolution: {integrity: sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==} @@ -15885,7 +15956,7 @@ packages: eslint: 7.30.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 + minimatch: 3.0.8 object.entries: 1.1.6 object.fromentries: 2.0.6 object.hasown: 1.1.2 @@ -15917,7 +15988,6 @@ packages: resolve: 2.0.0-next.4 semver: 6.3.1 string.prototype.matchall: 4.0.8 - dev: false /eslint-plugin-tsdoc@0.2.17: resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 5ac77ace906..6c65f93b51a 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/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": "4b605ee279b4da30d44880c403d9645b0c1c4258", + "pnpmShrinkwrapHash": "d2f44ef5ae58d7f9cd054dc38f03cce18f09a893", "preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06" } diff --git a/common/scripts/install-run-rush-pnpm.js b/common/scripts/install-run-rush-pnpm.js index 5c149955de6..72a7bfdf088 100644 --- a/common/scripts/install-run-rush-pnpm.js +++ b/common/scripts/install-run-rush-pnpm.js @@ -19,7 +19,7 @@ var __webpack_exports__ = {}; \*****************************************************/ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See the @microsoft/rush package's LICENSE file for license information. +// See LICENSE in the project root for license information. require('./install-run-rush'); //# sourceMappingURL=install-run-rush-pnpm.js.map module.exports = __webpack_exports__; diff --git a/common/scripts/install-run-rush.js b/common/scripts/install-run-rush.js index cada1eded21..fe5101a2ad5 100644 --- a/common/scripts/install-run-rush.js +++ b/common/scripts/install-run-rush.js @@ -113,7 +113,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 657147); /* 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 the @microsoft/rush package's LICENSE file for license information. +// See LICENSE in the project root for license information. +/* eslint-disable no-console */ const { installAndRun, findRushJsonFolder, RUSH_JSON_FILENAME, runWithErrorAndStatusCode } = require('./install-run'); diff --git a/common/scripts/install-run-rushx.js b/common/scripts/install-run-rushx.js index b05df262bc2..0a0235f29a3 100644 --- a/common/scripts/install-run-rushx.js +++ b/common/scripts/install-run-rushx.js @@ -19,7 +19,7 @@ var __webpack_exports__ = {}; \*************************************************/ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See the @microsoft/rush package's LICENSE file for license information. +// See LICENSE in the project root for license information. require('./install-run-rush'); //# sourceMappingURL=install-run-rushx.js.map module.exports = __webpack_exports__; diff --git a/common/scripts/install-run.js b/common/scripts/install-run.js index 02a306ff240..bf89cd2311a 100644 --- a/common/scripts/install-run.js +++ b/common/scripts/install-run.js @@ -60,7 +60,7 @@ function _trimNpmrcFile(sourceNpmrcPath) { //remove spaces before or after key and value line = line .split('=') - .map((line) => line.trim()) + .map((lineToTrim) => lineToTrim.trim()) .join('='); // Ignore comment lines if (!commentRegExp.test(line)) { @@ -123,7 +123,9 @@ function _copyAndTrimNpmrcFile(logger, sourceNpmrcPath, targetNpmrcPath) { * The text of the the synced .npmrc, if one exists. If one does not exist, then undefined is returned. */ function syncNpmrc(sourceNpmrcFolder, targetNpmrcFolder, useNpmrcPublish, logger = { + // eslint-disable-next-line no-console info: console.log, + // eslint-disable-next-line no-console error: console.error }) { const sourceNpmrcPath = path__WEBPACK_IMPORTED_MODULE_1__.join(sourceNpmrcFolder, !useNpmrcPublish ? '.npmrc' : '.npmrc-publish'); @@ -288,7 +290,8 @@ __webpack_require__.r(__webpack_exports__); /* 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); // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See the @microsoft/rush package's LICENSE file for license information. +// See LICENSE in the project root for license information. +/* eslint-disable no-console */ @@ -461,9 +464,9 @@ function _resolvePackageVersion(logger, rushCommonFolder, { name, version }) { : [parsedVersionOutput]; let latestVersion = versions[0]; for (let i = 1; i < versions.length; i++) { - const version = versions[i]; - if (_compareVersionStrings(version, latestVersion) > 0) { - latestVersion = version; + const latestVersionCandidate = versions[i]; + if (_compareVersionStrings(latestVersionCandidate, latestVersion) > 0) { + latestVersion = latestVersionCandidate; } } if (!latestVersion) { diff --git a/eslint/eslint-patch/package.json b/eslint/eslint-patch/package.json index 877394d6446..b7edc4025e4 100644 --- a/eslint/eslint-patch/package.json +++ b/eslint/eslint-patch/package.json @@ -25,8 +25,8 @@ "package" ], "devDependencies": { - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/node": "18.17.15" } } diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 6269f2917fa..77d8c9532b5 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.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index e8b80918a12..3cf95debf61 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -29,8 +29,8 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index 6424d73669d..04457589d8a 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -33,8 +33,8 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/eslint": "8.2.0", "@types/estree": "0.0.50", "@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 3de7de313ea..776b5a5dd93 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.2.23", + "@rushstack/heft-node-rig": "2.3.2", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/semver": "7.5.0", diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index e1bb43dbd79..11911ab95ee 100644 --- a/heft-plugins/heft-jest-plugin/package.json +++ b/heft-plugins/heft-jest-plugin/package.json @@ -43,7 +43,7 @@ "@jest/types": "29.5.0", "local-eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft-node-rig": "2.3.2", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", "@types/node": "18.17.15", diff --git a/heft-plugins/heft-lint-plugin/package.json b/heft-plugins/heft-lint-plugin/package.json index 864afc823ca..55c2170ec6f 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.2.23", + "@rushstack/heft-node-rig": "2.3.2", "@types/eslint": "8.2.0", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", diff --git a/heft-plugins/heft-typescript-plugin/package.json b/heft-plugins/heft-typescript-plugin/package.json index f8c1539caea..584f79142da 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.2.23", + "@rushstack/heft-node-rig": "2.3.2", "@types/node": "18.17.15", "@types/semver": "7.5.0", "typescript": "~5.0.4" diff --git a/libraries/api-extractor-model/package.json b/libraries/api-extractor-model/package.json index 22698103ca4..bff334fe178 100644 --- a/libraries/api-extractor-model/package.json +++ b/libraries/api-extractor-model/package.json @@ -23,8 +23,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@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 68abd344f43..c3f68c939d6 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@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 9d86289252e..94b2cbd89f8 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@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 24b03fd8c3f..d0dcf81cf0a 100644 --- a/libraries/operation-graph/package.json +++ b/libraries/operation-graph/package.json @@ -20,8 +20,8 @@ }, "devDependencies": { "local-eslint-config": "workspace:*", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@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 319429a96b0..da0818b4614 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.2.23", - "@rushstack/heft": "0.59.0", + "@rushstack/heft-node-rig": "2.3.2", + "@rushstack/heft": "0.62.0", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@types/resolve": "1.20.2", diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index 32978366c99..400ff8a84ed 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -16,9 +16,9 @@ "_phase:test": "heft run --only test -- --clean" }, "devDependencies": { - "@rushstack/eslint-config": "3.3.4", - "@rushstack/heft": "0.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/eslint-config": "3.4.0", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "eslint": "~7.30.0", diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 579f786d8cb..388d5154c64 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.59.0", - "@rushstack/heft-node-rig": "2.2.23", + "@rushstack/heft": "0.62.0", + "@rushstack/heft-node-rig": "2.3.2", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15" } diff --git a/rush.json b/rush.json index 0d306402948..c1b684dfda2 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.106.0", + "rushVersion": "5.107.4", /** * The next field selects which package manager should be installed and determines its version.