Skip to content

Commit 2ffc7bf

Browse files
committed
Update changelogs [skip ci]
1 parent 4444a90 commit 2ffc7bf

7 files changed

Lines changed: 32 additions & 53 deletions

apps/rush/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.169.0",
6+
"tag": "@microsoft/rush_v5.169.0",
7+
"date": "Thu, 19 Feb 2026 00:05:11 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Sort the `additionalFilesForOperation` property in operation settings entries in projects' `config/rush-project.json` files before computing operation hashes to produce a stable hash for caching."
12+
},
13+
{
14+
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs` and DTS is now under `lib-dts`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
15+
},
16+
{
17+
"comment": "Add a new \"omitAppleDoubleFilesFromBuildCache\" experiment. When enabled, the Rush build cache will omit macOS AppleDouble metadata files (._*) from cache archives when a companion file exists in the same directory. This prevents platform-specific metadata files from polluting the shared build cache. The exclusion only applies when running on macOS."
18+
},
19+
{
20+
"comment": "Add a new `dependsOnNodeVersion` setting for operation entries in rush-project.json. When enabled, the Node.js version is included in the build cache hash, ensuring that cached outputs are invalidated when the Node.js version changes. Accepts `true` (alias for `\"patch\"`), `\"major\"`, `\"minor\"`, or `\"patch\"` to control the granularity of version matching."
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "5.168.0",
627
"tag": "@microsoft/rush_v5.168.0",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Thu, 12 Feb 2026 23:01:10 GMT and should not be manually modified.
3+
This log was last generated on Thu, 19 Feb 2026 00:05:11 GMT and should not be manually modified.
4+
5+
## 5.169.0
6+
Thu, 19 Feb 2026 00:05:11 GMT
7+
8+
### Updates
9+
10+
- Sort the `additionalFilesForOperation` property in operation settings entries in projects' `config/rush-project.json` files before computing operation hashes to produce a stable hash for caching.
11+
- Normalize package layout. CommonJS is now under `lib-commonjs` and DTS is now under `lib-dts`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`.
12+
- Add a new "omitAppleDoubleFilesFromBuildCache" experiment. When enabled, the Rush build cache will omit macOS AppleDouble metadata files (._*) from cache archives when a companion file exists in the same directory. This prevents platform-specific metadata files from polluting the shared build cache. The exclusion only applies when running on macOS.
13+
- Add a new `dependsOnNodeVersion` setting for operation entries in rush-project.json. When enabled, the Node.js version is included in the build cache hash, ensuring that cached outputs are invalidated when the Node.js version changes. Accepts `true` (alias for `"patch"`), `"major"`, `"minor"`, or `"patch"` to control the granularity of version matching.
414

515
## 5.168.0
616
Thu, 12 Feb 2026 23:01:10 GMT

common/changes/@microsoft/rush-lib/rush-project-dependsOnNodeVersion_2026-02-17-00-00.json

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

common/changes/@microsoft/rush/copilot-update-filter-properties-to-exclude_2026-02-17-01-37.json

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

common/changes/@microsoft/rush/eric.prestemon-fix-5552_2026-02-18-01-11.json

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

common/changes/@microsoft/rush/normalize-build-output_2026-02-17-18-56.json

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

common/changes/@microsoft/rush/omit-apple-doubles-from-cache_2026-02-16-05-38.json

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

0 commit comments

Comments
 (0)