@microsoft/rush 5.158.1-pr5355.0 → 5.159.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 +47 -0
- package/CHANGELOG.md +22 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.159.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.159.0",
|
|
7
|
+
"date": "Fri, 03 Oct 2025 00:50:08 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix to allow Bridge Cache plugin be installed but not used when build cache disabled; add cache key to terminal logs"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Add `IOperationExecutionResult.problemCollector` API which matches and collects VS Code style problem matchers"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Replace uuid package dependency with Node.js built-in crypto.randomUUID"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "[rush-resolver-cache] Ensure that the correct version of rush-lib is loaded when the global version doesn't match the repository version."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Upgraded `js-yaml` dependency"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Enhance logging for IPC mode by allowing IPC runners to report detailed reasons for rerun, e.g. specific changed files."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Support aborting execution in phased commands. The CLI allows aborting via the \"a\" key in watch mode, and it is available to plugin authors for more advanced scenarios."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "[rush-serve-plugin] Support aborting execution via Web Socket. Include information about the dependencies of operations in messages to the client.."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Add a logging message after the 'Trying to find \"tar\" binary' message when the binary is found."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"comment": "Upgrade inquirer to 8.2.7 in rush-lib"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump \"express\" to 4.21.1 to address reported vulnerabilities in 4.20.0."
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"patch": [
|
|
45
|
+
{
|
|
46
|
+
"comment": "[rush-azure-storage-build-cache-plugin] Trim access token output in AdoCodespacesAuthCredential"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
4
51
|
{
|
|
5
52
|
"version": "5.158.1",
|
|
6
53
|
"tag": "@microsoft/rush_v5.158.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 03 Oct 2025 00:50:08 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.159.0
|
|
6
|
+
Fri, 03 Oct 2025 00:50:08 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- [rush-azure-storage-build-cache-plugin] Trim access token output in AdoCodespacesAuthCredential
|
|
11
|
+
|
|
12
|
+
### Updates
|
|
13
|
+
|
|
14
|
+
- Fix to allow Bridge Cache plugin be installed but not used when build cache disabled; add cache key to terminal logs
|
|
15
|
+
- Add `IOperationExecutionResult.problemCollector` API which matches and collects VS Code style problem matchers
|
|
16
|
+
- Replace uuid package dependency with Node.js built-in crypto.randomUUID
|
|
17
|
+
- [rush-resolver-cache] Ensure that the correct version of rush-lib is loaded when the global version doesn't match the repository version.
|
|
18
|
+
- Upgraded `js-yaml` dependency
|
|
19
|
+
- Enhance logging for IPC mode by allowing IPC runners to report detailed reasons for rerun, e.g. specific changed files.
|
|
20
|
+
- Support aborting execution in phased commands. The CLI allows aborting via the "a" key in watch mode, and it is available to plugin authors for more advanced scenarios.
|
|
21
|
+
- [rush-serve-plugin] Support aborting execution via Web Socket. Include information about the dependencies of operations in messages to the client..
|
|
22
|
+
- Add a logging message after the 'Trying to find "tar" binary' message when the binary is found.
|
|
23
|
+
- Upgrade inquirer to 8.2.7 in rush-lib
|
|
24
|
+
- Bump "express" to 4.21.1 to address reported vulnerabilities in 4.20.0.
|
|
4
25
|
|
|
5
26
|
## 5.158.1
|
|
6
27
|
Fri, 29 Aug 2025 00:08:18 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.159.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/node-core-library": "5.
|
|
36
|
-
"@rushstack/terminal": "0.
|
|
34
|
+
"@microsoft/rush-lib": "5.159.0",
|
|
35
|
+
"@rushstack/node-core-library": "5.15.1",
|
|
36
|
+
"@rushstack/terminal": "0.18.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": "1.0.0",
|
|
42
43
|
"local-node-rig": "1.0.0",
|
|
43
|
-
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.
|
|
44
|
-
"@rushstack/
|
|
45
|
-
"@rushstack/rush-azure-storage-build-cache-plugin": "5.
|
|
46
|
-
"@rushstack/rush-http-build-cache-plugin": "5.158.1-pr5355.0"
|
|
44
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.159.0",
|
|
45
|
+
"@rushstack/rush-http-build-cache-plugin": "5.159.0",
|
|
46
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.159.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "heft build --clean",
|