From d97575d03d03b1f80328b5222e5760b8c85635d7 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 10 Dec 2024 21:23:18 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 18 ++++++++++++++++++ apps/rush/CHANGELOG.md | 11 ++++++++++- ...lback_syntax_in_npmrc_2024-12-04-13-22.json | 10 ---------- ...lback_syntax_in_npmrc_2024-12-10-20-47.json | 10 ---------- ...eature-support_pnpmv9_2024-11-19-08-24.json | 10 ---------- 5 files changed, 28 insertions(+), 31 deletions(-) delete mode 100644 common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-04-13-22.json delete mode 100644 common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-10-20-47.json delete mode 100644 common/changes/@microsoft/rush/feature-support_pnpmv9_2024-11-19-08-24.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 4bc0db6bc5e..c9401291459 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.146.0", + "tag": "@microsoft/rush_v5.146.0", + "date": "Tue, 10 Dec 2024 21:23:18 GMT", + "comments": { + "none": [ + { + "comment": "Support fallback syntax in `.npmrc` files if the package manager is PNPM. See https://pnpm.io/npmrc" + }, + { + "comment": "Add an `.isPnpm` property to `RushConfiguration` that is set to true if the package manager for the Rush repo is PNPM." + }, + { + "comment": "Support pnpm lockfile v9, which is used by default starting in pnpm v9." + } + ] + } + }, { "version": "5.145.0", "tag": "@microsoft/rush_v5.145.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 575f6afbb91..1bc745f134e 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @microsoft/rush -This log was last generated on Tue, 10 Dec 2024 05:14:11 GMT and should not be manually modified. +This log was last generated on Tue, 10 Dec 2024 21:23:18 GMT and should not be manually modified. + +## 5.146.0 +Tue, 10 Dec 2024 21:23:18 GMT + +### Updates + +- Support fallback syntax in `.npmrc` files if the package manager is PNPM. See https://pnpm.io/npmrc +- Add an `.isPnpm` property to `RushConfiguration` that is set to true if the package manager for the Rush repo is PNPM. +- Support pnpm lockfile v9, which is used by default starting in pnpm v9. ## 5.145.0 Tue, 10 Dec 2024 05:14:11 GMT diff --git a/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-04-13-22.json b/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-04-13-22.json deleted file mode 100644 index c1ed42db1e7..00000000000 --- a/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-04-13-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Support fallback syntax in `.npmrc` files if the package manager is PNPM. See https://pnpm.io/npmrc", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-10-20-47.json b/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-10-20-47.json deleted file mode 100644 index ed724209996..00000000000 --- a/common/changes/@microsoft/rush/feature-support_fallback_syntax_in_npmrc_2024-12-10-20-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add an `.isPnpm` property to `RushConfiguration` that is set to true if the package manager for the Rush repo is PNPM.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/feature-support_pnpmv9_2024-11-19-08-24.json b/common/changes/@microsoft/rush/feature-support_pnpmv9_2024-11-19-08-24.json deleted file mode 100644 index d60cf92c6c7..00000000000 --- a/common/changes/@microsoft/rush/feature-support_pnpmv9_2024-11-19-08-24.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Support pnpm lockfile v9, which is used by default starting in pnpm v9.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file