Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Dec 3, 2024
1 parent f074385 commit d962b30
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 31 deletions.
18 changes: 18 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.142.0",
"tag": "@microsoft/rush_v5.142.0",
"date": "Tue, 03 Dec 2024 23:42:22 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where the ability to skip `rush install` may be incorrectly calculated when using the variants feature."
},
{
"comment": "Add support for an `\"extends\"` property in the `common/config/rush/pnpm-config.json` and `common/config/subspace/*/pnpm-config.json` files."
},
{
"comment": "Add warning when the `globalIgnoredOptionalDependencies` property is specified in `common/config/rush/pnpm-config.json` and the repo is configured to use pnpm <9.0.0."
}
]
}
},
{
"version": "5.141.4",
"tag": "@microsoft/rush_v5.141.4",
Expand Down
11 changes: 10 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @microsoft/rush

This log was last generated on Mon, 02 Dec 2024 20:40:41 GMT and should not be manually modified.
This log was last generated on Tue, 03 Dec 2024 23:42:22 GMT and should not be manually modified.

## 5.142.0
Tue, 03 Dec 2024 23:42:22 GMT

### Updates

- Fix an issue where the ability to skip `rush install` may be incorrectly calculated when using the variants feature.
- Add support for an `"extends"` property in the `common/config/rush/pnpm-config.json` and `common/config/subspace/*/pnpm-config.json` files.
- Add warning when the `globalIgnoredOptionalDependencies` property is specified in `common/config/rush/pnpm-config.json` and the repo is configured to use pnpm <9.0.0.

## 5.141.4
Mon, 02 Dec 2024 20:40:41 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d962b30

Please sign in to comment.