@microsoft/rush 5.151.0 → 5.153.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,57 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.153.0",
6
+ "tag": "@microsoft/rush_v5.153.0",
7
+ "date": "Thu, 17 Apr 2025 21:59:15 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Update documentation for `extends`"
12
+ },
13
+ {
14
+ "comment": "Bind \"q\" to gracefully exit the watcher."
15
+ },
16
+ {
17
+ "comment": "Clarify registry authentication settings in \"rush init\" template for .npmrc"
18
+ },
19
+ {
20
+ "comment": "Support the `--changed-projects-only` flag in watch mode and allow it to be toggled between iterations."
21
+ },
22
+ {
23
+ "comment": "Fix telemetry for \"--changed-projects-only\" when toggled in watch mode."
24
+ },
25
+ {
26
+ "comment": "(rush-serve-plugin) Support websocket message to enable/disable operations."
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "version": "5.152.0",
33
+ "tag": "@microsoft/rush_v5.152.0",
34
+ "date": "Tue, 08 Apr 2025 18:41:27 GMT",
35
+ "comments": {
36
+ "none": [
37
+ {
38
+ "comment": "Add `ChainedCredential` to `AzureAuthenticationBase` to handle auth failover."
39
+ },
40
+ {
41
+ "comment": "Add support for developer tools credentials to the Azure build cache."
42
+ },
43
+ {
44
+ "comment": "Add a new CLI flag `--debug-build-cache-ids` to help with root-causing unexpected cache misses."
45
+ },
46
+ {
47
+ "comment": "Sort all operations lexicographically by name for reporting purposes."
48
+ },
49
+ {
50
+ "comment": "(EXPERIMENTAL) Add new commands `rush link-package` and `rush bridge-package`"
51
+ }
52
+ ]
53
+ }
54
+ },
4
55
  {
5
56
  "version": "5.151.0",
6
57
  "tag": "@microsoft/rush_v5.151.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,29 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Tue, 25 Mar 2025 16:58:46 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Apr 2025 21:59:15 GMT and should not be manually modified.
4
+
5
+ ## 5.153.0
6
+ Thu, 17 Apr 2025 21:59:15 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update documentation for `extends`
11
+ - Bind "q" to gracefully exit the watcher.
12
+ - Clarify registry authentication settings in "rush init" template for .npmrc
13
+ - Support the `--changed-projects-only` flag in watch mode and allow it to be toggled between iterations.
14
+ - Fix telemetry for "--changed-projects-only" when toggled in watch mode.
15
+ - (rush-serve-plugin) Support websocket message to enable/disable operations.
16
+
17
+ ## 5.152.0
18
+ Tue, 08 Apr 2025 18:41:27 GMT
19
+
20
+ ### Updates
21
+
22
+ - Add `ChainedCredential` to `AzureAuthenticationBase` to handle auth failover.
23
+ - Add support for developer tools credentials to the Azure build cache.
24
+ - Add a new CLI flag `--debug-build-cache-ids` to help with root-causing unexpected cache misses.
25
+ - Sort all operations lexicographically by name for reporting purposes.
26
+ - (EXPERIMENTAL) Add new commands `rush link-package` and `rush bridge-package`
4
27
 
5
28
  ## 5.151.0
6
29
  Tue, 25 Mar 2025 16:58:46 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.151.0",
3
+ "version": "5.153.0",
4
4
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5
5
  "keywords": [
6
6
  "install",
@@ -32,17 +32,17 @@
32
32
  "dependencies": {
33
33
  "semver": "~7.5.4",
34
34
  "@rushstack/node-core-library": "5.13.0",
35
- "@microsoft/rush-lib": "5.151.0",
35
+ "@microsoft/rush-lib": "5.153.0",
36
36
  "@rushstack/terminal": "0.15.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/heft-jest": "1.0.1",
40
40
  "@types/semver": "7.5.0",
41
- "@rushstack/heft": "0.71.1",
41
+ "@rushstack/heft": "0.73.1",
42
42
  "local-node-rig": "1.0.0",
43
- "@rushstack/rush-amazon-s3-build-cache-plugin": "5.151.0",
44
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.151.0",
45
- "@rushstack/rush-http-build-cache-plugin": "5.151.0"
43
+ "@rushstack/rush-amazon-s3-build-cache-plugin": "5.153.0",
44
+ "@rushstack/rush-azure-storage-build-cache-plugin": "5.153.0",
45
+ "@rushstack/rush-http-build-cache-plugin": "5.153.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "heft build --clean",