diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 9bf1e9a57f0..1b3e6afdd12 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.114.0", + "tag": "@microsoft/rush_v5.114.0", + "date": "Mon, 19 Feb 2024 21:54:44 GMT", + "comments": { + "none": [ + { + "comment": "(EXPERIMENTAL) Add `enablePnpmSyncForInjectedDependenciesMeta` to experiments.json; it is part of an upcoming feature for managing PNPM \"injected\" dependencies: https://www.npmjs.com/package/pnpm-sync" + }, + { + "comment": "Include a `pnpmPatchesCommonFolderName` constant for the folder name \"pnpm-patches\" that gets placed under \"common\"." + }, + { + "comment": "Add a feature to generate a `project-impact-graph.yaml` file in the repo root. This feature is gated under the new `generateProjectImpactGraphDuringRushUpdate` experiment." + }, + { + "comment": "Fix a formatting issue with the LICENSE." + }, + { + "comment": "Fix an issue with filtered installs when the experimental subspaces feature is enabled" + } + ] + } + }, { "version": "5.113.4", "tag": "@microsoft/rush_v5.113.4", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 25c0a6e75a1..7456d79be82 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 31 Jan 2024 22:49:17 GMT and should not be manually modified. +This log was last generated on Mon, 19 Feb 2024 21:54:44 GMT and should not be manually modified. + +## 5.114.0 +Mon, 19 Feb 2024 21:54:44 GMT + +### Updates + +- (EXPERIMENTAL) Add `enablePnpmSyncForInjectedDependenciesMeta` to experiments.json; it is part of an upcoming feature for managing PNPM "injected" dependencies: https://www.npmjs.com/package/pnpm-sync +- Include a `pnpmPatchesCommonFolderName` constant for the folder name "pnpm-patches" that gets placed under "common". +- Add a feature to generate a `project-impact-graph.yaml` file in the repo root. This feature is gated under the new `generateProjectImpactGraphDuringRushUpdate` experiment. +- Fix a formatting issue with the LICENSE. +- Fix an issue with filtered installs when the experimental subspaces feature is enabled ## 5.113.4 Wed, 31 Jan 2024 22:49:17 GMT diff --git a/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-01-22-21-34.json b/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-01-22-21-34.json deleted file mode 100644 index 8d9956f391f..00000000000 --- a/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-01-22-21-34.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "(EXPERIMENTAL) Add `enablePnpmSyncForInjectedDependenciesMeta` to experiments.json; it is part of an upcoming feature for managing PNPM \"injected\" dependencies: https://www.npmjs.com/package/pnpm-sync", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-02-16-23-54.json b/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-02-16-23-54.json deleted file mode 100644 index b2a27246fdf..00000000000 --- a/common/changes/@microsoft/rush/chao-enable-pnpm-sync_2024-02-16-23-54.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Include a `pnpmPatchesCommonFolderName` constant for the folder name \"pnpm-patches\" that gets placed under \"common\".", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/feat-generate-impact-graph-after-update_2024-02-04-11-38.json b/common/changes/@microsoft/rush/feat-generate-impact-graph-after-update_2024-02-04-11-38.json deleted file mode 100644 index 8842b19306d..00000000000 --- a/common/changes/@microsoft/rush/feat-generate-impact-graph-after-update_2024-02-04-11-38.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add a feature to generate a `project-impact-graph.yaml` file in the repo root. This feature is gated under the new `generateProjectImpactGraphDuringRushUpdate` experiment.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} diff --git a/common/changes/@microsoft/rush/license-first-lines_2024-02-18-01-28.json b/common/changes/@microsoft/rush/license-first-lines_2024-02-18-01-28.json deleted file mode 100644 index 0e464ae5dc1..00000000000 --- a/common/changes/@microsoft/rush/license-first-lines_2024-02-18-01-28.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Fix a formatting issue with the LICENSE.", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/move-terminal_2022-01-20-19-34.json b/common/changes/@microsoft/rush/move-terminal_2022-01-20-19-34.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/move-terminal_2022-01-20-19-34.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/octogonz-rush-init_2024-02-19-21-40.json b/common/changes/@microsoft/rush/octogonz-rush-init_2024-02-19-21-40.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/octogonz-rush-init_2024-02-19-21-40.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/prettify_2024-02-17-07-11.json b/common/changes/@microsoft/rush/prettify_2024-02-17-07-11.json deleted file mode 100644 index efcd84c45fb..00000000000 --- a/common/changes/@microsoft/rush/prettify_2024-02-17-07-11.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/will-subspace-patch-3_2024-02-05-05-20.json b/common/changes/@microsoft/rush/will-subspace-patch-3_2024-02-05-05-20.json deleted file mode 100644 index f21dc2712ad..00000000000 --- a/common/changes/@microsoft/rush/will-subspace-patch-3_2024-02-05-05-20.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue with filtered installs when the experimental subspaces feature is enabled", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file