@microsoft/rush 5.157.0-pr5280.0 → 5.158.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 +45 -0
- package/CHANGELOG.md +22 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.158.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.158.0",
|
|
7
|
+
"date": "Tue, 26 Aug 2025 23:27:47 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Adds an optional safety check flag to the Bridge Cache plugin write action."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Fix a bug in \"@rushstack/rush-bridge-cache-plugin\" where the cache replay did not block the normal execution process and instead was a floating promise."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "[resolver-cache-plugin] Optimize search for nested package.json files with persistent cache file keyed by integrity hash."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "[rush-serve-plugin] Allow the Rush process to exit if the server is the only active handle."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Fix poor performance scaling during `rush install` when identifying projects in the lockfile that no longer exist."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "[resolver-cache-plugin] Improve performance of scan for nested package.json files in external packages."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Optimize `setPreferredVersions` in install setup."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Ensure that `rush version` and `rush publish` preserve all fields in `version-policies-json`."
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"version": "5.157.0",
|
|
39
|
+
"tag": "@microsoft/rush_v5.157.0",
|
|
40
|
+
"date": "Fri, 25 Jul 2025 01:24:42 GMT",
|
|
41
|
+
"comments": {
|
|
42
|
+
"none": [
|
|
43
|
+
{
|
|
44
|
+
"comment": "Improve performance for publishing on filtered clones."
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
4
49
|
{
|
|
5
50
|
"version": "5.156.0",
|
|
6
51
|
"tag": "@microsoft/rush_v5.156.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 26 Aug 2025 23:27:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.158.0
|
|
6
|
+
Tue, 26 Aug 2025 23:27:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Adds an optional safety check flag to the Bridge Cache plugin write action.
|
|
11
|
+
- Fix a bug in "@rushstack/rush-bridge-cache-plugin" where the cache replay did not block the normal execution process and instead was a floating promise.
|
|
12
|
+
- [resolver-cache-plugin] Optimize search for nested package.json files with persistent cache file keyed by integrity hash.
|
|
13
|
+
- [rush-serve-plugin] Allow the Rush process to exit if the server is the only active handle.
|
|
14
|
+
- Fix poor performance scaling during `rush install` when identifying projects in the lockfile that no longer exist.
|
|
15
|
+
- [resolver-cache-plugin] Improve performance of scan for nested package.json files in external packages.
|
|
16
|
+
- Optimize `setPreferredVersions` in install setup.
|
|
17
|
+
- Ensure that `rush version` and `rush publish` preserve all fields in `version-policies-json`.
|
|
18
|
+
|
|
19
|
+
## 5.157.0
|
|
20
|
+
Fri, 25 Jul 2025 01:24:42 GMT
|
|
21
|
+
|
|
22
|
+
### Updates
|
|
23
|
+
|
|
24
|
+
- Improve performance for publishing on filtered clones.
|
|
4
25
|
|
|
5
26
|
## 5.156.0
|
|
6
27
|
Wed, 23 Jul 2025 20:56:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.158.0",
|
|
4
4
|
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"install",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"semver": "~7.5.4",
|
|
34
|
-
"@microsoft/rush-lib": "5.
|
|
34
|
+
"@microsoft/rush-lib": "5.158.0",
|
|
35
35
|
"@rushstack/node-core-library": "5.14.0",
|
|
36
36
|
"@rushstack/terminal": "0.15.4"
|
|
37
37
|
},
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"eslint": "~9.25.1",
|
|
40
40
|
"@types/heft-jest": "1.0.1",
|
|
41
41
|
"@types/semver": "7.5.0",
|
|
42
|
+
"@rushstack/heft": "0.74.3",
|
|
42
43
|
"local-node-rig": "1.0.0",
|
|
43
|
-
"@rushstack/rush-
|
|
44
|
-
"@rushstack/rush-
|
|
45
|
-
"@rushstack/rush-http-build-cache-plugin": "5.
|
|
46
|
-
"@rushstack/heft": "0.74.1"
|
|
44
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.158.0",
|
|
45
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.158.0",
|
|
46
|
+
"@rushstack/rush-http-build-cache-plugin": "5.158.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "heft build --clean",
|