@microsoft/rush 5.155.1 → 5.156.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 +27 -0
- package/CHANGELOG.md +13 -1
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.156.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.156.0",
|
|
7
|
+
"date": "Wed, 23 Jul 2025 20:56:15 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Include \"parallelism\" in phased operation execution context. Update \"rush-bridge-cache-plugin\" to support both cache read and cache write, selectable via command line choice parameter. Fixes an issue that the options schema for \"rush-bridge-cache-plugin\" was invalid."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Add support for `RUSH_BUILD_CACHE_OVERRIDE_JSON` environment variable that takes a JSON string with the same format as the `common/config/build-cache.json` file and a `RUSH_BUILD_CACHE_OVERRIDE_JSON_FILE_PATH` environment variable that takes a file path that can be used to override the build cache configuration that is normally provided by that file."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Add support for setting environment variables via `<repo-root>/.env` and `~/.rush-user/.env` files."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "[azure-storage-build-cache] Update build-cache.json schema to allow the full range of `loginFlow` options supported by the underlying authentication provider. Add `loginFlowFailover` option to customize fallback sequencing."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Add performance measures around various operations, include performance entries in telemetry payload."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Do not run afterExecuteOperation if the operation has not actually completed."
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
4
31
|
{
|
|
5
32
|
"version": "5.155.1",
|
|
6
33
|
"tag": "@microsoft/rush_v5.155.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 23 Jul 2025 20:56:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.156.0
|
|
6
|
+
Wed, 23 Jul 2025 20:56:15 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Include "parallelism" in phased operation execution context. Update "rush-bridge-cache-plugin" to support both cache read and cache write, selectable via command line choice parameter. Fixes an issue that the options schema for "rush-bridge-cache-plugin" was invalid.
|
|
11
|
+
- Add support for `RUSH_BUILD_CACHE_OVERRIDE_JSON` environment variable that takes a JSON string with the same format as the `common/config/build-cache.json` file and a `RUSH_BUILD_CACHE_OVERRIDE_JSON_FILE_PATH` environment variable that takes a file path that can be used to override the build cache configuration that is normally provided by that file.
|
|
12
|
+
- Add support for setting environment variables via `<repo-root>/.env` and `~/.rush-user/.env` files.
|
|
13
|
+
- [azure-storage-build-cache] Update build-cache.json schema to allow the full range of `loginFlow` options supported by the underlying authentication provider. Add `loginFlowFailover` option to customize fallback sequencing.
|
|
14
|
+
- Add performance measures around various operations, include performance entries in telemetry payload.
|
|
15
|
+
- Do not run afterExecuteOperation if the operation has not actually completed.
|
|
4
16
|
|
|
5
17
|
## 5.155.1
|
|
6
18
|
Fri, 27 Jun 2025 19:57:04 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.156.0",
|
|
4
4
|
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"install",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"semver": "~7.5.4",
|
|
34
|
-
"@microsoft/rush-lib": "5.
|
|
35
|
-
"@rushstack/
|
|
36
|
-
"@rushstack/
|
|
34
|
+
"@microsoft/rush-lib": "5.156.0",
|
|
35
|
+
"@rushstack/terminal": "0.15.4",
|
|
36
|
+
"@rushstack/node-core-library": "5.14.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
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.
|
|
43
|
-
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.
|
|
44
|
-
"
|
|
45
|
-
"@rushstack/rush-http-build-cache-plugin": "5.
|
|
46
|
-
"
|
|
42
|
+
"@rushstack/heft": "0.74.1",
|
|
43
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.156.0",
|
|
44
|
+
"local-node-rig": "1.0.0",
|
|
45
|
+
"@rushstack/rush-http-build-cache-plugin": "5.156.0",
|
|
46
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.156.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "heft build --clean",
|