@microsoft/rush 5.173.0 → 5.174.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 +29 -0
- package/CHANGELOG.md +16 -1
- package/package.json +6 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.174.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.174.0",
|
|
7
|
+
"date": "Thu, 16 Apr 2026 05:25:41 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "rush-resolver-cache-plugin: add pnpm 10 / lockfile v9 compatibility"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Deprecate `minimumReleaseAge` in `common/config/rush/pnpm-config.json`; use `minimumReleaseAgeMinutes` instead"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Add support for pnpm global catalog detection to `rush change`. Now, when a dependencyis changed in the pnpm global catalog, changelogs will be required for affected published packages."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Fix a bug where the injected dependency state hash updated on devDependency changes that don't impact the lockfile."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Add \"strictChangefileValidation\" experiment and \"--verify-all\" flag for \"rush change\". When the experiment is enabled, \"rush change --verify\" and \"rush change --verify-all\" will report errors if change files reference nonexistent projects or target non-main projects in a lockstepped version policy."
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"minor": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Add support for pnpm `trustPolicy`, `trustPolicyExclude`, and `trustPolicyIgnoreAfterMinutes` settings in `pnpm-config.json`."
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
"version": "5.173.0",
|
|
6
35
|
"tag": "@microsoft/rush_v5.173.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 Apr 2026 05:25:41 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.174.0
|
|
6
|
+
Thu, 16 Apr 2026 05:25:41 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Add support for pnpm `trustPolicy`, `trustPolicyExclude`, and `trustPolicyIgnoreAfterMinutes` settings in `pnpm-config.json`.
|
|
11
|
+
|
|
12
|
+
### Updates
|
|
13
|
+
|
|
14
|
+
- rush-resolver-cache-plugin: add pnpm 10 / lockfile v9 compatibility
|
|
15
|
+
- Deprecate `minimumReleaseAge` in `common/config/rush/pnpm-config.json`; use `minimumReleaseAgeMinutes` instead
|
|
16
|
+
- Add support for pnpm global catalog detection to `rush change`. Now, when a dependencyis changed in the pnpm global catalog, changelogs will be required for affected published packages.
|
|
17
|
+
- Fix a bug where the injected dependency state hash updated on devDependency changes that don't impact the lockfile.
|
|
18
|
+
- Add "strictChangefileValidation" experiment and "--verify-all" flag for "rush change". When the experiment is enabled, "rush change --verify" and "rush change --verify-all" will report errors if change files reference nonexistent projects or target non-main projects in a lockstepped version policy.
|
|
4
19
|
|
|
5
20
|
## 5.173.0
|
|
6
21
|
Fri, 10 Apr 2026 22:46:54 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.174.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,18 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"semver": "~7.5.4",
|
|
34
|
-
"@microsoft/rush-lib": "5.
|
|
34
|
+
"@microsoft/rush-lib": "5.174.0",
|
|
35
35
|
"@rushstack/terminal": "0.22.5",
|
|
36
36
|
"@rushstack/node-core-library": "5.22.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~9.37.0",
|
|
40
|
-
"@types/heft-jest": "1.0.1",
|
|
41
40
|
"@types/semver": "7.5.0",
|
|
42
41
|
"@rushstack/heft": "1.2.12",
|
|
43
|
-
"@rushstack/rush-
|
|
44
|
-
"
|
|
45
|
-
"@rushstack/rush-
|
|
46
|
-
"
|
|
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"
|
|
47
46
|
},
|
|
48
47
|
"exports": {
|
|
49
48
|
"./lib/*": {
|