From 5dbabf91a4ebba6bc630bbc4a2093c8e70a81790 Mon Sep 17 00:00:00 2001 From: Kenrick Date: Wed, 26 Jun 2024 14:16:39 +0800 Subject: [PATCH 1/2] docs: update link to pnpmfile.cjs docs --- .../rush/kenrick-pnpm-docs_2024-06-26-06-11.json | 10 ++++++++++ .../build-tests-subspace/.pnpmfile-subspace.cjs | 2 +- .../subspaces/build-tests-subspace/repo-state.json | 2 +- common/config/subspaces/default/.pnpmfile-subspace.cjs | 2 +- .../assets/rush-init/common/config/rush/.pnpmfile.cjs | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json diff --git a/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json b/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json new file mode 100644 index 00000000000..12d2f109cf3 --- /dev/null +++ b/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Update link to pnpmfile.cjs docs", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file diff --git a/common/config/subspaces/build-tests-subspace/.pnpmfile-subspace.cjs b/common/config/subspaces/build-tests-subspace/.pnpmfile-subspace.cjs index 282a136ecc5..8befce55902 100644 --- a/common/config/subspaces/build-tests-subspace/.pnpmfile-subspace.cjs +++ b/common/config/subspaces/build-tests-subspace/.pnpmfile-subspace.cjs @@ -6,7 +6,7 @@ * functionally similar to Yarn's "resolutions".) * * For details, see the PNPM documentation: - * https://pnpm.js.org/docs/en/hooks.html + * https://pnpm.io/pnpmfile#hooks * * IMPORTANT: SINCE THIS FILE CONTAINS EXECUTABLE CODE, MODIFYING IT IS LIKELY TO INVALIDATE * ANY CACHED DEPENDENCY ANALYSIS. After any modification to pnpmfile.js, it's recommended to run diff --git a/common/config/subspaces/build-tests-subspace/repo-state.json b/common/config/subspaces/build-tests-subspace/repo-state.json index cad5a171e53..43d9919959f 100644 --- a/common/config/subspaces/build-tests-subspace/repo-state.json +++ b/common/config/subspaces/build-tests-subspace/repo-state.json @@ -2,5 +2,5 @@ { "pnpmShrinkwrapHash": "c040a0d59aada7e1f9bdf0916df7079547de3a85", "preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648", - "packageJsonInjectedDependenciesHash": "6a2ceee7ad225052456350348e8c71e6f8f2ffea" + "packageJsonInjectedDependenciesHash": "f3a12861197ad52c4c30bdaceed213a8dfe77a23" } diff --git a/common/config/subspaces/default/.pnpmfile-subspace.cjs b/common/config/subspaces/default/.pnpmfile-subspace.cjs index 282a136ecc5..8befce55902 100644 --- a/common/config/subspaces/default/.pnpmfile-subspace.cjs +++ b/common/config/subspaces/default/.pnpmfile-subspace.cjs @@ -6,7 +6,7 @@ * functionally similar to Yarn's "resolutions".) * * For details, see the PNPM documentation: - * https://pnpm.js.org/docs/en/hooks.html + * https://pnpm.io/pnpmfile#hooks * * IMPORTANT: SINCE THIS FILE CONTAINS EXECUTABLE CODE, MODIFYING IT IS LIKELY TO INVALIDATE * ANY CACHED DEPENDENCY ANALYSIS. After any modification to pnpmfile.js, it's recommended to run diff --git a/libraries/rush-lib/assets/rush-init/common/config/rush/.pnpmfile.cjs b/libraries/rush-lib/assets/rush-init/common/config/rush/.pnpmfile.cjs index 3c557371b83..000015badc7 100644 --- a/libraries/rush-lib/assets/rush-init/common/config/rush/.pnpmfile.cjs +++ b/libraries/rush-lib/assets/rush-init/common/config/rush/.pnpmfile.cjs @@ -6,7 +6,7 @@ * functionally similar to Yarn's "resolutions".) * * For details, see the PNPM documentation: - * https://pnpm.js.org/docs/en/hooks.html + * https://pnpm.io/pnpmfile#hooks * * IMPORTANT: SINCE THIS FILE CONTAINS EXECUTABLE CODE, MODIFYING IT IS LIKELY TO INVALIDATE * ANY CACHED DEPENDENCY ANALYSIS. After any modification to pnpmfile.js, it's recommended to run From 33db44c1ae4e1ee905482357e8fc74c2d29354c0 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 26 Jun 2024 11:20:49 -0700 Subject: [PATCH 2/2] Rush change. --- .../@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json b/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json index 12d2f109cf3..bff461b09f9 100644 --- a/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json +++ b/common/changes/@microsoft/rush/kenrick-pnpm-docs_2024-06-26-06-11.json @@ -2,7 +2,7 @@ "changes": [ { "packageName": "@microsoft/rush", - "comment": "Update link to pnpmfile.cjs docs", + "comment": "Update a URL in the `.pnpmfile.cjs` generated by `rush init`.", "type": "none" } ],