Skip to content

Commit aeef9b1

Browse files
committed
Update changelogs [skip ci]
1 parent da25106 commit aeef9b1

9 files changed

Lines changed: 37 additions & 75 deletions

apps/rush/CHANGELOG.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.163.0",
6+
"tag": "@microsoft/rush_v5.163.0",
7+
"date": "Tue, 25 Nov 2025 17:04:05 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Added the ability to select projects via path, e.g. `rush build --to path:./my-project` or `rush build --only path:/some/absolute/path`"
12+
},
13+
{
14+
"comment": "Add project-level parameter ignoring to prevent unnecessary cache invalidation. Projects can now use \"parameterNamesToIgnore\" in \"rush-project.json\" to exclude custom command-line parameters that don't affect their operations."
15+
}
16+
],
17+
"none": [
18+
{
19+
"comment": "Extract CredentialCache API out into \"@rushstack/credential-cache\". Reference directly in plugins to avoid pulling in all of \"@rushstack/rush-sdk\" unless necessary."
20+
},
21+
{
22+
"comment": "Add subspaceName to the output of the `rush list` command"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "5.162.0",
629
"tag": "@microsoft/rush_v5.162.0",

apps/rush/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Sat, 18 Oct 2025 00:06:36 GMT and should not be manually modified.
3+
This log was last generated on Tue, 25 Nov 2025 17:04:05 GMT and should not be manually modified.
4+
5+
## 5.163.0
6+
Tue, 25 Nov 2025 17:04:05 GMT
7+
8+
### Minor changes
9+
10+
- Added the ability to select projects via path, e.g. `rush build --to path:./my-project` or `rush build --only path:/some/absolute/path`
11+
- Add project-level parameter ignoring to prevent unnecessary cache invalidation. Projects can now use "parameterNamesToIgnore" in "rush-project.json" to exclude custom command-line parameters that don't affect their operations.
12+
13+
### Updates
14+
15+
- Extract CredentialCache API out into "@rushstack/credential-cache". Reference directly in plugins to avoid pulling in all of "@rushstack/rush-sdk" unless necessary.
16+
- Add subspaceName to the output of the `rush list` command
417

518
## 5.162.0
619
Sat, 18 Oct 2025 00:06:36 GMT

common/changes/@microsoft/rush/copilot-add-path-project-selector-parser_2025-11-17-22-30.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/copilot-add-project-level-parameter-ignoring_2025-11-13-00-17.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/copilot-validate-parameter-names-to-ignore_2025-11-13-23-26.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/drop-stdout-and-stderr-from-waitForExitAsync_2025-10-21-21-52.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/extract-credential-cache_2025-10-22-01-44.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/feature-add-subspace-name-for-rush-list-command_2025-11-24-12-44.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@microsoft/rush/json-schemas-artifact_2025-11-04-02-46.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)