@microsoft/rush 5.174.0 → 5.175.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,32 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.175.0",
6
+ "tag": "@microsoft/rush_v5.175.0",
7
+ "date": "Sat, 18 Apr 2026 03:47:29 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump the Azure cache plugin dependencies to use `@azure/identity` `~4.13.1` and `@azure/storage-blob` `~12.31.0`."
12
+ },
13
+ {
14
+ "comment": "Remove unused dependencies: replace `glob-escape` with `fast-glob`'s `escapePath`, replace `figures.pointer` with a named const, replace `builtin-modules` with `node:module.isBuiltin()`."
15
+ },
16
+ {
17
+ "comment": "Replace `cli-table` dependency with `TerminalTable` from `@rushstack/terminal`."
18
+ }
19
+ ],
20
+ "none": [
21
+ {
22
+ "comment": "Bump semver."
23
+ },
24
+ {
25
+ "comment": "Replace deprecated `inquirer` packages with modern per-prompt `@inquirer/*` family of packages."
26
+ }
27
+ ]
28
+ }
29
+ },
4
30
  {
5
31
  "version": "5.174.0",
6
32
  "tag": "@microsoft/rush_v5.174.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Thu, 16 Apr 2026 05:25:41 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 18 Apr 2026 03:47:29 GMT and should not be manually modified.
4
+
5
+ ## 5.175.0
6
+ Sat, 18 Apr 2026 03:47:29 GMT
7
+
8
+ ### Patches
9
+
10
+ - Bump the Azure cache plugin dependencies to use `@azure/identity` `~4.13.1` and `@azure/storage-blob` `~12.31.0`.
11
+ - Remove unused dependencies: replace `glob-escape` with `fast-glob`'s `escapePath`, replace `figures.pointer` with a named const, replace `builtin-modules` with `node:module.isBuiltin()`.
12
+ - Replace `cli-table` dependency with `TerminalTable` from `@rushstack/terminal`.
13
+
14
+ ### Updates
15
+
16
+ - Bump semver.
17
+ - Replace deprecated `inquirer` packages with modern per-prompt `@inquirer/*` family of packages.
4
18
 
5
19
  ## 5.174.0
6
20
  Thu, 16 Apr 2026 05:25:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.174.0",
3
+ "version": "5.175.0",
4
4
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5
5
  "keywords": [
6
6
  "install",
@@ -30,19 +30,19 @@
30
30
  },
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "semver": "~7.5.4",
34
- "@microsoft/rush-lib": "5.174.0",
35
- "@rushstack/terminal": "0.22.5",
36
- "@rushstack/node-core-library": "5.22.0"
33
+ "semver": "~7.7.4",
34
+ "@microsoft/rush-lib": "5.175.0",
35
+ "@rushstack/node-core-library": "5.23.1",
36
+ "@rushstack/terminal": "0.23.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "eslint": "~9.37.0",
40
- "@types/semver": "7.5.0",
41
- "@rushstack/heft": "1.2.12",
42
- "@rushstack/rush-http-build-cache-plugin": "5.174.0",
43
- "@rushstack/rush-amazon-s3-build-cache-plugin": "5.174.0",
44
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.174.0",
45
- "local-node-rig": "1.0.0"
40
+ "@types/semver": "7.7.1",
41
+ "@rushstack/heft": "1.2.15",
42
+ "@rushstack/rush-azure-storage-build-cache-plugin": "5.175.0",
43
+ "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"
46
46
  },
47
47
  "exports": {
48
48
  "./lib/*": {