Skip to content

Commit f82a99b

Browse files
committed
Applying package version bumps
Pipeline Run: https://dev.azure.com/RushStack/GitHubProjects/_build/results?buildId=12638 Run ID: 12638
1 parent eb01554 commit f82a99b

40 files changed

Lines changed: 174 additions & 140 deletions

apps/rush/CHANGELOG.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.178.2",
6+
"tag": "@microsoft/rush_v5.178.2",
7+
"date": "Fri, 21 Aug 2026 23:06:47 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add early validation to `rush install`/`rush update` that immediately fails with a meaningful error message if an undeclared cycle is detected among workspace packages, specifying the cycle path."
12+
},
13+
{
14+
"comment": "Add a per-iteration, host-driven runner persist policy so IPC runners can be kept hot or torn down per operation per iteration, instead of fixing persistence at plugin construction."
15+
}
16+
],
17+
"patch": [
18+
{
19+
"comment": "In PnpmShrinkwrapFile getIntegrityForImporter, remove the external filter and include workspace-local link: dependencies by recursing into their importer entries, so shrinkwrap-deps.json hashes cover the full dependency tree."
20+
},
21+
{
22+
"comment": "Fix cross-subspace `workspace:*` dependency failures with pnpm 11."
23+
},
24+
{
25+
"comment": "Fix `file:` dependency context resolution to use canonical dependency keys for pnpm v9/v10."
26+
},
27+
{
28+
"comment": "Allow Ctrl+A and Command+A to select text in Rush serve dashboard fields."
29+
},
30+
{
31+
"comment": "Add an optional internal IOperationGraphEventSink dual-emit hook to OperationGraph/OperationExecutionRecord: structured operation registration/status/header/activity events and an id-tagged per-operation raw output tap, with no change to existing terminal output."
32+
}
33+
],
34+
"none": [
35+
{
36+
"comment": "Update class field declarations for ES2022 emit semantics."
37+
},
38+
{
39+
"comment": "Add support for Node 26."
40+
},
41+
{
42+
"comment": "Require Node.js 20.9 or newer for the Rush bootstrap and runtime."
43+
}
44+
]
45+
}
46+
},
447
{
548
"version": "5.178.1",
649
"tag": "@microsoft/rush_v5.178.1",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Wed, 05 Aug 2026 19:31:07 GMT and should not be manually modified.
3+
This log was last generated on Fri, 21 Aug 2026 23:06:47 GMT and should not be manually modified.
4+
5+
## 5.178.2
6+
Fri, 21 Aug 2026 23:06:47 GMT
7+
8+
### Minor changes
9+
10+
- Add early validation to `rush install`/`rush update` that immediately fails with a meaningful error message if an undeclared cycle is detected among workspace packages, specifying the cycle path.
11+
- Add a per-iteration, host-driven runner persist policy so IPC runners can be kept hot or torn down per operation per iteration, instead of fixing persistence at plugin construction.
12+
13+
### Patches
14+
15+
- In PnpmShrinkwrapFile getIntegrityForImporter, remove the external filter and include workspace-local link: dependencies by recursing into their importer entries, so shrinkwrap-deps.json hashes cover the full dependency tree.
16+
- Fix cross-subspace `workspace:*` dependency failures with pnpm 11.
17+
- Fix `file:` dependency context resolution to use canonical dependency keys for pnpm v9/v10.
18+
- Allow Ctrl+A and Command+A to select text in Rush serve dashboard fields.
19+
- Add an optional internal IOperationGraphEventSink dual-emit hook to OperationGraph/OperationExecutionRecord: structured operation registration/status/header/activity events and an id-tagged per-operation raw output tap, with no change to existing terminal output.
20+
21+
### Updates
22+
23+
- Update class field declarations for ES2022 emit semantics.
24+
- Add support for Node 26.
25+
- Require Node.js 20.9 or newer for the Rush bootstrap and runtime.
426

527
## 5.178.1
628
Wed, 05 Aug 2026 19:31:07 GMT

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "5.178.1",
3+
"version": "5.178.2",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",

common/changes/@microsoft/rush/add-workspace-cycle-detection_2026-07-23-01-32.json

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

common/changes/@microsoft/rush/bmiddha-runner-persist-policy.json

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

common/changes/@microsoft/rush/copilot-remove-external-filter_2026-03-16-21-07.json

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

common/changes/@microsoft/rush/es2022-compiler-baseline_2026-08-18-03-14-04.json

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

common/changes/@microsoft/rush/fix-pnpm11-subspace-global-pnpmfile_2026-08-04-08-30-00.json

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

common/changes/@microsoft/rush/node-26_2026-08-17-12-00.json

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

common/changes/@microsoft/rush/node20-consumer-contract_2026-08-18-03-14-04.json

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

0 commit comments

Comments
 (0)