8000 Update changelogs [skip ci] · glitchkyle/rushstack@969561a · GitHub
[go: up one dir, main page]

Skip to content

Commit 969561a

Browse files
committed
Update changelogs [skip ci]
1 parent 98da3fc commit 969561a

7 files changed

+36
-51
lines changed

apps/rush/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.139.0",
6+
"tag": "@microsoft/rush_v5.139.0",
7+
"date": "Thu, 17 Oct 2024 20:37:39 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Allow rush plugins to extend build cache entries by writing additional files to the metadata folder. Expose the metadata folder path to plugins."
12+
},
13+
{
14+
"comment": "[CACHE BREAK] Alter the computation of build cache IDs to depend on the graph of operations in the build and therefore account for multiple phases, rather than only the declared dependencies. Ensure that `dependsOnEnvVars` and command line parameters that affect upstream phases impact the cache IDs of downstream operations."
15+
},
16+
{
17+
"comment": "(BREAKING CHANGE) Replace use of `ProjectChangeAnalyzer` in phased command hooks with a new `InputsSnapshot` data structure that is completely synchronous and does not perform any disk operations. Perform all disk operations and state computation prior to executing the build graph."
18+
},
19+
{
20+
"comment": "Add a new property `enabled` to `Operation` that when set to false, will cause the execution engine to immediately return `OperationStatus.Skipped` instead of invoking the runner. Use this property to disable operations that are not intended to be executed in the current pass, e.g. those that did not contain changes in the most recent watch iteration, or those excluded by `--only`."
21+
},
22+
{
23+
"comment": "Add an optional property `cacheHashSalt` to `build-cache.json` to allow repository maintainers to globally force a hash change in build cache entries."
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "5.138.0",
630
"tag": "@microsoft/rush_v5.138.0",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Thu, 03 Oct 2024 22:31:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 17 Oct 2024 20:37:39 GMT and should not be manually modified.
4+
5+
## 5.139.0
6+
Thu, 17 Oct 2024 20:37:39 GMT
7+
8+
### Updates
9+
10+
- Allow rush plugins to extend build cache entries by writing additional files to the metadata folder. Expose the metadata folder path to plugins.
11+
- [CACHE BREAK] Alter the computation of build cache IDs to depend on the graph of operations in the build and therefore account for multiple phases, rather than only the declared dependencies. Ensure that `dependsOnEnvVars` and command line parameters that affect upstream phases impact the cache IDs of downstream operations.
12+
- (BREAKING CHANGE) Replace use of `ProjectChangeAnalyzer` in phased command hooks with a new `InputsSnapshot` data structure that is completely synchronous and does not perform any disk operations. Perform all disk operations and state computation prior to executing the build graph.
13+
- Add a new property `enabled` to `Operation` that when set to false, will cause the execution engine to immediately return `OperationStatus.Skipped 8000 ` instead of invoking the runner. Use this property to disable operations that are not intended to be executed in the current pass, e.g. those that did not contain changes in the most recent watch iteration, or those excluded by `--only`.
14+
- Add an optional property `cacheHashSalt` to `build-cache.json` to allow repository maintainers to globally force a hash change in build cache entries.
415

516
## 5.138.0
617
Thu, 03 Oct 2024 22:31:07 GMT

common/changes/@microsoft/rush/metadata-folder_2024-10-03-23-13.json

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

common/changes/@microsoft/rush/split-project-change-analyzer_2024-01-09-22-06.json

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

common/changes/@microsoft/rush/split-project-change-analyzer_2024-01-09-22-11.json

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

common/changes/@microsoft/rush/split-project-change-analyzer_2024-10-04-00-55.json

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

common/changes/@microsoft/rush/split-project-change-analyzer_2024-10-04-21-03.json

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

0 commit comments

Comments
 (0)
0