@microsoft/rush 5.176.0 → 5.177.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 +17 -0
- package/CHANGELOG.md +12 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.177.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.177.0",
|
|
7
|
+
"date": "Sat, 20 Jun 2026 00:16:15 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix build cache failures when running inside a git linked worktree via a pre-commit hook, caused by GIT_DIR being set to the per-worktree metadata directory"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"patch": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Set Redis `connectTimeout` and `socketTimeout` so half-dead TCP connections (NAT/firewall) surface in seconds instead of stalling in-flight commands for many minutes while the kernel waits to give up."
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "5.176.0",
|
|
6
23
|
"tag": "@microsoft/rush_v5.176.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 20 Jun 2026 00:16:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.177.0
|
|
6
|
+
Sat, 20 Jun 2026 00:16:15 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Set Redis `connectTimeout` and `socketTimeout` so half-dead TCP connections (NAT/firewall) surface in seconds instead of stalling in-flight commands for many minutes while the kernel waits to give up.
|
|
11
|
+
|
|
12
|
+
### Updates
|
|
13
|
+
|
|
14
|
+
- Fix build cache failures when running inside a git linked worktree via a pre-commit hook, caused by GIT_DIR being set to the per-worktree metadata directory
|
|
4
15
|
|
|
5
16
|
## 5.176.0
|
|
6
17
|
Tue, 09 Jun 2026 02:02:32 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.177.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.
|
|
35
|
-
"@rushstack/
|
|
36
|
-
"@rushstack/
|
|
34
|
+
"@microsoft/rush-lib": "5.177.0",
|
|
35
|
+
"@rushstack/terminal": "0.24.0",
|
|
36
|
+
"@rushstack/node-core-library": "5.23.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~9.37.0",
|
|
40
40
|
"@types/semver": "7.7.1",
|
|
41
|
-
"@rushstack/
|
|
41
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.177.0",
|
|
42
42
|
"local-node-rig": "1.0.0",
|
|
43
|
-
"@rushstack/rush-
|
|
44
|
-
"@rushstack/rush-
|
|
45
|
-
"@rushstack/
|
|
43
|
+
"@rushstack/rush-http-build-cache-plugin": "5.177.0",
|
|
44
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.177.0",
|
|
45
|
+
"@rushstack/heft": "1.2.19"
|
|
46
46
|
},
|
|
47
47
|
"exports": {
|
|
48
48
|
"./lib/*": {
|