@microsoft/rush 5.175.0 → 5.176.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,52 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.176.0",
6
+ "tag": "@microsoft/rush_v5.176.0",
7
+ "date": "Tue, 09 Jun 2026 02:02:32 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Bump the `ws` dependency to `~8.20.0`."
12
+ }
13
+ ],
14
+ "minor": [
15
+ {
16
+ "comment": "Add support for pnpm 11's `allowBuilds` field in `pnpm-workspace.yaml`. Rush now correctly handles the pnpm 11 security model where build scripts must be explicitly approved. The new `globalAllowBuilds` field in `pnpm-config.json` replaces the deprecated `globalOnlyBuiltDependencies` and `globalNeverBuiltDependencies` fields for pnpm 11+. The `rush-pnpm approve-builds` command is also updated to work correctly with pnpm 11."
17
+ },
18
+ {
19
+ "comment": "Include seconds in the generated change file name so that running `rush change` more than once in the same minute no longer silently overwrites the previously generated change file."
20
+ },
21
+ {
22
+ "comment": "Default `rush-pnpm outdated` and `rush-pnpm why` to recursive workspace queries."
23
+ }
24
+ ],
25
+ "patch": [
26
+ {
27
+ "comment": "Fix a regression where Rush change-detection treated any `pnpm-config.json` containing comments as unparseable, causing every project to be flagged as impacted."
28
+ },
29
+ {
30
+ "comment": "Route the \"Lockfile was created or deleted\" warning to stderr so that machine-readable output (e.g. `rush list --json`) remains parseable when the lockfile was added or removed in the diff range."
31
+ },
32
+ {
33
+ "comment": "Fix `rush update` not syncing `pnpm-lock.yaml` when a workspace dependency moves from `dependencies` to `devDependencies`."
34
+ }
35
+ ]
36
+ }
37
+ },
38
+ {
39
+ "version": "5.175.1",
40
+ "tag": "@microsoft/rush_v5.175.1",
41
+ "date": "Mon, 20 Apr 2026 23:31:34 GMT",
42
+ "comments": {
43
+ "none": [
44
+ {
45
+ "comment": "Fix an issue where `rush list --detailed` did not print horizontal table separators."
46
+ }
47
+ ]
48
+ }
49
+ },
4
50
  {
5
51
  "version": "5.175.0",
6
52
  "tag": "@microsoft/rush_v5.175.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Sat, 18 Apr 2026 03:47:29 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Jun 2026 02:02:32 GMT and should not be manually modified.
4
+
5
+ ## 5.176.0
6
+ Tue, 09 Jun 2026 02:02:32 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Add support for pnpm 11's `allowBuilds` field in `pnpm-workspace.yaml`. Rush now correctly handles the pnpm 11 security model where build scripts must be explicitly approved. The new `globalAllowBuilds` field in `pnpm-config.json` replaces the deprecated `globalOnlyBuiltDependencies` and `globalNeverBuiltDependencies` fields for pnpm 11+. The `rush-pnpm approve-builds` command is also updated to work correctly with pnpm 11.
11
+ - Include seconds in the generated change file name so that running `rush change` more than once in the same minute no longer silently overwrites the previously generated change file.
12
+ - Default `rush-pnpm outdated` and `rush-pnpm why` to recursive workspace queries.
13
+
14
+ ### Patches
15
+
16
+ - Fix a regression where Rush change-detection treated any `pnpm-config.json` containing comments as unparseable, causing every project to be flagged as impacted.
17
+ - Route the "Lockfile was created or deleted" warning to stderr so that machine-readable output (e.g. `rush list --json`) remains parseable when the lockfile was added or removed in the diff range.
18
+ - Fix `rush update` not syncing `pnpm-lock.yaml` when a workspace dependency moves from `dependencies` to `devDependencies`.
19
+
20
+ ### Updates
21
+
22
+ - Bump the `ws` dependency to `~8.20.0`.
23
+
24
+ ## 5.175.1
25
+ Mon, 20 Apr 2026 23:31:34 GMT
26
+
27
+ ### Updates
28
+
29
+ - Fix an issue where `rush list --detailed` did not print horizontal table separators.
4
30
 
5
31
  ## 5.175.0
6
32
  Sat, 18 Apr 2026 03:47:29 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.175.0",
3
+ "version": "5.176.0",
4
4
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5
5
  "keywords": [
6
6
  "install",
@@ -31,18 +31,18 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "semver": "~7.7.4",
34
- "@microsoft/rush-lib": "5.175.0",
34
+ "@microsoft/rush-lib": "5.176.0",
35
35
  "@rushstack/node-core-library": "5.23.1",
36
- "@rushstack/terminal": "0.23.0"
36
+ "@rushstack/terminal": "0.24.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "eslint": "~9.37.0",
40
40
  "@types/semver": "7.7.1",
41
- "@rushstack/heft": "1.2.15",
42
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.175.0",
41
+ "@rushstack/heft": "1.2.18",
43
42
  "local-node-rig": "1.0.0",
44
- "@rushstack/rush-amazon-s3-build-cache-plugin": "5.175.0",
45
- "@rushstack/rush-http-build-cache-plugin": "5.175.0"
43
+ "@rushstack/rush-amazon-s3-build-cache-plugin": "5.176.0",
44
+ "@rushstack/rush-http-build-cache-plugin": "5.176.0",
45
+ "@rushstack/rush-azure-storage-build-cache-plugin": "5.176.0"
46
46
  },
47
47
  "exports": {
48
48
  "./lib/*": {