From 3ab6c9ef5401d6ba8ddcdab1cb8a8ee65c7dd55f Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Thu, 8 Aug 2024 19:20:38 -0400 Subject: [PATCH] Incldue a missing dependency in rush-sdk. --- .../changes/@microsoft/rush/main_2024-08-08-23-20.json | 10 ++++++++++ .../subspaces/build-tests-subspace/pnpm-lock.yaml | 1 + .../subspaces/build-tests-subspace/repo-state.json | 4 ++-- common/config/subspaces/default/pnpm-lock.yaml | 6 +++--- libraries/rush-sdk/package.json | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 common/changes/@microsoft/rush/main_2024-08-08-23-20.json diff --git a/common/changes/@microsoft/rush/main_2024-08-08-23-20.json b/common/changes/@microsoft/rush/main_2024-08-08-23-20.json new file mode 100644 index 00000000000..7af7e8b46d3 --- /dev/null +++ b/common/changes/@microsoft/rush/main_2024-08-08-23-20.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Include a missing dependency in `@rushstack/rush-sdk`.", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ 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 f0092ef821d..2378b9f3c31 100644 --- a/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml +++ b/common/config/subspaces/build-tests-subspace/pnpm-lock.yaml @@ -6466,6 +6466,7 @@ packages: id: file:../../../libraries/rush-sdk name: '@rushstack/rush-sdk' dependencies: + '@rushstack/lookup-by-path': file:../../../libraries/lookup-by-path(@types/node@18.17.15) '@rushstack/node-core-library': file:../../../libraries/node-core-library(@types/node@18.17.15) '@rushstack/terminal': file:../../../libraries/terminal(@types/node@18.17.15) '@types/node-fetch': 2.6.2 diff --git a/common/config/subspaces/build-tests-subspace/repo-state.json b/common/config/subspaces/build-tests-subspace/repo-state.json index d443a0b9985..10827f04b73 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": "c0913bff408b4b5b4199bb79136507654411840d", + "pnpmShrinkwrapHash": "f94d51b110226486a9836ddc17b3e95022520ef6", "preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648", - "packageJsonInjectedDependenciesHash": "41bcc1ae799e99853393c22bcf0c649e0e330e14" + "packageJsonInjectedDependenciesHash": "c24ee2dc8281e8a5ac88833da2d53980baf2e71c" } diff --git a/common/config/subspaces/default/pnpm-lock.yaml b/common/config/subspaces/default/pnpm-lock.yaml index 5423702e50a..69462532f4e 100644 --- a/common/config/subspaces/default/pnpm-lock.yaml +++ b/common/config/subspaces/default/pnpm-lock.yaml @@ -3444,6 +3444,9 @@ importers: ../../../libraries/rush-sdk: dependencies: + '@rushstack/lookup-by-path': + specifier: workspace:* + version: link:../lookup-by-path '@rushstack/node-core-library': specifier: workspace:* version: link:../node-core-library @@ -3466,9 +3469,6 @@ importers: '@rushstack/heft-webpack5-plugin': specifier: workspace:* version: link:../../heft-plugins/heft-webpack5-plugin - '@rushstack/lookup-by-path': - specifier: workspace:* - version: link:../lookup-by-path '@rushstack/stream-collator': specifier: workspace:* version: link:../stream-collator diff --git a/libraries/rush-sdk/package.json b/libraries/rush-sdk/package.json index c55df482e99..02ff968fc19 100644 --- a/libraries/rush-sdk/package.json +++ b/libraries/rush-sdk/package.json @@ -38,6 +38,7 @@ }, "license": "MIT", "dependencies": { + "@rushstack/lookup-by-path": "workspace:*", "@rushstack/node-core-library": "workspace:*", "@rushstack/terminal": "workspace:*", "@types/node-fetch": "2.6.2", @@ -48,7 +49,6 @@ "@rushstack/heft": "workspace:*", "local-node-rig": "workspace:*", "@rushstack/heft-webpack5-plugin": "workspace:*", - "@rushstack/lookup-by-path": "workspace:*", "@rushstack/stream-collator": "workspace:*", "@rushstack/ts-command-line": "workspace:*", "@rushstack/webpack-preserve-dynamic-require-plugin": "workspace:*",