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..bff461b09f9 --- /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 a URL in the `.pnpmfile.cjs` generated by `rush init`.", + "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